summaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-12btrfs: fix unbalanced unlock of mapping_tree_lockNaohiro Aota1-2/+0
2023-12-16btrfs: pass btrfs_io_geometry into btrfs_max_io_lenJohannes Thumshirn1-17/+13
2023-12-16btrfs: pass struct btrfs_io_geometry to set_io_stripeJohannes Thumshirn1-17/+15
2023-12-16btrfs: open code set_io_stripe for RAID56Johannes Thumshirn1-7/+9
2023-12-16btrfs: change block mapping to switch/case in btrfs_map_blockJohannes Thumshirn1-6/+16
2023-12-16btrfs: factor out block mapping for single profilesJohannes Thumshirn1-3/+9
2023-12-16btrfs: factor out block mapping for RAID5/6Johannes Thumshirn1-42/+53
2023-12-16btrfs: reduce scope of data_stripes in btrfs_map_blockJohannes Thumshirn1-4/+4
2023-12-16btrfs: factor out block mapping for RAID10Johannes Thumshirn1-17/+29
2023-12-16btrfs: factor out block mapping for DUP profilesJohannes Thumshirn1-8/+17
2023-12-16btrfs: factor out RAID1 block mappingJohannes Thumshirn1-10/+21
2023-12-16btrfs: factor out block-mapping for RAID0Johannes Thumshirn1-4/+10
2023-12-16btrfs: re-introduce struct btrfs_io_geometryJohannes Thumshirn1-70/+88
2023-12-16btrfs: factor out helper for single device IO checkJohannes Thumshirn1-4/+23
2023-12-15btrfs: use a dedicated data structure for chunk mapsFilipe Manana1-222/+318
2023-12-15btrfs: mark sanity checks when getting chunk map as unlikelyFilipe Manana1-2/+2
2023-11-28Merge tag 'for-6.7-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+5
2023-11-24btrfs: make error messages more clear when getting a chunk mapFilipe Manana1-3/+4
2023-11-24btrfs: fix off-by-one when checking chunk map includes logical addressFilipe Manana1-1/+1
2023-11-13Merge tag 'for-6.7-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+3
2023-11-03btrfs: fix error pointer dereference after failure to allocate fs devicesFilipe Manana1-3/+3
2023-10-30Merge tag 'for-6.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds1-214/+203
2023-10-28btrfs: Convert to bdev_open_by_path()Jan Kara1-52/+55
2023-10-19Merge tag 'for-6.6-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2023-10-15btrfs: fix stripe length calculation for non-zoned data chunk allocationZygo Blaxell1-1/+1
2023-10-12btrfs: disable the seed feature for temp-fsidAnand Jain1-0/+8
2023-10-12btrfs: support cloned-device mount capabilityAnand Jain1-3/+57
2023-10-12btrfs: add helper function find_fsid_by_diskAnand Jain1-4/+15
2023-10-12btrfs: increase ->free_chunk_space in btrfs_grow_deviceJosef Bacik1-0/+1
2023-10-12btrfs: fix ->free_chunk_space math in btrfs_shrink_deviceJosef Bacik1-3/+17
2023-10-12btrfs: remove incomplete metadata_uuid conversion fixup logicAnand Jain1-156/+6
2023-10-12btrfs: reject devices with CHANGING_FSID_V2Anand Jain1-0/+7
2023-10-12btrfs: zoned: support RAID0/1/10 on top of raid stripe treeJohannes Thumshirn1-0/+2
2023-10-12btrfs: lookup physical address from stripe extentJohannes Thumshirn1-10/+32
2023-10-12btrfs: add support for inserting raid stripe extentsJohannes Thumshirn1-1/+3
2023-10-12btrfs: abort transaction on generation mismatch when marking eb as dirtyFilipe Manana1-5/+5
2023-10-12btrfs: scan but don't register device on single device filesystemAnand Jain1-9/+34
2023-10-12btrfs: remove the need_raid_map parameter from btrfs_map_block()Qu Wenruo1-17/+9
2023-10-12btrfs: reformat remaining kdoc style commentsDavid Sterba1-1/+2
2023-10-12btrfs: sipmlify uuid parameters of alloc_fs_devices()Anand Jain1-14/+14
2023-09-26Merge tag 'for-6.6-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-7/+6
2023-09-21btrfs: make sure to initialize start and len in find_free_dev_extentJosef Bacik1-7/+6
2023-08-28Merge tag 'for-6.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds1-31/+63
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-3/+1
2023-08-21btrfs: simplify memcpy either of metadata_uuid or fsidAnand Jain1-9/+2
2023-08-21btrfs: add a helper to read the superblock metadata_uuidAnand Jain1-0/+8
2023-08-21btrfs: merge find_free_dev_extent() and find_free_dev_extent_start()Filipe Manana1-14/+7
2023-08-21btrfs: make find_free_dev_extent() staticFilipe Manana1-2/+2
2023-08-21btrfs: print name and pid when device scanning processes raceAnand Jain1-2/+3
2023-08-21btrfs: simplify the no-bioc fast path condition in btrfs_map_blockChristoph Hellwig1-3/+1