const: mark remaining address_space_operations const
[safe/jmp/linux-2.6] / fs / btrfs / disk-io.c
2009-09-22 Alexey Dobriyanconst: mark remaining address_space_operations const
2009-09-16 Jens Axboefs: Assign bdi in super_block
2009-09-11 Jens Axboewriteback: add name to backing_dev_info
2009-07-30 Linus TorvaldsMerge git://git./linux/kernel/git/mason/btrfs-unstable
2009-07-30 Yan ZhengBtrfs: preserve commit_root for async caching
2009-07-28 Linus TorvaldsMerge git://git./linux/kernel/git/mason/btrfs-unstable
2009-07-28 Yan ZhengBtrfs: Fix async caching interaction with unmount
2009-07-27 Josef BacikBtrfs: change how we unpin extents
2009-07-24 Josef BacikBtrfs: async block group caching
2009-07-22 David WoodhouseBtrfs: Fix crash on read failures at mount
2009-06-16 Jens Axboebtrfs: properly register fs backing device
2009-06-10 Hisashi HifumiBtrfs: pin buffers during write_dev_supers
2009-06-10 Chris MasonBtrfs: avoid races between super writeout and device...
2009-06-10 David WoodhouseBtrfs: remove crc32c.h and use libcrc32c directly.
2009-06-10 Chris MasonBtrfs: autodetect SSD devices
2009-06-10 Chris MasonBtrfs: fix metadata dirty throttling limits
2009-06-10 Yan ZhengBtrfs: Mixed back reference (FORWARD ROLLING FORMAT...
2009-05-14 Chris MasonBtrfs: remove some WARN_ONs in the IO failure path
2009-04-27 Joel BeckerBtrfs: Fix a bunch of printk() warnings.
2009-04-27 Chris MasonBtrfs: ratelimit IO error printks
2009-04-27 Chris MasonBtrfs: remove #if 0 code
2009-04-24 Josef BacikBtrfs: try to keep a healthy ratio of metadata vs data...
2009-04-20 Chris MasonBtrfs: add a priority queue to the async thread helpers
2009-04-20 Chris MasonBtrfs: use WRITE_SYNC for synchronous writes
2009-04-03 Linus TorvaldsMerge git://git./linux/kernel/git/mason/btrfs-unstable
2009-04-02 Dan CarpenterBtrfs: remove dead code
2009-04-03 Chris MasonBtrfs: rework allocation clustering
2009-04-03 Josef BacikBtrfs: kill the pinned_mutex
2009-04-01 Linus TorvaldsMerge git://git./linux/kernel/git/mason/btrfs-unstable
2009-03-31 Chris MasonBtrfs: add extra flushing for renames and truncates
2009-03-26 Jens Axboebtrfs: get rid of current_is_pdflush() in btrfs_btree_b...
2009-03-24 Chris MasonBtrfs: leave btree locks spinning more often
2009-03-24 Chris MasonBtrfs: process the delayed reference queue in clusters
2009-03-24 Chris MasonBtrfs: do extent allocation and reference count updates...
2009-03-09 Chris MasonBtrfs: fix spinlock assertions on UP systems
2009-02-12 Chris MasonBtrfs: make a lockdep class for the extent buffer locks
2009-02-04 Chris MasonBtrfs: Change btree locking to use explicit blocking...
2009-02-04 Chris MasonBtrfs: hash_lock is no longer needed
2009-02-04 Chris MasonBtrfs: async threads should try harder to find work
2009-01-21 Yan ZhengBtrfs: fix tree logs parallel sync
2009-01-21 Qinghuang FengBtrfs: open_ctree() error handling can oops on fs_info
2009-01-21 Qinghuang FengBtrfs: simplify iteration codes
2009-01-21 Qinghuang FengBtrfs: check return value for kthread_run() correctly
2009-01-21 Huang WeiyiBtrfs: removed unused #include <version.h>'s
2009-01-06 Chris MasonBtrfs: Fix checkpatch.pl warnings
2009-01-05 Yan ZhengBtrfs: avoid potential super block corruption
2008-12-19 Chris MasonBtrfs: Fix compile warning around num_online_cpus(...
2008-12-17 Chris MasonBtrfs: shift all end_io work to thread pools
2008-12-12 Yan ZhengBtrfs: shared seed device
2008-12-11 Yan ZhengBtrfs: Add checking of csum tree in balancing code
2008-12-08 Yan ZhengBtrfs: superblock duplication
2008-12-08 Chris MasonBtrfs: move data checksumming into a dedicated tree
2008-12-02 Josef BacikBtrfs: add support for multiple csum algorithms
2008-12-02 Josef BacikBtrfs: fix panic on error during mount
2008-12-02 Josef BacikBtrfs: add support for compat flags to btrfs
2008-12-02 Christoph HellwigBtrfs: fix shadowed variable declarations
2008-12-02 Christoph HellwigBtrfs: make things static and include the right headers
2008-11-20 Yan ZhengBtrfs: Drop dirty roots created by log replay immediate...
2008-11-20 Chris MasonBtrfs: compat code fixes
2008-11-19 Chris MasonBtrfs: Do fsync log replay when mount -o ro, except...
2008-11-19 Chris MasonBtrfs: Avoid writeback stalls
2008-11-18 Chris MasonBtrfs: unplug all devices in the unplug call back
2008-11-18 Chris MasonBtrfs: prevent loops in the directory tree when creatin...
2008-11-18 Chris MasonBtrfs: Give each subvol and snapshot their own anonymou...
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-13 Chris MasonBtrfs: Improve metadata read latencies
2008-11-10 Chris MasonBtrfs: tune btrfs unplug functions for a small number...
2008-11-07 Chris MasonBtrfs: Optimize compressed writeback and reads
2008-11-07 Chris MasonBtrfs: Add ordered async work queues
2008-10-29 Yan ZhengBtrfs: Add root tree pointer transaction ids
2008-10-29 Josef BacikBtrfs: nuke fs wide allocation mutex V2
2008-10-29 Yan ZhengBtrfs: Improve space balancing code
2008-10-29 Chris MasonBtrfs: Add zlib compression support
2008-10-01 Jim MeyeringBtrfs: disk-io.c (open_ctree): avoid leaks upon allocat...
2008-10-01 Jim MeyeringBtrfs: disk-io.c (open_ctree): Don't deref. NULL upon...
2008-09-29 Chris MasonBtrfs: add and improve comments
2008-09-29 Chris MasonBtrfs: Wait for IO on the block device inodes of newly...
2008-09-26 Zheng YanBtrfs: update space balancing code
2008-09-26 Zheng YanBtrfs: Add shared reference cache
2008-09-25 Chris MasonBtrfs: Raise thresholds for metadata writeback
2008-09-25 Chris MasonRemove Btrfs compat code for older kernels
2008-09-25 Zheng YanBtrfs: Full back reference support
2008-09-25 Chris MasonBtrfs: Checksum tree blocks in the background
2008-09-25 Josef BacikBtrfs: free space accounting redo
2008-09-25 Chris MasonBtrfs: Fix mismerge in block header checks
2008-09-25 Chris MasonBtrfs: Record dirty pages tree-log pages in an extent_i...
2008-09-25 Chris MasonBtrfs: Optimize tree log block allocations
2008-09-25 Chris MasonBtrfs: Optimize btree walking while logging inodes
2008-09-25 Chris MasonBtrfs: Fix releasepage to properly keep dirty and write...
2008-09-25 Chris MasonBtrfs: Tree logging fixes
2008-09-25 Chris MasonBtrfs: Add a write ahead tree log to optimize synchrono...
2008-09-25 Chris MasonBtrfs: Add debugging checks to track down corrupted...
2008-09-25 Chris MasonBtrfs: Throttle for async bio submits higher up the...
2008-09-25 Chris MasonBtrfs: Wait for async bio submissions to make some...
2008-09-25 Chris MasonBtrfs: Lower contention on the csum mutex
2008-09-25 Chris MasonBtrfs: Wait for kernel threads to make progress during...
2008-09-25 Chris MasonBtrfs: Give all the worker threads descriptive names
2008-09-25 Chris MasonBtrfs: Transaction commit: don't use filemap_fdatawait
next