aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-06Btrfs: don't panic if we get an error while balancing V2Gravatar Josef Bacik 1-1/+2
2011-06-10Btrfs - use %pU to print fsidGravatar Ilya Dryomov 1-6/+2
2011-06-04btrfs: false BUG_ON when degradedGravatar Arne Jansen 1-1/+1
2011-05-23Merge branch 'cleanups_and_fixes' into inode_numbersGravatar Chris Mason 1-36/+83
2011-05-23Btrfs: using rcu lock in the reader side of devices listGravatar Xiao Guangrong 1-26/+59
2011-05-23Btrfs: drop unnecessary device lockGravatar Xiao Guangrong 1-7/+6
2011-05-23Btrfs: fix the race between remove dev and alloc chunkGravatar Xiao Guangrong 1-0/+6
2011-05-23Btrfs: fix the race between reading and updating devicesGravatar Xiao Guangrong 1-0/+7
2011-05-23Btrfs: fix bh leak on __btrfs_open_devices pathGravatar Xiao Guangrong 1-0/+1
2011-05-23Btrfs: return error code to caller when btrfs_del_item failsGravatar Tsutomu Itoh 1-3/+1
2011-05-23Btrfs: return error code to caller when btrfs_previous_item failsGravatar Tsutomu Itoh 1-2/+3
2011-05-23Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Gravatar Chris Mason 1-3/+1
2011-05-22Merge branch 'allocator' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Gravatar Chris Mason 1-319/+174
2011-05-13btrfs: quasi-round-robin for chunk allocationGravatar Arne Jansen 1-305/+176
2011-05-13btrfs: heed alloc_startGravatar Arne Jansen 1-4/+1
2011-05-13btrfs: move btrfs_cmp_device_free_bytes to super.cGravatar Arne Jansen 1-13/+0
2011-05-12btrfs: scrubGravatar Arne Jansen 1-3/+1
2011-05-06btrfs: remove all unused functionsGravatar David Sterba 1-19/+0
2011-05-02btrfs: drop unused parameter from btrfs_release_pathGravatar David Sterba 1-8/+8
2011-05-02btrfs: drop gfp parameter from alloc_extent_mapGravatar David Sterba 1-2/+2
2011-05-02btrfs: drop unused parameter from extent_map_tree_initGravatar David Sterba 1-1/+1
2011-04-19Btrfs: do some plugging in the submit_bio threadsGravatar Chris Mason 1-0/+10
2011-03-28Merge branch 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-26/+138
2011-03-28Btrfs: fix __btrfs_map_block on 32 bit machinesGravatar Chris Mason 1-6/+20
2011-03-28Btrfs: make btrfs_map_block() return entire free extent for each device of RA...Gravatar Li Dongyang 1-22/+128
2011-03-28Btrfs: add initial tracepoint support for btrfsGravatar liubo 1-11/+5
2011-03-10Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreGravatar Jens Axboe 1-80/+11
2011-03-10block: remove per-queue pluggingGravatar Jens Axboe 1-80/+11
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