aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: don't return congestion in write_cache_pages as oftenChris Mason2009-02-041-5/+0
* Btrfs: Change btree locking to use explicit blocking pointsChris Mason2009-02-041-9/+9
* Btrfs: disable leak debugging checks in extent_io.cChris Mason2009-02-041-8/+8
* Btrfs: fiemap supportYehuda Sadeh2009-01-211-0/+92
* Btrfs: removed unused #include <version.h>'sHuang Weiyi2009-01-211-1/+0
* Btrfs: drop EXPORT symbols from extent_io.cChris Mason2009-01-051-56/+0
* Btrfs: Fix checkpatch.pl warningsChris Mason2009-01-051-114/+99
* Btrfs: Fix typo in clear_state_cbLiu Hui2009-01-051-1/+1
* Btrfs: shift all end_io work to thread poolsChris Mason2008-12-171-27/+24
* Btrfs: Use map_private_extent_buffer during generic_bin_searchChris Mason2008-12-081-0/+1
* Btrfs: move data checksumming into a dedicated treeChris Mason2008-12-081-0/+5
* Btrfs: make things static and include the right headersChristoph Hellwig2008-12-021-20/+15
* Btrfs: sparse lock verification annotations for wait_on_stateChristoph Hellwig2008-12-021-0/+2
* Btrfs: only flush down bios for writeback pagesChris Mason2008-11-201-1/+2
* Btrfs: Fixes for 2.6.28-rc API changesChris Mason2008-11-191-2/+2
* Btrfs: Avoid writeback stallsChris Mason2008-11-191-4/+20
* 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/+1
* Btrfs: Make sure pages are dirty before doing delalloc for themChris Mason2008-11-101-1/+2
* Btrfs: enforce metadata allocation clusteringChris Mason2008-11-061-7/+0
* Btrfs: Optimize compressed writeback and readsChris Mason2008-11-061-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/+3
* 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/+2
* 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/+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