summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: Remove broken optimisations in end_bio functions.David Woodhouse2008-09-251-138/+21
* Btrfs: Change TestSetPageLocked() to trylock_page()David Woodhouse2008-09-251-1/+2
* Btrfs: Add compatibility for kernels >= 2.6.27-rc1Sven Wegener2008-09-251-0/+23
* Btrfs: implement memory reclaim for leaf reference cacheYan2008-09-251-1/+0
* Btrfs: Fix verify_parent_transidChris Mason2008-09-251-1/+4
* Btrfs: Search data ordered extents first for checksums on readChris Mason2008-09-251-4/+4
* Btrfs: Fix some data=ordered related data corruptionsChris Mason2008-09-251-20/+0
* Btrfs: Use a mutex in the extent buffer for tree block lockingChris Mason2008-09-251-0/+9
* Btrfs: Index extent buffers in an rbtreeChris Mason2008-09-251-193/+116
* Btrfs: Keep extent mappings in ram until pending ordered extents are doneChris Mason2008-09-251-12/+15
* Btrfs: Don't allow releasepage to succeed if EXTENT_ORDERED is setChris Mason2008-09-251-1/+2
* Btrfs: Use async helpers to deal with pages that have been improperly dirtiedChris Mason2008-09-251-0/+10
* Btrfs: New data=ordered implementationChris Mason2008-09-251-7/+45
* Btrfs: Change find_extent_buffer to use TestSetPageLockedChris Mason2008-09-251-1/+6
* Btrfs: Start btree concurrency work.Chris Mason2008-09-251-8/+0
* Fix corners in writepage and btrfs_truncate_pageChris Mason2008-09-251-6/+9
* Btrfs: Handle write errors on raid1 and raid10Chris Mason2008-09-251-8/+41
* Btrfs: Drop some verbose printksChris Mason2008-09-251-8/+5
* Btrfs: write_cache_pages came in 2.6.22Chris Mason2008-09-251-1/+1
* Btrfs: write_extent_pages came in 2.6.23Chris Mason2008-09-251-1/+1
* Fix btrfs_get_extent and get_block corner cases, and disable O_DIRECT readsChris Mason2008-09-251-0/+1
* Btrfs: Don't drop extent_map cache during releasepage on the btree inodeChris Mason2008-09-251-11/+27
* Btrfs: Remove bogus max_sector warnings from the extent_io codeChris Mason2008-09-251-7/+0
* Btrfs: Use the extent map cache to find the logical disk block during data re...Chris Mason2008-09-251-4/+8
* Btrfs: define write_cache_pages for linux kernel <= 2.6.20 insteadMiguel2008-09-251-2/+1
* Btrfs: Handle checksumming errors while reading data blocksChris Mason2008-09-251-0/+9
* Btrfs: Retry metadata reads in the face of checksum failuresChris Mason2008-09-251-21/+29
* Btrfs: Do metadata checksums for reads via a workqueueChris Mason2008-09-251-22/+78
* Btrfs: Add additional debugging for metadata checksum failuresChris Mason2008-09-251-3/+51
* Btrfs: Correct usage of IS_ERR() in extent_io.cPeter2008-09-251-9/+9
* Btrfs: Add leak debugging for extent_buffer and extent_stateChris Mason2008-09-251-2/+26
* Btrfs: Bring back mount -o ssd optimizationsChris Mason2008-09-251-0/+2
* Btrfs: Add support for multiple devices per filesystemChris Mason2008-09-251-3/+3
* Btrfs: checksum file data at bio submission time instead of during writepageChris Mason2008-09-251-0/+2
* Btrfs: Allocator improvementsChris Mason2008-09-251-4/+34
* Btrfs: Fix "no csum found for inode" issue.Yan2008-09-251-2/+3
* Btrfs: Create larger bios for btree blocksChris Mason2008-09-251-3/+9
* Btrfs: Don't case unsigned long to int in bio submissionChris Mason2008-09-251-1/+1
* Btrfs: Fix typo in extent_io.cYan2008-09-251-2/+2
* Btrfs: Fix delalloc account on state deletionChris Mason2008-09-251-0/+1
* Btrfs: Add a lookup cache to the extent state treeChris Mason2008-09-251-17/+40
* Btrfs: Enable delalloc accountingChris Mason2008-09-251-7/+7
* Btrfs: mount -o max_inline=size to control the maximum inline extent sizeChris Mason2008-09-251-1/+0
* Btrfs: Do delalloc accounting via hooks in the extent_state codeChris Mason2008-09-251-0/+25
* Btrfs: During deletes and truncate, remove many items at once from the treeChris Mason2008-09-251-1/+0
* Btrfs: extent_io and extent_state optimizationsChris Mason2008-09-251-95/+263
* Btrfs: Split the extent_map code into two partsChris Mason2008-09-251-0/+3089
OpenPOWER on IntegriCloud