aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-23Btrfs: add DEVICE_READY ioctlJosef Bacik1-0/+7
2012-07-23Btrfs: allow mount -o remount,compress=noArnd Hannemann1-1/+8
2012-07-23Btrfs: remove ->dirty_inodeJosef Bacik1-11/+0
2012-07-14VFS: Pass mount flags to sget()David Howells1-2/+2
2012-07-02Btrfs: resume balance on rw (re)mounts properlyIlya Dryomov1-0/+4
2012-06-14Btrfs: implement ->show_devnameJosef Bacik1-0/+33
2012-05-30Btrfs: avoid buffer overrun in mount option handlingJim Meyering1-41/+26
2012-05-30Btrfs: avoid buffer overrun in btrfs_printkJim Meyering1-1/+2
2012-05-30btrfs: allow changing 'thread_pool' size at remount timeSergei Trofimovich1-5/+40
2012-05-30Btrfs: use i_version instead of our own sequenceJosef Bacik1-1/+1
2012-04-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-3/+4
2012-04-27Btrfs: do not start delalloc inodes during syncJosef Bacik1-1/+0
2012-04-18btrfs: fix early abort in 'remount'Sergei Trofimovich1-2/+4
2012-03-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-19/+173
2012-03-28Merge git://git.jan-o-sch.net/btrfs-unstable into for-linusChris Mason1-0/+2
2012-03-27Btrfs: actually call btrfs_init_lockdepJan Schmidt1-0/+2
2012-03-22btrfs: replace many BUG_ONs with proper error handlingJeff Mahoney1-1/+1