summaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)Author
2024-11-11btrfs: do not clear read-only when adding sprout deviceBoris Burkov
2024-11-11btrfs: remove unused btrfs_is_parity_mirror()Dr. David Alan Gilbert
2024-11-11btrfs: tests: add selftests for raid-stripe-treeJohannes Thumshirn
2024-11-11btrfs: correct typos in multiple comments across various filesShen Lichuan
2024-11-11btrfs: canonicalize the device path before adding itQu Wenruo
2024-11-11btrfs: avoid unnecessary device path update for the same deviceQu Wenruo
2024-11-11btrfs: don't take dev_replace rwsem on task already holding itJohannes Thumshirn
2024-10-29btrfs: fix use-after-free of block device file in __btrfs_free_extra_devids()Zhihao Cheng
2024-09-10btrfs: reduce chunk_map lookups in btrfs_map_block()Johannes Thumshirn
2024-09-10btrfs: print message on device opening error during mountLi Zhang
2024-09-10btrfs: move uuid tree related code to uuid-tree.[ch]Qu Wenruo
2024-07-11btrfs: abort transaction on errors in btrfs_free_chunk()David Sterba
2024-07-11btrfs: constify pointer parameters where applicableDavid Sterba
2024-07-11btrfs: use for-local variables that shadow function variablesDavid Sterba
2024-07-11btrfs: drop bytenr_orig and fix comment in btrfs_scan_one_device()Anand Jain
2024-07-11btrfs: pass struct btrfs_io_geometry into handle_ops_on_dev_replace()Johannes Thumshirn
2024-05-21Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-05-21Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-05-07btrfs: remove no longer used btrfs_clone_chunk_map()Filipe Manana
2024-05-03use ->bd_mapping instead of ->bd_inode->i_mappingAl Viro
2024-05-02set_blocksize(): switch to passing struct file *Al Viro
2024-05-02btrfs_get_bdev_and_sb(): call set_blocksize() only for exclusive opensAl Viro
2024-05-02Merge tag 'for-6.9-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-04-25btrfs: add missing mutex_unlock in btrfs_relocate_sys_chunks()Dominique Martinet
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