summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/zoned.h
Commit message (Expand)AuthorAgeFilesLines
* btrfs: add forward declarations and headers, part 2David Sterba2024-03-041-0/+15
* Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds2024-01-111-1/+1
|\
| * block: remove support for the host aware zone modelChristoph Hellwig2023-12-191-1/+1
* | btrfs: fix typos found by codespellDavid Sterba2023-12-151-1/+1
* | btrfs: add reconfigure callback for fs_contextJosef Bacik2023-12-151-2/+3
* | btrfs: remove now unneeded btrfs_redirty_list_addJohannes Thumshirn2023-12-151-5/+0
|/
* btrfs: zoned: reserve zones for an active metadata/system block groupNaohiro Aota2023-08-211-0/+8
* btrfs: zoned: defer advancing meta write pointerNaohiro Aota2023-08-211-8/+0
* btrfs: zoned: return int from btrfs_check_meta_write_pointerNaohiro Aota2023-08-211-5/+5
* btrfs: zoned: introduce block group context to btrfs_eb_write_contextNaohiro Aota2023-08-211-4/+2
* btrfs: defer splitting of ordered extents until I/O completionChristoph Hellwig2023-06-191-4/+2
* btrfs: don't hold an extra reference for redirtied buffersChristoph Hellwig2023-06-191-2/+0
* btrfs: pass a btrfs_bio to btrfs_use_appendChristoph Hellwig2023-02-151-2/+2
* btrfs: split zone append bios in btrfs_submit_bioChristoph Hellwig2023-02-151-9/+0
* btrfs: calculate file system wide queue limit for zoned modeChristoph Hellwig2023-02-151-1/+0
* btrfs: handle recording of zoned writes in the storage layerChristoph Hellwig2023-02-151-4/+2
* btrfs: move the printk helpers out of ctree.hJosef Bacik2022-12-051-0/+1
* btrfs: zoned: clone zoned device info when cloning a deviceJohannes Thumshirn2022-11-071-0/+11
* btrfs: zoned: activate metadata block group on flush_spaceNaohiro Aota2022-07-251-0/+10
* btrfs: zoned: finish least available block group on data bg allocationNaohiro Aota2022-07-251-0/+7
* btrfs: zoned: revive max_zone_append_bytesNaohiro Aota2022-07-251-0/+1
* btrfs: zoned: prevent allocation from previous data relocation BGNaohiro Aota2022-06-211-0/+5
* btrfs: zoned: properly finish block group on metadata writeNaohiro Aota2022-05-161-0/+5
* btrfs: zoned: introduce btrfs_zoned_bg_is_fullNaohiro Aota2022-05-161-0/+6
* btrfs: zoned: make auto-reclaim less aggressiveJohannes Thumshirn2022-05-161-0/+6
* btrfs: make the bg_reclaim_threshold per-space infoJosef Bacik2022-05-161-5/+1
* btrfs: zoned: use dedicated lock for data relocationNaohiro Aota2022-04-211-2/+2
* btrfs: zoned: fix chunk allocation condition for zoned allocatorNaohiro Aota2022-01-071-3/+2
* btrfs: zoned: encapsulate inode locking for zoned relocationJohannes Thumshirn2022-01-071-0/+17
* btrfs: zoned: cache reported zone during mountNaohiro Aota2022-01-031-2/+6
* btrfs: zoned: add a dedicated data relocation block groupJohannes Thumshirn2021-10-261-0/+3
* btrfs: zoned: finish fully written block groupNaohiro Aota2021-10-261-0/+5
* btrfs: zoned: avoid chunk allocation if active block group has enough spaceNaohiro Aota2021-10-261-0/+8
* btrfs: zoned: implement active zone trackingNaohiro Aota2021-10-261-0/+12
* btrfs: zoned: load active zone information from devicesNaohiro Aota2021-10-261-0/+3
* btrfs: zoned: finish superblock zone once no space left for new SBNaohiro Aota2021-10-261-3/+5
* btrfs: zoned: remove max_zone_append_size logicJohannes Thumshirn2021-08-231-1/+0
* btrfs: zoned: factor out zoned device lookupJohannes Thumshirn2021-06-211-0/+9
* btrfs: zoned: pass start block to btrfs_use_zone_appendJohannes Thumshirn2021-05-201-3/+2
* btrfs: zoned: automatically reclaim zonesJohannes Thumshirn2021-04-201-0/+6
* btrfs: zoned: extend zoned allocator to use dedicated tree-log block groupNaohiro Aota2021-02-091-0/+14
* btrfs: zoned: support dev-replace in zoned filesystemsNaohiro Aota2021-02-091-0/+9
* btrfs: zoned: implement copying for zoned device-replaceNaohiro Aota2021-02-091-0/+7
* btrfs: zoned: serialize metadata IONaohiro Aota2021-02-091-0/+32
* btrfs: zoned: use ZONE_APPEND write for zoned modeNaohiro Aota2021-02-091-0/+12
* btrfs: zoned: cache if block group is on a sequential zoneJohannes Thumshirn2021-02-091-0/+6
* btrfs: zoned: reset zones of unused block groupsNaohiro Aota2021-02-091-0/+15
* btrfs: zoned: redirty released extent buffersNaohiro Aota2021-02-091-0/+7
* btrfs: zoned: track unusable bytes for zonesNaohiro Aota2021-02-091-0/+3
* btrfs: zoned: calculate allocation offset for conventional zonesNaohiro Aota2021-02-091-2/+2