aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/super.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-03Btrfs: use late_initcall instead of module_initGravatar Filipe David Borba Manana 1-1/+1
2014-01-28btrfs: Cleanup the btrfs_parse_options for remount.Gravatar Qu Wenruo 1-60/+77
2014-01-28btrfs: Add noinode_cache mount optionGravatar Qu Wenruo 1-2/+8
2014-01-28Btrfs: fix btrfs boot when compiled as built-inGravatar Filipe David Borba Manana 1-1/+9
2014-01-28Btrfs: add support for inode propertiesGravatar Filipe David Borba Manana 1-0/+3
2014-01-28btrfs: Add treelog mount option.Gravatar Qu Wenruo 1-1/+7
2014-01-28btrfs: Add datasum mount option.Gravatar Qu Wenruo 1-0/+10
2014-01-28btrfs: Add datacow mount option.Gravatar Qu Wenruo 1-1/+7
2014-01-28btrfs: Add acl mount option.Gravatar Qu Wenruo 1-1/+5
2014-01-28btrfs: Add noflushoncommit mount option.Gravatar Qu Wenruo 1-1/+7
2014-01-28btrfs: Add noenospc_debug mount option.Gravatar Qu Wenruo 1-0/+5
2014-01-28btrfs: Add nodiscard mount option.Gravatar Qu Wenruo 1-1/+5
2014-01-28btrfs: Add noautodefrag mount option.Gravatar Qu Wenruo 1-1/+7
2014-01-28btrfs: Add "barrier" option to support "-o remount,barrier"Gravatar Qu Wenruo 1-1/+7
2014-01-28Btrfs: convert printk to btrfs_ and fix BTRFS prefixGravatar Frank Holton 1-55/+49
2013-12-12Btrfs: don't clear the default compression typeGravatar Miao Xie 1-3/+2
2013-11-11Btrfs: don't wait for the completion of all the ordered extentsGravatar Miao Xie 1-1/+1
2013-11-11btrfs: Replace kmalloc with kmalloc_arrayGravatar Dulshani Gunawardhana 1-1/+1
2013-11-11btrfs: remove fs/btrfs/compat.hGravatar Zach Brown 1-1/+0
2013-11-11Btrfs: Wait for uuid-tree rebuild task on remount read-onlyGravatar Stefan Behrens 1-0/+6
2013-11-11Btrfs: add tests for btrfs_get_extentGravatar Josef Bacik 1-0/+3
2013-11-11Btrfs: add tests for find_lock_delalloc_rangeGravatar Josef Bacik 1-2/+12
2013-11-11Btrfs: add a sanity test for btrfs_split_itemGravatar Josef Bacik 1-1/+6
2013-09-21Btrfs: create the uuid tree on remount rwGravatar Josef Bacik 1-0/+10
2013-09-21btrfs: refuse to remount read-write after abortGravatar David Sterba 1-0/+6
2013-09-21Btrfs: kill delay_iput arg to the wait_ordered functionsGravatar Josef Bacik 1-1/+1
2013-09-21btrfs: show compiled-in config features at module load timeGravatar Stefan Behrens 1-0/+3
2013-09-01Btrfs: allocate prelim_ref with a slab allocaterGravatar Wang Shilong 1-0/+8
2013-09-01Btrfs: Remove superfluous casts from u64 to unsigned long longGravatar Geert Uytterhoeven 1-6/+4
2013-09-01Btrfs: add mount option to force UUID tree checkingGravatar Stefan Behrens 1-1/+7
2013-09-01Btrfs: separate out tests into their own directoryGravatar Josef Bacik 1-5/+14
2013-09-01btrfs: add mount option to set commit intervalGravatar David Sterba 1-0/+27
2013-09-01Btrfs: add missing mounting options in btrfs_show_options()Gravatar Wang Shilong 1-0/+14
2013-09-01Btrfs: use u64 for subvolid when parsing mount optionsGravatar Wang Shilong 1-9/+7
2013-09-01Btrfs: add sanity checks regarding to parsing mount optionsGravatar Wang Shilong 1-10/+37
2013-07-01Btrfs: stop waiting on current trans if we abortedGravatar Josef Bacik 1-0/+3
2013-06-14Btrfs: do delay iput in sync_fsGravatar Josef Bacik 1-1/+1
2013-06-14Btrfs: introduce per-subvolume ordered extent listGravatar Miao Xie 1-1/+1
2013-06-14Btrfs: cleanup: don't check the same thing twiceGravatar Stefan Behrens 1-3/+0
2013-06-14btrfs: show compiled-in config features at module load timeGravatar David Sterba 1-2/+13
2013-06-14btrfs: move ifdef around sanity checks out of init_btrfs_fsGravatar David Sterba 1-2/+0
2013-05-17Btrfs: pause the space balance when remounting to R/OGravatar Miao Xie 1-0/+1
2013-05-06Btrfs: fix lockdep warningGravatar Josef Bacik 1-1/+1
2013-05-06Btrfs: fix unblocked autodefraggers when remountGravatar Miao Xie 1-3/+7
2013-05-06Btrfs: fix infinite loop when we abort on mountGravatar Josef Bacik 1-3/+2
2013-05-06btrfs: cover more error codes in btrfs_decode_errorGravatar David Sterba 1-0/+6
2013-05-06btrfs: deprecate subvolrootid mount optionGravatar David Sterba 1-13/+4
2013-05-06Btrfs: Include the device in most error printk()sGravatar Simon Kirby 1-6/+6
2013-05-06btrfs: clean up transaction abort messagesGravatar David Sterba 1-25/+22
2013-05-06btrfs: merge save_error_info helpers into oneGravatar David Sterba 1-6/+1