summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/super.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'btrfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2012-01-171-79/+64
|\
| * btrfs: take allocation of ->tree_root into open_ctree()Al Viro2012-01-081-5/+0
| * btrfs: let ->s_fs_info point to fs_info, not root...Al Viro2012-01-081-37/+38
| * btrfs: consolidate failure exits in btrfs_mount() a bitAl Viro2012-01-081-16/+5
| * btrfs: make free_fs_info() call ->kill_sb() unconditionalAl Viro2012-01-081-6/+2
| * btrfs: merge free_fs_info() calls on fill_super failuresAl Viro2012-01-081-1/+1
| * btrfs: kill pointless reassignment of ->s_fs_info in btrfs_fill_super()Al Viro2012-01-081-5/+2
| * btrfs: make open_ctree() return intAl Viro2012-01-081-4/+4
| * btrfs: sanitizing ->fs_info, part 4Al Viro2012-01-081-2/+1
| * btrfs: fix mount/umount raceAl Viro2012-01-081-9/+4
| * btrfs: get ->kill_sb() of its ownAl Viro2012-01-081-9/+18
| * btrfs: preparation to fixing mount/umount raceAl Viro2012-01-081-1/+5
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-01-171-2/+45
|\ \ | |/ |/|
| * Merge branch 'integrity-check-patch-v2' of git://btrfs.giantdisaster.de/git/b...Chris Mason2012-01-161-0/+36
| |\
| | * Btrfs: integrate integrity check module into btrfsStefan Behrens2011-12-211-1/+38
| * | Merge branch 'restriper' of git://github.com/idryomov/btrfs-unstable into int...Chris Mason2012-01-161-2/+9
| |\ \
| | * | Btrfs: add skip_balance mount optionIlya Dryomov2012-01-161-2/+9
| | |/
* | | vfs: switch ->show_options() to struct dentry *Al Viro2012-01-061-2/+2
* | | btrfs, nfs, apparmor: don't pull mnt_namespace.h for no reason...Al Viro2012-01-031-1/+0
|/ /
* | Merge branches 'for-linus' and 'for-linus-3.2' of git://git.kernel.org/pub/sc...Linus Torvalds2011-12-161-7/+25
|\ \ | |/
| * Merge branch 'for-chris' of http://git.kernel.org/pub/scm/linux/kernel/git/jo...Chris Mason2011-12-151-1/+12
| |\
| | * Btrfs: deal with enospc from dirtying inodes properlyJosef Bacik2011-12-151-1/+12
| * | Btrfs: fix inaccurate available space on raid0 profileMiao Xie2011-12-151-6/+13
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-12-011-3/+3
|\ \ | |/
| * Btrfs: fix oops when calling statfs on readonly deviceLi Zefan2011-11-301-3/+3
* | new helper: mount_subtree()Al Viro2011-11-161-29/+6
* | switch create_mnt_ns() to saner calling conventions, fix double mntput() in nfsAl Viro2011-11-161-3/+1
* | btrfs: fix double mntput() in mount_subvol()Al Viro2011-11-161-1/+0
|/
* btrfs: rename the option to nospace_cacheDavid Sterba2011-11-111-2/+2
* Btrfs: rework error handling in btrfs_mount()Ilya Dryomov2011-11-091-21/+21
* Btrfs: fix subvol_name leak on error in btrfs_mount()Ilya Dryomov2011-11-091-1/+3
* Btrfs: fix memory leak in btrfs_parse_early_options()Ilya Dryomov2011-11-091-0/+1
* btrfs: fix double-free 'tree_root' in 'btrfs_mount()'slyich@gmail.com2011-11-071-3/+5
* Btrfs: add a log of past tree rootsChris Mason2011-11-061-1/+6
* btrfs: separate superblock items out of fs_infoDavid Sterba2011-11-061-6/+13
* btrfs: do not allow mounting non-subvolumes via subvol optionDavid Sterba2011-10-241-0/+19
* Btrfs: fix a bug when opening seed devicesIlya Dryomov2011-10-201-1/+1
* btrfs: trivial fix, a potential memory leak in btrfs_parse_early_options()Jeff Liu2011-10-201-2/+8
* Btrfs: introduce mount option no_space_cacheJosef Bacik2011-10-191-4/+17
* Btrfs: fix how we mount subvol=<whatever>Josef Bacik2011-10-191-64/+135
* Btrfs: use d_obtain_alias when mounting subvol/subvolidJosef Bacik2011-10-191-24/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-07-081-0/+6
|\
| * btrfs: add missing options displayed in mount outputDavid Sterba2011-07-061-0/+6
* | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2011-06-071-1/+1
|\ \
| * | more conservative S_NOSEC handlingAl Viro2011-06-031-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-06-051-1/+7
|\ \ \ | |/ / |/| / | |/
| * Btrfs: add mount -o inode_cacheChris Mason2011-06-041-1/+7
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-05-271-5/+46
|\ \ | |/
| * Btrfs: add mount -o auto_defragChris Mason2011-05-261-1/+6
| * Merge branch 'cleanups_and_fixes' into inode_numbersChris Mason2011-05-231-1/+3
| |\
OpenPOWER on IntegriCloud