summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_io.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-10btrfs: Fix set/clear_extent_bit for 'end == (u64)-1'Yan Zheng1-4/+14
2009-04-27Btrfs: remove #if 0 codeChris Mason1-63/+0
2009-04-24Btrfs: kill btrfs_cache_createChristoph Hellwig1-12/+6
2009-04-20Btrfs: fix oops on page->mapping->host during writepageChris Mason1-8/+32
2009-04-20Btrfs: add a priority queue to the async thread helpersChris Mason1-1/+1
2009-04-20Btrfs: use WRITE_SYNC for synchronous writesChris Mason1-14/+30
2009-04-03Btrfs: fix __ucmpdi2 compile bug on 32 bit buildsHeiko Carstens1-11/+5
2009-03-24Btrfs: leave btree locks spinning more oftenChris Mason1-42/+9
2009-02-12Btrfs: remove unused code in split_state()Qinghuang Feng1-2/+0
2009-02-04Btrfs: don't return congestion in write_cache_pages as oftenChris Mason1-5/+0
2009-02-04Btrfs: Change btree locking to use explicit blocking pointsChris Mason1-9/+9
2009-02-04Btrfs: disable leak debugging checks in extent_io.cChris Mason1-8/+8
2009-01-21Btrfs: fiemap supportYehuda Sadeh1-0/+92
2009-01-21Btrfs: removed unused #include <version.h>'sHuang Weiyi1-1/+0
2009-01-05Btrfs: drop EXPORT symbols from extent_io.cChris Mason1-56/+0
2009-01-05Btrfs: 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-08Btrfs: Use map_private_extent_buffer during generic_bin_searchChris Mason1-0/+1
2008-12-08Btrfs: 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-19Btrfs: 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-06Btrfs: enforce metadata allocation clusteringChris Mason1-7/+0
2008-11-06Btrfs: 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