summaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-17Btrfs: fix uninitialized sync_pendingMiao Xie1-1/+1
2011-08-17Btrfs: fix a bug of balance on full multi-disk partitionsliubo1-4/+13
2011-08-17Btrfs: detect wether a device supports discardJosef Bacik1-0/+17
2011-08-05Btrfs: force unplugs when switching from high to regular priority biosChris Mason1-0/+17
2011-08-01Merge branch 'alloc_path' of git://git.kernel.org/pub/scm/linux/kernel/git/mf...Chris Mason1-4/+8
2011-07-27Btrfs: make a lockdep class for each rootChris Mason1-1/+1
2011-07-26btrfs: Don't BUG_ON alloc_path errors in find_next_chunkMark Fasheh1-2/+4
2011-07-15btrfs: Don't BUG_ON alloc_path errors in btrfs_balance()Mark Fasheh1-2/+4
2011-07-07Btrfs: don't panic if we get an error while balancing V2Josef Bacik1-1/+2
2011-06-11Btrfs - use %pU to print fsidIlya Dryomov1-6/+2
2011-06-04btrfs: false BUG_ON when degradedArne Jansen1-1/+1
2011-05-23Merge branch 'cleanups_and_fixes' into inode_numbersChris Mason1-36/+83
2011-05-23Btrfs: using rcu lock in the reader side of devices listXiao Guangrong1-26/+59
2011-05-23Btrfs: drop unnecessary device lockXiao Guangrong1-7/+6
2011-05-23Btrfs: fix the race between remove dev and alloc chunkXiao Guangrong1-0/+6
2011-05-23Btrfs: fix the race between reading and updating devicesXiao Guangrong1-0/+7
2011-05-23Btrfs: fix bh leak on __btrfs_open_devices pathXiao Guangrong1-0/+1
2011-05-23Btrfs: return error code to caller when btrfs_del_item failsTsutomu Itoh1-3/+1
2011-05-23Btrfs: return error code to caller when btrfs_previous_item failsTsutomu Itoh1-2/+3
2011-05-23Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Chris Mason1-3/+1
2011-05-22Merge branch 'allocator' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Chris Mason1-319/+174
2011-05-13btrfs: quasi-round-robin for chunk allocationArne Jansen1-305/+176
2011-05-13btrfs: heed alloc_startArne Jansen1-4/+1
2011-05-13btrfs: move btrfs_cmp_device_free_bytes to super.cArne Jansen1-13/+0
2011-05-12btrfs: scrubArne Jansen1-3/+1
2011-05-06btrfs: remove all unused functionsDavid Sterba1-19/+0
2011-05-02btrfs: drop unused parameter from btrfs_release_pathDavid Sterba1-8/+8
2011-05-02btrfs: drop gfp parameter from alloc_extent_mapDavid Sterba1-2/+2
2011-05-02btrfs: drop unused parameter from extent_map_tree_initDavid Sterba1-1/+1
2011-04-20Btrfs: do some plugging in the submit_bio threadsChris Mason1-0/+10
2011-03-29Merge branch 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-26/+138
2011-03-28Btrfs: fix __btrfs_map_block on 32 bit machinesChris Mason1-6/+20
2011-03-28Btrfs: make btrfs_map_block() return entire free extent for each device of RA...Li Dongyang1-22/+128
2011-03-28Btrfs: add initial tracepoint support for btrfsliubo1-11/+5
2011-03-10Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe1-80/+11
2011-03-10block: remove per-queue pluggingJens Axboe1-80/+11
2011-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-3/+10
2011-02-17Btrfs: set FMODE_EXCL in btrfs_device->modeIlya Dryomov1-1/+1
2011-02-16Btrfs: make btrfs_rm_device() fail gracefullyIlya Dryomov1-2/+9
2011-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-0/+2
2011-02-15Btrfs - Fix memory leak in btrfs_init_new_device()Ilya Dryomov1-0/+2
2011-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-2/+17
2011-02-01btrfs: fix return value check of btrfs_start_transaction()Tsutomu Itoh1-2/+17
2011-01-18Merge 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