summaryrefslogtreecommitdiff
path: root/fs/btrfs/super.c
AgeCommit message (Expand)Author
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-31btrfs: 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-15Btrfs: implement ->show_devnameJosef Bacik
2012-05-30Btrfs: avoid buffer overrun in mount option handlingJim Meyering
2012-05-30Btrfs: avoid buffer overrun in btrfs_printkJim Meyering
2012-05-30btrfs: allow changing 'thread_pool' size at remount timeSergei Trofimovich
2012-05-30Btrfs: use i_version instead of our own sequenceJosef Bacik
2012-04-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-04-27Btrfs: do not start delalloc inodes during syncJosef Bacik
2012-04-18btrfs: fix early abort in 'remount'Sergei Trofimovich
2012-03-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-03-29Merge git://git.jan-o-sch.net/btrfs-unstable into for-linusChris Mason
2012-03-27Btrfs: actually call btrfs_init_lockdepJan Schmidt
2012-03-22btrfs: replace many BUG_ONs with proper error handlingJeff Mahoney
2012-03-22btrfs: enhance transaction abort infrastructureJeff Mahoney
2012-03-22btrfs: add varargs to btrfs_errorJeff Mahoney
2012-03-22btrfs: return void in functions without error conditionsJeff Mahoney
2012-03-22btrfs: Add btrfs_panic()Jeff Mahoney
2012-03-21switch open-coded instances of d_make_root() to new helperAl Viro
2012-01-17Merge branch 'btrfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-01-16Merge branch 'integrity-check-patch-v2' of git://btrfs.giantdisaster.de/git/b...Chris Mason
2012-01-16Merge branch 'restriper' of git://github.com/idryomov/btrfs-unstable into int...Chris Mason
2012-01-16Btrfs: add skip_balance mount optionIlya Dryomov
2012-01-09btrfs: take allocation of ->tree_root into open_ctree()Al Viro
2012-01-09btrfs: let ->s_fs_info point to fs_info, not root...Al Viro
2012-01-09btrfs: consolidate failure exits in btrfs_mount() a bitAl Viro
2012-01-09btrfs: make free_fs_info() call ->kill_sb() unconditionalAl Viro
2012-01-09btrfs: merge free_fs_info() calls on fill_super failuresAl Viro
2012-01-09btrfs: kill pointless reassignment of ->s_fs_info in btrfs_fill_super()Al Viro
2012-01-09btrfs: make open_ctree() return intAl Viro
2012-01-09btrfs: sanitizing ->fs_info, part 4Al Viro