aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_io.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 1-6/+27
2011-03-08Btrfs: make sure not to return overlapping extents to fiemapGravatar Chris Mason 1-6/+27
2011-02-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 1-39/+99
2011-02-23Btrfs: fix fiemap bugs with delallocGravatar Chris Mason 1-39/+99
2011-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 1-4/+44
2011-02-14Btrfs: don't release pages when we can't clear the uptodate bitsGravatar Chris Mason 1-1/+9
2011-02-14Btrfs: fix page->private racesGravatar Chris Mason 1-3/+35
2011-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 1-2/+4
2011-02-01btrfs: checking NULL or not in some functionsGravatar Tsutomu Itoh 1-0/+2
2011-01-28btrfs: fix uncheck memory allocation in btrfs_submit_compressed_readGravatar liubo 1-2/+2
2011-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-1/+6
2011-01-16btrfs: check NULL or notGravatar Tsutomu Itoh 1-0/+2
2010-12-22btrfs: Allow to add new compression algorithmGravatar Li Zefan 1-1/+4
2010-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 1-15/+62
2010-11-27Btrfs: fix fiemapGravatar Josef Bacik 1-9/+54
2010-11-21Btrfs: avoid NULL pointer deref in try_release_extent_bufferGravatar Chris Mason 1-2/+4
2010-11-21btrfs: cleanup duplicate bio allocating functionsGravatar Miao Xie 1-4/+4
2010-10-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-85/+83
2010-10-29Btrfs: cleanup warnings from gcc 4.6 (nonbugs)Gravatar Andi Kleen 1-9/+0
2010-10-29Btrfs: Fix variables set but not read (bugs found by gcc 4.6)Gravatar Andi Kleen 1-0/+2
2010-10-29Btrfs: Switch the extent buffer rbtree into a radix treeGravatar Miao Xie 1-67/+47
2010-10-29Btrfs: restructure try_release_extent_buffer()Gravatar Miao Xie 1-11/+37
2010-07-06writeback: remove writeback_inodes_wbcGravatar Christoph Hellwig 1-2/+0
2010-05-25Btrfs: rework O_DIRECT enospc handlingGravatar Chris Mason 1-5/+4
2010-05-25Btrfs: use async helpers for DIO write checksummingGravatar Chris Mason 1-1/+1
2010-05-25Btrfs: do aio_write instead of writeGravatar Josef Bacik 1-1/+10
2010-05-25Btrfs: Update metadata reservation for delayed allocationGravatar Yan, Zheng 1-33/+30
2010-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 1-14/+1
2010-04-05Btrfs: use add_to_page_cache_lru, use __page_cache_allocGravatar Nick Piggin 1-14/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-1/+0
2010-03-15Btrfs: cache the extent state everywhere we possibly can V2Gravatar Josef Bacik 1-23/+38
2010-03-15Btrfs: cache extent state in find_delalloc_rangeGravatar Josef Bacik 1-3/+8
2010-03-15Btrfs: finish read pages in the order they are submittedGravatar Chris Mason 1-3/+4
2010-03-08Btrfs: use RB_ROOT to intialize rb_trees instead of setting rb_node to NULLGravatar Eric Paris 1-2/+2
2010-02-04Btrfs: fix race between allocate and release extent buffer.Gravatar Yan, Zheng 1-2/+1
2009-10-08Btrfs: release delalloc reservations on extent item insertionGravatar Josef Bacik 1-6/+13
2009-10-08Btrfs: cleanup extent_clear_unlock_delalloc flagsGravatar Chris Mason 1-16/+11
2009-09-28Btrfs: proper -ENOSPC handlingGravatar Josef Bacik 1-23/+69
2009-09-23Btrfs: fix releasepage to avoid unlocking extents we haven't lockedGravatar Chris Mason 1-2/+7
2009-09-23Btrfs: Fix test_range_bit for whole file extentsGravatar Chris Mason 1-0/+4
2009-09-23Btrfs: fix errors handling cached state in set/clear_extent_bitGravatar Chris Mason 1-8/+8
2009-09-18Btrfs: properly honor wbc->nr_to_write changesGravatar Chris Mason 1-11/+27
2009-09-11Btrfs: Use PagePrivate2 to track pages in the data=ordered code.Gravatar Chris Mason 1-19/+10
2009-09-11Btrfs: use a cached state for extent state operations during delallocGravatar Chris Mason 1-15/+31
2009-09-11Btrfs: don't lock bits in the extent tree during writepageGravatar Chris Mason 1-21/+0
2009-09-11Btrfs: cache values for locking extentsGravatar Chris Mason 1-31/+94
2009-09-11Btrfs: reduce CPU usage in the extent_state treeGravatar Chris Mason 1-49/+26
2009-09-11Btrfs: Fix new state initialization orderGravatar Chris Mason 1-2/+2
2009-09-11Btrfs: switch extent_map to a rw lockGravatar Chris Mason 1-4/+4
2009-09-11Btrfs: use larger nr_to_write for larger extentsGravatar Chris Mason 1-5/+9