summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/super.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: stop waiting on current trans if we abortedJosef Bacik2013-07-011-0/+3
* Btrfs: do delay iput in sync_fsJosef Bacik2013-06-141-1/+1
* Btrfs: introduce per-subvolume ordered extent listMiao Xie2013-06-141-1/+1
* Btrfs: cleanup: don't check the same thing twiceStefan Behrens2013-06-141-3/+0
* btrfs: show compiled-in config features at module load timeDavid Sterba2013-06-141-2/+13
* btrfs: move ifdef around sanity checks out of init_btrfs_fsDavid Sterba2013-06-141-2/+0
* Btrfs: pause the space balance when remounting to R/OMiao Xie2013-05-171-0/+1
* Btrfs: fix lockdep warningJosef Bacik2013-05-061-1/+1
* Btrfs: fix unblocked autodefraggers when remountMiao Xie2013-05-061-3/+7
* Btrfs: fix infinite loop when we abort on mountJosef Bacik2013-05-061-3/+2
* btrfs: cover more error codes in btrfs_decode_errorDavid Sterba2013-05-061-0/+6
* btrfs: deprecate subvolrootid mount optionDavid Sterba2013-05-061-13/+4
* Btrfs: Include the device in most error printk()sSimon Kirby2013-05-061-6/+6
* btrfs: clean up transaction abort messagesDavid Sterba2013-05-061-25/+22
* btrfs: merge save_error_info helpers into oneDavid Sterba2013-05-061-6/+1
* Btrfs: add some free space cache testsJosef Bacik2013-05-061-0/+5
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-031-0/+1
* Btrfs: fix remount vs autodefragMiao Xie2013-02-211-2/+38
* Btrfs: fix uncompleted transactionMiao Xie2013-02-201-2/+2
* btrfs: fix varargs in __btrfs_std_errorEric Sandeen2013-02-201-7/+7
* btrfs: annotate intentional switch case fallthroughsEric Sandeen2013-02-201-0/+1
* btrfs: handle null fs_info in btrfs_panic()Eric Sandeen2013-02-201-1/+1
* btrfs: remove unused fs_info from btrfs_decode_error()Eric Sandeen2013-02-201-5/+4
* Btrfs: use bit operation for ->fs_stateMiao Xie2013-02-201-2/+2
* Btrfs: protect fs_info->alloc_startMiao Xie2013-02-201-0/+4
* Btrfs: move fs/btrfs/ioctl.h to include/uapi/linux/btrfs.hFilipe Brandenburger2013-02-201-1/+1
* Btrfs: use slabs for delayed reference allocationMiao Xie2013-02-201-1/+8
* Btrfs: Add ACCESS_ONCE() to transaction->abort accessesMiao Xie2013-01-241-1/+1
* Btrfs: use slabs for auto defrag allocationMiao Xie2012-12-161-1/+8
* Btrfs: change core code of btrfs to support the device replace operationsStefan Behrens2012-12-121-0/+13
* Btrfs: add code to scrub to copy read data to another diskStefan Behrens2012-12-121-1/+2
* Btrfs: disallow some operations on the device replace target deviceStefan Behrens2012-12-121-1/+2
* Btrfs: avoid risk of a deadlock in btrfs_handle_errorStefan Behrens2012-12-121-1/+10
* Btrfs: pass fs_info instead of rootStefan Behrens2012-12-121-1/+1
* Btrfs: don't allow degraded mount if too many devices are missingStefan Behrens2012-12-121-0/+9
* Btrfs: make compress and nodatacow mount options mutually exclusiveAndrei Popa2012-10-091-1/+13
* btrfs: fix message printingDaniel J Blueman2012-10-091-4/+4
* Btrfs: fix orphan transaction on the freezed filesystemMiao Xie2012-10-091-4/+14
* Btrfs: don't do anything in our ->freeze_fs and ->unfreeze_fsJosef Bacik2012-10-041-6/+0
* Btrfs: kill obsolete arguments in btrfs_wait_ordered_extentsLiu Bo2012-10-041-1/+1
* Btrfs: fix race in sync and freeze againJosef Bacik2012-10-041-9/+6
* Btrfs: output more information when aborting a unused transaction handleMiao Xie2012-10-011-1/+7
* Btrfs: use a slab for ordered extents allocationMiao Xie2012-10-011-1/+8
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-08-291-4/+11
|\
| * Btrfs: fix deadlock with freeze and sync V2Josef Bacik2012-08-281-4/+9
| * Btrfs: do not use missing devices when showing devnameJosef Bacik2012-08-281-0/+2
* | btrfs: nuke write_super from commentsArtem Bityutskiy2012-08-041-4/+0
* | btrfs: use printk_get_level and printk_skip_level, add __printf, fix falloutJoe Perches2012-07-301-6/+35
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-07-261-12/+16
|\|
| * Btrfs: Check INCOMPAT flags on remount and add helper functionMitch Harder2012-07-251-0/+1