aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-12-12Btrfs: add code to scrub to copy read data to another diskStefan Behrens1-1/+2
2012-12-12Btrfs: disallow some operations on the device replace target deviceStefan Behrens1-1/+2
2012-12-12Btrfs: avoid risk of a deadlock in btrfs_handle_errorStefan Behrens1-1/+10
2012-12-12Btrfs: pass fs_info instead of rootStefan Behrens1-1/+1
2012-12-12Btrfs: don't allow degraded mount if too many devices are missingStefan Behrens1-0/+9
2012-10-09Btrfs: make compress and nodatacow mount options mutually exclusiveAndrei Popa1-1/+13
2012-10-09btrfs: fix message printingDaniel J Blueman1-4/+4
2012-10-09Btrfs: fix orphan transaction on the freezed filesystemMiao Xie1-4/+14
2012-10-04Btrfs: don't do anything in our ->freeze_fs and ->unfreeze_fsJosef Bacik1-6/+0
2012-10-04Btrfs: kill obsolete arguments in btrfs_wait_ordered_extentsLiu Bo1-1/+1
2012-10-04Btrfs: fix race in sync and freeze againJosef Bacik1-9/+6
2012-10-01Btrfs: output more information when aborting a unused transaction handleMiao Xie1-1/+7
2012-10-01Btrfs: use a slab for ordered extents allocationMiao Xie1-1/+8
2012-08-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-4/+11
2012-08-28Btrfs: fix deadlock with freeze and sync V2Josef Bacik1-4/+9
2012-08-28Btrfs: do not use missing devices when showing devnameJosef Bacik1-0/+2
2012-08-04btrfs: nuke write_super from commentsArtem Bityutskiy1-4/+0
2012-07-30btrfs: use printk_get_level and printk_skip_level, add __printf, fix falloutJoe Perches1-6/+35
2012-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-12/+16
2012-07-25Btrfs: Check INCOMPAT flags on remount and add helper functionMitch Harder1-0/+1