summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_zone_alloc.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-21xfs: fix racy open zone cachingChristoph Hellwig1-13/+53
2026-07-08xfs: tie zoned sysfs lifetime to zone infoCen Zhang1-0/+8
2026-06-10xfs: factor out a xfs_zone_mark_free helperChristoph Hellwig1-2/+9
2026-05-11xfs: fix the "limiting open zones" messageChristoph Hellwig1-1/+1
2026-04-27xfs: fix memory leak on error in xfs_alloc_zone_info()Wilfred Mallawa1-1/+1
2026-04-07xfs: reduce special casing for the open GC zoneChristoph Hellwig1-7/+12
2026-04-07xfs: put the open zone later xfs_open_zone_putChristoph Hellwig1-1/+1
2026-04-07xfs: handle too many open zones when mountingChristoph Hellwig1-0/+75
2026-04-07xfs: refactor xfs_mount_zonesChristoph Hellwig1-20/+34
2026-03-18xfs: fix a comment typo in xfs_select_zone_nowait()Damien Le Moal1-1/+1
2026-03-18xfs: avoid unnecessary open zone check in xfs_select_zone_nowait()Damien Le Moal1-3/+4
2026-03-18xfs: opencode xfs_zone_record_blocksCarlos Maiolino1-22/+11
2026-03-12xfs: factor out xfs_zone_inc_writtenCarlos Maiolino1-6/+14
2026-02-25xfs: Replace &rtg->rtg_group with rtg_group()Nirjhar Roy (IBM)1-3/+3
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
2026-01-21xfs: always allocate the free zone with the lowest indexHans Holmberg1-30/+17
2026-01-21xfs: use blkdev_get_zone_info to simplify zone reportingChristoph Hellwig1-64/+50
2026-01-21xfs: check that used blocks are smaller than the write pointerChristoph Hellwig1-0/+7
2026-01-21xfs: split and refactor zone validationChristoph Hellwig1-2/+26
2026-01-21xfs: pass the write pointer to xfs_init_zoneChristoph Hellwig1-29/+37
2026-01-21xfs: directly include xfs_platform.hChristoph Hellwig1-1/+1
2025-12-03Merge tag 'xfs-merge-6.19' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-4/+22
2025-12-03Merge tag 'for-6.19/block-20251201' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2025-12-01Merge tag 'vfs-6.19-rc1.writeback' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+26
2025-11-12xfs: remove xarray mark for reclaimable zonesHans Holmberg1-4/+22
2025-11-05xfs: fix zone selection in xfs_select_open_zone_mruChristoph Hellwig1-1/+1
2025-11-05xfs: fix a rtgroup leak when xfs_init_zone failsChristoph Hellwig1-1/+3
2025-11-05xfs: use blkdev_report_zones_cached()Damien Le Moal1-1/+1
2025-10-31xfs: document another racy GC case in xfs_zoned_map_extentChristoph Hellwig1-0/+8
2025-10-29xfs: set s_min_writeback_pages for zoned file systemsChristoph Hellwig1-2/+26
2025-10-21xfs: cache open zone in inode->i_privateChristoph Hellwig1-84/+45
2025-10-21xfs: do not tightly pack-write large filesDamien Le Moal1-4/+15
2025-09-18xfs: improve default maximum number of open zonesDamien Le Moal1-1/+1
2025-09-18xfs: improve zone statistics messageDamien Le Moal1-1/+1
2025-09-16xfs: adjust the hint based zone allocation policyHans Holmberg1-7/+1
2025-09-16xfs: refactor hint based zone allocationHans Holmberg1-60/+62
2025-08-19xfs: remove xfs_last_used_zoneChristoph Hellwig1-43/+2
2025-08-11xfs: split xfs_zone_record_blocksChristoph Hellwig1-13/+29
2025-07-24xfs: improve the comments in xfs_select_zone_nowaitChristoph Hellwig1-8/+2
2025-07-24xfs: improve the comments in xfs_max_open_zonesChristoph Hellwig1-6/+9
2025-07-24xfs: rename oz_write_pointer to oz_allocatedChristoph Hellwig1-9/+9
2025-07-24xfs: use a uint32_t to cache i_used_blocks in xfs_init_zoneChristoph Hellwig1-1/+1
2025-06-16xfs: move xfs_submit_zoned_bio a bitChristoph Hellwig1-20/+20
2025-06-16xfs: check for shutdown before going to sleep in xfs_select_zoneChristoph Hellwig1-1/+1
2025-05-14xfs: add inode to zone caching for data placementHans Holmberg1-0/+109
2025-04-14xfs: add tunable threshold parameter for triggering zone GCHans Holmberg1-0/+7
2025-03-18xfs: don't wake zone space waiters without m_zone_infoDarrick J. Wong1-3/+12
2025-03-03xfs: support write life time based data placementHans Holmberg1-16/+114
2025-03-03xfs: implement zoned garbage collectionChristoph Hellwig1-0/+155