summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: volume: Replace PTR_RET with PTR_ERR_OR_ZEROSachin Kamat2013-07-161-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-07-091-195/+156Star
|\
| * Btrfs: make the chunk allocator completely tree locklessJosef Bacik2013-07-021-167/+137Star
| * Btrfs: fix wrong mirror number tuningMiao Xie2013-07-021-3/+0Star
| * Btrfs: Cocci spatch "ptr_ret.spatch"Thomas Meyer2013-06-141-4/+1Star
| * btrfs: device delete to get errors from the kernelAnand Jain2013-06-141-19/+7Star
| * Btrfs: cleanup the similar code of the fs root readMiao Xie2013-06-141-2/+11
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-05-181-42/+12Star
|\|
| * Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Chris Mason2013-05-181-7/+6Star
| |\
| | * Correct allowed raid levels on balance.Andreas Philipp2013-05-181-7/+6Star
| * | Btrfs: use a btrfs bioset instead of abusing bio internalsChris Mason2013-05-181-35/+6Star
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-05-091-41/+56
|\|
| * btrfs: make static code static & remove dead codeEric Sandeen2013-05-061-14/+15
| * Btrfs: don't BUG_ON() in btrfs_num_copiesJosef Bacik2013-05-061-2/+18
| * Btrfs: deal with bad mappings in btrfs_map_blockJosef Bacik2013-05-061-2/+8
| * Btrfs: use a lock to protect incompat/compat flag of the super blockMiao Xie2013-05-061-9/+1Star
| * btrfs: ignore device open failures in __btrfs_open_devicesEric Sandeen2013-05-061-3/+3
| * Btrfs: fix bad extent loggingJosef Bacik2013-05-061-2/+2
| * Btrfs: Include the device in most error printk()sSimon Kirby2013-05-061-9/+9
* | Merge branch 'writeback-workqueue' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe2013-04-021-1/+12
|\|
| * Btrfs: handle a bogus chunk tree nicelyJosef Bacik2013-03-221-1/+12
* | block: Use bio_sectors() more consistentlyKent Overstreet2013-03-231-1/+1
|/
* btrfs: use rcu_barrier() to wait for bdev puts at unmountEric Sandeen2013-03-141-0/+6
* Btrfs: fix a mismerge in btrfs_balance()Ilya Dryomov2013-03-071-0/+5
* Btrfs: do not BUG_ON on aborted situationLiu Bo2013-03-041-2/+7
* btrfs: remove a printk from scan_one_deviceDavid Sterba2013-02-281-1/+0Star
* btrfs: cleanup for open-coded alignmentQu Wenruo2013-02-261-2/+1Star
* Btrfs: fix max chunk size on raid5/6Chris Mason2013-02-201-4/+21
* btrfs: Init io_lock after cloning btrfs device structThomas Gleixner2013-02-201-0/+1
* Merge branch 'raid56-experimental' into for-linus-3.9Chris Mason2013-02-201-44/+336
|\
| * Merge branch 'for-linus' into raid56-experimentalChris Mason2013-02-051-6/+17
| |\
| * | Btrfs: remove conflicting check for minimum number of devices in raid56Chris Mason2013-02-051-8/+0Star
| * | Btrfs: RAID5 and RAID6David Woodhouse2013-02-011-41/+344
* | | btrfs: define BTRFS_MAGIC as a u64 valueZach Brown2013-02-201-2/+1Star
* | | Btrfs: allow for selecting only completely empty chunksIlya Dryomov2013-02-201-1/+1
* | | Btrfs: eliminate a use-after-free in btrfs_balance()Ilya Dryomov2013-02-201-5/+5
* | | btrfs: ensure we don't overrun devices_info[] in __btrfs_alloc_chunkEric Sandeen2013-02-201-1/+5
* | | Btrfs: remove extent mapping if we fail to add chunkJosef Bacik2013-02-201-2/+12
* | | Btrfs: fix chunk allocation error handlingJosef Bacik2013-02-201-10/+22
* | | Btrfs: use seqlock to protect fs_info->avail_{data, metadata, system}_alloc_bitsMiao Xie2013-02-201-26/+30
* | | Btrfs: make raid attr array more readableMiao Xie2013-02-201-6/+41
* | | btrfs: access superblock via pagecache in scan_one_deviceDavid Sterba2013-02-151-6/+64
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next.git for-...Chris Mason2013-02-061-6/+17
|\ \ \ | |/ / |/| / | |/
| * Btrfs: fix wrong max device number for single profileMiao Xie2013-01-241-1/+1
| * Btrfs: fix a regression in balance usage filterIlya Dryomov2013-01-221-1/+8
| * Btrfs: bring back balance pause/resume logicIlya Dryomov2013-01-201-3/+7
| * btrfs: get the device in write mode when deleting itLukas Czerner2013-01-141-1/+1
* | btrfs: don't try to notify udev about missing devicesEric Sandeen2013-02-011-1/+2
|/
* Btrfs: put raid properties into global tableLiu Bo2012-12-171-30/+16Star
* Btrfs: log changed inodes based on the extent map treeJosef Bacik2012-12-171-0/+1