aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_io.c
AgeCommit message (Expand)Author
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
2008-09-25Btrfs: Start btree concurrency work.Chris Mason
2008-09-25Fix corners in writepage and btrfs_truncate_pageChris Mason
2008-09-25Btrfs: Handle write errors on raid1 and raid10Chris Mason
2008-09-25Btrfs: Drop some verbose printksChris Mason
2008-09-25Btrfs: write_cache_pages came in 2.6.22Chris Mason
2008-09-25Btrfs: write_extent_pages came in 2.6.23Chris Mason