summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: fix unsafe usage of merge_stateXiao Guangrong2011-05-231-8/+14
* Btrfs: allocate extent state and check the result properlyXiao Guangrong2011-05-231-8/+26
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2011-04-261-1/+1
|\
| * btrfs: fix wrong allocating flag when reading pageItaru Kitayama2011-04-251-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2011-04-181-20/+62
|\ \ | |/
| * Btrfs end_bio_extent_readpage should look for locked bitsChris Mason2011-04-161-1/+1
| * Btrfs: make uncache_state unconditionalChris Mason2011-04-121-5/+3
| * btrfs: using cached extent_state in set/unlock combinationsArne Jansen2011-04-111-17/+53
| * btrfs: properly handle overlapping areas in memmove_extent_bufferSergei Trofimovich2011-04-111-3/+11
* | Merge branch 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-03-281-0/+3
|\ \ | |/
| * Btrfs: add initial tracepoint support for btrfsliubo2011-03-281-0/+2
| * Btrfs: return error if the range we want to map is bogusJosef Bacik2011-03-171-0/+1
* | Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-241-1/+1
|\ \ | |/ |/|
| * Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe2011-03-101-1/+1
| |\
| | * block: kill off REQ_UNPLUGJens Axboe2011-03-101-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2011-03-131-6/+27
|\ \ \ | |/ / |/| |
| * | Btrfs: make sure not to return overlapping extents to fiemapChris Mason2011-03-081-6/+27
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2011-02-251-39/+99
|\ \ \ | |/ / | | / | |/ |/|
| * Btrfs: fix fiemap bugs with delallocChris Mason2011-02-231-39/+99
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2011-02-151-4/+44
|\ \ | |/
| * Btrfs: don't release pages when we can't clear the uptodate bitsChris Mason2011-02-141-1/+9
| * Btrfs: fix page->private racesChris Mason2011-02-141-3/+35
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2011-02-071-2/+4
|\ \ | |/
| * btrfs: checking NULL or not in some functionsTsutomu Itoh2011-02-011-0/+2
| * btrfs: fix uncheck memory allocation in btrfs_submit_compressed_readliubo2011-01-281-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-01-171-1/+6
|\ \ | |/
| * btrfs: check NULL or notTsutomu Itoh2011-01-161-0/+2
| * btrfs: Allow to add new compression algorithmLi Zefan2010-12-221-1/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2010-11-291-15/+62
|\ \ | |/
| * Btrfs: fix fiemapJosef Bacik2010-11-271-9/+54
| * Btrfs: avoid NULL pointer deref in try_release_extent_bufferChris Mason2010-11-211-2/+4
| * btrfs: cleanup duplicate bio allocating functionsMiao Xie2010-11-211-4/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2010-10-301-85/+83
|\ \ | |/
| * Btrfs: cleanup warnings from gcc 4.6 (nonbugs)Andi Kleen2010-10-291-9/+0
| * Btrfs: Fix variables set but not read (bugs found by gcc 4.6)Andi Kleen2010-10-291-0/+2
| * Btrfs: Switch the extent buffer rbtree into a radix treeMiao Xie2010-10-291-67/+47
| * Btrfs: restructure try_release_extent_buffer()Miao Xie2010-10-291-11/+37
|/
* writeback: remove writeback_inodes_wbcChristoph Hellwig2010-07-061-2/+0
* Btrfs: rework O_DIRECT enospc handlingChris Mason2010-05-251-5/+4
* Btrfs: use async helpers for DIO write checksummingChris Mason2010-05-251-1/+1
* Btrfs: do aio_write instead of writeJosef Bacik2010-05-251-1/+10
* Btrfs: Update metadata reservation for delayed allocationYan, Zheng2010-05-251-33/+30
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2010-04-051-14/+1
|\
| * Btrfs: use add_to_page_cache_lru, use __page_cache_allocNick Piggin2010-04-051-14/+1
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
|/
* Btrfs: cache the extent state everywhere we possibly can V2Josef Bacik2010-03-151-23/+38
* Btrfs: cache extent state in find_delalloc_rangeJosef Bacik2010-03-151-3/+8
* Btrfs: finish read pages in the order they are submittedChris Mason2010-03-151-3/+4
* Btrfs: use RB_ROOT to intialize rb_trees instead of setting rb_node to NULLEric Paris2010-03-081-2/+2
* Btrfs: fix race between allocate and release extent buffer.Yan, Zheng2010-02-041-2/+1
OpenPOWER on IntegriCloud