aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-08btrfs: Fix compile error when CONFIG_SECURITY is not set.Qu Wenruo1-0/+2
2014-10-06btrfs: Make btrfs handle security mount options internally to avoid losing security label.Qu Wenruo1-5/+92
2014-10-02btrfs: use slab for end_io_wq structuresDavid Sterba1-1/+7
2014-10-02btrfs: fix error labels in init_btrfs_fsDavid Sterba1-2/+2
2014-10-02Btrfs: set default max_inline to 8KiB instead of 8MiBFilipe David Borba Manana1-1/+1
2014-10-01btrfs: remove unused variable from btrfs_parse_optionsDavid Sterba1-3/+1
2014-09-17Btrfs: fix unprotected device list access when getting the fs informationMiao Xie1-1/+7
2014-09-17btrfs: add trace for qgroup accountingMark Fasheh1-0/+1
2014-09-17Btrfs: clear compress-force when remounting with compress optionWang Shilong1-0/+7
2014-09-17btrfs: make close_ctree return voidDavid Sterba1-7/+1
2014-08-16Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-6/+45
2014-08-15btrfs: adjust statfs calculations according to raid profilesDavid Sterba1-6/+45
2014-08-07dcache: d_obtain_alias callers don't all want DISCONNECTEDJ. Bruce Fields1-8/+1
2014-07-03btrfs: fix null pointer dereference in btrfs_show_devname when name is nullAnand Jain1-0/+2
2014-07-03btrfs: fix nossd and ssd_spread mount option regressionEric Sandeen1-1/+2
2014-07-03Btrfs: fix race between balance recovery and root deletionWang Shilong1-0/+2
2014-06-09btrfs: remove stale newlines from log messagesDavid Sterba1-1/+1
2014-06-09Btrfs: remove OPT_acl parse when acl disabledGuangliang Zhao1-0/+7
2014-06-09Btrfs: add sanity tests for new qgroup accounting codeJosef Bacik1-0/+3
2014-06-09Btrfs: reclaim the reserved metadata space at backgroundMiao Xie1-0/+1
2014-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-16/+6
2014-04-24Btrfs: move btrfs_{set,clear}_and_info() to ctree.hWang Shilong1-14/+0
2014-04-14btrfs: fix use-after-free in mount_subvol()Christoph Jaeger1-2/+6
2014-04-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-0/+22
2014-04-10btrfs: allow mounting btrfs subvolumes with different ro/rw optionsHarald Hoyer1-0/+22
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+1
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o1-0/+1
2014-03-10btrfs: Cleanup the old btrfs_worker.Qu Wenruo1-8/+0
2014-03-10btrfs: Replace fs_info->scrub_* workqueue with btrfs_workqueue.Qu Wenruo1-2/+2
2014-03-10btrfs: Replace fs_info->delayed_workers workqueue with btrfs_workqueue.Qu Wenruo1-1/+1
2014-03-10btrfs: Replace fs_info->fixup_workers workqueue with btrfs_workqueue.Qu Wenruo1-1/+0
2014-03-10btrfs: Replace fs_info->readahead_workers workqueue with btrfs_workqueue.Qu Wenruo1-1/+1
2014-03-10btrfs: Replace fs_info->cache_workers workqueue with btrfs_workqueue.Qu Wenruo1-1/+1
2014-03-10btrfs: Replace fs_info->endio_* workqueue with btrfs_workqueue.Qu Wenruo1-5/+6
2014-03-10btrfs: Replace fs_info->submit_workers with btrfs_workqueue.Qu Wenruo1-1/+1
2014-03-10btrfs: Replace fs_info->delalloc_workers with btrfs_workqueueQu Wenruo1-1/+1
2014-03-10btrfs: Replace fs_info->workers with btrfs_workqueue.Qu Wenruo1-1/+1
2014-03-10btrfs: wake up transaction thread upon remountJustin Maggard1-0/+1
2014-02-14Btrfs: unset DCACHE_DISCONNECTED when mounting default subvolJosef Bacik1-1/+8
2014-02-14Btrfs: fix max_inline mount optionMitch Harder1-1/+1
2014-02-03Btrfs: use late_initcall instead of module_initFilipe David Borba Manana1-1/+1
2014-01-28btrfs: Cleanup the btrfs_parse_options for remount.Qu Wenruo1-60/+77
2014-01-28btrfs: Add noinode_cache mount optionQu Wenruo1-2/+8
2014-01-28Btrfs: fix btrfs boot when compiled as built-inFilipe David Borba Manana1-1/+9
2014-01-28Btrfs: add support for inode propertiesFilipe David Borba Manana1-0/+3
2014-01-28btrfs: Add treelog mount option.Qu Wenruo1-1/+7
2014-01-28btrfs: Add datasum mount option.Qu Wenruo1-0/+10
2014-01-28btrfs: Add datacow mount option.Qu Wenruo1-1/+7
2014-01-28btrfs: Add acl mount option.Qu Wenruo1-1/+5
2014-01-28btrfs: Add noflushoncommit mount option.Qu Wenruo1-1/+7