summaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)Author
2024-03-27Merge tag 'for-6.9-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-03-26btrfs: return accurate error code on open failure in open_fs_devices()Anand Jain
2024-03-26btrfs: validate device maj:min during openAnand Jain
2024-03-18btrfs: do not skip re-registration for the mounted deviceAnand Jain
2024-03-12Merge tag 'for-6.9-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-03-05btrfs: fix off-by-one chunk length calculation at contains_pending_extent()Filipe Manana
2024-03-05btrfs: include device major and minor numbers in the device scan noticeAnand Jain
2024-03-04btrfs: pass btrfs_device to btrfs_scratch_superblocks()David Sterba
2024-03-04btrfs: move balance args conversion helpers to volumes.cDavid Sterba
2024-03-04btrfs: change BUG_ON to assertion in reset_balance_state()David Sterba
2024-03-04btrfs: handle chunk tree lookup error in btrfs_relocate_sys_chunks()David Sterba
2024-03-04btrfs: use READ/WRITE_ONCE for fs_devices->read_policyNaohiro Aota
2024-03-04btrfs: remove unused included headersDavid Sterba
2024-02-25btrfs: port device access to fileChristian Brauner
2024-01-12btrfs: fix unbalanced unlock of mapping_tree_lockNaohiro Aota
2023-12-15btrfs: pass btrfs_io_geometry into btrfs_max_io_lenJohannes Thumshirn
2023-12-15btrfs: pass struct btrfs_io_geometry to set_io_stripeJohannes Thumshirn
2023-12-15btrfs: open code set_io_stripe for RAID56Johannes Thumshirn
2023-12-15btrfs: change block mapping to switch/case in btrfs_map_blockJohannes Thumshirn
2023-12-15btrfs: factor out block mapping for single profilesJohannes Thumshirn
2023-12-15btrfs: factor out block mapping for RAID5/6Johannes Thumshirn
2023-12-15btrfs: reduce scope of data_stripes in btrfs_map_blockJohannes Thumshirn
2023-12-15btrfs: factor out block mapping for RAID10Johannes Thumshirn
2023-12-15btrfs: factor out block mapping for DUP profilesJohannes Thumshirn
2023-12-15btrfs: factor out RAID1 block mappingJohannes Thumshirn
2023-12-15btrfs: factor out block-mapping for RAID0Johannes Thumshirn
2023-12-15btrfs: re-introduce struct btrfs_io_geometryJohannes Thumshirn
2023-12-15btrfs: factor out helper for single device IO checkJohannes Thumshirn
2023-12-15btrfs: use a dedicated data structure for chunk mapsFilipe Manana
2023-12-15btrfs: mark sanity checks when getting chunk map as unlikelyFilipe Manana
2023-11-28Merge tag 'for-6.7-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-11-23btrfs: make error messages more clear when getting a chunk mapFilipe Manana
2023-11-23btrfs: fix off-by-one when checking chunk map includes logical addressFilipe Manana
2023-11-13Merge tag 'for-6.7-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-11-03btrfs: fix error pointer dereference after failure to allocate fs devicesFilipe Manana
2023-10-30Merge tag 'for-6.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2023-10-28btrfs: Convert to bdev_open_by_path()Jan Kara
2023-10-19Merge tag 'for-6.6-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-10-15btrfs: fix stripe length calculation for non-zoned data chunk allocationZygo Blaxell
2023-10-12btrfs: disable the seed feature for temp-fsidAnand Jain
2023-10-12btrfs: support cloned-device mount capabilityAnand Jain
2023-10-12btrfs: add helper function find_fsid_by_diskAnand Jain
2023-10-12btrfs: increase ->free_chunk_space in btrfs_grow_deviceJosef Bacik
2023-10-12btrfs: fix ->free_chunk_space math in btrfs_shrink_deviceJosef Bacik
2023-10-12btrfs: remove incomplete metadata_uuid conversion fixup logicAnand Jain
2023-10-12btrfs: reject devices with CHANGING_FSID_V2Anand Jain
2023-10-12btrfs: zoned: support RAID0/1/10 on top of raid stripe treeJohannes Thumshirn
2023-10-12btrfs: lookup physical address from stripe extentJohannes Thumshirn
2023-10-12btrfs: add support for inserting raid stripe extentsJohannes Thumshirn