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-201-0/+1
* Btrfs: unplug every once and a whileChris Mason2011-12-151-0/+6
* Btrfs: fix btrfs_end_bio to deal with write errors to a single mirrorChris Mason2011-12-091-1/+1
* Btrfs: check if the to-be-added device is writableLi Zefan2011-12-081-1/+1
* Btrfs: fix nocow when deleting the itemMiao Xie2011-11-101-1/+4
* Merge git://git.jan-o-sch.net/btrfs-unstable into integrationChris Mason2011-11-061-60/+70
|\
| * btrfs: Put mirror_num in bi_bdevJan Schmidt2011-09-291-0/+2
| * btrfs: btrfs_multi_bio replaced with btrfs_bioJan Schmidt2011-09-291-60/+68
* | Merge branch 'for-chris' of git://github.com/sensille/linux into integrationChris Mason2011-11-061-0/+8
|\ \
| * | btrfs: state information for readaheadArne Jansen2011-10-021-0/+8
| |/
* | btrfs: separate superblock items out of fs_infoDavid Sterba2011-11-061-12/+12
* | Btrfs: close all bdevs on mount failureIlya Dryomov2011-10-201-4/+2
* | Btrfs: allow us to overcommit our enospc reservationsJosef Bacik2011-10-191-4/+35
|/
* Btrfs: fix uninitialized sync_pendingMiao Xie2011-08-161-1/+1
* Btrfs: fix a bug of balance on full multi-disk partitionsliubo2011-08-161-4/+13
* Btrfs: detect wether a device supports discardJosef Bacik2011-08-161-0/+17
* Btrfs: force unplugs when switching from high to regular priority biosChris Mason2011-08-051-0/+17
* Merge branch 'alloc_path' of git://git.kernel.org/pub/scm/linux/kernel/git/mf...Chris Mason2011-08-011-4/+8
|\
| * btrfs: Don't BUG_ON alloc_path errors in find_next_chunkMark Fasheh2011-07-251-2/+4
| * btrfs: Don't BUG_ON alloc_path errors in btrfs_balance()Mark Fasheh2011-07-141-2/+4
* | Btrfs: make a lockdep class for each rootChris Mason2011-07-271-1/+1
|/
* 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