Btrfs: cleanup extent_clear_unlock_delalloc flags
[safe/jmp/linux-2.6] / fs / btrfs / extent_io.c
2009-10-08 Chris MasonBtrfs: cleanup extent_clear_unlock_delalloc flags
2009-09-28 Josef BacikBtrfs: proper -ENOSPC handling
2009-09-24 Chris MasonBtrfs: fix releasepage to avoid unlocking extents we...
2009-09-24 Chris MasonBtrfs: Fix test_range_bit for whole file extents
2009-09-24 Chris MasonBtrfs: fix errors handling cached state in set/clear_ex...
2009-09-18 Chris MasonBtrfs: properly honor wbc->nr_to_write changes
2009-09-11 Chris MasonBtrfs: Use PagePrivate2 to track pages in the data...
2009-09-11 Chris MasonBtrfs: use a cached state for extent state operations...
2009-09-11 Chris MasonBtrfs: don't lock bits in the extent tree during writepage
2009-09-11 Chris MasonBtrfs: cache values for locking extents
2009-09-11 Chris MasonBtrfs: reduce CPU usage in the extent_state tree
2009-09-11 Chris MasonBtrfs: Fix new state initialization order
2009-09-11 Chris MasonBtrfs: switch extent_map to a rw lock
2009-09-11 Chris MasonBtrfs: use larger nr_to_write for larger extents
2009-09-11 Chris MasonBtrfs: optimize set extent bit
2009-06-10 Yan Zhengbtrfs: Fix set/clear_extent_bit for 'end == (u64)-1'
2009-04-27 Chris MasonBtrfs: remove #if 0 code
2009-04-24 Christoph HellwigBtrfs: kill btrfs_cache_create
2009-04-20 Chris MasonBtrfs: fix oops on page->mapping->host during writepage
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 Heiko CarstensBtrfs: fix __ucmpdi2 compile bug on 32 bit builds
2009-03-24 Chris MasonBtrfs: leave btree locks spinning more often
2009-02-12 Qinghuang FengBtrfs: remove unused code in split_state()
2009-02-04 Chris MasonBtrfs: don't return congestion in write_cache_pages...
2009-02-04 Chris MasonBtrfs: Change btree locking to use explicit blocking...
2009-02-04 Chris MasonBtrfs: disable leak debugging checks in extent_io.c
2009-01-21 Yehuda SadehBtrfs: fiemap support
2009-01-21 Huang WeiyiBtrfs: removed unused #include <version.h>'s
2009-01-06 Chris MasonBtrfs: drop EXPORT symbols from extent_io.c
2009-01-06 Chris MasonBtrfs: Fix checkpatch.pl warnings
2009-01-05 Liu HuiBtrfs: Fix typo in clear_state_cb
2008-12-17 Chris MasonBtrfs: shift all end_io work to thread pools
2008-12-08 Chris MasonBtrfs: Use map_private_extent_buffer during generic_bin...
2008-12-08 Chris MasonBtrfs: move data checksumming into a dedicated tree
2008-12-02 Christoph HellwigBtrfs: make things static and include the right headers
2008-12-02 Christoph HellwigBtrfs: sparse lock verification annotations for wait_on...
2008-11-20 Chris MasonBtrfs: only flush down bios for writeback pages
2008-11-20 Chris MasonBtrfs: Fixes for 2.6.28-rc API changes
2008-11-19 Chris MasonBtrfs: Avoid writeback stalls
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
next