aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-07btrfs: remove no longer used btrfs_clone_chunk_map()Gravatar Filipe Manana 1-15/+0
2024-05-02Merge tag 'for-6.9-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+1
2024-04-25btrfs: add missing mutex_unlock in btrfs_relocate_sys_chunks()Gravatar Dominique Martinet 1-0/+1
2024-03-27Merge tag 'for-6.9-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-5/+22
2024-03-26btrfs: return accurate error code on open failure in open_fs_devices()Gravatar Anand Jain 1-5/+12
2024-03-26btrfs: validate device maj:min during openGravatar Anand Jain 1-0/+10
2024-03-18btrfs: do not skip re-registration for the mounted deviceGravatar Anand Jain 1-11/+47
2024-03-12Merge tag 'for-6.9-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Gravatar Linus Torvalds 1-25/+73
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Gravatar Linus Torvalds 1-46/+46
2024-03-05btrfs: fix off-by-one chunk length calculation at contains_pending_extent()Gravatar Filipe Manana 1-1/+1
2024-03-05btrfs: include device major and minor numbers in the device scan noticeGravatar Anand Jain 1-7/+12
2024-03-04btrfs: pass btrfs_device to btrfs_scratch_superblocks()Gravatar David Sterba 1-8/+5
2024-03-04btrfs: move balance args conversion helpers to volumes.cGravatar David Sterba 1-0/+38
2024-03-04btrfs: change BUG_ON to assertion in reset_balance_state()Gravatar David Sterba 1-1/+1
2024-03-04btrfs: handle chunk tree lookup error in btrfs_relocate_sys_chunks()Gravatar David Sterba 1-1/+11
2024-03-04btrfs: use READ/WRITE_ONCE for fs_devices->read_policyGravatar Naohiro Aota 1-5/+5
2024-03-04btrfs: remove unused included headersGravatar David Sterba 1-2/+0
2024-02-25btrfs: port device access to fileGravatar Christian Brauner 1-46/+46
2024-01-12btrfs: fix unbalanced unlock of mapping_tree_lockGravatar Naohiro Aota 1-2/+0
2023-12-15btrfs: pass btrfs_io_geometry into btrfs_max_io_lenGravatar Johannes Thumshirn 1-17/+13
2023-12-15btrfs: pass struct btrfs_io_geometry to set_io_stripeGravatar Johannes Thumshirn 1-17/+15
2023-12-15btrfs: open code set_io_stripe for RAID56Gravatar Johannes Thumshirn 1-7/+9
2023-12-15btrfs: change block mapping to switch/case in btrfs_map_blockGravatar Johannes Thumshirn 1-6/+16
2023-12-15btrfs: factor out block mapping for single profilesGravatar Johannes Thumshirn 1-3/+9
2023-12-15btrfs: factor out block mapping for RAID5/6Gravatar Johannes Thumshirn 1-42/+53
2023-12-15btrfs: reduce scope of data_stripes in btrfs_map_blockGravatar Johannes Thumshirn 1-4/+4
2023-12-15btrfs: factor out block mapping for RAID10Gravatar Johannes Thumshirn 1-17/+29
2023-12-15btrfs: factor out block mapping for DUP profilesGravatar Johannes Thumshirn 1-8/+17
2023-12-15btrfs: factor out RAID1 block mappingGravatar Johannes Thumshirn 1-10/+21
2023-12-15btrfs: factor out block-mapping for RAID0Gravatar Johannes Thumshirn 1-4/+10
2023-12-15btrfs: re-introduce struct btrfs_io_geometryGravatar Johannes Thumshirn 1-70/+88
2023-12-15btrfs: factor out helper for single device IO checkGravatar Johannes Thumshirn 1-4/+23
2023-12-15btrfs: use a dedicated data structure for chunk mapsGravatar Filipe Manana 1-222/+318
2023-12-15btrfs: mark sanity checks when getting chunk map as unlikelyGravatar Filipe Manana 1-2/+2
2023-11-28Merge tag 'for-6.7-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-4/+5
2023-11-23btrfs: make error messages more clear when getting a chunk mapGravatar Filipe Manana 1-3/+4
2023-11-23btrfs: fix off-by-one when checking chunk map includes logical addressGravatar Filipe Manana 1-1/+1
2023-11-13Merge tag 'for-6.7-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-3/+3
2023-11-03btrfs: fix error pointer dereference after failure to allocate fs devicesGravatar Filipe Manana 1-3/+3
2023-10-30Merge tag 'for-6.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Gravatar Linus Torvalds 1-214/+203
2023-10-28btrfs: Convert to bdev_open_by_path()Gravatar Jan Kara 1-52/+55
2023-10-19Merge tag 'for-6.6-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2023-10-15btrfs: fix stripe length calculation for non-zoned data chunk allocationGravatar Zygo Blaxell 1-1/+1
2023-10-12btrfs: disable the seed feature for temp-fsidGravatar Anand Jain 1-0/+8
2023-10-12btrfs: support cloned-device mount capabilityGravatar Anand Jain 1-3/+57
2023-10-12btrfs: add helper function find_fsid_by_diskGravatar Anand Jain 1-4/+15
2023-10-12btrfs: increase ->free_chunk_space in btrfs_grow_deviceGravatar Josef Bacik 1-0/+1
2023-10-12btrfs: fix ->free_chunk_space math in btrfs_shrink_deviceGravatar Josef Bacik 1-3/+17
2023-10-12btrfs: remove incomplete metadata_uuid conversion fixup logicGravatar Anand Jain 1-156/+6
2023-10-12btrfs: reject devices with CHANGING_FSID_V2Gravatar Anand Jain 1-0/+7