summaryrefslogtreecommitdiff
path: root/fs/btrfs/zoned.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-24Merge tag 'for-6.10-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-3/+10
2024-05-15btrfs: zoned: fix use-after-free due to race with dev replaceFilipe Manana1-3/+10
2024-05-03use ->bd_mapping instead of ->bd_inode->i_mappingAl Viro1-1/+1
2024-03-27Merge tag 'for-6.9-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-7/+7
2024-03-26btrfs: zoned: fix use-after-free in do_zone_finish()Johannes Thumshirn1-7/+7
2024-03-12Merge tag 'for-6.9-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds1-2/+0
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds1-10/+25
2024-03-04btrfs: remove unused included headersDavid Sterba1-2/+0
2024-02-26Merge tag 'for-6.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+9
2024-02-22btrfs: zoned: don't skip block group profile checks on conventional zonesJohannes Thumshirn1-0/+9
2024-02-15Merge tag 'for-6.8-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2024-02-13btrfs: zoned: fix chunk map leak when loading block group zone infoFilipe Manana1-0/+1
2024-02-12block: remove gfp_flags from blkdev_zone_mgmtJohannes Thumshirn1-9/+5
2024-02-12btrfs: zoned: call blkdev_zone_mgmt in nofs scopeJohannes Thumshirn1-7/+26
2024-01-23Merge tag 'for-6.8-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-6/+2
2024-01-12btrfs: zoned: fix lock ordering in btrfs_zone_activate()Naohiro Aota1-6/+2
2024-01-12Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds1-20/+3
2023-12-20block: remove support for the host aware zone modelChristoph Hellwig1-20/+3
2023-12-15btrfs: add reconfigure callback for fs_contextJosef Bacik1-6/+9
2023-12-15btrfs: remove now unneeded btrfs_redirty_list_addJohannes Thumshirn1-17/+0
2023-12-15btrfs: zoned: don't clear dirty flag of extent bufferJohannes Thumshirn1-1/+2
2023-12-15btrfs: rename EXTENT_BUFFER_NO_CHECK to EXTENT_BUFFER_ZONED_ZEROOUTJohannes Thumshirn1-1/+1
2023-12-15btrfs: use a dedicated data structure for chunk mapsFilipe Manana1-22/+13
2023-11-03btrfs: zoned: drop no longer valid write pointer checkNaohiro Aota1-7/+0
2023-10-12btrfs: zoned: support RAID0/1/10 on top of raid stripe treeJohannes Thumshirn1-4/+127
2023-10-12btrfs: zoned: factor out DUP bg handling from btrfs_load_block_group_zone_infoChristoph Hellwig1-37/+42
2023-10-12btrfs: zoned: factor out single bg handling from btrfs_load_block_group_zone_...Christoph Hellwig1-11/+19
2023-10-12btrfs: zoned: factor out per-zone logic from btrfs_load_block_group_zone_infoChristoph Hellwig1-92/+92
2023-10-12btrfs: zoned: introduce a zone_info struct in btrfs_load_block_group_zone_infoChristoph Hellwig1-47/+37
2023-10-12btrfs: remove the need_raid_map parameter from btrfs_map_block()Qu Wenruo1-1/+1
2023-10-12btrfs: do not require EXTENT_NOWAIT for btrfs_redirty_list_add()Qu Wenruo1-1/+1
2023-08-22btrfs: zoned: skip splitting and logical rewriting on pre-alloc writeNaohiro Aota1-4/+15
2023-08-21btrfs: zoned: do not zone finish data relocation block groupNaohiro Aota1-3/+13
2023-08-21btrfs: zoned: no longer count fresh BG region as zone unusableNaohiro Aota1-23/+3
2023-08-21btrfs: zoned: activate metadata block group on write timeNaohiro Aota1-2/+79
2023-08-21btrfs: zoned: reserve zones for an active metadata/system block groupNaohiro Aota1-5/+88
2023-08-21btrfs: zoned: update meta write pointer on zone finishNaohiro Aota1-0/+3
2023-08-21btrfs: zoned: defer advancing meta write pointerNaohiro Aota1-14/+1
2023-08-21btrfs: zoned: return int from btrfs_check_meta_write_pointerNaohiro Aota1-8/+22
2023-08-21btrfs: zoned: introduce block group context to btrfs_eb_write_contextNaohiro Aota1-15/+20
2023-08-21btrfs: zoned: use vcalloc instead of for vzalloc in btrfs_get_dev_zone_infoJulia Lawall1-2/+2
2023-07-20btrfs: zoned: do not enable async discardNaohiro Aota1-0/+3
2023-06-19btrfs: open code btrfs_map_sblockChristoph Hellwig1-2/+2
2023-06-19btrfs: pass the new logical address to split_extent_mapChristoph Hellwig1-4/+2
2023-06-19btrfs: defer splitting of ordered extents until I/O completionChristoph Hellwig1-12/+58
2023-06-19btrfs: optimize the logical to physical mapping for zoned writesChristoph Hellwig1-39/+22
2023-06-19btrfs: rename the bytenr field in struct btrfs_ordered_sum to logicalChristoph Hellwig1-2/+2
2023-06-19btrfs: drop gfp from parameter extent state helpersDavid Sterba1-1/+1
2023-06-19btrfs: pass NOWAIT for set/clear extent bits as another bitDavid Sterba1-1/+1
2023-06-19btrfs: open code set_extent_bits_nowaitDavid Sterba1-2/+2