summaryrefslogtreecommitdiff
path: root/fs/btrfs/super.c
AgeCommit message (Expand)Author
2010-08-09convert btrfs to ->evict_inode()Al Viro
2010-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2010-06-11Btrfs: btrfs_iget() returns ERR_PTRDan Carpenter
2010-06-11Btrfs: handle error returns from btrfs_lookup_dir_item()Dan Carpenter
2010-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2010-05-25driver core: add devname module aliases to allow module on-demand auto-loadingKay Sievers
2010-05-25Btrfs: Metadata reservation for orphan inodesYan, Zheng
2010-05-25Btrfs: Integrate metadata reservation with start_transactionYan, Zheng
2010-05-25Btrfs: Link block groups of different raid typesYan, Zheng
2010-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2010-03-30Btrfs: kill max_extent mount optionJosef Bacik
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-15btrfs: use memparseAkinobu Mita
2010-03-15Btrfs: make df be a little bit more understandableJosef Bacik
2010-03-15Btrfs: make subvolid=0 mount the original default rootJosef Bacik
2010-03-15Btrfs: change how we mount subvolumesJosef Bacik
2010-03-08Btrfs: kfree correct pointer during mount option parsingJosef Bacik
2010-01-28Btrfs: Add mount -o compress-forceChris Mason
2009-12-17Btrfs: Show discard option in /proc/mountsMatthew Wilcox
2009-12-17Btrfs: fail mount on bad mount optionsSage Weil
2009-12-17Btrfs: Add delayed iputYan, Zheng
2009-10-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Linus Torvalds
2009-10-14Btrfs: add -o discard optionChristoph Hellwig
2009-10-13Btrfs: fix btrfs acl #ifdef checksChris Mason
2009-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Chris Mason
2009-09-29Btrfs: Fix setting umask when POSIX ACLs are not enabledChris Ball
2009-09-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Chris Mason
2009-09-22const: mark remaining super_operations constAlexey Dobriyan
2009-09-21Btrfs: add snapshot/subvolume destroy ioctlYan, Zheng
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan
2009-06-11enforce ->sync_fs is only called for rw superblockChristoph Hellwig
2009-06-11btrfs: remove ->write_super and stop maintaining ->s_dirtChristoph Hellwig
2009-06-11Btrfs: fix -o nodatasum printk spellingChris Mason
2009-06-10Btrfs: autodetect SSD devicesChris Mason
2009-06-10Btrfs: add mount -o ssd_spread to spread allocations outChris Mason
2009-06-10Btrfs: Add mount -o nossdChris Mason
2009-06-10Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Yan Zheng
2009-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2009-05-14Btrfs: make show_options result match actual option namesSage Weil
2009-05-09Convert obvious places to deactivate_locked_super()Al Viro
2009-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2009-04-27Btrfs: Fix a bunch of printk() warnings.Joel Becker
2009-04-24Btrfs: try to keep a healthy ratio of metadata vs data block groupsJosef Bacik
2009-04-20btrfs: use memdup_user()Li Zefan
2009-04-02Btrfs: add flushoncommit mount optionSage Weil
2009-04-02Btrfs: notreelog mount optionSage Weil
2009-04-02Btrfs: introduce btrfs_show_optionsEric Paris
2009-02-12Btrfs: don't clean old snapshots on sync(1)Chris Mason
2009-02-12Btrfs: process mount options on mount -o remount,Chris Mason
2009-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Chris Mason