summaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)Author
2011-04-19Btrfs: do some plugging in the submit_bio threadsChris Mason
2011-03-28Merge branch 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2011-03-28Btrfs: fix __btrfs_map_block on 32 bit machinesChris Mason
2011-03-28Btrfs: make btrfs_map_block() return entire free extent for each device of RA...Li Dongyang
2011-03-28Btrfs: add initial tracepoint support for btrfsliubo
2011-03-10Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe
2011-03-10block: remove per-queue pluggingJens Axboe
2011-02-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2011-02-16Btrfs: set FMODE_EXCL in btrfs_device->modeIlya Dryomov
2011-02-16Btrfs: make btrfs_rm_device() fail gracefullyIlya Dryomov
2011-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2011-02-14Btrfs - Fix memory leak in btrfs_init_new_device()Ilya Dryomov
2011-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2011-02-01btrfs: fix return value check of btrfs_start_transaction()Tsutomu Itoh
2011-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2011-01-16btrfs: Require CAP_SYS_ADMIN for filesystem rebalanceBen Hutchings
2011-01-16btrfs: mount failure return value fixDave Young
2011-01-16btrfs: fix wrong free space information of btrfsMiao Xie
2011-01-16btrfs: make the chunk allocator utilize the devices betterMiao Xie
2011-01-16btrfs: restructure find_free_dev_extent()Miao Xie
2011-01-16btrfs: fix wrong calculation of stripe sizeMiao Xie
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2010-12-13Btrfs: account for missing devices in RAID allocation profilesChris Mason
2010-11-13block: clean up blkdev_get() wrappers and their usersTejun Heo
2010-11-13block: make blkdev_get/put() handle exclusive accessTejun Heo
2010-11-13btrfs: close_bdev_exclusive() should use the same @flags as the matching open...Tejun Heo
2010-10-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2010-10-29Btrfs: cleanup warnings from gcc 4.6 (nonbugs)Andi Kleen
2010-10-29Btrfs: fix raid code for removing missing drivesChris Mason
2010-09-10btrfs: replace barriers with explicit flush / FUA usageChristoph Hellwig
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig
2010-05-25Btrfs: Integrate metadata reservation with start_transactionYan, Zheng
2010-04-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Linus Torvalds
2010-04-06Btrfs: make sure the chunk allocator doesn't create zero length chunksChris Mason
2010-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2010-03-30Btrfs: fix chunk allocate size calculationJosef Bacik
2010-03-30Btrfs: Simplify num_stripes's calculation logical for __btrfs_alloc_chunk()Zhao Lei
2010-03-30Btrfs: Add error handle for btrfs_search_slot() in btrfs_read_chunk_tree()Zhao Lei
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-15Btrfs: don't look at bio flags after submit_bioChris Mason
2010-03-15btrfs: using btrfs_stack_device_id() get devidXiao Guangrong
2010-03-15btrfs: Update existing btrfs_device for renaming deviceTARUISI Hiroaki
2010-03-15Btrfs: run the backing dev more often in the submit_bio helperChris Mason
2010-01-28Btrfs: check total number of devices when removing missingJosef Bacik
2010-01-28Btrfs: check return value of open_bdev_exclusive properlyJosef Bacik
2010-01-28Btrfs: do not mark the chunk as readonly if in degraded modeJosef Bacik
2010-01-17Btrfs, fix memory leaks in error pathsJiri Slaby
2009-12-17Btrfs: make metadata chunks smallerJosef Bacik
2009-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Chris Mason