aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-0/+1
2011-04-25btrfs: add missing spin_unlock to a rare exit pathDavid Sterba1-0/+1
2011-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-1/+1
2011-04-11Btrfs: avoid taking the trans_mutex in btrfs_end_transactionJosef Bacik1-1/+1
2011-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-1/+3
2011-04-05Btrfs: Fix uninitialized root flags for subvolumesLi Zefan1-1/+3
2011-03-28Merge branch 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-7/+125
2011-03-28btrfs: fix possible deadlock by clearing __GFP_FS flagMiao Xie1-0/+2
2011-03-28Btrfs: fix OOPS of empty filesystem after balanceliubo1-0/+6
2011-03-28Btrfs: adjust btrfs_discard_extent() return errors and trimmed bytesLi Dongyang1-1/+4
2011-03-28Btrfs: Per file/directory controls for COW and compressionLiu Bo1-0/+6
2011-03-28btrfs: properly access unaligned checksum bufferDavid Sterba1-1/+2
2011-03-28Btrfs: cleanup some BUG_ON()Tsutomu Itoh1-1/+4
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-79/+0
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-03-17Btrfs: check items for correctness as we searchJosef Bacik1-1/+89
2011-03-17Btrfs: handle errors in btrfs_orphan_cleanupJosef Bacik1-3/+12
2011-03-10block: remove per-queue pluggingJens Axboe1-79/+0
2011-03-01Remove one to many n's in a wordJustin P. Mattock1-1/+1
2011-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-2/+6
2011-02-14Btrfs: fix page->private racesChris Mason1-2/+6
2011-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-0/+7
2011-01-28btrfs: fix return value check of btrfs_join_transaction()Tsutomu Itoh1-0/+5
2011-01-28Merge branch 'bug-fixes' of git://repo.or.cz/linux-btrfs-devel into btrfs-38Chris Mason1-0/+2
2011-01-27Btrfs: Fix memory leak at umountLi Zefan1-0/+2
2011-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-7/+405
2011-01-17Btrfs: forced readonly mounts on errorsliubo1-2/+389
2011-01-16btrfs: Fix memory leak in btrfs_read_fs_root_no_radix()Tsutomu Itoh1-0/+1
2011-01-16btrfs: check NULL or notTsutomu Itoh1-0/+8
2011-01-16btrfs: mount failure return value fixDave Young1-1/+3
2010-12-22btrfs: Add lzo compression supportLi Zefan1-4/+4
2010-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-5/+6
2010-12-13Btrfs: EIO when we fail to read tree rootsChris Mason1-1/+4
2010-12-10Btrfs: fix compiler warningsJan Beulich1-4/+2
2010-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-6/+32
2010-11-29Btrfs: don't use migrate page without CONFIG_MIGRATIONChris Mason1-1/+6
2010-11-27Btrfs: setup blank root and fs_info for mount timeJosef Bacik1-4/+2
2010-11-21Btrfs: add migrate page for metadata inodeChris Mason1-2/+25
2010-10-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-13/+19
2010-10-29Btrfs: async transaction commitSage Weil1-0/+1
2010-10-29Btrfs: cleanup warnings from gcc 4.6 (nonbugs)Andi Kleen1-11/+0
2010-10-29Btrfs: write out free space cacheJosef Bacik1-1/+16
2010-10-28Btrfs: create special free space cache inodeJosef Bacik1-1/+2
2010-09-10btrfs: replace barriers with explicit flush / FUA usageChristoph Hellwig1-15/+4
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig1-4/+4
2010-06-11Btrfs: btrfs_read_fs_root_no_name() returns ERR_PTRsDan Carpenter1-0/+4
2010-06-11Btrfs: handle kzalloc() failure in open_ctree()Dan Carpenter1-2/+5
2010-05-25Btrfs: use async helpers for DIO write checksummingChris Mason1-5/+18
2010-05-25Btrfs: Metadata ENOSPC handling for tree logYan, Zheng1-36/+0
2010-05-25Btrfs: Metadata reservation for orphan inodesYan, Zheng1-12/+20