summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_map.h
Commit message (Expand)AuthorAgeFilesLines
* btrfs: cleanup, stop casting for extent_map->lookup everywhereJeff Mahoney2016-01-151-1/+9
* Btrfs: fix NULL pointer crash when running balance and scrub concurrentlyWang Shilong2014-06-191-0/+1
* Btrfs: more efficient btrfs_drop_extent_cacheFilipe Manana2014-03-101-0/+4
* Btrfs: remove unneeded field / smaller extent_map structureFilipe Manana2014-03-101-1/+5
* btrfs: Enclose macros with complex values within parenthesisDulshani Gunawardhana2013-11-111-4/+4
* Btrfs: fix bad extent loggingJosef Bacik2013-05-061-1/+1
* Btrfs: log ram bytes properlyJosef Bacik2013-05-061-0/+1
* Btrfs: do not allow logged extents to be merged or removedJosef Bacik2013-01-241-0/+1
* Btrfs: do not mark ems as prealloc if we are writing to themJosef Bacik2012-12-161-0/+1
* Btrfs: keep track of the extents original block lengthJosef Bacik2012-12-161-0/+1
* Btrfs: do not hold the write_lock on the extent tree while loggingJosef Bacik2012-10-041-0/+1
* Btrfs: improve fsync by filtering extents that we wantLiu Bo2012-10-011-0/+2
* Btrfs: turbo charge fsyncJosef Bacik2012-10-011-1/+4
* btrfs: fix structs where bitfields and spinlock/atomic share 8B wordDavid Sterba2012-02-151-2/+2
* btrfs: drop gfp parameter from alloc_extent_mapDavid Sterba2011-05-021-1/+1
* btrfs: drop unused parameter from extent_map_tree_initDavid Sterba2011-05-021-1/+1
* btrfs: Allow to add new compression algorithmLi Zefan2010-12-221-1/+2
* Btrfs: search for an allocation hint while filling file COWChris Mason2009-09-181-0/+2
* Btrfs: Fix extent replacment raceChris Mason2009-09-111-0/+1
* Btrfs: switch extent_map to a rw lockChris Mason2009-09-111-1/+1
* Btrfs: Fix csum error for compressed dataYan Zheng2008-11-101-0/+1
* Btrfs: Add fallocate support v2Yan Zheng2008-10-301-0/+1
* Btrfs: update hole handling v2Yan Zheng2008-10-301-0/+1
* Btrfs: Add zlib compression supportChris Mason2008-10-291-2/+4
* Btrfs: Fix some data=ordered related data corruptionsChris Mason2008-09-251-1/+0
* Btrfs: Keep extent mappings in ram until pending ordered extents are doneChris Mason2008-09-251-0/+3
* Btrfs: Split the extent_map code into two partsChris Mason2008-09-251-188/+26
* Btrfs: Implement basic support for -ENOSPCChris Mason2008-09-251-1/+2
* Btrfs: section mismatch warningsChristian Hesse2008-09-251-1/+1
* Btrfs: Add efficient dirty accounting to the extent_map treeChris Mason2008-09-251-0/+1
* Btrfs: Limit btree writeback to prevent seeksChris Mason2008-09-251-0/+3
* Btrfs: Return value checking in module initWyatt Banks2008-09-251-1/+1
* Btrfs: Add readpages supportChris Mason2008-09-251-0/+4
* Btrfs: Add writepages supportChris Mason2008-09-251-0/+4
* Btrfs: Fix a number of inline extent problems that Yan Zheng reported.Chris Mason2008-09-251-1/+0
* Btrfs: Add back metadata checksummingChris Mason2008-09-251-2/+16
* Btrfs: extent_map optimizations to cut down on CPU usageChris Mason2008-09-251-1/+1
* Btrfs: Add an extent buffer LRU to reduce radix tree hitsChris Mason2008-09-251-7/+9
* Btrfs: Add back the online defragging codeChris Mason2008-09-251-0/+2
* Btrfs: Use an array of pages in the extent buffers to reduce the cost of find...Chris Mason2008-09-251-2/+2
* Btrfs: Allow tree blocks larger than the page sizeChris Mason2008-09-251-5/+5
* Btrfs: Change the remaining radix trees used by extent-tree.c to extent_map t...Chris Mason2008-09-251-1/+3
* Btrfs: Stop using radix trees for the block group cacheChris Mason2008-09-251-0/+4
* Btrfs: Fix extent_buffer and extent_state leaksChris Mason2008-09-251-0/+2
* Btrfs: Avoid memcpy where possible in extent_buffersChris Mason2008-09-251-3/+2
* Btrfs: Optimizations for the extent_buffer codeChris Mason2008-09-251-1/+1
* Btrfs: Create extent_buffer interface for large blocksizesChris Mason2008-09-251-2/+73
* Btrfs: factor page private preparations into a helperChristoph Hellwig2008-09-251-0/+1
* Btrfs: [PATCH] extent_map: add writepage_end_io hookChristoph Hellwig2007-09-101-0/+1
* Btrfs: [PATCH] extent_map: provide generic bmapChristoph Hellwig2007-09-101-0/+2