Btrfs: Seed device support
[safe/jmp/linux-2.6] / fs / btrfs / extent_io.c
2008-11-11 Chris MasonBtrfs: Fix compile warnings on 32 bit machines
2008-11-10 Chris MasonBtrfs: Turn off extent state leak debugging
2008-11-10 Chris MasonBtrfs: Use invalidatepage when writepage finds a page...
2008-11-10 Chris MasonBtrfs: Make sure pages are dirty before doing delalloc...
2008-11-07 Chris MasonBtrfs: enforce metadata allocation clustering
2008-11-07 Chris MasonBtrfs: Optimize compressed writeback and reads
2008-10-31 Chris MasonBtrfs: Compression corner fixes
2008-10-30 Yan ZhengBtrfs: Add fallocate support v2
2008-10-30 Yan ZhengBtrfs: Fix bookend extent race v2
2008-10-29 Josef BacikBtrfs: nuke fs wide allocation mutex V2
2008-10-29 Chris MasonBtrfs: Add zlib compression support
2008-09-29 Chris MasonBtrfs: add and improve comments
2008-09-26 Zheng YanBtrfs: extent_map and data=ordered fixes for space...
2008-09-25 Chris MasonRemove Btrfs compat code for older kernels
2008-09-25 Zheng YanBtrfs: Full back reference support
2008-09-25 Josef BacikBtrfs: free space accounting redo
2008-09-25 Chris MasonBtrfs: Tree logging fixes
2008-09-25 Christoph HellwigBtrfs: trivial sparse fixes
2008-09-25 Chris MasonBtrfs: Add debugging checks to track down corrupted...
2008-09-25 David WoodhouseBtrfs: Remove broken optimisations in end_bio functions.
2008-09-25 David WoodhouseBtrfs: Change TestSetPageLocked() to trylock_page()
2008-09-25 Sven WegenerBtrfs: Add compatibility for kernels >= 2.6.27-rc1
2008-09-25 YanBtrfs: implement memory reclaim for leaf reference...
2008-09-25 Chris MasonBtrfs: Fix verify_parent_transid
2008-09-25 Chris MasonBtrfs: Search data ordered extents first for checksums...
2008-09-25 Chris MasonBtrfs: Fix some data=ordered related data corruptions
2008-09-25 Chris MasonBtrfs: Use a mutex in the extent buffer for tree block...
2008-09-25 Chris MasonBtrfs: Index extent buffers in an rbtree
2008-09-25 Chris MasonBtrfs: Keep extent mappings in ram until pending ordere...
2008-09-25 Chris MasonBtrfs: Don't allow releasepage to succeed if EXTENT_ORD...
2008-09-25 Chris MasonBtrfs: Use async helpers to deal with pages that have...
2008-09-25 Chris MasonBtrfs: New data=ordered implementation
2008-09-25 Chris MasonBtrfs: Change find_extent_buffer to use TestSetPageLocked
2008-09-25 Chris MasonBtrfs: Start btree concurrency work.
2008-09-25 Chris MasonFix corners in writepage and btrfs_truncate_page
2008-09-25 Chris MasonBtrfs: Handle write errors on raid1 and raid10
2008-09-25 Chris MasonBtrfs: Drop some verbose printks
2008-09-25 Chris MasonBtrfs: write_cache_pages came in 2.6.22
2008-09-25 Chris MasonBtrfs: write_extent_pages came in 2.6.23
2008-09-25 Chris MasonFix btrfs_get_extent and get_block corner cases, and...
2008-09-25 Chris MasonBtrfs: Don't drop extent_map cache during releasepage...
2008-09-25 Chris MasonBtrfs: Remove bogus max_sector warnings from the extent...
2008-09-25 Chris MasonBtrfs: Use the extent map cache to find the logical...
2008-09-25 MiguelBtrfs: define write_cache_pages for linux kernel <...
2008-09-25 Chris MasonBtrfs: Handle checksumming errors while reading data...
2008-09-25 Chris MasonBtrfs: Retry metadata reads in the face of checksum...
2008-09-25 Chris MasonBtrfs: Do metadata checksums for reads via a workqueue
2008-09-25 Chris MasonBtrfs: Add additional debugging for metadata checksum...
2008-09-25 PeterBtrfs: Correct usage of IS_ERR() in extent_io.c
2008-09-25 Chris MasonBtrfs: Add leak debugging for extent_buffer and extent_...
2008-09-25 Chris MasonBtrfs: Bring back mount -o ssd optimizations
2008-09-25 Chris MasonBtrfs: Add support for multiple devices per filesystem
2008-09-25 Chris MasonBtrfs: checksum file data at bio submission time instea...
2008-09-25 Chris MasonBtrfs: Allocator improvements
2008-09-25 YanBtrfs: Fix "no csum found for inode" issue.
2008-09-25 Chris MasonBtrfs: Create larger bios for btree blocks
2008-09-25 Chris MasonBtrfs: Don't case unsigned long to int in bio submission
2008-09-25 YanBtrfs: Fix typo in extent_io.c
2008-09-25 Chris MasonBtrfs: Fix delalloc account on state deletion
2008-09-25 Chris MasonBtrfs: Add a lookup cache to the extent state tree
2008-09-25 Chris MasonBtrfs: Enable delalloc accounting
2008-09-25 Chris MasonBtrfs: mount -o max_inline=size to control the maximum...
2008-09-25 Chris MasonBtrfs: Do delalloc accounting via hooks in the extent_s...
2008-09-25 Chris MasonBtrfs: During deletes and truncate, remove many items...
2008-09-25 Chris MasonBtrfs: extent_io and extent_state optimizations
2008-09-25 Chris MasonBtrfs: Split the extent_map code into two parts