aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/zoned.c
AgeCommit message (Expand)AuthorFilesLines
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
2023-05-10btrfs: zoned: fix full zone super block reading on ZNSGravatar Naohiro Aota 1-4/+3
2023-04-28btrfs: zoned: fix wrong use of bitops API in btrfs_ensure_empty_zonesGravatar Naohiro Aota 1-3/+3
2023-04-17btrfs: introduce btrfs_bio::fs_info memberGravatar Qu Wenruo 1-2/+2
2023-03-15btrfs: zoned: drop space_info->active_total_bytesGravatar Naohiro Aota 1-4/+0
2023-03-15btrfs: zoned: count fresh BG region as zone unusableGravatar Naohiro Aota 1-5/+19
2023-03-15btrfs: rename BTRFS_FS_NO_OVERCOMMIT to BTRFS_FS_ACTIVE_ZONE_TRACKINGGravatar Josef Bacik 1-2/+1
2023-03-15btrfs: zoned: fix btrfs_can_activate_zone() to support DUP profileGravatar Naohiro Aota 1-2/+12
2023-02-15btrfs: don't rely on unchanging ->bi_bdev for zone append remapsGravatar Christoph Hellwig 1-23/+24
2023-02-15btrfs: never return true for reads in btrfs_use_zone_appendGravatar Christoph Hellwig 1-0/+3
2023-02-15btrfs: pass a btrfs_bio to btrfs_use_appendGravatar Christoph Hellwig 1-1/+3
2023-02-15btrfs: split zone append bios in btrfs_submit_bioGravatar Christoph Hellwig 1-20/+0
2023-02-15btrfs: calculate file system wide queue limit for zoned modeGravatar Christoph Hellwig 1-26/+26
2023-02-15btrfs: handle recording of zoned writes in the storage layerGravatar Christoph Hellwig 1-8/+5
2023-02-13btrfs: zoned: fix uninitialized variable warning in btrfs_get_dev_zonesGravatar Naohiro Aota 1-2/+5
2023-02-13btrfs: fix uninitialized variable warning in btrfs_sb_log_locationGravatar Josef Bacik 1-1/+1
2023-01-11btrfs: zoned: enable metadata over-commit for non-ZNS setupGravatar Naohiro Aota 1-0/+2
2022-12-05btrfs: convert btrfs_block_group::seq_zone to runtime flagGravatar David Sterba 1-3/+4
2022-12-05btrfs: zoned: use helper to check a power of two zone sizeGravatar David Sterba 1-2/+1
2022-12-05btrfs: update function commentsGravatar David Sterba 1-3/+3
2022-12-05btrfs: move accessor helpers into accessors.hGravatar Josef Bacik 1-0/+1