summaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-17btrfs: add missing mutex_unlock in btrfs_relocate_sys_chunks()Dominique Martinet1-0/+1
2024-05-17btrfs: return accurate error code on open failure in open_fs_devices()Anand Jain1-5/+12
2024-04-13btrfs: handle chunk tree lookup error in btrfs_relocate_sys_chunks()David Sterba1-1/+11
2024-04-03btrfs: fix off-by-one chunk length calculation at contains_pending_extent()Filipe Manana1-1/+1
2023-12-08btrfs: make error messages more clear when getting a chunk mapFilipe Manana1-3/+4
2023-12-08btrfs: fix off-by-one when checking chunk map includes logical addressFilipe Manana1-1/+1
2023-10-25btrfs: fix stripe length calculation for non-zoned data chunk allocationZygo Blaxell1-1/+1
2023-09-23btrfs: add a helper to read the superblock metadata_uuidAnand Jain1-0/+8
2023-08-23btrfs: fix BUG_ON condition in btrfs_cancel_balancexiaoshoukui1-2/+1
2023-07-27btrfs: be a bit more careful when setting mirror_num_ret in btrfs_map_blockChristoph Hellwig1-2/+4
2023-07-27btrfs: fix race between balance and cancel/pauseJosef Bacik1-10/+4
2023-05-01btrfs: fix uninitialized variable warningsGenjian Zhang1-1/+1
2023-04-06btrfs: scan device in non-exclusive modeAnand Jain1-1/+10
2023-04-06btrfs: fix deadlock when aborting transaction during relocation with scrubFilipe Manana1-1/+8
2023-03-17btrfs: fix unnecessary increment of read error stat on write errorNaohiro Aota1-1/+1
2023-02-14btrfs: free device in btrfs_close_devices for a single device filesystemAnand Jain1-1/+15
2023-02-14btrfs: limit device extents to the device sizeJosef Bacik1-1/+5
2023-01-24btrfs: add extra error messages to cover non-ENOMEM errors from device_add_li...Qu Wenruo1-1/+10
2023-01-07btrfs: fix extent map use-after-free when handling missing device in read_one...void0red1-1/+2
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