summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: fix bh leak on __btrfs_open_devices pathXiao Guangrong2011-05-231-0/+1
* Btrfs: return error code to caller when btrfs_del_item failsTsutomu Itoh2011-05-231-3/+1
* Btrfs: return error code to caller when btrfs_previous_item failsTsutomu Itoh2011-05-231-2/+3
* Btrfs: do some plugging in the submit_bio threadsChris Mason2011-04-191-0/+10
* Merge branch 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-03-281-26/+138
|\
| * Btrfs: fix __btrfs_map_block on 32 bit machinesChris Mason2011-03-281-6/+20
| * Btrfs: make btrfs_map_block() return entire free extent for each device of RA...Li Dongyang2011-03-281-22/+128
| * Btrfs: add initial tracepoint support for btrfsliubo2011-03-281-11/+5
* | Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe2011-03-101-80/+11
|\ \ | |/ |/|
| * block: remove per-queue pluggingJens Axboe2011-03-101-80/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2011-02-251-3/+10
|\ \ | |/ |/|
| * Btrfs: set FMODE_EXCL in btrfs_device->modeIlya Dryomov2011-02-161-1/+1
| * Btrfs: make btrfs_rm_device() fail gracefullyIlya Dryomov2011-02-161-2/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2011-02-151-0/+2
|\ \ | |/
| * Btrfs - Fix memory leak in btrfs_init_new_device()Ilya Dryomov2011-02-141-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2011-02-071-2/+17
|\ \ | |/
| * btrfs: fix return value check of btrfs_start_transaction()Tsutomu Itoh2011-02-011-2/+17
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-01-171-167/+459
|\ \ | |/
| * btrfs: Require CAP_SYS_ADMIN for filesystem rebalanceBen Hutchings2011-01-161-0/+4
| * btrfs: mount failure return value fixDave Young2011-01-161-3/+5
| * btrfs: fix wrong free space information of btrfsMiao Xie2011-01-161-0/+84
| * btrfs: make the chunk allocator utilize the devices betterMiao Xie2011-01-161-103/+276
| * btrfs: restructure find_free_dev_extent()Miao Xie2011-01-161-66/+89
| * btrfs: fix wrong calculation of stripe sizeMiao Xie2011-01-161-2/+8
* | Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-01-131-12/+16
|\ \
| * | block: clean up blkdev_get() wrappers and their usersTejun Heo2010-11-131-10/+14
| * | block: make blkdev_get/put() handle exclusive accessTejun Heo2010-11-131-7/+7
| * | btrfs: close_bdev_exclusive() should use the same @flags as the matching open...Tejun Heo2010-11-131-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2010-12-141-1/+19
|\ \ \ | |/ / |/| / | |/
| * Btrfs: account for missing devices in RAID allocation profilesChris Mason2010-12-131-1/+19
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2010-10-301-6/+1
|\ \ | |/
| * Btrfs: cleanup warnings from gcc 4.6 (nonbugs)Andi Kleen2010-10-291-4/+0
| * Btrfs: fix raid code for removing missing drivesChris Mason2010-10-291-2/+1
* | btrfs: replace barriers with explicit flush / FUA usageChristoph Hellwig2010-09-101-4/+0
|/
* block: unify flags for struct bio and struct requestChristoph Hellwig2010-08-071-9/+9
* Btrfs: Integrate metadata reservation with start_transactionYan, Zheng2010-05-251-10/+7
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Linus Torvalds2010-04-121-0/+6
|\
| * Btrfs: make sure the chunk allocator doesn't create zero length chunksChris Mason2010-04-061-0/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2010-04-051-3/+7
|\ \ | |/
| * Btrfs: fix chunk allocate size calculationJosef Bacik2010-03-301-1/+3
| * Btrfs: Simplify num_stripes's calculation logical for __btrfs_alloc_chunk()Zhao Lei2010-03-301-2/+2
| * Btrfs: Add error handle for btrfs_search_slot() in btrfs_read_chunk_tree()Zhao Lei2010-03-301-0/+2
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* Btrfs: don't look at bio flags after submit_bioChris Mason2010-03-151-3/+3
* btrfs: using btrfs_stack_device_id() get devidXiao Guangrong2010-03-151-3/+3
* btrfs: Update existing btrfs_device for renaming deviceTARUISI Hiroaki2010-03-151-0/+7
* Btrfs: run the backing dev more often in the submit_bio helperChris Mason2010-03-151-10/+10
* Btrfs: check total number of devices when removing missingJosef Bacik2010-01-281-2/+2
* Btrfs: check return value of open_bdev_exclusive properlyJosef Bacik2010-01-281-2/+2
* Btrfs: do not mark the chunk as readonly if in degraded modeJosef Bacik2010-01-281-0/+5
OpenPOWER on IntegriCloud