aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/zoned.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-27Merge tag 'for-6.9-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-7/+7
2024-03-26btrfs: zoned: fix use-after-free in do_zone_finish()Gravatar Johannes Thumshirn 1-7/+7
2024-03-12Merge tag 'for-6.9-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Gravatar Linus Torvalds 1-2/+0
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-10/+25
2024-03-04btrfs: remove unused included headersGravatar David Sterba 1-2/+0
2024-02-26Merge tag 'for-6.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+9
2024-02-22btrfs: zoned: don't skip block group profile checks on conventional zonesGravatar Johannes Thumshirn 1-0/+9
2024-02-14Merge tag 'for-6.8-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+1
2024-02-13btrfs: zoned: fix chunk map leak when loading block group zone infoGravatar Filipe Manana 1-0/+1
2024-02-12block: remove gfp_flags from blkdev_zone_mgmtGravatar Johannes Thumshirn 1-9/+5
2024-02-12btrfs: zoned: call blkdev_zone_mgmt in nofs scopeGravatar Johannes Thumshirn 1-7/+26
2024-01-22Merge tag 'for-6.8-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-6/+2
2024-01-12btrfs: zoned: fix lock ordering in btrfs_zone_activate()Gravatar Naohiro Aota 1-6/+2
2024-01-11Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-20/+3
2023-12-19block: remove support for the host aware zone modelGravatar Christoph Hellwig 1-20/+3
2023-12-15btrfs: add reconfigure callback for fs_contextGravatar Josef Bacik 1-6/+9
2023-12-15btrfs: remove now unneeded btrfs_redirty_list_addGravatar Johannes Thumshirn 1-17/+0
2023-12-15btrfs: zoned: don't clear dirty flag of extent bufferGravatar Johannes Thumshirn 1-1/+2
2023-12-15btrfs: rename EXTENT_BUFFER_NO_CHECK to EXTENT_BUFFER_ZONED_ZEROOUTGravatar Johannes Thumshirn 1-1/+1
2023-12-15btrfs: use a dedicated data structure for chunk mapsGravatar Filipe Manana 1-22/+13
2023-11-03btrfs: zoned: drop no longer valid write pointer checkGravatar Naohiro Aota 1-7/+0
2023-10-12btrfs: zoned: support RAID0/1/10 on top of raid stripe treeGravatar Johannes Thumshirn 1-4/+127
2023-10-12btrfs: zoned: factor out DUP bg handling from btrfs_load_block_group_zone_infoGravatar Christoph Hellwig 1-37/+42
2023-10-12btrfs: zoned: factor out single bg handling from btrfs_load_block_group_zone_...Gravatar Christoph Hellwig 1-11/+19
2023-10-12btrfs: zoned: factor out per-zone logic from btrfs_load_block_group_zone_infoGravatar Christoph Hellwig 1-92/+92
2023-10-12btrfs: zoned: introduce a zone_info struct in btrfs_load_block_group_zone_infoGravatar Christoph Hellwig 1-47/+37
2023-10-12btrfs: remove the need_raid_map parameter from btrfs_map_block()Gravatar Qu Wenruo 1-1/+1
2023-10-12btrfs: do not require EXTENT_NOWAIT for btrfs_redirty_list_add()Gravatar Qu Wenruo 1-1/+1
2023-08-22btrfs: zoned: skip splitting and logical rewriting on pre-alloc writeGravatar Naohiro Aota 1-4/+15
2023-08-21btrfs: zoned: do not zone finish data relocation block groupGravatar Naohiro Aota 1-3/+13
2023-08-21btrfs: zoned: no longer count fresh BG region as zone unusableGravatar Naohiro Aota 1-23/+3
2023-08-21btrfs: zoned: activate metadata block group on write timeGravatar Naohiro Aota 1-2/+79
2023-08-21btrfs: zoned: reserve zones for an active metadata/system block groupGravatar Naohiro Aota 1-5/+88
2023-08-21btrfs: zoned: update meta write pointer on zone finishGravatar Naohiro Aota 1-0/+3
2023-08-21btrfs: zoned: defer advancing meta write pointerGravatar Naohiro Aota 1-14/+1
2023-08-21btrfs: zoned: return int from btrfs_check_meta_write_pointerGravatar Naohiro Aota 1-8/+22
2023-08-21btrfs: zoned: introduce block group context to btrfs_eb_write_contextGravatar Naohiro Aota 1-15/+20
2023-08-21btrfs: zoned: use vcalloc instead of for vzalloc in btrfs_get_dev_zone_infoGravatar Julia Lawall 1-2/+2
2023-07-20btrfs: zoned: do not enable async discardGravatar Naohiro Aota 1-0/+3
2023-06-19btrfs: open code btrfs_map_sblockGravatar Christoph Hellwig 1-2/+2
2023-06-19btrfs: pass the new logical address to split_extent_mapGravatar Christoph Hellwig 1-4/+2
2023-06-19btrfs: defer splitting of ordered extents until I/O completionGravatar Christoph Hellwig 1-12/+58
2023-06-19btrfs: optimize the logical to physical mapping for zoned writesGravatar Christoph Hellwig 1-39/+22
2023-06-19btrfs: rename the bytenr field in struct btrfs_ordered_sum to logicalGravatar Christoph Hellwig 1-2/+2
2023-06-19btrfs: drop gfp from parameter extent state helpersGravatar David Sterba 1-1/+1
2023-06-19btrfs: pass NOWAIT for set/clear extent bits as another bitGravatar David Sterba 1-1/+1
2023-06-19btrfs: open code set_extent_bits_nowaitGravatar David Sterba 1-2/+2
2023-06-19btrfs: don't hold an extra reference for redirtied buffersGravatar Christoph Hellwig 1-24/+4
2023-06-19btrfs: export bitmap_test_range_all_{set,zero}Gravatar Naohiro Aota 1-6/+6
2023-05-10btrfs: zero the buffer before marking it dirty in btrfs_redirty_list_addGravatar Christoph Hellwig 1-2/+2