aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_zone_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove xfs_last_used_zoneChristoph Hellwig2025-08-191-43/+2
* xfs: split xfs_zone_record_blocksChristoph Hellwig2025-08-111-13/+29
* xfs: improve the comments in xfs_select_zone_nowaitChristoph Hellwig2025-07-241-8/+2
* xfs: improve the comments in xfs_max_open_zonesChristoph Hellwig2025-07-241-6/+9
* xfs: rename oz_write_pointer to oz_allocatedChristoph Hellwig2025-07-241-9/+9
* xfs: use a uint32_t to cache i_used_blocks in xfs_init_zoneChristoph Hellwig2025-07-241-1/+1
* xfs: move xfs_submit_zoned_bio a bitChristoph Hellwig2025-06-161-20/+20
* xfs: check for shutdown before going to sleep in xfs_select_zoneChristoph Hellwig2025-06-161-1/+1
* xfs: add inode to zone caching for data placementHans Holmberg2025-05-141-0/+109
* xfs: add tunable threshold parameter for triggering zone GCHans Holmberg2025-04-141-0/+7
* xfs: don't wake zone space waiters without m_zone_infoDarrick J. Wong2025-03-181-3/+12
* xfs: support write life time based data placementHans Holmberg2025-03-031-16/+114
* xfs: implement zoned garbage collectionChristoph Hellwig2025-03-031-0/+155
* xfs: add support for zoned space reservationsChristoph Hellwig2025-03-031-0/+2
* xfs: add the zoned space allocatorChristoph Hellwig2025-03-031-0/+956