aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_map.c
AgeCommit message (Expand)Author
2009-01-21Btrfs: removed unused #include <version.h>'sHuang Weiyi
2009-01-05Btrfs: Fix checkpatch.pl warningsChris Mason
2008-10-29Btrfs: Add zlib compression supportChris Mason
2008-09-29Btrfs: add and improve commentsChris Mason
2008-09-25Btrfs: Fix add_extent_mapping to check for duplicates across the whole rangeChris Mason
2008-09-25Btrfs: Use assert_spin_locked instead of spin_trylockDavid Woodhouse
2008-09-25Btrfs: Fix some data=ordered related data corruptionsChris Mason
2008-09-25Btrfs: Keep extent mappings in ram until pending ordered extents are doneChris Mason
2008-09-25Btrfs: New data=ordered implementationChris Mason
2008-09-25Btrfs: kerneldoc comments for extent_map.cChristoph Hellwig
2008-09-25btrfs: fix strange indentation in lookup_extent_mappingChristoph Hellwig
2008-09-25Btrfs: Split the extent_map code into two partsChris Mason
2008-09-25Btrfs: Fix hole insertion corner casesChris Mason
2008-09-25Btrfs: Fix for test_range_bitYan
2008-09-25Btrfs: Remove verbose WARN_ONChris Mason
2008-09-25Btrfs: Fix extent_buffer usage when nodesize != leafsizeChris Mason
2008-09-25Btrfs: Remove extent_map debugging messageChris Mason
2008-09-25Btrfs: Fix an off by one in the extent_map prepare write codeChris Mason
2008-09-25Btrfs: Implement basic support for -ENOSPCChris Mason
2008-09-25Btrfs: Fix delayed allocation to avoid missing delalloc extentsChris Mason
2008-09-25Btrfs: Back port to 2.6.18-el kernelsChris Mason
2008-09-25Btrfs: section mismatch warningsChristian Hesse
2008-09-25Btrfs: Add efficient dirty accounting to the extent_map treeChris Mason
2008-09-25Btrfs: Limit btree writeback to prevent seeksChris Mason
2008-09-25Btrfs: Handle writeback under high memory pressure betterChris Mason
2008-09-25Btrfs: Make sure page mapping dirty tag is properly clearedChris Mason
2008-09-25Btrfs: Avoid fragmentation from parallel delalloc fillingChris Mason
2008-09-25Btrfs: Return value checking in module initWyatt Banks
2008-09-25Btrfs: Fix extent bit range testingChris Mason
2008-09-25Btrfs: Add readpages supportChris Mason
2008-09-25Btrfs: Avoid extent_buffer lru corruptionChris Mason
2008-09-25Btrfs: Fix failure cleanups when allocating extent buffers failChris Mason
2008-09-25Btrfs: Add writepages supportChris Mason
2008-09-25Btrfs: small fixes for find_lock_delalloc_range.Yan
2008-09-25Btrfs: Fix a number of inline extent problems that Yan Zheng reported.Chris Mason
2008-09-25Btrfs: Fix PAGE_CACHE_SHIFT shifts on 32 bit machinesChris Mason
2008-09-25Btrfs: Fix extent_map leak in extent_bmapYan
2008-09-25Btrfs: Off by one fixes in extent_map.cYan
2008-09-25Btrfs: Avoid recursive KM_USER1 mappings in copy_extent_bufferChris Mason
2008-09-25Btrfs: CPU usage optimizations in push and the extent_map codeChris Mason
2008-09-25Btrfs: Fix read/write_extent_buffer to use KM_USER1 instead of KM_USER0Chris Mason
2008-09-25Btrfs: Fix bi_end_io() functions on > 2.6.23 kernelsJens Axboe
2008-09-25btrfs: 32-bit type problemsJens Axboe
2008-09-25Btrfs: Add back file data checksummingChris Mason
2008-09-25Btrfs: Add back metadata checksummingChris Mason
2008-09-25Btrfs: extent_map optimizations to cut down on CPU usageChris Mason
2008-09-25Btrfs: Add an extent buffer LRU to reduce radix tree hitsChris Mason
2008-09-25Btrfs: Fix allocation routines to avoid intermixing data and metadata allocat...Chris Mason
2008-09-25Btrfs: Use an array of pages in the extent buffers to reduce the cost of find...Chris Mason
2008-09-25Btrfs: Cache extent buffer mappingsChris Mason