summaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-167/+459
2011-01-16btrfs: Require CAP_SYS_ADMIN for filesystem rebalanceBen Hutchings1-0/+4
2011-01-16btrfs: mount failure return value fixDave Young1-3/+5
2011-01-16btrfs: fix wrong free space information of btrfsMiao Xie1-0/+84
2011-01-16btrfs: make the chunk allocator utilize the devices betterMiao Xie1-103/+276
2011-01-16btrfs: restructure find_free_dev_extent()Miao Xie1-66/+89
2011-01-16btrfs: fix wrong calculation of stripe sizeMiao Xie1-2/+8
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-12/+16
2010-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-1/+19
2010-12-13Btrfs: account for missing devices in RAID allocation profilesChris Mason1-1/+19
2010-11-13block: clean up blkdev_get() wrappers and their usersTejun Heo1-10/+14
2010-11-13block: make blkdev_get/put() handle exclusive accessTejun Heo1-7/+7
2010-11-13btrfs: close_bdev_exclusive() should use the same @flags as the matching open...Tejun Heo1-1/+1
2010-10-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-6/+1
2010-10-29Btrfs: cleanup warnings from gcc 4.6 (nonbugs)Andi Kleen1-4/+0
2010-10-29Btrfs: fix raid code for removing missing drivesChris Mason1-2/+1
2010-09-10btrfs: replace barriers with explicit flush / FUA usageChristoph Hellwig1-4/+0
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig1-9/+9
2010-05-25Btrfs: Integrate metadata reservation with start_transactionYan, Zheng1-10/+7
2010-04-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Linus Torvalds1-0/+6
2010-04-06Btrfs: make sure the chunk allocator doesn't create zero length chunksChris Mason1-0/+6
2010-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-3/+7
2010-03-30Btrfs: fix chunk allocate size calculationJosef Bacik1-1/+3
2010-03-30Btrfs: Simplify num_stripes's calculation logical for __btrfs_alloc_chunk()Zhao Lei1-2/+2
2010-03-30Btrfs: Add error handle for btrfs_search_slot() in btrfs_read_chunk_tree()Zhao Lei1-0/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-15Btrfs: don't look at bio flags after submit_bioChris Mason1-3/+3
2010-03-15btrfs: using btrfs_stack_device_id() get devidXiao Guangrong1-3/+3
2010-03-15btrfs: Update existing btrfs_device for renaming deviceTARUISI Hiroaki1-0/+7
2010-03-15Btrfs: run the backing dev more often in the submit_bio helperChris Mason1-10/+10
2010-01-28Btrfs: check total number of devices when removing missingJosef Bacik1-2/+2
2010-01-28Btrfs: check return value of open_bdev_exclusive properlyJosef Bacik1-2/+2
2010-01-28Btrfs: do not mark the chunk as readonly if in degraded modeJosef Bacik1-0/+5
2010-01-17Btrfs, fix memory leaks in error pathsJiri Slaby1-1/+3
2009-12-17Btrfs: make metadata chunks smallerJosef Bacik1-1/+1
2009-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Chris Mason1-1/+3
2009-09-29Btrfs: introduce missing kfreeJulia Lawall1-1/+3
2009-09-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Chris Mason1-39/+78
2009-09-21Btrfs: make balance code choose more wisely when relocatingJosef Bacik1-18/+57
2009-09-11Btrfs: switch extent_map to a rw lockChris Mason1-20/+20
2009-09-11Btrfs: tweak congestion backoffChris Mason1-1/+1
2009-09-11bio: first step in sanitizing the bio->bi_rw flag testingJens Axboe1-2/+2
2009-07-24Btrfs: find smallest available device extent during chunk allocationChris Mason1-2/+10
2009-07-24Btrfs: find_free_dev_extent doesn't handle holes at the start of the deviceYan Zheng1-3/+7
2009-07-22Btrfs: Remove broken sanity check from btrfs_rmap_block()David Woodhouse1-20/+0
2009-07-22Btrfs: properly update space information after shrinking device.Yan Zheng1-2/+2
2009-06-10Btrfs: avoid races between super writeout and device list updatesChris Mason1-0/+34
2009-06-10Btrfs: autodetect SSD devicesChris Mason1-0/+6
2009-06-10Btrfs: avoid IO stalls behind congested devices in a multi-device FSChris Mason1-1/+4
2009-06-10Btrfs: don't allow WRITE_SYNC bios to starve out regular writesChris Mason1-7/+15