summaryrefslogtreecommitdiff
path: root/fs/btrfs/zoned.c
AgeCommit message (Expand)Author
2025-01-13btrfs: zoned: reclaim unused zone by zone resettingNaohiro Aota
2025-01-09Merge tag 'for-6.13-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-01-06btrfs: zoned: calculate max_extent_size properly on non-zoned setupChristoph Hellwig
2024-11-18Merge tag 'for-6.13/block-20241118' of git://git.kernel.dk/linuxLinus Torvalds
2024-11-13btrfs: validate queue limitsChristoph Hellwig
2024-11-11btrfs: fix a typo in btrfs_use_zone_appendChristoph Hellwig
2024-11-11btrfs: correct typos in multiple comments across various filesShen Lichuan
2024-10-29block: add a bdev_limits helperChristoph Hellwig
2024-10-09btrfs: zoned: fix missing RCU locking in error message when loading zone infoFilipe Manana
2024-09-10btrfs: use btrfs_path auto free in zoned.cLeo Martins
2024-09-10btrfs: constify more pointer parametersDavid Sterba
2024-09-02btrfs: zoned: handle broken write pointer on zonesNaohiro Aota
2024-07-19btrfs: change BTRFS_MOUNT_* flags to 64bit typeQu Wenruo
2024-07-11btrfs: introduce new "rescue=ignoremetacsums" mount optionQu Wenruo
2024-07-11btrfs: switch btrfs_ordered_extent::inode to struct btrfs_inodeDavid Sterba
2024-07-11btrfs: pass a btrfs_inode to is_data_inode()David Sterba
2024-07-11btrfs: constify pointer parameters where applicableDavid Sterba
2024-07-11btrfs: remove extent_map::block_start memberQu Wenruo
2024-07-11btrfs: simplify range parameters of btrfs_wait_ordered_roots()David Sterba
2024-07-11btrfs: use for-local variables that shadow function variablesDavid Sterba
2024-07-11btrfs: zoned: make btrfs_get_dev_zone() staticFilipe Manana
2024-05-24Merge tag 'for-6.10-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2024-05-15btrfs: zoned: fix use-after-free due to race with dev replaceFilipe Manana
2024-05-03use ->bd_mapping instead of ->bd_inode->i_mappingAl Viro
2024-03-27Merge tag 'for-6.9-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-03-26btrfs: zoned: fix use-after-free in do_zone_finish()Johannes Thumshirn
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 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds
2024-03-04btrfs: remove unused included headersDavid Sterba
2024-02-26Merge tag 'for-6.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-02-22btrfs: zoned: don't skip block group profile checks on conventional zonesJohannes Thumshirn
2024-02-14Merge tag 'for-6.8-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-02-13btrfs: zoned: fix chunk map leak when loading block group zone infoFilipe Manana
2024-02-12block: remove gfp_flags from blkdev_zone_mgmtJohannes Thumshirn
2024-02-12btrfs: zoned: call blkdev_zone_mgmt in nofs scopeJohannes Thumshirn
2024-01-22Merge tag 'for-6.8-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-01-12btrfs: zoned: fix lock ordering in btrfs_zone_activate()Naohiro Aota
2024-01-11Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds
2023-12-19block: remove support for the host aware zone modelChristoph Hellwig
2023-12-15btrfs: add reconfigure callback for fs_contextJosef Bacik
2023-12-15btrfs: remove now unneeded btrfs_redirty_list_addJohannes Thumshirn
2023-12-15btrfs: zoned: don't clear dirty flag of extent bufferJohannes Thumshirn
2023-12-15btrfs: rename EXTENT_BUFFER_NO_CHECK to EXTENT_BUFFER_ZONED_ZEROOUTJohannes Thumshirn
2023-12-15btrfs: use a dedicated data structure for chunk mapsFilipe Manana
2023-11-03btrfs: zoned: drop no longer valid write pointer checkNaohiro Aota
2023-10-12btrfs: zoned: support RAID0/1/10 on top of raid stripe treeJohannes Thumshirn
2023-10-12btrfs: zoned: factor out DUP bg handling from btrfs_load_block_group_zone_infoChristoph Hellwig
2023-10-12btrfs: zoned: factor out single bg handling from btrfs_load_block_group_zone_...Christoph Hellwig
2023-10-12btrfs: zoned: factor out per-zone logic from btrfs_load_block_group_zone_infoChristoph Hellwig
2023-10-12btrfs: zoned: introduce a zone_info struct in btrfs_load_block_group_zone_infoChristoph Hellwig