summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: zoned: initialize device's zone info for seedingJohannes Thumshirn2022-11-071-2/+9
* btrfs: zoned: clone zoned device info when cloning a deviceJohannes Thumshirn2022-11-071-0/+12
* btrfs: fix match incorrectly in dev_args_match_deviceLiu Shixin2022-11-071-8/+8
* btrfs: don't use btrfs_chunk::sub_stripes from diskQu Wenruo2022-10-251-1/+11
* btrfs: check superblock to ensure the fs was not modified at thaw timeQu Wenruo2022-09-261-1/+1
* btrfs: stop allocation a btrfs_io_context for simple I/OChristoph Hellwig2022-09-261-37/+57
* btrfs: add fast path for single device io in __btrfs_map_blockChristoph Hellwig2022-09-261-14/+46
* btrfs: decide bio cloning inside submit_stripe_bioChristoph Hellwig2022-09-261-9/+5
* btrfs: factor out low-level bio setup from submit_stripe_bioChristoph Hellwig2022-09-261-23/+28
* btrfs: give struct btrfs_bio a real end_io handlerChristoph Hellwig2022-09-261-16/+14
* btrfs: properly abstract the parity raid bio handlingChristoph Hellwig2022-09-261-1/+17
* btrfs: use chained bios when cloningChristoph Hellwig2022-09-261-44/+50
* btrfs: don't take a bio_counter reference for cloned biosChristoph Hellwig2022-09-261-4/+2
* btrfs: pass the operation to btrfs_bio_allocChristoph Hellwig2022-09-261-2/+2
* btrfs: move btrfs_bio allocation to volumes.cChristoph Hellwig2022-09-261-0/+58
* btrfs: remove lock protection for BLOCK_GROUP_FLAG_RELOCATING_REPAIRJosef Bacik2022-09-261-3/+0
* btrfs: remove lock protection for BLOCK_GROUP_FLAG_TO_COPYJosef Bacik2022-09-261-2/+0
* btrfs: convert block group bit field to use bit helpersJosef Bacik2022-09-261-5/+4
* 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