aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_map.h
AgeCommit message (Expand)Author
2016-01-15btrfs: cleanup, stop casting for extent_map->lookup everywhereJeff Mahoney
2014-06-19Btrfs: fix NULL pointer crash when running balance and scrub concurrentlyWang Shilong
2014-03-10Btrfs: more efficient btrfs_drop_extent_cacheFilipe Manana
2014-03-10Btrfs: remove unneeded field / smaller extent_map structureFilipe Manana
2013-11-11btrfs: Enclose macros with complex values within parenthesisDulshani Gunawardhana
2013-05-06Btrfs: fix bad extent loggingJosef Bacik
2013-05-06Btrfs: log ram bytes properlyJosef Bacik
2013-01-24Btrfs: do not allow logged extents to be merged or removedJosef Bacik
2012-12-16Btrfs: do not mark ems as prealloc if we are writing to themJosef Bacik
2012-12-16Btrfs: keep track of the extents original block lengthJosef Bacik
2012-10-04Btrfs: do not hold the write_lock on the extent tree while loggingJosef Bacik
2012-10-01Btrfs: improve fsync by filtering extents that we wantLiu Bo
2012-10-01Btrfs: turbo charge fsyncJosef Bacik
2012-02-15btrfs: fix structs where bitfields and spinlock/atomic share 8B wordDavid Sterba
2011-05-02btrfs: drop gfp parameter from alloc_extent_mapDavid Sterba
2011-05-02btrfs: drop unused parameter from extent_map_tree_initDavid Sterba
2010-12-22btrfs: Allow to add new compression algorithmLi Zefan
2009-09-18Btrfs: search for an allocation hint while filling file COWChris Mason
2009-09-11Btrfs: Fix extent replacment raceChris Mason
2009-09-11Btrfs: switch extent_map to a rw lockChris Mason
2008-11-10Btrfs: Fix csum error for compressed dataYan Zheng
2008-10-30Btrfs: Add fallocate support v2Yan Zheng
2008-10-30Btrfs: update hole handling v2Yan Zheng
2008-10-29Btrfs: Add zlib compression supportChris Mason
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: Split the extent_map code into two partsChris Mason
2008-09-25Btrfs: Implement basic support for -ENOSPCChris 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: Return value checking in module initWyatt Banks
2008-09-25Btrfs: Add readpages supportChris Mason
2008-09-25Btrfs: Add writepages supportChris Mason
2008-09-25Btrfs: Fix a number of inline extent problems that Yan Zheng reported.Chris 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: Add back the online defragging codeChris Mason
2008-09-25Btrfs: Use an array of pages in the extent buffers to reduce the cost of find...Chris Mason
2008-09-25Btrfs: Allow tree blocks larger than the page sizeChris Mason
2008-09-25Btrfs: Change the remaining radix trees used by extent-tree.c to extent_map t...Chris Mason
2008-09-25Btrfs: Stop using radix trees for the block group cacheChris Mason
2008-09-25Btrfs: Fix extent_buffer and extent_state leaksChris Mason
2008-09-25Btrfs: Avoid memcpy where possible in extent_buffersChris Mason
2008-09-25Btrfs: Optimizations for the extent_buffer codeChris Mason
2008-09-25Btrfs: Create extent_buffer interface for large blocksizesChris Mason
2008-09-25Btrfs: factor page private preparations into a helperChristoph Hellwig
2007-09-10Btrfs: [PATCH] extent_map: add writepage_end_io hookChristoph Hellwig
2007-09-10Btrfs: [PATCH] extent_map: provide generic bmapChristoph Hellwig