summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: Fix compile warnings on 32 bit machinesChris Mason2008-11-111-4/+7
* Btrfs: Turn off extent state leak debuggingChris Mason2008-11-101-1/+1
* Btrfs: Use invalidatepage when writepage finds a page outside of i_sizeChris Mason2008-11-101-5/+1Star
* Btrfs: Make sure pages are dirty before doing delalloc for themChris Mason2008-11-101-1/+2
* Btrfs: enforce metadata allocation clusteringChris Mason2008-11-071-7/+0Star
* Btrfs: Optimize compressed writeback and readsChris Mason2008-11-071-23/+117
* Btrfs: Compression corner fixesChris Mason2008-10-311-1/+10
* Btrfs: Add fallocate support v2Yan Zheng2008-10-301-3/+9
* Btrfs: Fix bookend extent race v2Yan Zheng2008-10-301-1/+5
* Btrfs: nuke fs wide allocation mutex V2Josef Bacik2008-10-291-0/+14
* Btrfs: Add zlib compression supportChris Mason2008-10-291-88/+323
* Btrfs: add and improve commentsChris Mason2008-09-291-2/+32
* Btrfs: extent_map and data=ordered fixes for space balancingZheng Yan2008-09-261-4/+9
* Remove Btrfs compat code for older kernelsChris Mason2008-09-251-63/+3Star
* Btrfs: Full back reference supportZheng Yan2008-09-251-1/+2
* Btrfs: free space accounting redoJosef Bacik2008-09-251-0/+4
* Btrfs: Tree logging fixesChris Mason2008-09-251-11/+36
* Btrfs: trivial sparse fixesChristoph Hellwig2008-09-251-4/+2Star
* Btrfs: Add debugging checks to track down corrupted metadataChris Mason2008-09-251-7/+14
* Btrfs: Remove broken optimisations in end_bio functions.David Woodhouse2008-09-251-138/+21Star
* 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/+0Star
* 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/+0Star
* 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/+116Star
* 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/+0Star
* 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/+5Star
* 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/+0Star
* 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/+1Star
* 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