summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.c
AgeCommit message (Expand)Author
2009-02-12Btrfs: remove unused code in split_state()Qinghuang Feng
2009-02-04Btrfs: don't return congestion in write_cache_pages as oftenChris Mason
2009-02-04Btrfs: Change btree locking to use explicit blocking pointsChris Mason
2009-02-04Btrfs: disable leak debugging checks in extent_io.cChris Mason
2009-01-21Btrfs: fiemap supportYehuda Sadeh
2009-01-21Btrfs: removed unused #include <version.h>'sHuang Weiyi
2009-01-05Btrfs: drop EXPORT symbols from extent_io.cChris Mason
2009-01-05Btrfs: Fix checkpatch.pl warningsChris Mason
2009-01-05Btrfs: Fix typo in clear_state_cbLiu Hui
2008-12-17Btrfs: shift all end_io work to thread poolsChris Mason
2008-12-08Btrfs: Use map_private_extent_buffer during generic_bin_searchChris Mason
2008-12-08Btrfs: move data checksumming into a dedicated treeChris Mason
2008-12-02Btrfs: make things static and include the right headersChristoph Hellwig
2008-12-02Btrfs: sparse lock verification annotations for wait_on_stateChristoph Hellwig
2008-11-20Btrfs: only flush down bios for writeback pagesChris Mason
2008-11-19Btrfs: Fixes for 2.6.28-rc API changesChris Mason
2008-11-19Btrfs: Avoid writeback stallsChris Mason
2008-11-11Btrfs: Fix compile warnings on 32 bit machinesChris Mason
2008-11-10Btrfs: Turn off extent state leak debuggingChris Mason
2008-11-10Btrfs: Use invalidatepage when writepage finds a page outside of i_sizeChris Mason
2008-11-10Btrfs: Make sure pages are dirty before doing delalloc for themChris Mason
2008-11-06Btrfs: enforce metadata allocation clusteringChris Mason
2008-11-06Btrfs: Optimize compressed writeback and readsChris Mason
2008-10-31Btrfs: Compression corner fixesChris Mason
2008-10-30Btrfs: Add fallocate support v2Yan Zheng
2008-10-30Btrfs: Fix bookend extent race v2Yan Zheng
2008-10-29Btrfs: nuke fs wide allocation mutex V2Josef Bacik
2008-10-29Btrfs: Add zlib compression supportChris Mason
2008-09-29Btrfs: add and improve commentsChris Mason
2008-09-26Btrfs: extent_map and data=ordered fixes for space balancingZheng Yan
2008-09-25Remove Btrfs compat code for older kernelsChris Mason
2008-09-25Btrfs: Full back reference supportZheng Yan
2008-09-25Btrfs: free space accounting redoJosef Bacik
2008-09-25Btrfs: Tree logging fixesChris Mason
2008-09-25Btrfs: trivial sparse fixesChristoph Hellwig
2008-09-25Btrfs: Add debugging checks to track down corrupted metadataChris Mason
2008-09-25Btrfs: Remove broken optimisations in end_bio functions.David Woodhouse
2008-09-25Btrfs: Change TestSetPageLocked() to trylock_page()David Woodhouse
2008-09-25Btrfs: Add compatibility for kernels >= 2.6.27-rc1Sven Wegener
2008-09-25Btrfs: implement memory reclaim for leaf reference cacheYan
2008-09-25Btrfs: Fix verify_parent_transidChris Mason
2008-09-25Btrfs: Search data ordered extents first for checksums on readChris Mason
2008-09-25Btrfs: Fix some data=ordered related data corruptionsChris Mason
2008-09-25Btrfs: Use a mutex in the extent buffer for tree block lockingChris Mason
2008-09-25Btrfs: Index extent buffers in an rbtreeChris Mason
2008-09-25Btrfs: Keep extent mappings in ram until pending ordered extents are doneChris Mason
2008-09-25Btrfs: Don't allow releasepage to succeed if EXTENT_ORDERED is setChris Mason
2008-09-25Btrfs: Use async helpers to deal with pages that have been improperly dirtiedChris Mason
2008-09-25Btrfs: New data=ordered implementationChris Mason
2008-09-25Btrfs: Change find_extent_buffer to use TestSetPageLockedChris Mason