summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_zone_alloc.c
AgeCommit message (Expand)Author
2026-02-25xfs: Replace &rtg->rtg_group with rtg_group()Nirjhar Roy (IBM)
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-21xfs: always allocate the free zone with the lowest indexHans Holmberg
2026-01-21xfs: use blkdev_get_zone_info to simplify zone reportingChristoph Hellwig
2026-01-21xfs: check that used blocks are smaller than the write pointerChristoph Hellwig
2026-01-21xfs: split and refactor zone validationChristoph Hellwig
2026-01-21xfs: pass the write pointer to xfs_init_zoneChristoph Hellwig
2026-01-21xfs: directly include xfs_platform.hChristoph Hellwig
2025-12-03Merge tag 'xfs-merge-6.19' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2025-12-03Merge tag 'for-6.19/block-20251201' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.writeback' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-11-12xfs: remove xarray mark for reclaimable zonesHans Holmberg
2025-11-05xfs: fix zone selection in xfs_select_open_zone_mruChristoph Hellwig
2025-11-05xfs: fix a rtgroup leak when xfs_init_zone failsChristoph Hellwig
2025-11-05xfs: use blkdev_report_zones_cached()Damien Le Moal
2025-10-31xfs: document another racy GC case in xfs_zoned_map_extentChristoph Hellwig
2025-10-29xfs: set s_min_writeback_pages for zoned file systemsChristoph Hellwig
2025-10-21xfs: cache open zone in inode->i_privateChristoph Hellwig
2025-10-21xfs: do not tightly pack-write large filesDamien Le Moal
2025-09-18xfs: improve default maximum number of open zonesDamien Le Moal
2025-09-18xfs: improve zone statistics messageDamien Le Moal
2025-09-16xfs: adjust the hint based zone allocation policyHans Holmberg
2025-09-16xfs: refactor hint based zone allocationHans Holmberg
2025-08-19xfs: remove xfs_last_used_zoneChristoph Hellwig
2025-08-11xfs: split xfs_zone_record_blocksChristoph Hellwig
2025-07-24xfs: improve the comments in xfs_select_zone_nowaitChristoph Hellwig
2025-07-24xfs: improve the comments in xfs_max_open_zonesChristoph Hellwig
2025-07-24xfs: rename oz_write_pointer to oz_allocatedChristoph Hellwig
2025-07-24xfs: use a uint32_t to cache i_used_blocks in xfs_init_zoneChristoph Hellwig
2025-06-16xfs: move xfs_submit_zoned_bio a bitChristoph Hellwig
2025-06-16xfs: check for shutdown before going to sleep in xfs_select_zoneChristoph Hellwig
2025-05-14xfs: add inode to zone caching for data placementHans Holmberg
2025-04-14xfs: add tunable threshold parameter for triggering zone GCHans Holmberg
2025-03-18xfs: don't wake zone space waiters without m_zone_infoDarrick J. Wong
2025-03-03xfs: support write life time based data placementHans Holmberg
2025-03-03xfs: implement zoned garbage collectionChristoph Hellwig
2025-03-03xfs: add support for zoned space reservationsChristoph Hellwig
2025-03-03xfs: add the zoned space allocatorChristoph Hellwig