aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: use rcu_barrier() to wait for bdev puts at unmountEric Sandeen2013-03-201-0/+6
* btrfs: Init io_lock after cloning btrfs device structThomas Gleixner2013-03-141-0/+1
* Btrfs: detect wether a device supports discardJosef Bacik2011-08-291-0/+17
* Btrfs: don't panic if we get an error while balancing V2Josef Bacik2011-07-061-1/+2
* Btrfs - use %pU to print fsidIlya Dryomov2011-06-101-6/+2
* btrfs: false BUG_ON when degradedArne Jansen2011-06-041-1/+1
* Merge branch 'cleanups_and_fixes' into inode_numbersChris Mason2011-05-231-36/+83
|\
| * Btrfs: using rcu lock in the reader side of devices listXiao Guangrong2011-05-231-26/+59
| * Btrfs: drop unnecessary device lockXiao Guangrong2011-05-231-7/+6
| * Btrfs: fix the race between remove dev and alloc chunkXiao Guangrong2011-05-231-0/+6
| * Btrfs: fix the race between reading and updating devicesXiao Guangrong2011-05-231-0/+7
| * 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
* | Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Chris Mason2011-05-231-3/+1
|\ \
| * | btrfs: scrubArne Jansen2011-05-121-3/+1
* | | Merge branch 'allocator' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Chris Mason2011-05-221-319/+174
|\ \ \
| * | | btrfs: quasi-round-robin for chunk allocationArne Jansen2011-05-131-305/+176
| * | | btrfs: heed alloc_startArne Jansen2011-05-131-4/+1
| * | | btrfs: move btrfs_cmp_device_free_bytes to super.cArne Jansen2011-05-131-13/+0
| |/ /
* | | btrfs: remove all unused functionsDavid Sterba2011-05-061-19/+0
* | | btrfs: drop unused parameter from btrfs_release_pathDavid Sterba2011-05-021-8/+8
* | | btrfs: drop gfp parameter from alloc_extent_mapDavid Sterba2011-05-021-2/+2
* | | btrfs: drop unused parameter from extent_map_tree_initDavid Sterba2011-05-021-1/+1
| |/ |/|
* | 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
|\ \ \ | |/ / |/| / | |/