aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-28btrfs: Add noenospc_debug mount option.Qu Wenruo1-0/+5
2014-01-28btrfs: Add nodiscard mount option.Qu Wenruo1-1/+5
2014-01-28btrfs: Add noautodefrag mount option.Qu Wenruo1-1/+7
2014-01-28btrfs: Add "barrier" option to support "-o remount,barrier"Qu Wenruo1-1/+7
2014-01-28Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton1-55/+49
2013-12-12Btrfs: don't clear the default compression typeMiao Xie1-3/+2
2013-11-11Btrfs: don't wait for the completion of all the ordered extentsMiao Xie1-1/+1
2013-11-11btrfs: Replace kmalloc with kmalloc_arrayDulshani Gunawardhana1-1/+1
2013-11-11btrfs: remove fs/btrfs/compat.hZach Brown1-1/+0
2013-11-11Btrfs: Wait for uuid-tree rebuild task on remount read-onlyStefan Behrens1-0/+6
2013-11-11Btrfs: add tests for btrfs_get_extentJosef Bacik1-0/+3
2013-11-11Btrfs: add tests for find_lock_delalloc_rangeJosef Bacik1-2/+12
2013-11-11Btrfs: add a sanity test for btrfs_split_itemJosef Bacik1-1/+6
2013-09-21Btrfs: create the uuid tree on remount rwJosef Bacik1-0/+10
2013-09-21btrfs: refuse to remount read-write after abortDavid Sterba1-0/+6
2013-09-21Btrfs: kill delay_iput arg to the wait_ordered functionsJosef Bacik1-1/+1
2013-09-21btrfs: show compiled-in config features at module load timeStefan Behrens1-0/+3
2013-09-01Btrfs: allocate prelim_ref with a slab allocaterWang Shilong1-0/+8
2013-09-01Btrfs: Remove superfluous casts from u64 to unsigned long longGeert Uytterhoeven1-6/+4
2013-09-01Btrfs: add mount option to force UUID tree checkingStefan Behrens1-1/+7
2013-09-01Btrfs: separate out tests into their own directoryJosef Bacik1-5/+14
2013-09-01btrfs: add mount option to set commit intervalDavid Sterba1-0/+27
2013-09-01Btrfs: add missing mounting options in btrfs_show_options()Wang Shilong1-0/+14
2013-09-01Btrfs: use u64 for subvolid when parsing mount optionsWang Shilong1-9/+7
2013-09-01Btrfs: add sanity checks regarding to parsing mount optionsWang Shilong1-10/+37
2013-07-01Btrfs: stop waiting on current trans if we abortedJosef Bacik1-0/+3
2013-06-14Btrfs: do delay iput in sync_fsJosef Bacik1-1/+1
2013-06-14Btrfs: introduce per-subvolume ordered extent listMiao Xie1-1/+1
2013-06-14Btrfs: cleanup: don't check the same thing twiceStefan Behrens1-3/+0
2013-06-14btrfs: show compiled-in config features at module load timeDavid Sterba1-2/+13
2013-06-14btrfs: move ifdef around sanity checks out of init_btrfs_fsDavid Sterba1-2/+0
2013-05-17Btrfs: pause the space balance when remounting to R/OMiao Xie1-0/+1
2013-05-06Btrfs: fix lockdep warningJosef Bacik1-1/+1
2013-05-06Btrfs: fix unblocked autodefraggers when remountMiao Xie1-3/+7
2013-05-06Btrfs: fix infinite loop when we abort on mountJosef Bacik1-3/+2
2013-05-06btrfs: cover more error codes in btrfs_decode_errorDavid Sterba1-0/+6
2013-05-06btrfs: deprecate subvolrootid mount optionDavid Sterba1-13/+4
2013-05-06Btrfs: Include the device in most error printk()sSimon Kirby1-6/+6
2013-05-06btrfs: clean up transaction abort messagesDavid Sterba1-25/+22
2013-05-06btrfs: merge save_error_info helpers into oneDavid Sterba1-6/+1