Btrfs: add -o discard option
[safe/jmp/linux-2.6] / fs / btrfs / super.c
2009-10-14 Christoph HellwigBtrfs: add -o discard option
2009-10-13 Chris MasonBtrfs: fix btrfs acl #ifdef checks
2009-09-29 Chris BallBtrfs: Fix setting umask when POSIX ACLs are not enabled
2009-09-21 Yan, ZhengBtrfs: add snapshot/subvolume destroy ioctl
2009-07-12 Alexey Dobriyanheaders: smp_lock.h redux
2009-06-12 Christoph Hellwigenforce ->sync_fs is only called for rw superblock
2009-06-12 Christoph Hellwigbtrfs: remove ->write_super and stop maintaining -...
2009-06-11 Chris MasonBtrfs: fix -o nodatasum printk spelling
2009-06-10 Chris MasonBtrfs: autodetect SSD devices
2009-06-10 Chris MasonBtrfs: add mount -o ssd_spread to spread allocations out
2009-06-10 Chris MasonBtrfs: Add mount -o nossd
2009-06-10 Yan ZhengBtrfs: Mixed back reference (FORWARD ROLLING FORMAT...
2009-05-15 Linus TorvaldsMerge git://git./linux/kernel/git/mason/btrfs-unstable
2009-05-14 Sage WeilBtrfs: make show_options result match actual option...
2009-05-09 Al ViroConvert obvious places to deactivate_locked_super()
2009-04-27 Linus TorvaldsMerge git://git./linux/kernel/git/mason/btrfs-unstable
2009-04-27 Joel BeckerBtrfs: Fix a bunch of printk() warnings.
2009-04-24 Josef BacikBtrfs: try to keep a healthy ratio of metadata vs data...
2009-04-21 Li Zefanbtrfs: use memdup_user()
2009-04-02 Sage WeilBtrfs: add flushoncommit mount option
2009-04-02 Sage WeilBtrfs: notreelog mount option
2009-04-02 Eric ParisBtrfs: introduce btrfs_show_options
2009-02-12 Chris MasonBtrfs: don't clean old snapshots on sync(1)
2009-02-12 Chris MasonBtrfs: process mount options on mount -o remount,
2009-01-29 Chris MasonMerge branch 'master' of git://git./linux/kernel/git...
2009-01-21 Huang WeiyiBtrfs: removed unused #include <version.h>'s
2009-01-21 Wang CongBtrfs: cleanup fs/btrfs/super.c::btrfs_control_ioctl()
2009-01-16 Linus TorvaldsMerge git://git./linux/kernel/git/mason/btrfs-unstable
2009-01-16 Chris MasonBtrfs: fix ioctl arg size (userland incompatible change!)
2009-01-16 Qinghuang Fengbtrfs & squashfs: Move btrfs and squashfsto's magic...
2009-01-10 Linus Torvaldsbtrfs: fix for write_super_lockfs/unlockfs error handling
2009-01-06 Chris MasonBtrfs: Fix checkpatch.pl warnings
2009-01-05 Shen FengBtrfs: fix a memory leak in btrfs_get_sb
2009-01-05 Chris MasonBtrfs: add permission checks to the ioctls
2008-12-12 Yan ZhengBtrfs: shared seed device
2008-12-02 Christoph HellwigBtrfs: corret fmode_t annotations
2008-12-02 Christoph HellwigBtrfs: make things static and include the right headers
2008-11-20 Chris MasonBtrfs: compat code fixes
2008-11-18 Chris MasonBtrfs: Allow subvolumes and snapshots anywhere in the...
2008-11-18 Yan ZhengBtrfs: Seed device support
2008-11-12 Yan ZhengBtrfs: mount ro and remount support
2008-11-07 Chris MasonBtrfs: Optimize compressed writeback and reads
2008-10-29 Chris MasonBtrfs: Add zlib compression support
2008-09-29 Chris MasonBtrfs: add and improve comments
2008-09-25 Chris MasonRemove Btrfs compat code for older kernels
2008-09-25 David WoodhouseBtrfs: Reinstate '-osubvol=.' option to mount entire...
2008-09-25 David WoodhouseMask root object ID into f_fsid in btrfs_statfs()
2008-09-25 David WoodhouseFill f_fsid field in btrfs_statfs()
2008-09-25 Balaji RaoNFS support for btrfs - v3
2008-09-25 Yan ZhengBtrfs: Various small fixes.
2008-09-25 Josef BacikBtrfs: Add ACL support
2008-09-25 Chris MasonBtrfs: Add version strings on module load
2008-09-25 Chris MasonBtrfs: Online btree defragmentation fixes
2008-09-25 Chris MasonBtrfs: Replace the transaction work queue with kthreads
2008-09-25 Chris MasonBtrfs: Replace the big fs_mutex with a collection of...
2008-09-25 Chris MasonBtrfs: Add a mount option to control worker thread...
2008-09-25 Chris MasonBtrfs: Fix mount -o max_inline=0
2008-09-25 Christoph Hellwigbtrfs: allow scanning multiple devices during mount
2008-09-25 Christoph Hellwigbtrfs: sanity mount option parsing and early mount...
2008-09-25 Sage WeilBtrfs: transaction ioctls
2008-09-25 Linda Knippersbtrfsctl -A error code fixup
2008-09-25 Mingmingbtrfs delete ordered inode handling fix
2008-09-25 Chris MasonBtrfs: Add mount -o degraded to allow mounts to continu...
2008-09-25 Chris MasonBtrfs: Add support for online device removal
2008-09-25 Chris MasonBtrfs: Add new ioctl to add devices
2008-09-25 YanFix btrfs_fill_super to return -EINVAL when no FS found
2008-09-25 Chris MasonBtrfs: Add support for device scanning and detection...
2008-09-25 Chris MasonAdd /dev/btrfs-control for device scanning ioctls
2008-09-25 Chris MasonBtrfs: Misc 2.6.25 updates
2008-09-25 Chris MasonBtrfs: mount -o max_inline=size to control the maximum...
2008-09-25 Chris MasonBtrfs: Split the extent_map code into two parts
2008-09-25 YanBtrfs: Add basic lockfs calls
2008-09-25 Chris MasonBtrfs: Add mount -o ssd, which includes optimizations...
2008-09-25 Chris MasonBtrfs: Run igrab on data=ordered inodes to prevent...
2008-09-25 Chris MasonBtrfs: Add drop inode func to avoid data=ordered deadlock
2008-09-25 Chris MasonBtrfs: Add flush barriers on commit
2008-09-25 Chris MasonBtrfs: Add readahead to the online shrinker, and a...
2008-09-25 Chris MasonBtrfs: Support for online FS resize (grow and shrink)
2008-09-25 Chris MasonBtrfs: Back port to 2.6.18-el kernels
2008-09-25 Chris MasonBtrfs: Add mount option to enforce a max extent size
2008-09-25 Chris MasonBtrfs: Add mount option to turn off data cow
2008-09-25 Chris MasonBtrfs: Add mount -o nodatasum to turn of file data...
2008-09-25 Wyatt BanksBtrfs: Return value checking in module init
2008-09-25 Josef Bacikxattr support for btrfs
2008-09-25 Chris MasonBtrfs: Allow tails larger than one page
2008-09-25 Chris MasonBtrfs: Allow tree blocks larger than the page size
2008-09-25 Chris MasonBtrfs: Create extent_buffer interface for large blocksizes
2007-08-29 Chris MasonBtrfs: Use mount -o subvol to select the subvol directo...
2007-08-29 YanBtrfs: Add mount into directory support
2007-08-29 Josef BacikBtrfs: Add per-root block accounting and sysfs entries
2007-08-27 Chris MasonBtrfs: Add delayed allocation to the extent based page...
2007-08-27 Chris MasonBtrfs: Extent based page cache code. This uses an...
2007-08-10 Chris MasonBtrfs: Btree defrag on the extent-mapping tree as well
2007-06-26 Chris MasonBtrfs: Fix super block updates during transaction commit
2007-06-22 Chris MasonBtrfs: Audit callers and return codes to make sure...
2007-06-12 Chris MasonBtrfs: add GPLv2
2007-06-12 Chris MasonBtrfs: split up super.c
2007-06-12 Chris MasonBtrfs: fix oops after block group lookup
2007-06-09 Chris MasonBtrfs: remove device tree
2007-06-08 Chris MasonBtrfs: add compat ioctl
next