aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-25Btrfs: rework O_DIRECT enospc handlingChris Mason1-5/+4
2010-05-25Btrfs: use async helpers for DIO write checksummingChris Mason1-1/+1
2010-05-25Btrfs: do aio_write instead of writeJosef Bacik1-1/+10
2010-05-25Btrfs: Update metadata reservation for delayed allocationYan, Zheng1-33/+30
2010-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-14/+1
2010-04-05Btrfs: use add_to_page_cache_lru, use __page_cache_allocNick Piggin1-14/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2010-03-15Btrfs: cache the extent state everywhere we possibly can V2Josef Bacik1-23/+38
2010-03-15Btrfs: cache extent state in find_delalloc_rangeJosef Bacik1-3/+8
2010-03-15Btrfs: finish read pages in the order they are submittedChris Mason1-3/+4
2010-03-08Btrfs: use RB_ROOT to intialize rb_trees instead of setting rb_node to NULLEric Paris1-2/+2
2010-02-04Btrfs: fix race between allocate and release extent buffer.Yan, Zheng1-2/+1
2009-10-08Btrfs: release delalloc reservations on extent item insertionJosef Bacik1-6/+13
2009-10-08Btrfs: cleanup extent_clear_unlock_delalloc flagsChris Mason1-16/+11
2009-09-28Btrfs: proper -ENOSPC handlingJosef Bacik1-23/+69
2009-09-23Btrfs: fix releasepage to avoid unlocking extents we haven't lockedChris Mason1-2/+7
2009-09-23Btrfs: Fix test_range_bit for whole file extentsChris Mason1-0/+4
2009-09-23Btrfs: fix errors handling cached state in set/clear_extent_bitChris Mason1-8/+8
2009-09-18Btrfs: properly honor wbc->nr_to_write changesChris Mason1-11/+27
2009-09-11Btrfs: Use PagePrivate2 to track pages in the data=ordered code.Chris Mason1-19/+10
2009-09-11Btrfs: use a cached state for extent state operations during delallocChris Mason1-15/+31
2009-09-11Btrfs: don't lock bits in the extent tree during writepageChris Mason1-21/+0
2009-09-11Btrfs: cache values for locking extentsChris Mason1-31/+94
2009-09-11Btrfs: reduce CPU usage in the extent_state treeChris Mason1-49/+26
2009-09-11Btrfs: Fix new state initialization orderChris Mason1-2/+2
2009-09-11Btrfs: switch extent_map to a rw lockChris Mason1-4/+4
2009-09-11Btrfs: use larger nr_to_write for larger extentsChris Mason1-5/+9
2009-09-11Btrfs: optimize set extent bitChris Mason1-2/+13
2009-06-10btrfs: Fix set/clear_extent_bit for 'end == (u64)-1'Yan Zheng1-4/+14
2009-04-27Btrfs: remove #if 0 codeChris Mason1-63/+0
2009-04-24Btrfs: kill btrfs_cache_createChristoph Hellwig1-12/+6
2009-04-20Btrfs: fix oops on page->mapping->host during writepageChris Mason1-8/+32
2009-04-20Btrfs: add a priority queue to the async thread helpersChris Mason1-1/+1
2009-04-20Btrfs: use WRITE_SYNC for synchronous writesChris Mason1-14/+30
2009-04-03Btrfs: fix __ucmpdi2 compile bug on 32 bit buildsHeiko Carstens1-11/+5
2009-03-24Btrfs: leave btree locks spinning more oftenChris Mason1-42/+9
2009-02-12Btrfs: remove unused code in split_state()Qinghuang Feng1-2/+0
2009-02-04Btrfs: don't return congestion in write_cache_pages as oftenChris Mason1-5/+0
2009-02-04Btrfs: Change btree locking to use explicit blocking pointsChris Mason1-9/+9
2009-02-04Btrfs: disable leak debugging checks in extent_io.cChris Mason1-8/+8
2009-01-21Btrfs: fiemap supportYehuda Sadeh1-0/+92
2009-01-21Btrfs: removed unused #include <version.h>'sHuang Weiyi1-1/+0
2009-01-05Btrfs: drop EXPORT symbols from extent_io.cChris Mason1-56/+0
2009-01-05Btrfs: Fix checkpatch.pl warningsChris Mason1-114/+99
2009-01-05Btrfs: Fix typo in clear_state_cbLiu Hui1-1/+1
2008-12-17Btrfs: shift all end_io work to thread poolsChris Mason1-27/+24
2008-12-08Btrfs: Use map_private_extent_buffer during generic_bin_searchChris Mason1-0/+1
2008-12-08Btrfs: move data checksumming into a dedicated treeChris Mason1-0/+5
2008-12-02Btrfs: make things static and include the right headersChristoph Hellwig1-20/+15
2008-12-02Btrfs: sparse lock verification annotations for wait_on_stateChristoph Hellwig1-0/+2