summaryrefslogtreecommitdiff
path: root/fs/btrfs/zoned.h
AgeCommit message (Expand)Author
2024-03-04btrfs: add forward declarations and headers, part 2David Sterba
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: fix typos found by codespellDavid Sterba
2023-12-15btrfs: add reconfigure callback for fs_contextJosef Bacik
2023-12-15btrfs: remove now unneeded btrfs_redirty_list_addJohannes Thumshirn
2023-08-21btrfs: zoned: reserve zones for an active metadata/system block groupNaohiro 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-06-19btrfs: defer splitting of ordered extents until I/O completionChristoph Hellwig
2023-06-19btrfs: don't hold an extra reference for redirtied buffersChristoph Hellwig
2023-02-15btrfs: pass a btrfs_bio to btrfs_use_appendChristoph Hellwig
2023-02-15btrfs: split zone append bios in btrfs_submit_bioChristoph Hellwig
2023-02-15btrfs: calculate file system wide queue limit for zoned modeChristoph Hellwig
2023-02-15btrfs: handle recording of zoned writes in the storage layerChristoph Hellwig
2022-12-05btrfs: move the printk helpers out of ctree.hJosef Bacik
2022-11-07btrfs: zoned: clone zoned device info when cloning a deviceJohannes Thumshirn
2022-07-25btrfs: zoned: activate metadata block group on flush_spaceNaohiro Aota
2022-07-25btrfs: zoned: finish least available block group on data bg allocationNaohiro Aota
2022-07-25btrfs: zoned: revive max_zone_append_bytesNaohiro Aota
2022-06-21btrfs: zoned: prevent allocation from previous data relocation BGNaohiro Aota
2022-05-16btrfs: zoned: properly finish block group on metadata writeNaohiro Aota
2022-05-16btrfs: zoned: introduce btrfs_zoned_bg_is_fullNaohiro Aota
2022-05-16btrfs: zoned: make auto-reclaim less aggressiveJohannes Thumshirn
2022-05-16btrfs: make the bg_reclaim_threshold per-space infoJosef Bacik
2022-04-21btrfs: zoned: use dedicated lock for data relocationNaohiro Aota
2022-01-07btrfs: zoned: fix chunk allocation condition for zoned allocatorNaohiro Aota
2022-01-07btrfs: zoned: encapsulate inode locking for zoned relocationJohannes Thumshirn
2022-01-03btrfs: zoned: cache reported zone during mountNaohiro Aota
2021-10-26btrfs: zoned: add a dedicated data relocation block groupJohannes Thumshirn
2021-10-26btrfs: zoned: finish fully written block groupNaohiro Aota
2021-10-26btrfs: zoned: avoid chunk allocation if active block group has enough spaceNaohiro Aota
2021-10-26btrfs: zoned: implement active zone trackingNaohiro Aota
2021-10-26btrfs: zoned: load active zone information from devicesNaohiro Aota
2021-10-26btrfs: zoned: finish superblock zone once no space left for new SBNaohiro Aota
2021-08-23btrfs: zoned: remove max_zone_append_size logicJohannes Thumshirn
2021-06-21btrfs: zoned: factor out zoned device lookupJohannes Thumshirn
2021-05-20btrfs: zoned: pass start block to btrfs_use_zone_appendJohannes Thumshirn
2021-04-20btrfs: zoned: automatically reclaim zonesJohannes Thumshirn
2021-02-09btrfs: zoned: extend zoned allocator to use dedicated tree-log block groupNaohiro Aota
2021-02-09btrfs: zoned: support dev-replace in zoned filesystemsNaohiro Aota
2021-02-09btrfs: zoned: implement copying for zoned device-replaceNaohiro Aota
2021-02-09btrfs: zoned: serialize metadata IONaohiro Aota
2021-02-09btrfs: zoned: use ZONE_APPEND write for zoned modeNaohiro Aota
2021-02-09btrfs: zoned: cache if block group is on a sequential zoneJohannes Thumshirn
2021-02-09btrfs: zoned: reset zones of unused block groupsNaohiro Aota
2021-02-09btrfs: zoned: redirty released extent buffersNaohiro Aota
2021-02-09btrfs: zoned: track unusable bytes for zonesNaohiro Aota
2021-02-09btrfs: zoned: calculate allocation offset for conventional zonesNaohiro Aota