summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c
Commit message (Expand)AuthorAgeFilesLines
* BTRFS: Remove unused node_lockAndi Kleen2011-05-231-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2011-04-261-0/+1
|\
| * btrfs: add missing spin_unlock to a rare exit pathDavid Sterba2011-04-251-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2011-04-181-1/+1
|\ \ | |/
| * Btrfs: avoid taking the trans_mutex in btrfs_end_transactionJosef Bacik2011-04-111-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-04-051-1/+3
|\ \ | |/
| * Btrfs: Fix uninitialized root flags for subvolumesLi Zefan2011-04-051-1/+3
* | Merge branch 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-03-281-7/+125
|\ \ | |/
| * btrfs: fix possible deadlock by clearing __GFP_FS flagMiao Xie2011-03-281-0/+2
| * Btrfs: fix OOPS of empty filesystem after balanceliubo2011-03-281-0/+6
| * Btrfs: adjust btrfs_discard_extent() return errors and trimmed bytesLi Dongyang2011-03-281-1/+4
| * Btrfs: Per file/directory controls for COW and compressionLiu Bo2011-03-281-0/+6
| * btrfs: properly access unaligned checksum bufferDavid Sterba2011-03-281-1/+2
| * Btrfs: cleanup some BUG_ON()Tsutomu Itoh2011-03-281-1/+4
| * Btrfs: check items for correctness as we searchJosef Bacik2011-03-171-1/+89
| * Btrfs: handle errors in btrfs_orphan_cleanupJosef Bacik2011-03-171-3/+12
* | Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-241-79/+0
|\ \
| * | block: remove per-queue pluggingJens Axboe2011-03-101-79/+0
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-03-181-1/+1
|\ \ | |/ |/|
| * Remove one to many n's in a wordJustin P. Mattock2011-03-011-1/+1
* | 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-271-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/+2
* | 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/+2
| * Btrfs: add migrate page for metadata inodeChris Mason2010-11-211-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/+0
| * 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/+4
|/
* 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/+0
OpenPOWER on IntegriCloud