summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_io.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-29Btrfs: Add zlib compression supportChris Mason1-88/+323
2008-09-29Btrfs: add and improve commentsChris Mason1-2/+32
2008-09-26Btrfs: extent_map and data=ordered fixes for space balancingZheng Yan1-4/+9
2008-09-25Remove Btrfs compat code for older kernelsChris Mason1-63/+3
2008-09-25Btrfs: Full back reference supportZheng Yan1-1/+2
2008-09-25Btrfs: free space accounting redoJosef Bacik1-0/+4
2008-09-25Btrfs: Tree logging fixesChris Mason1-11/+36
2008-09-25Btrfs: trivial sparse fixesChristoph Hellwig1-4/+2
2008-09-25Btrfs: Add debugging checks to track down corrupted metadataChris Mason1-7/+14
2008-09-25Btrfs: Remove broken optimisations in end_bio functions.David Woodhouse1-138/+21
2008-09-25Btrfs: Change TestSetPageLocked() to trylock_page()David Woodhouse1-1/+2
2008-09-25Btrfs: Add compatibility for kernels >= 2.6.27-rc1Sven Wegener1-0/+23
2008-09-25Btrfs: implement memory reclaim for leaf reference cacheYan1-1/+0
2008-09-25Btrfs: Fix verify_parent_transidChris Mason1-1/+4
2008-09-25Btrfs: Search data ordered extents first for checksums on readChris Mason1-4/+4
2008-09-25Btrfs: Fix some data=ordered related data corruptionsChris Mason1-20/+0
2008-09-25Btrfs: Use a mutex in the extent buffer for tree block lockingChris Mason1-0/+9
2008-09-25Btrfs: Index extent buffers in an rbtreeChris Mason1-193/+116
2008-09-25Btrfs: Keep extent mappings in ram until pending ordered extents are doneChris Mason1-12/+15
2008-09-25Btrfs: Don't allow releasepage to succeed if EXTENT_ORDERED is setChris Mason1-1/+2
2008-09-25Btrfs: Use async helpers to deal with pages that have been improperly dirtiedChris Mason1-0/+10
2008-09-25Btrfs: New data=ordered implementationChris Mason1-7/+45
2008-09-25Btrfs: Change find_extent_buffer to use TestSetPageLockedChris Mason1-1/+6
2008-09-25Btrfs: Start btree concurrency work.Chris Mason1-8/+0
2008-09-25Fix corners in writepage and btrfs_truncate_pageChris Mason1-6/+9
2008-09-25Btrfs: Handle write errors on raid1 and raid10Chris Mason1-8/+41
2008-09-25Btrfs: Drop some verbose printksChris Mason1-8/+5
2008-09-25Btrfs: write_cache_pages came in 2.6.22Chris Mason1-1/+1
2008-09-25Btrfs: write_extent_pages came in 2.6.23Chris Mason1-1/+1
2008-09-25Fix btrfs_get_extent and get_block corner cases, and disable O_DIRECT readsChris Mason1-0/+1
2008-09-25Btrfs: Don't drop extent_map cache during releasepage on the btree inodeChris Mason1-11/+27
2008-09-25Btrfs: Remove bogus max_sector warnings from the extent_io codeChris Mason1-7/+0
2008-09-25Btrfs: Use the extent map cache to find the logical disk block during data re...Chris Mason1-4/+8
2008-09-25Btrfs: define write_cache_pages for linux kernel <= 2.6.20 insteadMiguel1-2/+1
2008-09-25Btrfs: Handle checksumming errors while reading data blocksChris Mason1-0/+9
2008-09-25Btrfs: Retry metadata reads in the face of checksum failuresChris Mason1-21/+29
2008-09-25Btrfs: Do metadata checksums for reads via a workqueueChris Mason1-22/+78
2008-09-25Btrfs: Add additional debugging for metadata checksum failuresChris Mason1-3/+51
2008-09-25Btrfs: Correct usage of IS_ERR() in extent_io.cPeter1-9/+9
2008-09-25Btrfs: Add leak debugging for extent_buffer and extent_stateChris Mason1-2/+26
2008-09-25Btrfs: Bring back mount -o ssd optimizationsChris Mason1-0/+2
2008-09-25Btrfs: Add support for multiple devices per filesystemChris Mason1-3/+3
2008-09-25Btrfs: checksum file data at bio submission time instead of during writepageChris Mason1-0/+2
2008-09-25Btrfs: Allocator improvementsChris Mason1-4/+34
2008-09-25Btrfs: Fix "no csum found for inode" issue.Yan1-2/+3
2008-09-25Btrfs: Create larger bios for btree blocksChris Mason1-3/+9
2008-09-25Btrfs: Don't case unsigned long to int in bio submissionChris Mason1-1/+1
2008-09-25Btrfs: Fix typo in extent_io.cYan1-2/+2
2008-09-25Btrfs: Fix delalloc account on state deletionChris Mason1-0/+1
2008-09-25Btrfs: Add a lookup cache to the extent state treeChris Mason1-17/+40