aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/zoned.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-04btrfs: add forward declarations and headers, part 2Gravatar David Sterba 1-0/+15
2024-01-11Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-1/+1
2023-12-19block: remove support for the host aware zone modelGravatar Christoph Hellwig 1-1/+1
2023-12-15btrfs: fix typos found by codespellGravatar David Sterba 1-1/+1
2023-12-15btrfs: add reconfigure callback for fs_contextGravatar Josef Bacik 1-2/+3
2023-12-15btrfs: remove now unneeded btrfs_redirty_list_addGravatar Johannes Thumshirn 1-5/+0
2023-08-21btrfs: zoned: reserve zones for an active metadata/system block groupGravatar Naohiro Aota 1-0/+8
2023-08-21btrfs: zoned: defer advancing meta write pointerGravatar Naohiro Aota 1-8/+0
2023-08-21btrfs: zoned: return int from btrfs_check_meta_write_pointerGravatar Naohiro Aota 1-5/+5
2023-08-21btrfs: zoned: introduce block group context to btrfs_eb_write_contextGravatar Naohiro Aota 1-4/+2
2023-06-19btrfs: defer splitting of ordered extents until I/O completionGravatar Christoph Hellwig 1-4/+2
2023-06-19btrfs: don't hold an extra reference for redirtied buffersGravatar Christoph Hellwig 1-2/+0
2023-02-15btrfs: pass a btrfs_bio to btrfs_use_appendGravatar Christoph Hellwig 1-2/+2
2023-02-15btrfs: split zone append bios in btrfs_submit_bioGravatar Christoph Hellwig 1-9/+0
2023-02-15btrfs: calculate file system wide queue limit for zoned modeGravatar Christoph Hellwig 1-1/+0
2023-02-15btrfs: handle recording of zoned writes in the storage layerGravatar Christoph Hellwig 1-4/+2
2022-12-05btrfs: move the printk helpers out of ctree.hGravatar Josef Bacik 1-0/+1
2022-11-07btrfs: zoned: clone zoned device info when cloning a deviceGravatar Johannes Thumshirn 1-0/+11
2022-07-25btrfs: zoned: activate metadata block group on flush_spaceGravatar Naohiro Aota 1-0/+10
2022-07-25btrfs: zoned: finish least available block group on data bg allocationGravatar Naohiro Aota 1-0/+7
2022-07-25btrfs: zoned: revive max_zone_append_bytesGravatar Naohiro Aota 1-0/+1
2022-06-21btrfs: zoned: prevent allocation from previous data relocation BGGravatar Naohiro Aota 1-0/+5
2022-05-16btrfs: zoned: properly finish block group on metadata writeGravatar Naohiro Aota 1-0/+5
2022-05-16btrfs: zoned: introduce btrfs_zoned_bg_is_fullGravatar Naohiro Aota 1-0/+6
2022-05-16btrfs: zoned: make auto-reclaim less aggressiveGravatar Johannes Thumshirn 1-0/+6
2022-05-16btrfs: make the bg_reclaim_threshold per-space infoGravatar Josef Bacik 1-5/+1
2022-04-21btrfs: zoned: use dedicated lock for data relocationGravatar Naohiro Aota 1-2/+2
2022-01-07btrfs: zoned: fix chunk allocation condition for zoned allocatorGravatar Naohiro Aota 1-3/+2
2022-01-07btrfs: zoned: encapsulate inode locking for zoned relocationGravatar Johannes Thumshirn 1-0/+17
2022-01-03btrfs: zoned: cache reported zone during mountGravatar Naohiro Aota 1-2/+6
2021-10-26btrfs: zoned: add a dedicated data relocation block groupGravatar Johannes Thumshirn 1-0/+3
2021-10-26btrfs: zoned: finish fully written block groupGravatar Naohiro Aota 1-0/+5
2021-10-26btrfs: zoned: avoid chunk allocation if active block group has enough spaceGravatar Naohiro Aota 1-0/+8
2021-10-26btrfs: zoned: implement active zone trackingGravatar Naohiro Aota 1-0/+12
2021-10-26btrfs: zoned: load active zone information from devicesGravatar Naohiro Aota 1-0/+3
2021-10-26btrfs: zoned: finish superblock zone once no space left for new SBGravatar Naohiro Aota 1-3/+5
2021-08-23btrfs: zoned: remove max_zone_append_size logicGravatar Johannes Thumshirn 1-1/+0
2021-06-21btrfs: zoned: factor out zoned device lookupGravatar Johannes Thumshirn 1-0/+9
2021-05-20btrfs: zoned: pass start block to btrfs_use_zone_appendGravatar Johannes Thumshirn 1-3/+2
2021-04-20btrfs: zoned: automatically reclaim zonesGravatar Johannes Thumshirn 1-0/+6
2021-02-09btrfs: zoned: extend zoned allocator to use dedicated tree-log block groupGravatar Naohiro Aota 1-0/+14
2021-02-09btrfs: zoned: support dev-replace in zoned filesystemsGravatar Naohiro Aota 1-0/+9
2021-02-09btrfs: zoned: implement copying for zoned device-replaceGravatar Naohiro Aota 1-0/+7
2021-02-09btrfs: zoned: serialize metadata IOGravatar Naohiro Aota 1-0/+32
2021-02-09btrfs: zoned: use ZONE_APPEND write for zoned modeGravatar Naohiro Aota 1-0/+12
2021-02-09btrfs: zoned: cache if block group is on a sequential zoneGravatar Johannes Thumshirn 1-0/+6
2021-02-09btrfs: zoned: reset zones of unused block groupsGravatar Naohiro Aota 1-0/+15
2021-02-09btrfs: zoned: redirty released extent buffersGravatar Naohiro Aota 1-0/+7
2021-02-09btrfs: zoned: track unusable bytes for zonesGravatar Naohiro Aota 1-0/+3
2021-02-09btrfs: zoned: calculate allocation offset for conventional zonesGravatar Naohiro Aota 1-2/+2