aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-17Merge branch 'btrfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-79/+64
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-2/+45
2012-01-16Merge branch 'integrity-check-patch-v2' of git://btrfs.giantdisaster.de/git/btrfs into integrationChris Mason1-0/+36
2012-01-16Merge branch 'restriper' of git://github.com/idryomov/btrfs-unstable into integrationChris Mason1-2/+9
2012-01-16Btrfs: add skip_balance mount optionIlya Dryomov1-2/+9
2012-01-08btrfs: take allocation of ->tree_root into open_ctree()Al Viro1-5/+0
2012-01-08btrfs: let ->s_fs_info point to fs_info, not root...Al Viro1-37/+38
2012-01-08btrfs: consolidate failure exits in btrfs_mount() a bitAl Viro1-16/+5
2012-01-08btrfs: make free_fs_info() call ->kill_sb() unconditionalAl Viro1-6/+2
2012-01-08btrfs: merge free_fs_info() calls on fill_super failuresAl Viro1-1/+1
2012-01-08btrfs: kill pointless reassignment of ->s_fs_info in btrfs_fill_super()Al Viro1-5/+2
2012-01-08btrfs: make open_ctree() return intAl Viro1-4/+4
2012-01-08btrfs: sanitizing ->fs_info, part 4Al Viro1-2/+1
2012-01-08btrfs: fix mount/umount raceAl Viro1-9/+4
2012-01-08btrfs: get ->kill_sb() of its ownAl Viro1-9/+18
2012-01-08btrfs: preparation to fixing mount/umount raceAl Viro1-1/+5
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro1-2/+2
2012-01-03btrfs, nfs, apparmor: don't pull mnt_namespace.h for no reason...Al Viro1-1/+0
2011-12-21Btrfs: integrate integrity check module into btrfsStefan Behrens1-1/+38
2011-12-16Merge branches 'for-linus' and 'for-linus-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-7/+25
2011-12-15Merge branch 'for-chris' of http://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-work into integrationChris Mason1-1/+12
2011-12-15Btrfs: deal with enospc from dirtying inodes properlyJosef Bacik1-1/+12
2011-12-15Btrfs: fix inaccurate available space on raid0 profileMiao Xie1-6/+13
2011-12-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-3/+3
2011-11-30Btrfs: fix oops when calling statfs on readonly deviceLi Zefan1-3/+3
2011-11-16new helper: mount_subtree()Al Viro1-29/+6
2011-11-16switch create_mnt_ns() to saner calling conventions, fix double mntput() in nfsAl Viro1-3/+1
2011-11-16btrfs: fix double mntput() in mount_subvol()Al Viro1-1/+0
2011-11-11btrfs: rename the option to nospace_cacheDavid Sterba1-2/+2
2011-11-09Btrfs: rework error handling in btrfs_mount()Ilya Dryomov1-21/+21
2011-11-09Btrfs: fix subvol_name leak on error in btrfs_mount()Ilya Dryomov1-1/+3
2011-11-09Btrfs: fix memory leak in btrfs_parse_early_options()Ilya Dryomov1-0/+1
2011-11-07btrfs: fix double-free 'tree_root' in 'btrfs_mount()'slyich@gmail.com1-3/+5
2011-11-06Btrfs: add a log of past tree rootsChris Mason1-1/+6
2011-11-06btrfs: separate superblock items out of fs_infoDavid Sterba1-6/+13
2011-10-24btrfs: do not allow mounting non-subvolumes via subvol optionDavid Sterba1-0/+19
2011-10-20Btrfs: fix a bug when opening seed devicesIlya Dryomov1-1/+1
2011-10-20btrfs: trivial fix, a potential memory leak in btrfs_parse_early_options()Jeff Liu1-2/+8
2011-10-19Btrfs: introduce mount option no_space_cacheJosef Bacik1-4/+17
2011-10-19Btrfs: fix how we mount subvol=<whatever>Josef Bacik1-64/+135
2011-10-19Btrfs: use d_obtain_alias when mounting subvol/subvolidJosef Bacik1-24/+1
2011-07-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-0/+6
2011-07-06btrfs: add missing options displayed in mount outputDavid Sterba1-0/+6
2011-06-07Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-1/+1
2011-06-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-1/+7
2011-06-04Btrfs: add mount -o inode_cacheChris Mason1-1/+7
2011-06-03more conservative S_NOSEC handlingAl Viro1-1/+1
2011-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-5/+46
2011-05-26Btrfs: add mount -o auto_defragChris Mason1-1/+6
2011-05-26btrfs: add cleancache supportDan Magenheimer1-0/+2