summaryrefslogtreecommitdiff
path: root/fs/btrfs/zoned.c
AgeCommit message (Expand)Author
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-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
2023-07-20btrfs: zoned: do not enable async discardNaohiro Aota
2023-06-19btrfs: open code btrfs_map_sblockChristoph Hellwig
2023-06-19btrfs: pass the new logical address to split_extent_mapChristoph Hellwig
2023-06-19btrfs: defer splitting of ordered extents until I/O completionChristoph Hellwig
2023-06-19btrfs: optimize the logical to physical mapping for zoned writesChristoph Hellwig
2023-06-19btrfs: rename the bytenr field in struct btrfs_ordered_sum to logicalChristoph Hellwig
2023-06-19btrfs: drop gfp from parameter extent state helpersDavid Sterba
2023-06-19btrfs: pass NOWAIT for set/clear extent bits as another bitDavid Sterba
2023-06-19btrfs: open code set_extent_bits_nowaitDavid Sterba
2023-06-19btrfs: don't hold an extra reference for redirtied buffersChristoph Hellwig
2023-06-19btrfs: export bitmap_test_range_all_{set,zero}Naohiro Aota
2023-05-10btrfs: zero the buffer before marking it dirty in btrfs_redirty_list_addChristoph Hellwig
2023-05-10btrfs: zoned: fix full zone super block reading on ZNSNaohiro Aota
2023-04-28btrfs: zoned: fix wrong use of bitops API in btrfs_ensure_empty_zonesNaohiro Aota
2023-04-17btrfs: introduce btrfs_bio::fs_info memberQu Wenruo
2023-03-15btrfs: zoned: drop space_info->active_total_bytesNaohiro Aota
2023-03-15btrfs: zoned: count fresh BG region as zone unusableNaohiro Aota
2023-03-15btrfs: rename BTRFS_FS_NO_OVERCOMMIT to BTRFS_FS_ACTIVE_ZONE_TRACKINGJosef Bacik
2023-03-15btrfs: zoned: fix btrfs_can_activate_zone() to support DUP profileNaohiro Aota