aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-05-06Btrfs: add some free space cache testsJosef Bacik1-0/+5
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2013-02-21Btrfs: fix remount vs autodefragMiao Xie1-2/+38
2013-02-20Btrfs: fix uncompleted transactionMiao Xie1-2/+2
2013-02-20btrfs: fix varargs in __btrfs_std_errorEric Sandeen1-7/+7
2013-02-20btrfs: annotate intentional switch case fallthroughsEric Sandeen1-0/+1
2013-02-20btrfs: handle null fs_info in btrfs_panic()Eric Sandeen1-1/+1
2013-02-20btrfs: remove unused fs_info from btrfs_decode_error()Eric Sandeen1-5/+4
2013-02-20Btrfs: use bit operation for ->fs_stateMiao Xie1-2/+2
2013-02-20Btrfs: protect fs_info->alloc_startMiao Xie1-0/+4
2013-02-20Btrfs: move fs/btrfs/ioctl.h to include/uapi/linux/btrfs.hFilipe Brandenburger1-1/+1
2013-02-20Btrfs: use slabs for delayed reference allocationMiao Xie1-1/+8
2013-01-24Btrfs: Add ACCESS_ONCE() to transaction->abort accessesMiao Xie1-1/+1
2012-12-16Btrfs: use slabs for auto defrag allocationMiao Xie1-1/+8
2012-12-12Btrfs: change core code of btrfs to support the device replace operationsStefan Behrens1-0/+13