aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_io.c
AgeCommit message (Expand)Author
2008-09-25Btrfs: Start btree concurrency work.Chris Mason
2008-09-25Fix corners in writepage and btrfs_truncate_pageChris Mason
2008-09-25Btrfs: Handle write errors on raid1 and raid10Chris Mason
2008-09-25Btrfs: Drop some verbose printksChris Mason
2008-09-25Btrfs: write_cache_pages came in 2.6.22Chris Mason
2008-09-25Btrfs: write_extent_pages came in 2.6.23Chris Mason
2008-09-25Fix btrfs_get_extent and get_block corner cases, and disable O_DIRECT readsChris Mason
2008-09-25Btrfs: Don't drop extent_map cache during releasepage on the btree inodeChris Mason
2008-09-25Btrfs: Remove bogus max_sector warnings from the extent_io codeChris Mason
2008-09-25Btrfs: Use the extent map cache to find the logical disk block during data re...Chris Mason
2008-09-25Btrfs: define write_cache_pages for linux kernel <= 2.6.20 insteadMiguel
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: Correct usage of IS_ERR() in extent_io.cPeter
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
2008-09-25Btrfs: Fix "no csum found for inode" issue.Yan
2008-09-25Btrfs: Create larger bios for btree blocksChris Mason
2008-09-25Btrfs: Don't case unsigned long to int in bio submissionChris Mason
2008-09-25Btrfs: Fix typo in extent_io.cYan
2008-09-25Btrfs: Fix delalloc account on state deletionChris Mason
2008-09-25Btrfs: Add a lookup cache to the extent state treeChris Mason
2008-09-25Btrfs: Enable delalloc accountingChris Mason
2008-09-25Btrfs: mount -o max_inline=size to control the maximum inline extent sizeChris Mason
2008-09-25Btrfs: Do delalloc accounting via hooks in the extent_state codeChris Mason
2008-09-25Btrfs: During deletes and truncate, remove many items at once from the treeChris Mason
2008-09-25Btrfs: extent_io and extent_state optimizationsChris Mason
2008-09-25Btrfs: Split the extent_map code into two partsChris Mason