summaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-17Btrfs: add basic infrastructure for selective balancingIlya Dryomov1-2/+57
2012-01-17Btrfs: add basic restriper infrastructureIlya Dryomov1-24/+96
2012-01-17Btrfs: introduce masks for chunk type and profileIlya Dryomov1-9/+2
2012-01-17Btrfs: get rid of *_alloc_profile fieldsIlya Dryomov1-4/+2
2012-01-11Btrfs: fix possible deadlock when opening a seed deviceLi Zefan1-2/+7
2012-01-11Btrfs: simplfy calculation of stripe length for discard operationLi Zefan1-64/+31
2012-01-11Btrfs: don't pre-allocate btrfs bioLi Zefan1-46/+21
2012-01-11Btrfs: don't pass a trans handle unnecessarily in volumes.cLi Zefan1-11/+7
2012-01-09btrfs: fix a deadlock in btrfs_scan_one_device()Al Viro1-3/+2
2012-01-07Btrfs: use bigger metadata chunks on bigger filesystemsChris Mason1-1/+5
2011-12-21Btrfs: integrate integrity check module into btrfsStefan Behrens1-3/+4
2011-12-16Btrfs: unplug every once and a whileChris Mason1-0/+6
2011-12-09Btrfs: fix btrfs_end_bio to deal with write errors to a single mirrorChris Mason1-1/+1
2011-12-08Btrfs: check if the to-be-added device is writableLi Zefan1-1/+1
2011-11-11Btrfs: fix nocow when deleting the itemMiao Xie1-1/+4
2011-11-06Merge git://git.jan-o-sch.net/btrfs-unstable into integrationChris Mason1-60/+70
2011-11-06Merge branch 'for-chris' of git://github.com/sensille/linux into integrationChris Mason1-0/+8
2011-11-06btrfs: separate superblock items out of fs_infoDavid Sterba1-12/+12
2011-10-20Btrfs: close all bdevs on mount failureIlya Dryomov1-4/+2
2011-10-19Btrfs: allow us to overcommit our enospc reservationsJosef Bacik1-4/+35
2011-10-02btrfs: state information for readaheadArne Jansen1-0/+8
2011-09-29btrfs: Put mirror_num in bi_bdevJan Schmidt1-0/+2
2011-09-29btrfs: btrfs_multi_bio replaced with btrfs_bioJan Schmidt1-60/+68
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