aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: fix the max chunk size and stripe length calculationQu Wenruo2022-09-061-0/+3
* btrfs: fix possible memory leak in btrfs_get_dev_args_from_path()Zixuan Fu2022-08-221-1/+4
* btrfs: merge btrfs_dev_stat_print_on_error with its only callerChristoph Hellwig2022-07-251-5/+0
* btrfs: raid56: transfer the bio counter reference to the raid submission helpersChristoph Hellwig2022-07-251-8/+7
* btrfs: do not return errors from raid56_parity_recoverChristoph Hellwig2022-07-251-1/+1
* btrfs: do not return errors from raid56_parity_writeChristoph Hellwig2022-07-251-1/+1
* btrfs: do not return errors from btrfs_map_bioChristoph Hellwig2022-07-251-5/+7
* btrfs: return proper mapped length for RAID56 profiles in __btrfs_map_block()Qu Wenruo2022-07-251-1/+4
* btrfs: raid56: use fixed stripe length everywhereChristoph Hellwig2022-07-251-8/+5
* btrfs: clean up chained assignmentsDavid Sterba2022-07-251-1/+2
* btrfs: warn about dev extents that are inside the reserved rangeQu Wenruo2022-07-251-0/+10
* btrfs: use named constant for reserved device spaceQu Wenruo2022-07-251-6/+1
* btrfs: use ncopies from btrfs_raid_array in btrfs_num_copies()Qu Wenruo2022-07-251-7/+7
* btrfs: use btrfs_raid_array to calculate number of parity stripesQu Wenruo2022-07-251-0/+7
* btrfs: use btrfs_chunk_max_errors() to replace tolerance calculationQu Wenruo2022-07-251-1/+1
* btrfs: remove parameter dev_extent_len from scrub_stripe()Qu Wenruo2022-07-251-6/+6
* btrfs: split discard handling out of btrfs_map_blockChristoph Hellwig2022-07-251-40/+27
* btrfs: do not allocate a btrfs_bio for low-level biosChristoph Hellwig2022-07-251-10/+9
* btrfs: factor stripe submission logic out of btrfs_map_bioChristoph Hellwig2022-07-251-39/+35
* btrfs: remove btrfs_end_io_wqChristoph Hellwig2022-07-251-5/+28
* btrfs: move more work into btrfs_end_biocChristoph Hellwig2022-07-251-50/+22
* btrfs: store chunk size in space-info structStefan Roesch2022-07-251-19/+9
* btrfs: quit early if the fs has no RAID56 support for raid56 related checksQu Wenruo2022-07-251-0/+6
* Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2022-05-241-86/+41
|\
| * btrfs: use ilog2() to replace if () branches for btrfs_bg_flags_to_raid_index()Qu Wenruo2022-05-161-18/+6
| * btrfs: raid56: enable subpage support for RAID56Qu Wenruo2022-05-161-7/+0
| * btrfs: reduce width for stripe_len from u64 to u32Qu Wenruo2022-05-161-13/+7
| * btrfs: repair super block num_devices automaticallyQu Wenruo2022-05-161-4/+4
| * btrfs: pass a block_device to btrfs_bio_cloneChristoph Hellwig2022-05-161-4/+5
| * btrfs: move the call to bio_set_dev out of submit_stripe_bioChristoph Hellwig2022-05-161-1/+1
| * btrfs: check-integrity: split submit_bio from btrfsic checkingChristoph Hellwig2022-05-161-1/+2
| * btrfs: remove unnecessary type castsYu Zhe2022-05-161-1/+1
| * btrfs: use dummy extent buffer for super block sys chunk array readQu Wenruo2022-05-161-22/+7
| * btrfs: use btrfs_for_each_slot in btrfs_read_chunk_treeGabriel Niebler2022-05-161-16/+9
* | block: add a bdev_nonrot helperChristoph Hellwig2022-04-171-2/+2
* | btrfs: simplify ->flush_bio handlingChristoph Hellwig2022-04-171-11/+0
|/
* btrfs: mark resumed async balance as writingNaohiro Aota2022-04-061-0/+2
* btrfs: remove device item and update super block in the same transactionQu Wenruo2022-03-241-37/+28
* btrfs: don't access possibly stale fs_info data in device_list_addDongliang Mu2022-03-141-7/+6
* btrfs: zoned: mark relocation as writingNaohiro Aota2022-03-141-0/+3
* btrfs: disable device manipulation ioctl's EXTENT_TREE_V2Josef Bacik2022-03-141-0/+5
* btrfs: disable balance for extent tree v2 for nowJosef Bacik2022-03-141-0/+6
* btrfs: cleanup temporary variables when finding rotational device statusAnand Jain2022-03-141-6/+2
* btrfs: use dev_t to match device in device_matchedAnand Jain2022-03-141-40/+1
* btrfs: add device major-minor info in the struct btrfs_deviceAnand Jain2022-03-141-25/+15
* btrfs: match stale devices by dev_tAnand Jain2022-03-141-25/+31
* btrfs: harden identification of a stale deviceAnand Jain2022-03-141-7/+38
* btrfs: move missing device handling in a dedicate functionNikolay Borisov2022-03-141-14/+24
* btrfs: remove reada infrastructureQu Wenruo2022-01-071-7/+0
* btrfs: zoned: sink zone check into btrfs_repair_one_zoneJohannes Thumshirn2022-01-071-5/+8