summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2011-02-151-2/+6
|\
| * Btrfs: fix page->private racesChris Mason2011-02-141-2/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2011-02-071-0/+7
|\|
| * btrfs: fix return value check of btrfs_join_transaction()Tsutomu Itoh2011-01-281-0/+5
| * Merge branch 'bug-fixes' of git://repo.or.cz/linux-btrfs-devel into btrfs-38Chris Mason2011-01-281-0/+2
| |\
| | * Btrfs: Fix memory leak at umountLi Zefan2011-01-261-0/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-01-171-7/+405
|\| |
| * | Btrfs: forced readonly mounts on errorsliubo2011-01-171-2/+389
| * | btrfs: Fix memory leak in btrfs_read_fs_root_no_radix()Tsutomu Itoh2011-01-161-0/+1
| * | btrfs: check NULL or notTsutomu Itoh2011-01-161-0/+8
| * | btrfs: mount failure return value fixDave Young2011-01-161-1/+3
| * | btrfs: Add lzo compression supportLi Zefan2010-12-221-4/+4
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2010-12-141-5/+6
|\|
| * Btrfs: EIO when we fail to read tree rootsChris Mason2010-12-131-1/+4
| * Btrfs: fix compiler warningsJan Beulich2010-12-101-4/+2Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2010-11-291-6/+32
|\|
| * Btrfs: don't use migrate page without CONFIG_MIGRATIONChris Mason2010-11-291-1/+6
| * Btrfs: setup blank root and fs_info for mount timeJosef Bacik2010-11-271-4/+2Star
| * Btrfs: add migrate page for metadata inodeChris Mason2010-11-221-2/+25
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2010-10-301-13/+19
|\|
| * Btrfs: async transaction commitSage Weil2010-10-291-0/+1
| * Btrfs: cleanup warnings from gcc 4.6 (nonbugs)Andi Kleen2010-10-291-11/+0Star
| * Btrfs: write out free space cacheJosef Bacik2010-10-291-1/+16
| * Btrfs: create special free space cache inodeJosef Bacik2010-10-281-1/+2
* | btrfs: replace barriers with explicit flush / FUA usageChristoph Hellwig2010-09-101-15/+4Star
|/
* block: unify flags for struct bio and struct requestChristoph Hellwig2010-08-071-4/+4
* Btrfs: btrfs_read_fs_root_no_name() returns ERR_PTRsDan Carpenter2010-06-111-0/+4
* Btrfs: handle kzalloc() failure in open_ctree()Dan Carpenter2010-06-111-2/+5
* Btrfs: use async helpers for DIO write checksummingChris Mason2010-05-251-5/+18
* Btrfs: Metadata ENOSPC handling for tree logYan, Zheng2010-05-251-36/+0Star
* Btrfs: Metadata reservation for orphan inodesYan, Zheng2010-05-251-12/+20
* Btrfs: Introduce global metadata reservationYan, Zheng2010-05-251-30/+29Star
* Btrfs: Integrate metadata reservation with start_transactionYan, Zheng2010-05-251-3/+3
* Btrfs: Introduce contexts for metadata reservationYan, Zheng2010-05-251-0/+9
* Btrfs: Shrink delay allocated space in a synchronizedYan, Zheng2010-05-251-6/+0Star
* btrfs: convert to using bdi_setup_and_register()Jens Axboe2010-04-261-11/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2010-04-051-4/+8
|\
| * Btrfs: kill max_extent mount optionJosef Bacik2010-03-311-1/+0Star
| * Btrfs: fail to mount if we have problems reading the block groupsJosef Bacik2010-03-311-3/+8
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* Btrfs: cache the extent state everywhere we possibly can V2Josef Bacik2010-03-151-6/+9
* Btrfs: use RB_ROOT to intialize rb_trees instead of setting rb_node to NULLEric Paris2010-03-081-2/+2
* Btrfs: remove BUG_ON() due to mounting bad filesystemMiao Xie2010-02-041-1/+6
* Btrfs: run orphan cleanup on default fs rootJosef Bacik2010-01-281-0/+6
* Btrfs: Add delayed iputYan, Zheng2009-12-171-0/+4
* Btrfs: Avoid orphan inodes cleanup while replaying logYan, Zheng2009-12-171-6/+11
* Btrfs: Avoid superfluous tree-log writeoutYan, Zheng2009-12-161-3/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Linus Torvalds2009-10-161-0/+2
|\
| * Btrfs: avoid tree log commit when there are no changesChris Mason2009-10-131-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-10-111-19/+29
|\|