aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 1-3/+10
2011-02-16Btrfs: set FMODE_EXCL in btrfs_device->modeGravatar Ilya Dryomov 1-1/+1
2011-02-16Btrfs: make btrfs_rm_device() fail gracefullyGravatar Ilya Dryomov 1-2/+9
2011-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 1-0/+2
2011-02-14Btrfs - Fix memory leak in btrfs_init_new_device()Gravatar Ilya Dryomov 1-0/+2
2011-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 1-2/+17
2011-02-01btrfs: fix return value check of btrfs_start_transaction()Gravatar Tsutomu Itoh 1-2/+17
2011-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-167/+459
2011-01-16btrfs: Require CAP_SYS_ADMIN for filesystem rebalanceGravatar Ben Hutchings 1-0/+4
2011-01-16btrfs: mount failure return value fixGravatar Dave Young 1-3/+5
2011-01-16btrfs: fix wrong free space information of btrfsGravatar Miao Xie 1-0/+84
2011-01-16btrfs: make the chunk allocator utilize the devices betterGravatar Miao Xie 1-103/+276
2011-01-16btrfs: restructure find_free_dev_extent()Gravatar Miao Xie 1-66/+89
2011-01-16btrfs: fix wrong calculation of stripe sizeGravatar Miao Xie 1-2/+8
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-12/+16
2010-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 1-1/+19
2010-12-13Btrfs: account for missing devices in RAID allocation profilesGravatar Chris Mason 1-1/+19
2010-11-13block: clean up blkdev_get() wrappers and their usersGravatar Tejun Heo 1-10/+14
2010-11-13block: make blkdev_get/put() handle exclusive accessGravatar Tejun Heo 1-7/+7
2010-11-13btrfs: close_bdev_exclusive() should use the same @flags as the matching open...Gravatar Tejun Heo 1-1/+1
2010-10-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-6/+1
2010-10-29Btrfs: cleanup warnings from gcc 4.6 (nonbugs)Gravatar Andi Kleen 1-4/+0
2010-10-29Btrfs: fix raid code for removing missing drivesGravatar Chris Mason 1-2/+1
2010-09-10btrfs: replace barriers with explicit flush / FUA usageGravatar Christoph Hellwig 1-4/+0
2010-08-07block: unify flags for struct bio and struct requestGravatar Christoph Hellwig 1-9/+9
2010-05-25Btrfs: Integrate metadata reservation with start_transactionGravatar Yan, Zheng 1-10/+7
2010-04-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Gravatar Linus Torvalds 1-0/+6
2010-04-06Btrfs: make sure the chunk allocator doesn't create zero length chunksGravatar Chris Mason 1-0/+6
2010-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 1-3/+7
2010-03-30Btrfs: fix chunk allocate size calculationGravatar Josef Bacik 1-1/+3
2010-03-30Btrfs: Simplify num_stripes's calculation logical for __btrfs_alloc_chunk()Gravatar Zhao Lei 1-2/+2
2010-03-30Btrfs: Add error handle for btrfs_search_slot() in btrfs_read_chunk_tree()Gravatar Zhao Lei 1-0/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-15Btrfs: don't look at bio flags after submit_bioGravatar Chris Mason 1-3/+3
2010-03-15btrfs: using btrfs_stack_device_id() get devidGravatar Xiao Guangrong 1-3/+3
2010-03-15btrfs: Update existing btrfs_device for renaming deviceGravatar TARUISI Hiroaki 1-0/+7
2010-03-15Btrfs: run the backing dev more often in the submit_bio helperGravatar Chris Mason 1-10/+10
2010-01-28Btrfs: check total number of devices when removing missingGravatar Josef Bacik 1-2/+2
2010-01-28Btrfs: check return value of open_bdev_exclusive properlyGravatar Josef Bacik 1-2/+2
2010-01-28Btrfs: do not mark the chunk as readonly if in degraded modeGravatar Josef Bacik 1-0/+5
2010-01-17Btrfs, fix memory leaks in error pathsGravatar Jiri Slaby 1-1/+3
2009-12-17Btrfs: make metadata chunks smallerGravatar Josef Bacik 1-1/+1
2009-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Gravatar Chris Mason 1-1/+3
2009-09-29Btrfs: introduce missing kfreeGravatar Julia Lawall 1-1/+3
2009-09-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Gravatar Chris Mason 1-39/+78
2009-09-21Btrfs: make balance code choose more wisely when relocatingGravatar Josef Bacik 1-18/+57
2009-09-11Btrfs: switch extent_map to a rw lockGravatar Chris Mason 1-20/+20
2009-09-11Btrfs: tweak congestion backoffGravatar Chris Mason 1-1/+1
2009-09-11bio: first step in sanitizing the bio->bi_rw flag testingGravatar Jens Axboe 1-2/+2
2009-07-24Btrfs: find smallest available device extent during chunk allocationGravatar Chris Mason 1-2/+10