aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/super.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
|/ /
* | convert btrfs to ->evict_inode()Al Viro2010-08-091-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2010-06-111-2/+4
|\
| * Btrfs: btrfs_iget() returns ERR_PTRDan Carpenter2010-06-111-2/+2
| * Btrfs: handle error returns from btrfs_lookup_dir_item()Dan Carpenter2010-06-111-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2010-05-271-23/+7
|\ \ | |/
| * Btrfs: Metadata reservation for orphan inodesYan, Zheng2010-05-251-3/+3
| * Btrfs: Integrate metadata reservation with start_transactionYan, Zheng2010-05-251-1/+1
| * Btrfs: Link block groups of different raid typesYan, Zheng2010-05-251-19/+3
* | driver core: add devname module aliases to allow module on-demand auto-loadingKay Sievers2010-05-251-1/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2010-04-051-20/+3
|\
| * Btrfs: kill max_extent mount optionJosef Bacik2010-03-301-20/+3
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* btrfs: use memparseAkinobu Mita2010-03-151-28/+3
* Btrfs: make df be a little bit more understandableJosef Bacik2010-03-151-3/+26
* Btrfs: make subvolid=0 mount the original default rootJosef Bacik2010-03-151-3/+9
* Btrfs: change how we mount subvolumesJosef Bacik2010-03-151-25/+147
* Btrfs: kfree correct pointer during mount option parsingJosef Bacik2010-03-081-2/+3
* Btrfs: Add mount -o compress-forceChris Mason2010-01-281-1/+8
* Btrfs: Show discard option in /proc/mountsMatthew Wilcox2009-12-171-0/+2
* Btrfs: fail mount on bad mount optionsSage Weil2009-12-171-1/+8
* Btrfs: Add delayed iputYan, Zheng2009-12-171-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Linus Torvalds2009-10-151-2/+7
|\
| * Btrfs: add -o discard optionChristoph Hellwig2009-10-141-1/+6
| * Btrfs: fix btrfs acl #ifdef checksChris Mason2009-10-131-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Chris Mason2009-10-011-0/+2
|\ \ | |/
| * Btrfs: Fix setting umask when POSIX ACLs are not enabledChris Ball2009-09-291-0/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Chris Mason2009-09-241-0/+1
|\ \ | |/
| * Btrfs: add snapshot/subvolume destroy ioctlYan, Zheng2009-09-211-0/+1
* | const: mark remaining super_operations constAlexey Dobriyan2009-09-221-2/+2
|/
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-1/+0
* enforce ->sync_fs is only called for rw superblockChristoph Hellwig2009-06-111-3/+0
* btrfs: remove ->write_super and stop maintaining ->s_dirtChristoph Hellwig2009-06-111-8/+0
* Btrfs: fix -o nodatasum printk spellingChris Mason2009-06-111-1/+1
* Btrfs: autodetect SSD devicesChris Mason2009-06-101-0/+3
* Btrfs: add mount -o ssd_spread to spread allocations outChris Mason2009-06-101-4/+15
* Btrfs: Add mount -o nossdChris Mason2009-06-101-2/+7
* Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Yan Zheng2009-06-101-17/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-05-141-2/+2
|\
| * Btrfs: make show_options result match actual option namesSage Weil2009-05-141-2/+2
* | Convert obvious places to deactivate_locked_super()Al Viro2009-05-091-8/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-04-271-7/+20
|\ \ | |/
| * Btrfs: Fix a bunch of printk() warnings.Joel Becker2009-04-271-6/+9
| * Btrfs: try to keep a healthy ratio of metadata vs data block groupsJosef Bacik2009-04-241-1/+11
* | btrfs: use memdup_user()Li Zefan2009-04-201-9/+4
|/
* Btrfs: add flushoncommit mount optionSage Weil2009-04-021-4/+10
* Btrfs: notreelog mount optionSage Weil2009-04-021-1/+9
* Btrfs: introduce btrfs_show_optionsEric Paris2009-04-021-1/+33
* Btrfs: don't clean old snapshots on sync(1)Chris Mason2009-02-121-1/+0
* Btrfs: process mount options on mount -o remount,Chris Mason2009-02-121-0/+4