summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-09-111-17/+4
|\
| * btrfs: Add raid56 support for updatingZhao Lei2015-08-311-17/+4
* | Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-09-051-35/+44
|\|
| * btrfs: fix compile when block cgroups are not enabledChris Mason2015-08-211-0/+2
| * btrfs: use __GFP_NOFAIL in alloc_btrfs_bioMichal Hocko2015-08-191-3/+1
| * Merge branch 'jeffm-discard-4.3' into for-linus-4.3Chris Mason2015-08-091-24/+39
| |\
| | * btrfs: iterate over unused chunk space in FITRIMJeff Mahoney2015-07-291-24/+39
| * | Btrfs: add support for blkio controllersChris Mason2015-08-091-0/+8
| * | btrfs: Cleanup: Remove chunk_objectid argument from btrfs_relocate_chunk()Zhaolei2015-08-091-8/+2
| * | btrfs: Fix data checksum error cause by replace with io-load.Zhaolei2015-08-091-0/+2
* | | btrfs: remove bio splitting and merge_bvec_fn() callsKent Overstreet2015-08-131-72/+0
* | | block: add a bi_error field to struct bioChristoph Hellwig2015-07-291-12/+11
|/ /
* | 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-06-301-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-021-2/+2
| * | Btrfs: check error before reporting missing device and add uuidAnand Jain2015-06-021-1/+2
| * | Btrfs: log when missing device is createdAnand Jain2015-06-021-0/+2
| * | btrfs: fix warnings after changes in btrfs_abort_transactionDavid Sterba2015-06-021-3/+3
| * | Btrfs: check pending chunks when shrinking fs to avoid corruptionFilipe Manana2015-06-021-9/+40
| |/
* | Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-251-12/+6
|\ \ | |/ |/|
| * block: remove management of bi_remaining when restoring original bi_end_ioMike Snitzer2015-05-221-11/+5
| * 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-191-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/+11
|\
| * btrfs: remove unused fs_info arg from btrfs_close_extra_devices()Eric Sandeen2015-02-161-2/+1
| * btrfs: cleanup: use for() loop in btrfs_map_bio()Zhao Lei2015-02-161-6/+3
| * btrfs: remove unused chunk_tree argument in several functionsZhao Lei2015-02-161-14/+6
| * 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/+1
* | 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/+3