summaryrefslogtreecommitdiff
path: root/fs/btrfs/zoned.c
AgeCommit message (Expand)Author
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
2023-10-12btrfs: remove the need_raid_map parameter from btrfs_map_block()Qu Wenruo
2023-10-12btrfs: do not require EXTENT_NOWAIT for btrfs_redirty_list_add()Qu Wenruo
2023-08-22btrfs: zoned: skip splitting and logical rewriting on pre-alloc writeNaohiro Aota
2023-08-21btrfs: zoned: do not zone finish data relocation block groupNaohiro Aota
2023-08-21btrfs: zoned: no longer count fresh BG region as zone unusableNaohiro Aota
2023-08-21btrfs: zoned: activate metadata block group on write timeNaohiro Aota
2023-08-21btrfs: zoned: reserve zones for an active metadata/system block groupNaohiro Aota
2023-08-21btrfs: zoned: update meta write pointer on zone finishNaohiro Aota
2023-08-21btrfs: zoned: defer advancing meta write pointerNaohiro Aota
2023-08-21btrfs: zoned: return int from btrfs_check_meta_write_pointerNaohiro Aota
2023-08-21btrfs: zoned: introduce block group context to btrfs_eb_write_contextNaohiro Aota
2023-08-21btrfs: zoned: use vcalloc instead of for vzalloc in btrfs_get_dev_zone_infoJulia Lawall