summaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-21Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2024-05-21Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-5/+8
2024-05-07btrfs: remove no longer used btrfs_clone_chunk_map()Filipe Manana1-15/+0
2024-05-03use ->bd_mapping instead of ->bd_inode->i_mappingAl Viro1-1/+1
2024-05-03set_blocksize(): switch to passing struct file *Al Viro1-2/+2
2024-05-03btrfs_get_bdev_and_sb(): call set_blocksize() only for exclusive opensAl Viro1-4/+7
2024-05-02Merge tag 'for-6.9-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2024-04-25btrfs: add missing mutex_unlock in btrfs_relocate_sys_chunks()Dominique Martinet1-0/+1
2024-03-27Merge tag 'for-6.9-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-5/+22
2024-03-26btrfs: return accurate error code on open failure in open_fs_devices()Anand Jain1-5/+12
2024-03-26btrfs: validate device maj:min during openAnand Jain1-0/+10
2024-03-18btrfs: do not skip re-registration for the mounted deviceAnand Jain1-11/+47
2024-03-12Merge tag 'for-6.9-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds1-25/+73
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-46/+46
2024-03-05btrfs: fix off-by-one chunk length calculation at contains_pending_extent()Filipe Manana1-1/+1
2024-03-05btrfs: include device major and minor numbers in the device scan noticeAnand Jain1-7/+12
2024-03-04btrfs: pass btrfs_device to btrfs_scratch_superblocks()David Sterba1-8/+5
2024-03-04btrfs: move balance args conversion helpers to volumes.cDavid Sterba1-0/+38
2024-03-04btrfs: change BUG_ON to assertion in reset_balance_state()David Sterba1-1/+1
2024-03-04btrfs: handle chunk tree lookup error in btrfs_relocate_sys_chunks()David Sterba1-1/+11
2024-03-04btrfs: use READ/WRITE_ONCE for fs_devices->read_policyNaohiro Aota1-5/+5
2024-03-04btrfs: remove unused included headersDavid Sterba1-2/+0
2024-02-25btrfs: port device access to fileChristian Brauner1-46/+46
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