aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/super.c
AgeCommit message (Expand)Author
2013-05-17Btrfs: pause the space balance when remounting to R/OMiao Xie
2013-05-06Btrfs: fix lockdep warningJosef Bacik
2013-05-06Btrfs: fix unblocked autodefraggers when remountMiao Xie
2013-05-06Btrfs: fix infinite loop when we abort on mountJosef Bacik
2013-05-06btrfs: cover more error codes in btrfs_decode_errorDavid Sterba
2013-05-06btrfs: deprecate subvolrootid mount optionDavid Sterba
2013-05-06Btrfs: Include the device in most error printk()sSimon Kirby
2013-05-06btrfs: clean up transaction abort messagesDavid Sterba
2013-05-06btrfs: merge save_error_info helpers into oneDavid Sterba
2013-05-06Btrfs: add some free space cache testsJosef Bacik
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman
2013-02-21Btrfs: fix remount vs autodefragMiao Xie
2013-02-20Btrfs: fix uncompleted transactionMiao Xie
2013-02-20btrfs: fix varargs in __btrfs_std_errorEric Sandeen
2013-02-20btrfs: annotate intentional switch case fallthroughsEric Sandeen
2013-02-20btrfs: handle null fs_info in btrfs_panic()Eric Sandeen
2013-02-20btrfs: remove unused fs_info from btrfs_decode_error()Eric Sandeen
2013-02-20Btrfs: use bit operation for ->fs_stateMiao Xie
2013-02-20Btrfs: protect fs_info->alloc_startMiao Xie
2013-02-20Btrfs: move fs/btrfs/ioctl.h to include/uapi/linux/btrfs.hFilipe Brandenburger
2013-02-20Btrfs: use slabs for delayed reference allocationMiao Xie
2013-01-24Btrfs: Add ACCESS_ONCE() to transaction->abort accessesMiao Xie
2012-12-16Btrfs: use slabs for auto defrag allocationMiao Xie
2012-12-12Btrfs: change core code of btrfs to support the device replace operationsStefan Behrens
2012-12-12Btrfs: add code to scrub to copy read data to another diskStefan Behrens
2012-12-12Btrfs: disallow some operations on the device replace target deviceStefan Behrens
2012-12-12Btrfs: avoid risk of a deadlock in btrfs_handle_errorStefan Behrens
2012-12-12Btrfs: pass fs_info instead of rootStefan Behrens
2012-12-12Btrfs: don't allow degraded mount if too many devices are missingStefan Behrens
2012-10-09Btrfs: make compress and nodatacow mount options mutually exclusiveAndrei Popa
2012-10-09btrfs: fix message printingDaniel J Blueman
2012-10-09Btrfs: fix orphan transaction on the freezed filesystemMiao Xie
2012-10-04Btrfs: don't do anything in our ->freeze_fs and ->unfreeze_fsJosef Bacik
2012-10-04Btrfs: kill obsolete arguments in btrfs_wait_ordered_extentsLiu Bo
2012-10-04Btrfs: fix race in sync and freeze againJosef Bacik
2012-10-01Btrfs: output more information when aborting a unused transaction handleMiao Xie
2012-10-01Btrfs: use a slab for ordered extents allocationMiao Xie
2012-08-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-08-28Btrfs: fix deadlock with freeze and sync V2Josef Bacik
2012-08-28Btrfs: do not use missing devices when showing devnameJosef Bacik
2012-08-04btrfs: nuke write_super from commentsArtem Bityutskiy
2012-07-30btrfs: use printk_get_level and printk_skip_level, add __printf, fix falloutJoe Perches
2012-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-07-25Btrfs: Check INCOMPAT flags on remount and add helper functionMitch Harder
2012-07-23Btrfs: add DEVICE_READY ioctlJosef Bacik
2012-07-23Btrfs: allow mount -o remount,compress=noArnd Hannemann
2012-07-23Btrfs: remove ->dirty_inodeJosef Bacik
2012-07-14VFS: Pass mount flags to sget()David Howells
2012-07-02Btrfs: resume balance on rw (re)mounts properlyIlya Dryomov
2012-06-14Btrfs: implement ->show_devnameJosef Bacik