aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_map.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-18Btrfs: search for an allocation hint while filling file COWChris Mason1-0/+48
2009-09-11Btrfs: Fix extent replacment raceChris Mason1-0/+50
2009-09-11Btrfs: switch extent_map to a rw lockChris Mason1-4/+1
2009-04-24Btrfs: kill btrfs_cache_createChristoph Hellwig1-8/+3
2009-04-24Btrfs: don't export symbolsChristoph Hellwig1-6/+0
2009-04-02Btrfs: remove dead codeDan Carpenter1-1/+0
2009-01-21Btrfs: removed unused #include <version.h>'sHuang Weiyi1-1/+0
2009-01-05Btrfs: Fix checkpatch.pl warningsChris Mason1-7/+7
2008-10-29Btrfs: Add zlib compression supportChris Mason1-0/+9
2008-09-29Btrfs: add and improve commentsChris Mason1-0/+10
2008-09-25Btrfs: Fix add_extent_mapping to check for duplicates across the whole rangeChris Mason1-0/+7
2008-09-25Btrfs: Use assert_spin_locked instead of spin_trylockDavid Woodhouse1-3/+3
2008-09-25Btrfs: Fix some data=ordered related data corruptionsChris Mason1-9/+0
2008-09-25Btrfs: Keep extent mappings in ram until pending ordered extents are doneChris Mason1-0/+4
2008-09-25Btrfs: New data=ordered implementationChris Mason1-1/+4
2008-09-25Btrfs: kerneldoc comments for extent_map.cChristoph Hellwig1-12/+49
2008-09-25btrfs: fix strange indentation in lookup_extent_mappingChristoph Hellwig1-1/+7
2008-09-25Btrfs: Split the extent_map code into two partsChris Mason1-3035/+84
2008-09-25Btrfs: Fix hole insertion corner casesChris Mason1-9/+36
2008-09-25Btrfs: Fix for test_range_bitYan1-0/+5
2008-09-25Btrfs: Remove verbose WARN_ONChris Mason1-2/+0
2008-09-25Btrfs: Fix extent_buffer usage when nodesize != leafsizeChris Mason1-9/+21
2008-09-25Btrfs: Remove extent_map debugging messageChris Mason1-1/+0
2008-09-25Btrfs: Fix an off by one in the extent_map prepare write codeChris Mason1-2/+2
2008-09-25Btrfs: Implement basic support for -ENOSPCChris Mason1-6/+14
2008-09-25Btrfs: Fix delayed allocation to avoid missing delalloc extentsChris Mason1-2/+7
2008-09-25Btrfs: Back port to 2.6.18-el kernelsChris Mason1-8/+160
2008-09-25Btrfs: section mismatch warningsChristian Hesse1-1/+1
2008-09-25Btrfs: Add efficient dirty accounting to the extent_map treeChris Mason1-3/+29
2008-09-25Btrfs: Limit btree writeback to prevent seeksChris Mason1-0/+39
2008-09-25Btrfs: Handle writeback under high memory pressure betterChris Mason1-0/+12
2008-09-25Btrfs: Make sure page mapping dirty tag is properly clearedChris Mason1-2/+20
2008-09-25Btrfs: Avoid fragmentation from parallel delalloc fillingChris Mason1-34/+49
2008-09-25Btrfs: Return value checking in module initWyatt Banks1-2/+14
2008-09-25Btrfs: Fix extent bit range testingChris Mason1-7/+17
2008-09-25Btrfs: Add readpages supportChris Mason1-7/+63
2008-09-25Btrfs: Avoid extent_buffer lru corruptionChris Mason1-1/+7
2008-09-25Btrfs: Fix failure cleanups when allocating extent buffers failChris Mason1-26/+30
2008-09-25Btrfs: Add writepages supportChris Mason1-25/+110
2008-09-25Btrfs: small fixes for find_lock_delalloc_range.Yan1-1/+3
2008-09-25Btrfs: Fix a number of inline extent problems that Yan Zheng reported.Chris Mason1-3/+8
2008-09-25Btrfs: Fix PAGE_CACHE_SHIFT shifts on 32 bit machinesChris Mason1-12/+15
2008-09-25Btrfs: Fix extent_map leak in extent_bmapYan1-2/+6
2008-09-25Btrfs: Off by one fixes in extent_map.cYan1-5/+5
2008-09-25Btrfs: Avoid recursive KM_USER1 mappings in copy_extent_bufferChris Mason1-2/+2
2008-09-25Btrfs: CPU usage optimizations in push and the extent_map codeChris Mason1-30/+15
2008-09-25Btrfs: Fix read/write_extent_buffer to use KM_USER1 instead of KM_USER0Chris Mason1-4/+4
2008-09-25Btrfs: Fix bi_end_io() functions on > 2.6.23 kernelsJens Axboe1-0/+25
2008-09-25btrfs: 32-bit type problemsJens Axboe1-3/+3
2008-09-25Btrfs: Add back file data checksummingChris Mason1-0/+3