index
:
linux.git
master
nocache-cleanup
linus torvalds my love
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_zone_alloc.c
Age
Commit message (
Expand
)
Author
2026-02-25
xfs: Replace &rtg->rtg_group with rtg_group()
Nirjhar Roy (IBM)
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-01-21
xfs: always allocate the free zone with the lowest index
Hans Holmberg
2026-01-21
xfs: use blkdev_get_zone_info to simplify zone reporting
Christoph Hellwig
2026-01-21
xfs: check that used blocks are smaller than the write pointer
Christoph Hellwig
2026-01-21
xfs: split and refactor zone validation
Christoph Hellwig
2026-01-21
xfs: pass the write pointer to xfs_init_zone
Christoph Hellwig
2026-01-21
xfs: directly include xfs_platform.h
Christoph Hellwig
2025-12-03
Merge tag 'xfs-merge-6.19' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2025-12-03
Merge tag 'for-6.19/block-20251201' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2025-12-01
Merge tag 'vfs-6.19-rc1.writeback' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2025-11-12
xfs: remove xarray mark for reclaimable zones
Hans Holmberg
2025-11-05
xfs: fix zone selection in xfs_select_open_zone_mru
Christoph Hellwig
2025-11-05
xfs: fix a rtgroup leak when xfs_init_zone fails
Christoph Hellwig
2025-11-05
xfs: use blkdev_report_zones_cached()
Damien Le Moal
2025-10-31
xfs: document another racy GC case in xfs_zoned_map_extent
Christoph Hellwig
2025-10-29
xfs: set s_min_writeback_pages for zoned file systems
Christoph Hellwig
2025-10-21
xfs: cache open zone in inode->i_private
Christoph Hellwig
2025-10-21
xfs: do not tightly pack-write large files
Damien Le Moal
2025-09-18
xfs: improve default maximum number of open zones
Damien Le Moal
2025-09-18
xfs: improve zone statistics message
Damien Le Moal
2025-09-16
xfs: adjust the hint based zone allocation policy
Hans Holmberg
2025-09-16
xfs: refactor hint based zone allocation
Hans Holmberg
2025-08-19
xfs: remove xfs_last_used_zone
Christoph Hellwig
2025-08-11
xfs: split xfs_zone_record_blocks
Christoph Hellwig
2025-07-24
xfs: improve the comments in xfs_select_zone_nowait
Christoph Hellwig
2025-07-24
xfs: improve the comments in xfs_max_open_zones
Christoph Hellwig
2025-07-24
xfs: rename oz_write_pointer to oz_allocated
Christoph Hellwig
2025-07-24
xfs: use a uint32_t to cache i_used_blocks in xfs_init_zone
Christoph Hellwig
2025-06-16
xfs: move xfs_submit_zoned_bio a bit
Christoph Hellwig
2025-06-16
xfs: check for shutdown before going to sleep in xfs_select_zone
Christoph Hellwig
2025-05-14
xfs: add inode to zone caching for data placement
Hans Holmberg
2025-04-14
xfs: add tunable threshold parameter for triggering zone GC
Hans Holmberg
2025-03-18
xfs: don't wake zone space waiters without m_zone_info
Darrick J. Wong
2025-03-03
xfs: support write life time based data placement
Hans Holmberg
2025-03-03
xfs: implement zoned garbage collection
Christoph Hellwig
2025-03-03
xfs: add support for zoned space reservations
Christoph Hellwig
2025-03-03
xfs: add the zoned space allocator
Christoph Hellwig