summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/super.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-04-281-3/+4
|\
| * Btrfs: do not start delalloc inodes during syncJosef Bacik2012-04-271-1/+0
| * btrfs: fix early abort in 'remount'Sergei Trofimovich2012-04-181-2/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-03-301-19/+173
|\ \ | |/
| * Merge git://git.jan-o-sch.net/btrfs-unstable into for-linusChris Mason2012-03-281-0/+2
| |\
| | * Btrfs: actually call btrfs_init_lockdepJan Schmidt2012-03-271-0/+2
| * | btrfs: replace many BUG_ONs with proper error handlingJeff Mahoney2012-03-221-1/+1
| * | btrfs: enhance transaction abort infrastructureJeff Mahoney2012-03-221-8/+66
| * | btrfs: add varargs to btrfs_errorJeff Mahoney2012-03-221-7/+56
| * | btrfs: return void in functions without error conditionsJeff Mahoney2012-03-221-4/+1
| * | btrfs: Add btrfs_panic()Jeff Mahoney2012-03-221-1/+49
* | | switch open-coded instances of d_make_root() to new helperAl Viro2012-03-201-6/+2
|/ /
* | 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
OpenPOWER on IntegriCloud