summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-07-111-6/+44
|\
| * Btrfs: fix race between balance and unused block group deletionFilipe Manana2015-06-301-5/+43
| * btrfs: cleanup noused initialization of dev in btrfs_end_bio()Zhao Lei2015-06-301-1/+1
* | Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-07-011-23/+163
|\|
| * Merge branch 'sysfs-fsdevices-4.2-part1' of git://git.kernel.org/pub/scm/linu...Chris Mason2015-06-231-5/+92
| |\
| | * Btrfs: sysfs: add support to show replacing target in the sysfsAnand Jain2015-06-191-0/+3
| | * Btrfs: free the stale deviceAnand Jain2015-06-191-0/+61
| | * Btrfs: sysfs: don't fail seeding for the sake of sysfs kobject issueAnand Jain2015-05-271-1/+1
| | * Btrfs: sysfs btrfs_kobj_rm_device() pass fs_devices instead of fs_infoAnand Jain2015-05-271-2/+2
| | * Btrfs: sysfs btrfs_kobj_add_device() pass fs_devices instead of fs_infoAnand Jain2015-05-271-1/+1
| | * Btrfs: sysfs: add pointer to access fs_info from fs_devicesAnand Jain2015-05-271-0/+18
| | * Btrfs: introduce btrfs_get_fs_uuids to get fs_uuidsAnand Jain2015-05-271-0/+4
| | * Btrfs: sysfs: move super_kobj and device_dir_kobj from fs_info to btrfs_fs_de...Anand Jain2015-05-271-1/+2
| * | Btrfs: fix necessary chunk tree space calculation when allocating a chunkFilipe Manana2015-06-101-1/+1
| * | Btrfs: fix -ENOSPC on block group removalFilipe Manana2015-06-031-0/+3
| * | Btrfs: fix chunk allocation regression leading to transaction abortFilipe Manana2015-06-031-3/+19
| * | btrfs: use after free when closing devicesSasha Levin2015-06-031-2/+2
| * | Btrfs: check error before reporting missing device and add uuidAnand Jain2015-06-031-1/+2
| * | Btrfs: log when missing device is createdAnand Jain2015-06-031-0/+2
| * | btrfs: fix warnings after changes in btrfs_abort_transactionDavid Sterba2015-06-031-3/+3
| * | Btrfs: check pending chunks when shrinking fs to avoid corruptionFilipe Manana2015-06-031-9/+40
| |/
* | Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-251-12/+6Star
|\ \ | |/ |/|
| * block: remove management of bi_remaining when restoring original bi_end_ioMike Snitzer2015-05-221-11/+5Star
| * bio: skip atomic inc/dec of ->bi_cnt for most use casesJens Axboe2015-05-051-1/+1
* | Btrfs: fix racy system chunk allocation when setting block group roFilipe Manana2015-05-201-0/+1
|/
* Btrfs: fix find_free_dev_extent() malfunction in case device tree has holeForrest Liu2015-04-261-4/+11
* btrfs: Fix tail space processing in find_free_dev_extent()Zhao Lei2015-04-131-11/+13
* Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kerne...Chris Mason2015-03-251-23/+11Star
|\
| * btrfs: remove unused fs_info arg from btrfs_close_extra_devices()Eric Sandeen2015-02-161-2/+1Star
| * btrfs: cleanup: use for() loop in btrfs_map_bio()Zhao Lei2015-02-161-6/+3Star
| * btrfs: remove unused chunk_tree argument in several functionsZhao Lei2015-02-161-14/+6Star
| * btrfs: constify structs with op functions or static definitionsDavid Sterba2015-02-161-1/+1
* | btrfs: remove shadowing variables in __btrfs_map_blockDavid Sterba2015-03-031-4/+1Star
* | btrfs: cleanup, use correct type in div_u64_remDavid Sterba2015-03-031-5/+6
* | btrfs: replace remaining do_div calls with div_u64 variantsDavid Sterba2015-03-031-15/+16
* | btrfs: cleanup 64bit/32bit divs, provably bounded valuesDavid Sterba2015-03-031-13/+13
* | btrfs: cleanup, use kmalloc_array/kcalloc array helpersDavid Sterba2015-03-031-2/+2
* | btrfs: need_resched not needed with cond_reschedDavid Sterba2015-03-031-4/+3Star
* | Btrfs: fix allocation size calculations in alloc_btrfs_bioChris Mason2015-02-201-1/+8
|/
* btrfs: Fix out-of-space bugZhao Lei2015-02-141-0/+2
* btrfs: add more checks to btrfs_read_sys_arrayDavid Sterba2015-02-031-3/+23
* btrfs: cleanup, rename a few variables in btrfs_read_sys_arrayDavid Sterba2015-02-031-15/+16
* Btrfs: Introduce BTRFS_BLOCK_GROUP_RAID56_MASK to check raid56 simplyZhao Lei2015-01-221-15/+9Star
* Btrfs: Include map_type in raid_bioZhao Lei2015-01-221-0/+1
* Btrfs: add ref_count and free function for btrfs_bioZhao Lei2015-01-221-7/+36
* Btrfs: Make raid_map array be inlined in btrfs_bio structureZhao Lei2015-01-221-52/+48Star
* Btrfs: sort raid_map before adding tgtdev stripesZhao Lei2015-01-221-14/+8Star
* Merge branch 'cleanup/blocksize-diet-part2' of git://git.kernel.org/pub/scm/l...Chris Mason2015-01-221-2/+7
|\
| * btrfs: sink blocksize parameter to btrfs_find_create_tree_blockDavid Sterba2014-12-121-2/+7
* | btrfs: filp_open() returns ERR_PTR() on failure, not NULL...Al Viro2014-12-171-1/+1
|/