aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: release delalloc reservations on extent item insertionJosef Bacik2009-10-081-6/+13
* Btrfs: cleanup extent_clear_unlock_delalloc flagsChris Mason2009-10-081-16/+11
* Btrfs: proper -ENOSPC handlingJosef Bacik2009-09-281-23/+69
* Btrfs: fix releasepage to avoid unlocking extents we haven't lockedChris Mason2009-09-231-2/+7
* Btrfs: Fix test_range_bit for whole file extentsChris Mason2009-09-231-0/+4
* Btrfs: fix errors handling cached state in set/clear_extent_bitChris Mason2009-09-231-8/+8
* Btrfs: properly honor wbc->nr_to_write changesChris Mason2009-09-181-11/+27
* Btrfs: Use PagePrivate2 to track pages in the data=ordered code.Chris Mason2009-09-111-19/+10
* Btrfs: use a cached state for extent state operations during delallocChris Mason2009-09-111-15/+31
* Btrfs: don't lock bits in the extent tree during writepageChris Mason2009-09-111-21/+0
* Btrfs: cache values for locking extentsChris Mason2009-09-111-31/+94
* Btrfs: reduce CPU usage in the extent_state treeChris Mason2009-09-111-49/+26
* Btrfs: Fix new state initialization orderChris Mason2009-09-111-2/+2
* Btrfs: switch extent_map to a rw lockChris Mason2009-09-111-4/+4
* Btrfs: use larger nr_to_write for larger extentsChris Mason2009-09-111-5/+9
* Btrfs: optimize set extent bitChris Mason2009-09-111-2/+13
* btrfs: Fix set/clear_extent_bit for 'end == (u64)-1'Yan Zheng2009-06-101-4/+14
* Btrfs: remove #if 0 codeChris Mason2009-04-271-63/+0
* Btrfs: kill btrfs_cache_createChristoph Hellwig2009-04-241-12/+6
* Btrfs: fix oops on page->mapping->host during writepageChris Mason2009-04-201-8/+32
* Btrfs: add a priority queue to the async thread helpersChris Mason2009-04-201-1/+1
* Btrfs: use WRITE_SYNC for synchronous writesChris Mason2009-04-201-14/+30
* Btrfs: fix __ucmpdi2 compile bug on 32 bit buildsHeiko Carstens2009-04-031-11/+5
* Btrfs: leave btree locks spinning more oftenChris Mason2009-03-241-42/+9
* Btrfs: remove unused code in split_state()Qinghuang Feng2009-02-121-2/+0
* 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