summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_io.h
AgeCommit message (Expand)Author
2011-06-10btrfs: remove 64bit alignment padding to allow extent_buffer to fit into one ...richard kennedy
2011-05-06btrfs: remove all unused functionsDavid Sterba
2011-05-04btrfs: remove unused function prototypesDavid Sterba
2011-05-02btrfs: drop gfp parameter from alloc_extent_bufferDavid Sterba
2011-05-02btrfs: drop gfp parameter from find_extent_bufferDavid Sterba
2011-05-02btrfs: drop unused argument from extent_io_tree_initDavid Sterba
2011-05-02btrfs: rename variables clashing with global function namesDavid Sterba
2011-04-11btrfs: using cached extent_state in set/unlock combinationsArne Jansen
2011-03-17Btrfs: check items for correctness as we searchJosef Bacik
2011-02-23Btrfs: fix fiemap bugs with delallocChris Mason
2010-12-22btrfs: Allow to add new compression algorithmLi Zefan
2010-11-21btrfs: cleanup duplicate bio allocating functionsMiao Xie
2010-10-29Btrfs: Switch the extent buffer rbtree into a radix treeMiao Xie
2010-05-25Btrfs: rework O_DIRECT enospc handlingChris Mason
2010-05-25Btrfs: use async helpers for DIO write checksummingChris Mason
2010-05-25Btrfs: Update metadata reservation for delayed allocationYan, Zheng
2010-03-15Btrfs: cache the extent state everywhere we possibly can V2Josef Bacik
2009-10-08Btrfs: release delalloc reservations on extent item insertionJosef Bacik
2009-10-08Btrfs: cleanup extent_clear_unlock_delalloc flagsChris Mason
2009-09-28Btrfs: proper -ENOSPC handlingJosef Bacik
2009-09-11Btrfs: Use PagePrivate2 to track pages in the data=ordered code.Chris Mason
2009-09-11Btrfs: use a cached state for extent state operations during delallocChris Mason
2009-09-11Btrfs: cache values for locking extentsChris Mason
2009-09-11Btrfs: reduce CPU usage in the extent_state treeChris Mason
2009-03-24Btrfs: leave btree locks spinning more oftenChris Mason
2009-02-04Btrfs: Change btree locking to use explicit blocking pointsChris Mason
2009-01-21Btrfs: fiemap supportYehuda Sadeh
2008-12-12Btrfs: fix nodatasum handling in balancing codeYan Zheng
2008-11-06Btrfs: Optimize compressed writeback and readsChris Mason
2008-10-29Btrfs: nuke fs wide allocation mutex V2Josef Bacik
2008-10-29Btrfs: Add zlib compression supportChris Mason
2008-09-26Btrfs: extent_map and data=ordered fixes for space balancingZheng Yan
2008-09-25Btrfs: Tree logging fixesChris Mason
2008-09-25Btrfs: Fix some data=ordered related data corruptionsChris Mason
2008-09-25Btrfs: Use a mutex in the extent buffer for tree block lockingChris Mason
2008-09-25Btrfs: Index extent buffers in an rbtreeChris Mason
2008-09-25Btrfs: Use async helpers to deal with pages that have been improperly dirtiedChris Mason
2008-09-25Btrfs: New data=ordered implementationChris Mason
2008-09-25Btrfs: Handle write errors on raid1 and raid10Chris Mason
2008-09-25Btrfs: Don't drop extent_map cache during releasepage on the btree inodeChris Mason
2008-09-25Btrfs: Create a work queue for bio writesChris Mason
2008-09-25Btrfs: Handle checksumming errors while reading data blocksChris Mason
2008-09-25Btrfs: Retry metadata reads in the face of checksum failuresChris Mason
2008-09-25Btrfs: Do metadata checksums for reads via a workqueueChris Mason
2008-09-25Btrfs: Add additional debugging for metadata checksum failuresChris Mason
2008-09-25Btrfs: Add leak debugging for extent_buffer and extent_stateChris Mason
2008-09-25Btrfs: Bring back mount -o ssd optimizationsChris Mason
2008-09-25Btrfs: Add support for multiple devices per filesystemChris Mason
2008-09-25Btrfs: checksum file data at bio submission time instead of during writepageChris Mason
2008-09-25Btrfs: Allocator improvementsChris Mason