aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-04-11btrfs: using cached extent_state in set/unlock combinationsArne Jansen1-1/+1
2011-03-17Btrfs: check items for correctness as we searchJosef Bacik1-0/+1
2011-02-23Btrfs: fix fiemap bugs with delallocChris Mason1-1/+1
2010-12-22btrfs: Allow to add new compression algorithmLi Zefan1-1/+16
2010-11-21btrfs: cleanup duplicate bio allocating functionsMiao Xie1-0/+3
2010-10-29Btrfs: Switch the extent buffer rbtree into a radix treeMiao Xie1-2/+2
2010-05-25Btrfs: rework O_DIRECT enospc handlingChris Mason1-0/+4
2010-05-25Btrfs: use async helpers for DIO write checksummingChris Mason1-1/+1
2010-05-25Btrfs: Update metadata reservation for delayed allocationYan, Zheng1-3/+5
2010-03-15Btrfs: cache the extent state everywhere we possibly can V2Josef Bacik1-3/+7
2009-10-08Btrfs: release delalloc reservations on extent item insertionJosef Bacik1-0/+2
2009-10-08Btrfs: cleanup extent_clear_unlock_delalloc flagsChris Mason1-6/+10
2009-09-28Btrfs: proper -ENOSPC handlingJosef Bacik1-2/+11
2009-09-11Btrfs: Use PagePrivate2 to track pages in the data=ordered code.Chris Mason1-5/+4
2009-09-11Btrfs: use a cached state for extent state operations during delallocChris Mason1-1/+1
2009-09-11Btrfs: cache values for locking extentsChris Mason1-2/+3
2009-09-11Btrfs: reduce CPU usage in the extent_state treeChris Mason1-0/+2
2009-03-24Btrfs: leave btree locks spinning more oftenChris Mason1-0/+3
2009-02-04Btrfs: Change btree locking to use explicit blocking pointsChris Mason1-2/+14
2009-01-21Btrfs: fiemap supportYehuda Sadeh1-0/+2
2008-12-12Btrfs: fix nodatasum handling in balancing codeYan Zheng1-0/+1
2008-11-06Btrfs: Optimize compressed writeback and readsChris Mason1-3/+10
2008-10-29Btrfs: nuke fs wide allocation mutex V2Josef Bacik1-0/+2
2008-10-29Btrfs: Add zlib compression supportChris Mason1-3/+14
2008-09-26Btrfs: extent_map and data=ordered fixes for space balancingZheng Yan1-0/+1
2008-09-25Btrfs: Tree logging fixesChris Mason1-0/+1
2008-09-25Btrfs: Fix some data=ordered related data corruptionsChris Mason1-1/+0
2008-09-25Btrfs: Use a mutex in the extent buffer for tree block lockingChris Mason1-0/+1
2008-09-25Btrfs: Index extent buffers in an rbtreeChris Mason1-7/+4
2008-09-25Btrfs: Use async helpers to deal with pages that have been improperly dirtiedChris Mason1-0/+1
2008-09-25Btrfs: New data=ordered implementationChris Mason1-1/+13
2008-09-25Btrfs: Handle write errors on raid1 and raid10Chris Mason1-1/+6
2008-09-25Btrfs: Don't drop extent_map cache during releasepage on the btree inodeChris Mason1-0/+3
2008-09-25Btrfs: Create a work queue for bio writesChris Mason1-2/+3
2008-09-25Btrfs: Handle checksumming errors while reading data blocksChris Mason1-0/+3
2008-09-25Btrfs: Retry metadata reads in the face of checksum failuresChris Mason1-2/+3
2008-09-25Btrfs: Do metadata checksums for reads via a workqueueChris Mason1-1/+3
2008-09-25Btrfs: Add additional debugging for metadata checksum failuresChris Mason1-0/+2
2008-09-25Btrfs: Add leak debugging for extent_buffer and extent_stateChris Mason1-1/+2
2008-09-25Btrfs: Bring back mount -o ssd optimizationsChris Mason1-0/+2
2008-09-25Btrfs: Add support for multiple devices per filesystemChris Mason1-1/+1
2008-09-25Btrfs: checksum file data at bio submission time instead of during writepageChris Mason1-0/+1
2008-09-25Btrfs: Allocator improvementsChris Mason1-0/+11
2008-09-25Btrfs: Create larger bios for btree blocksChris Mason1-1/+2
2008-09-25Btrfs: Add a lookup cache to the extent state treeChris Mason1-0/+1
2008-09-25Btrfs: Enable delalloc accountingChris Mason1-2/+2
2008-09-25Btrfs: Do delalloc accounting via hooks in the extent_state codeChris Mason1-0/+4
2008-09-25Btrfs: extent_io and extent_state optimizationsChris Mason1-5/+10
2008-09-25Btrfs: Split the extent_map code into two partsChris Mason1-0/+193