aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/super.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\
| | * fs/btrfs: Add missing btrfs_free_pathJulia Lawall2011-05-231-1/+3
| * | Merge branch 'allocator' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Chris Mason2011-05-221-0/+26
| |\ \
| | * | btrfs: move btrfs_cmp_device_free_bytes to super.cArne Jansen2011-05-131-0/+26
| | |/
| * | Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...Chris Mason2011-05-221-2/+2
| |\ \
| | * | btrfs: rename variables clashing with global function namesDavid Sterba2011-05-021-2/+2
| | |/
| * | btrfs: implement delayed inode items operationMiao Xie2011-05-211-1/+9
| |/
* | btrfs: add cleancache supportDan Magenheimer2011-05-261-0/+2
|/
* Btrfs: fix subvolume mount by name problem when default mount subvolume is setXin Zhong2011-04-111-9/+33
* Btrfs: fix /proc/mounts info.Tsutomu Itoh2011-04-051-2/+17
* Btrfs: add initial tracepoint support for btrfsliubo2011-03-281-0/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2011-02-251-1/+6
|\
| * Btrfs: put ENOSPC debugging under a mount optionChris Mason2011-02-161-1/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2011-02-071-2/+7
|\ \ | |/
| * btrfs: fix return value check of btrfs_start_transaction()Tsutomu Itoh2011-02-011-0/+2
| * Merge branch 'bug-fixes' of git://repo.or.cz/linux-btrfs-devel into btrfs-38Chris Mason2011-01-281-2/+5
| |\
| | * Btrfs: Free correct pointer after using strsepTero Roponen2011-01-271-2/+3
| | * Btrfs: Fix memory leak on finding existing superIan Kent2011-01-271-0/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-01-171-18/+263
|\ \ \ | |/ /
| * | Btrfs: forced readonly mounts on errorsliubo2011-01-171-0/+84