summaryrefslogtreecommitdiff
path: root/fs/btrfs/super.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-07vfs: switch ->show_options() to struct dentry *Al Viro1-2/+2
2012-01-04btrfs, nfs, apparmor: don't pull mnt_namespace.h for no reason...Al Viro1-1/+0
2011-12-17Merge branches 'for-linus' and 'for-linus-3.2' of git://git.kernel.org/pub/sc...Linus Torvalds1-7/+25
2011-12-15Merge branch 'for-chris' of http://git.kernel.org/pub/scm/linux/kernel/git/jo...Chris 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/mas...Linus Torvalds1-3/+3
2011-11-30Btrfs: fix oops when calling statfs on readonly deviceLi Zefan1-3/+3
2011-11-17new helper: mount_subtree()Al Viro1-29/+6
2011-11-17switch create_mnt_ns() to saner calling conventions, fix double mntput() in nfsAl Viro1-3/+1
2011-11-17btrfs: fix double mntput() in mount_subvol()Al Viro1-1/+0
2011-11-11btrfs: rename the option to nospace_cacheDavid Sterba1-2/+2
2011-11-10Btrfs: rework error handling in btrfs_mount()Ilya Dryomov1-21/+21
2011-11-10Btrfs: fix subvol_name leak on error in btrfs_mount()Ilya Dryomov1-1/+3
2011-11-10Btrfs: fix memory leak in btrfs_parse_early_options()Ilya Dryomov1-0/+1
2011-11-08btrfs: 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-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-0/+6
2011-07-07btrfs: add missing options displayed in mount outputDavid Sterba1-0/+6
2011-06-08Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-1/+1
2011-06-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+7
2011-06-04Btrfs: add mount -o inode_cacheChris Mason1-1/+7
2011-06-04more conservative S_NOSEC handlingAl Viro1-1/+1
2011-05-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-5/+46
2011-05-27Btrfs: add mount -o auto_defragChris Mason1-1/+6
2011-05-26btrfs: add cleancache supportDan Magenheimer1-0/+2
2011-05-23Merge branch 'cleanups_and_fixes' into inode_numbersChris Mason1-1/+3
2011-05-23fs/btrfs: Add missing btrfs_free_pathJulia Lawall1-1/+3
2011-05-22Merge branch 'allocator' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Chris Mason1-0/+26
2011-05-22Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...Chris Mason1-2/+2
2011-05-21btrfs: implement delayed inode items operationMiao Xie1-1/+9
2011-05-13btrfs: move btrfs_cmp_device_free_bytes to super.cArne Jansen1-0/+26
2011-05-02btrfs: rename variables clashing with global function namesDavid Sterba1-2/+2
2011-04-12Btrfs: fix subvolume mount by name problem when default mount subvolume is setXin Zhong1-9/+33
2011-04-05Btrfs: fix /proc/mounts info.Tsutomu Itoh1-2/+17
2011-03-28Btrfs: add initial tracepoint support for btrfsliubo1-0/+5
2011-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-1/+6
2011-02-16Btrfs: put ENOSPC debugging under a mount optionChris Mason1-1/+6
2011-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-2/+7
2011-02-01btrfs: fix return value check of btrfs_start_transaction()Tsutomu Itoh1-0/+2
2011-01-29Merge branch 'bug-fixes' of git://repo.or.cz/linux-btrfs-devel into btrfs-38Chris Mason1-2/+5
2011-01-26Btrfs: Free correct pointer after using strsepTero Roponen1-2/+3
2011-01-26Btrfs: Fix memory leak on finding existing superIan Kent1-0/+2