summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_io.c
AgeCommit message (Expand)Author
2011-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2011-03-08Btrfs: make sure not to return overlapping extents to fiemapChris Mason
2011-02-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2011-02-23Btrfs: fix fiemap bugs with delallocChris Mason
2011-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2011-02-14Btrfs: don't release pages when we can't clear the uptodate bitsChris Mason
2011-02-14Btrfs: fix page->private racesChris Mason
2011-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2011-02-01btrfs: checking NULL or not in some functionsTsutomu Itoh
2011-01-28btrfs: fix uncheck memory allocation in btrfs_submit_compressed_readliubo
2011-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2011-01-16btrfs: check NULL or notTsutomu Itoh
2010-12-22btrfs: Allow to add new compression algorithmLi Zefan
2010-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2010-11-27Btrfs: fix fiemapJosef Bacik
2010-11-21Btrfs: avoid NULL pointer deref in try_release_extent_bufferChris Mason
2010-11-21btrfs: cleanup duplicate bio allocating functionsMiao Xie
2010-10-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2010-10-29Btrfs: cleanup warnings from gcc 4.6 (nonbugs)Andi Kleen
2010-10-29Btrfs: Fix variables set but not read (bugs found by gcc 4.6)Andi Kleen
2010-10-29Btrfs: Switch the extent buffer rbtree into a radix treeMiao Xie
2010-10-29Btrfs: restructure try_release_extent_buffer()Miao Xie
2010-07-06writeback: remove writeback_inodes_wbcChristoph Hellwig
2010-05-25Btrfs: rework O_DIRECT enospc handlingChris Mason
2010-05-25Btrfs: use async helpers for DIO write checksummingChris Mason
2010-05-25Btrfs: do aio_write instead of writeJosef Bacik
2010-05-25Btrfs: Update metadata reservation for delayed allocationYan, Zheng
2010-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2010-04-05Btrfs: use add_to_page_cache_lru, use __page_cache_allocNick Piggin
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-15Btrfs: cache the extent state everywhere we possibly can V2Josef Bacik
2010-03-15Btrfs: cache extent state in find_delalloc_rangeJosef Bacik
2010-03-15Btrfs: finish read pages in the order they are submittedChris Mason
2010-03-08Btrfs: use RB_ROOT to intialize rb_trees instead of setting rb_node to NULLEric Paris
2010-02-04Btrfs: fix race between allocate and release extent buffer.Yan, Zheng
2009-10-08Btrfs: release delalloc reservations on extent item insertionJosef Bacik
2009-10-08Btrfs: cleanup extent_clear_unlock_delalloc flagsChris Mason
2009-09-28Btrfs: proper -ENOSPC handlingJosef Bacik
2009-09-23Btrfs: fix releasepage to avoid unlocking extents we haven't lockedChris Mason
2009-09-23Btrfs: Fix test_range_bit for whole file extentsChris Mason
2009-09-23Btrfs: fix errors handling cached state in set/clear_extent_bitChris Mason
2009-09-18Btrfs: properly honor wbc->nr_to_write changesChris Mason
2009-09-11Btrfs: Use PagePrivate2 to track pages in the data=ordered code.Chris Mason
2009-09-11Btrfs: use a cached state for extent state operations during delallocChris Mason
2009-09-11Btrfs: don't lock bits in the extent tree during writepageChris Mason
2009-09-11Btrfs: cache values for locking extentsChris Mason
2009-09-11Btrfs: reduce CPU usage in the extent_state treeChris Mason
2009-09-11Btrfs: Fix new state initialization orderChris Mason
2009-09-11Btrfs: switch extent_map to a rw lockChris Mason
2009-09-11Btrfs: use larger nr_to_write for larger extentsChris Mason