summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_zone_gc.c
AgeCommit message (Expand)Author
2026-03-04xfs: remove scratch field from struct xfs_gc_bioDamien Le Moal
2026-02-25xfs: Replace &rtg->rtg_group with rtg_group()Nirjhar Roy (IBM)
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-01-30xfs: add sysfs stats for zoned GCChristoph Hellwig
2026-01-30xfs: add zone reset error injectionChristoph Hellwig
2026-01-30xfs: refactor zone reset handlingChristoph Hellwig
2026-01-30xfs: don't mark all discard issued by zoned GC as syncChristoph Hellwig
2026-01-29xfs: remove xfs_zone_gc_space_availableChristoph Hellwig
2026-01-29xfs: use a seprate member to track space availabe in the GC scatch bufferChristoph Hellwig
2026-01-21xfs: rework zone GC buffer managementChristoph Hellwig
2026-01-21xfs: use bio_reuse in the zone GC codeChristoph Hellwig
2026-01-21xfs: directly include xfs_platform.hChristoph Hellwig
2025-11-20xfs: use zi more in xfs_zone_gc_mountChristoph Hellwig
2025-11-18xfs: remove the unused bv field in struct xfs_gc_bioChristoph Hellwig
2025-11-12xfs: remove xarray mark for reclaimable zonesHans Holmberg
2025-11-11xfs: add a xfs_groups_to_rfsbs helperChristoph Hellwig
2025-10-31xfs: prevent gc from picking the same zone twiceChristoph Hellwig
2025-10-21xfs: avoid busy loops in GCDChristoph Hellwig
2025-07-24xfs: rename oz_write_pointer to oz_allocatedChristoph Hellwig
2025-07-24xfs: return the allocated transaction from xfs_trans_alloc_emptyChristoph Hellwig
2025-05-31Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-05-14xfs: fix zoned GC data corruption due to wrong bv_offsetChristoph Hellwig
2025-05-11sort.h: hoist cmp_int() into generic header fileFedor Pchelkin
2025-04-22XFS: fix zoned gc threshold math for 32-bit archesCarlos Maiolino
2025-04-14xfs: add tunable threshold parameter for triggering zone GCHans Holmberg
2025-03-03xfs: support write life time based data placementHans Holmberg
2025-03-03xfs: implement zoned garbage collectionChristoph Hellwig