messages from 2025-03-04 02:12:39 to 2025-03-10 13:20:03 UTC [more...]
use folios and vmalloc for buffer cache backing memory v3
2025-03-10 13:19 UTC (11+ messages)
` [PATCH 01/12] xfs: unmapped buffer item size straddling mismatch
` [PATCH 02/12] xfs: add a fast path to xfs_buf_zero when b_addr is set
` [PATCH 03/12] xfs: remove xfs_buf.b_offset
` [PATCH 04/12] xfs: remove xfs_buf_is_vmapped
` [PATCH 05/12] xfs: refactor backing memory allocations for buffers
` [PATCH 06/12] xfs: remove the kmalloc to page allocator fallback
` [PATCH 07/12] xfs: convert buffer cache to use high order folios
` [PATCH 08/12] xfs: kill XBF_UNMAPPED
` [PATCH 09/12] xfs: buffer items don't straddle pages anymore
` [PATCH 10/12] xfs: use vmalloc instead of vm_map_area for buffer backing memory
use folios and vmalloc for buffer cache backing memory v2
2025-03-10 13:18 UTC (30+ messages)
` [PATCH 01/12] xfs: unmapped buffer item size straddling mismatch
` [PATCH 02/12] xfs: add a fast path to xfs_buf_zero when b_addr is set
` [PATCH 03/12] xfs: remove xfs_buf.b_offset
` [PATCH 04/12] xfs: remove xfs_buf_is_vmapped
` [PATCH 05/12] xfs: refactor backing memory allocations for buffers
` [PATCH 06/12] xfs: remove the kmalloc to page allocator fallback
` [PATCH 07/12] xfs: convert buffer cache to use high order folios
` [PATCH 08/12] xfs: kill XBF_UNMAPPED
` [PATCH 09/12] xfs: buffer items don't straddle pages anymore
` [PATCH 10/12] xfs: use vmalloc instead of vm_map_area for buffer backing memory
` [PATCH 11/12] xfs: cleanup mapping tmpfs folios into the buffer cache
` [PATCH 12/12] xfs: trace what memory backs a buffer
[PATCH] xfs: don't allow log recover IO to be throttled
2025-03-10 13:17 UTC (3+ messages)
[PATCH v2] mm: alloc_pages_bulk: remove assumption of populating only NULL elements
2025-03-10 12:59 UTC (19+ messages)
[PATCH v4 00/12] large atomic writes for xfs with CoW
2025-03-10 12:59 UTC (18+ messages)
` [PATCH v4 05/12] iomap: Support SW-based atomic writes
` [PATCH v4 12/12] xfs: Allow block allocator to take an alignment hint
` [PATCH v4 02/12] iomap: Rename IOMAP_ATOMIC -> IOMAP_ATOMIC_HW
` (subset) [PATCH v4 00/12] large atomic writes for xfs with CoW
` [PATCH v4 11/12] xfs: Update atomic write max size
[PATCH] xfs_{admin,repair},man5: tell the user to mount with nouuid for snapshots
2025-03-10 12:24 UTC (5+ messages)
Changes to XFS patch integration process
2025-03-10 10:36 UTC (8+ messages)
[PATCH] xfs: Use abs_diff instead of XFS_ABSDIFF
2025-03-10 9:52 UTC (3+ messages)
[GIT PULL] xfs: add support for zoned devices
2025-03-10 9:52 UTC (2+ messages)
[ANNOUNCE] xfs-linux: for-next updated to 32f6987f9384
2025-03-10 9:49 UTC
[xfs-linux:test-merge 13/13] fs/xfs/xfs_file.c:746:49: error: too few arguments to function call, expected 4, have 3
2025-03-10 9:46 UTC (4+ messages)
[xfs-linux:test-merge 13/13] fs/xfs/xfs_file.c:746:15: error: too few arguments to function 'xfs_file_write_checks'
2025-03-10 9:25 UTC (4+ messages)
[PATCH v1 0/2] Minor cleanups in common/rc
2025-03-10 8:06 UTC (13+ messages)
` [PATCH v1 1/2] generic/749: Remove redundant sourcing of common/rc
` [PATCH v1 2/2] check,common/{preamble,rc},soak: Decoupling init_rc() call from sourcing common/rc
[syzbot] [xfs?] WARNING in fsnotify_file_area_perm
2025-03-09 16:20 UTC (16+ messages)
[LSF/MM/BPF TOPIC] xfstests: Centralizing filesystem configs and device configs
2025-03-08 4:05 UTC (11+ messages)
nouuid hint in kernel message?
2025-03-07 17:54 UTC (6+ messages)
[PATCH 1/2] xfs: remove unnecessary checks for __GFP_NOFAIL allocation
2025-03-07 13:58 UTC (3+ messages)
Slow deduplication
2025-03-06 8:17 UTC (6+ messages)
[PATCH v2 0/3] xfsprogs: Add support for preadv2() and RWF_DONTCACHE
2025-03-05 19:14 UTC (10+ messages)
` [PATCH v2 1/3] xfs_io: Add support for preadv2
` [PATCH v2 2/3] xfs_io: Add RWF_DONTCACHE support to pwritev2
` [PATCH v2 3/3] xfs_io: Add RWF_DONTCACHE support to preadv2
[PATCH v2 1/1] iomap: propagate nowait to block layer
2025-03-05 14:10 UTC (22+ messages)
[syzbot] [xfs?] KASAN: slab-out-of-bounds Read in xlog_cksum
2025-03-05 3:20 UTC (2+ messages)
[PATCH] xfs: Replace deprecated strncpy() with strscpy()
2025-03-05 2:59 UTC (3+ messages)
[PATCH v1 0/3] xfsprogs: Add support for preadv2() and RWF_DONTCACHE
2025-03-05 1:30 UTC (8+ messages)
` [PATCH v1 1/3] configure: xfs_io: Add support for preadv2
` [PATCH v1 2/3] xfs_io: Add RWF_DONTCACHE support to pwritev2
` [PATCH v1 3/3] xfs_io: Add RWF_DONTCACHE support to preadv2
[PATCH v3] xfs: add a test for atomic writes
2025-03-04 23:47 UTC (7+ messages)
` [External] : "
[PATCHSET v6.2 4/7] fstests: make protofiles less janky
2025-03-04 18:21 UTC (6+ messages)
` [PATCH 1/1] fstests: test mkfs.xfs protofiles with xattr support
use folios and vmalloc for buffer cache backing memory
2025-03-04 14:11 UTC (13+ messages)
` [PATCH 06/12] xfs: remove the kmalloc to page allocator fallback
` [PATCH 07/12] xfs: convert buffer cache to use high order folios
` [PATCH 10/12] xfs: use vmalloc instead of vm_map_area for buffer backing memory
` [PATCH 11/12] xfs: cleanup mapping tmpfs folios into the buffer cache
[PATCH 0/2] *** Code cleanup ***
2025-03-04 13:58 UTC (3+ messages)
` [PATCH 2/2] xfs: refactor out xfs_buf_get_maps()
[PATCH v2 0/1] xfs/539: Ignore remount failures on v5 xfs
2025-03-04 13:48 UTC (2+ messages)
` [PATCH v2 1/1] "
support for zoned devices v4
2025-03-04 5:37 UTC (2+ messages)
[PATCH v9 00/20] fs/dax: Fix ZONE_DEVICE page reference counts
2025-03-04 4:46 UTC (3+ messages)
[PATCH 09/12] mm/filemap: drop streaming/uncached pages when writeback completes
2025-03-04 3:12 UTC
[PATCH v3 00/16] Converge on using secs_to_jiffies() part two
2025-03-04 2:11 UTC (3+ messages)
` [PATCH v3 02/16] scsi: lpfc: convert timeouts to secs_to_jiffies()
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox