summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_io.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-06Btrfs: drop EXPORT symbols from extent_io.cChris Mason1-56/+0
2009-01-06Btrfs: Fix checkpatch.pl warningsChris Mason1-114/+99
2009-01-05Btrfs: Fix typo in clear_state_cbLiu Hui1-1/+1
2008-12-17Btrfs: shift all end_io work to thread poolsChris Mason1-27/+24
2008-12-09Btrfs: Use map_private_extent_buffer during generic_bin_searchChris Mason1-0/+1
2008-12-09Btrfs: move data checksumming into a dedicated treeChris Mason1-0/+5
2008-12-02Btrfs: make things static and include the right headersChristoph Hellwig1-20/+15
2008-12-02Btrfs: sparse lock verification annotations for wait_on_stateChristoph Hellwig1-0/+2
2008-11-20Btrfs: only flush down bios for writeback pagesChris Mason1-1/+2
2008-11-20Btrfs: Fixes for 2.6.28-rc API changesChris Mason1-2/+2
2008-11-19Btrfs: Avoid writeback stallsChris Mason1-4/+20
2008-11-11Btrfs: Fix compile warnings on 32 bit machinesChris Mason1-4/+7
2008-11-10Btrfs: Turn off extent state leak debuggingChris Mason1-1/+1
2008-11-10Btrfs: Use invalidatepage when writepage finds a page outside of i_sizeChris Mason1-5/+1
2008-11-10Btrfs: Make sure pages are dirty before doing delalloc for themChris Mason1-1/+2
2008-11-07Btrfs: enforce metadata allocation clusteringChris Mason1-7/+0
2008-11-07Btrfs: Optimize compressed writeback and readsChris Mason1-23/+117
2008-10-31Btrfs: Compression corner fixesChris Mason1-1/+10
2008-10-30Btrfs: Add fallocate support v2Yan Zheng1-3/+9
2008-10-30Btrfs: Fix bookend extent race v2Yan Zheng1-1/+5
2008-10-29Btrfs: nuke fs wide allocation mutex V2Josef Bacik1-0/+14
2008-10-29Btrfs: Add zlib compression supportChris Mason1-88/+323
2008-09-29Btrfs: add and improve commentsChris Mason1-2/+32
2008-09-26Btrfs: extent_map and data=ordered fixes for space balancingZheng Yan1-4/+9
2008-09-25Remove Btrfs compat code for older kernelsChris Mason1-63/+3
2008-09-25Btrfs: Full back reference supportZheng Yan1-1/+2
2008-09-25Btrfs: free space accounting redoJosef Bacik1-0/+4
2008-09-25Btrfs: Tree logging fixesChris Mason1-11/+36
2008-09-25Btrfs: trivial sparse fixesChristoph Hellwig1-4/+2
2008-09-25Btrfs: Add debugging checks to track down corrupted metadataChris Mason1-7/+14
2008-09-25Btrfs: Remove broken optimisations in end_bio functions.David Woodhouse1-138/+21
2008-09-25Btrfs: Change TestSetPageLocked() to trylock_page()David Woodhouse1-1/+2
2008-09-25Btrfs: Add compatibility for kernels >= 2.6.27-rc1Sven Wegener1-0/+23
2008-09-25Btrfs: implement memory reclaim for leaf reference cacheYan1-1/+0
2008-09-25Btrfs: Fix verify_parent_transidChris Mason1-1/+4
2008-09-25Btrfs: Search data ordered extents first for checksums on readChris Mason1-4/+4
2008-09-25Btrfs: Fix some data=ordered related data corruptionsChris Mason1-20/+0
2008-09-25Btrfs: Use a mutex in the extent buffer for tree block lockingChris Mason1-0/+9
2008-09-25Btrfs: Index extent buffers in an rbtreeChris Mason1-193/+116
2008-09-25Btrfs: Keep extent mappings in ram until pending ordered extents are doneChris Mason1-12/+15
2008-09-25Btrfs: Don't allow releasepage to succeed if EXTENT_ORDERED is setChris Mason1-1/+2
2008-09-25Btrfs: Use async helpers to deal with pages that have been improperly dirtiedChris Mason1-0/+10
2008-09-25Btrfs: New data=ordered implementationChris Mason1-7/+45
2008-09-25Btrfs: Change find_extent_buffer to use TestSetPageLockedChris Mason1-1/+6
2008-09-25Btrfs: Start btree concurrency work.Chris Mason1-8/+0
2008-09-25Fix corners in writepage and btrfs_truncate_pageChris Mason1-6/+9
2008-09-25Btrfs: Handle write errors on raid1 and raid10Chris Mason1-8/+41
2008-09-25Btrfs: Drop some verbose printksChris Mason1-8/+5
2008-09-25Btrfs: write_cache_pages came in 2.6.22Chris Mason1-1/+1
2008-09-25Btrfs: write_extent_pages came in 2.6.23Chris Mason1-1/+1