aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-07btrfs: zoned: initialize device's zone info for seedingJohannes Thumshirn1-2/+9
2022-11-07btrfs: zoned: clone zoned device info when cloning a deviceJohannes Thumshirn1-0/+12
2022-11-07btrfs: fix match incorrectly in dev_args_match_deviceLiu Shixin1-8/+8
2022-10-25btrfs: don't use btrfs_chunk::sub_stripes from diskQu Wenruo1-1/+11
2022-09-26btrfs: check superblock to ensure the fs was not modified at thaw timeQu Wenruo1-1/+1
2022-09-26btrfs: stop allocation a btrfs_io_context for simple I/OChristoph Hellwig1-37/+57
2022-09-26btrfs: add fast path for single device io in __btrfs_map_blockChristoph Hellwig1-14/+46
2022-09-26btrfs: decide bio cloning inside submit_stripe_bioChristoph Hellwig1-9/+5
2022-09-26btrfs: factor out low-level bio setup from submit_stripe_bioChristoph Hellwig1-23/+28
2022-09-26btrfs: give struct btrfs_bio a real end_io handlerChristoph Hellwig1-16/+14
2022-09-26btrfs: properly abstract the parity raid bio handlingChristoph Hellwig1-1/+17
2022-09-26btrfs: use chained bios when cloningChristoph Hellwig1-44/+50
2022-09-26btrfs: don't take a bio_counter reference for cloned biosChristoph Hellwig1-4/+2
2022-09-26btrfs: pass the operation to btrfs_bio_allocChristoph Hellwig1-2/+2
2022-09-26btrfs: move btrfs_bio allocation to volumes.cChristoph Hellwig1-0/+58
2022-09-26btrfs: remove lock protection for BLOCK_GROUP_FLAG_RELOCATING_REPAIRJosef Bacik1-3/+0
2022-09-26btrfs: remove lock protection for BLOCK_GROUP_FLAG_TO_COPYJosef Bacik1-2/+0
2022-09-26btrfs: convert block group bit field to use bit helpersJosef Bacik1-5/+4
2022-09-06btrfs: fix the max chunk size and stripe length calculationQu Wenruo1-0/+3
2022-08-22btrfs: fix possible memory leak in btrfs_get_dev_args_from_path()Zixuan Fu1-1/+4
2022-07-25btrfs: merge btrfs_dev_stat_print_on_error with its only callerChristoph Hellwig1-5/+0
2022-07-25btrfs: raid56: transfer the bio counter reference to the raid submission helpersChristoph Hellwig1-8/+7
2022-07-25btrfs: do not return errors from raid56_parity_recoverChristoph Hellwig1-1/+1
2022-07-25btrfs: do not return errors from raid56_parity_writeChristoph Hellwig1-1/+1
2022-07-25btrfs: do not return errors from btrfs_map_bioChristoph Hellwig1-5/+7
2022-07-25btrfs: return proper mapped length for RAID56 profiles in __btrfs_map_block()Qu Wenruo1-1/+4
2022-07-25btrfs: raid56: use fixed stripe length everywhereChristoph Hellwig1-8/+5
2022-07-25btrfs: clean up chained assignmentsDavid Sterba1-1/+2
2022-07-25btrfs: warn about dev extents that are inside the reserved rangeQu Wenruo1-0/+10
2022-07-25btrfs: use named constant for reserved device spaceQu Wenruo1-6/+1
2022-07-25btrfs: use ncopies from btrfs_raid_array in btrfs_num_copies()Qu Wenruo1-7/+7
2022-07-25btrfs: use btrfs_raid_array to calculate number of parity stripesQu Wenruo1-0/+7
2022-07-25btrfs: use btrfs_chunk_max_errors() to replace tolerance calculationQu Wenruo1-1/+1
2022-07-25btrfs: remove parameter dev_extent_len from scrub_stripe()Qu Wenruo1-6/+6
2022-07-25btrfs: split discard handling out of btrfs_map_blockChristoph Hellwig1-40/+27
2022-07-25btrfs: do not allocate a btrfs_bio for low-level biosChristoph Hellwig1-10/+9
2022-07-25btrfs: factor stripe submission logic out of btrfs_map_bioChristoph Hellwig1-39/+35
2022-07-25btrfs: remove btrfs_end_io_wqChristoph Hellwig1-5/+28
2022-07-25btrfs: move more work into btrfs_end_biocChristoph Hellwig1-50/+22
2022-07-25btrfs: store chunk size in space-info structStefan Roesch1-19/+9
2022-07-25btrfs: quit early if the fs has no RAID56 support for raid56 related checksQu Wenruo1-0/+6
2022-05-24Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-86/+41
2022-05-16btrfs: use ilog2() to replace if () branches for btrfs_bg_flags_to_raid_index()Qu Wenruo1-18/+6
2022-05-16btrfs: raid56: enable subpage support for RAID56Qu Wenruo1-7/+0
2022-05-16btrfs: reduce width for stripe_len from u64 to u32Qu Wenruo1-13/+7
2022-05-16btrfs: repair super block num_devices automaticallyQu Wenruo1-4/+4
2022-05-16btrfs: pass a block_device to btrfs_bio_cloneChristoph Hellwig1-4/+5
2022-05-16btrfs: move the call to bio_set_dev out of submit_stripe_bioChristoph Hellwig1-1/+1
2022-05-16btrfs: check-integrity: split submit_bio from btrfsic checkingChristoph Hellwig1-1/+2
2022-05-16btrfs: remove unnecessary type castsYu Zhe1-1/+1