summaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)Author
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-03-01Remove one to many n's in a wordJustin P. Mattock
2011-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2011-02-14Btrfs: fix page->private racesChris Mason
2011-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2011-01-28btrfs: fix return value check of btrfs_join_transaction()Tsutomu Itoh
2011-01-28Merge branch 'bug-fixes' of git://repo.or.cz/linux-btrfs-devel into btrfs-38Chris Mason
2011-01-27Btrfs: Fix memory leak at umountLi Zefan
2011-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2011-01-17Btrfs: forced readonly mounts on errorsliubo
2011-01-16btrfs: Fix memory leak in btrfs_read_fs_root_no_radix()Tsutomu Itoh
2011-01-16btrfs: check NULL or notTsutomu Itoh
2011-01-16btrfs: mount failure return value fixDave Young
2010-12-22btrfs: Add lzo compression supportLi Zefan
2010-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2010-12-13Btrfs: EIO when we fail to read tree rootsChris Mason
2010-12-10Btrfs: fix compiler warningsJan Beulich
2010-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2010-11-29Btrfs: don't use migrate page without CONFIG_MIGRATIONChris Mason
2010-11-27Btrfs: setup blank root and fs_info for mount timeJosef Bacik
2010-11-21Btrfs: add migrate page for metadata inodeChris Mason
2010-10-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2010-10-29Btrfs: async transaction commitSage Weil
2010-10-29Btrfs: cleanup warnings from gcc 4.6 (nonbugs)Andi Kleen
2010-10-29Btrfs: write out free space cacheJosef Bacik
2010-10-28Btrfs: create special free space cache inodeJosef Bacik
2010-09-10btrfs: replace barriers with explicit flush / FUA usageChristoph Hellwig
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig
2010-06-11Btrfs: btrfs_read_fs_root_no_name() returns ERR_PTRsDan Carpenter
2010-06-11Btrfs: handle kzalloc() failure in open_ctree()Dan Carpenter
2010-05-25Btrfs: use async helpers for DIO write checksummingChris Mason
2010-05-25Btrfs: Metadata ENOSPC handling for tree logYan, Zheng
2010-05-25Btrfs: Metadata reservation for orphan inodesYan, Zheng
2010-05-25Btrfs: Introduce global metadata reservationYan, Zheng
2010-05-25Btrfs: Integrate metadata reservation with start_transactionYan, Zheng
2010-05-25Btrfs: Introduce contexts for metadata reservationYan, Zheng
2010-05-25Btrfs: Shrink delay allocated space in a synchronizedYan, Zheng
2010-04-26btrfs: convert to using bdi_setup_and_register()Jens Axboe
2010-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2010-03-30Btrfs: kill max_extent mount optionJosef Bacik
2010-03-30Btrfs: fail to mount if we have problems reading the block groupsJosef Bacik
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-15Btrfs: cache the extent state everywhere we possibly can V2Josef Bacik
2010-03-08Btrfs: use RB_ROOT to intialize rb_trees instead of setting rb_node to NULLEric Paris
2010-02-04Btrfs: remove BUG_ON() due to mounting bad filesystemMiao Xie
2010-01-28Btrfs: run orphan cleanup on default fs rootJosef Bacik
2009-12-17Btrfs: Add delayed iputYan, Zheng
2009-12-17Btrfs: Avoid orphan inodes cleanup while replaying logYan, Zheng
2009-12-15Btrfs: Avoid superfluous tree-log writeoutYan, Zheng
2009-10-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Linus Torvalds