messages from 2025-02-27 10:30:43 to 2025-03-05 18:34:51 UTC [more...]
use folios and vmalloc for buffer cache backing memory v2
2025-03-05 18:34 UTC (17+ 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 v2 0/3] xfsprogs: Add support for preadv2() and RWF_DONTCACHE
2025-03-05 18:11 UTC (7+ 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)
[PATCH v4 00/12] large atomic writes for xfs with CoW
2025-03-05 12:57 UTC (14+ messages)
` [PATCH v4 01/12] xfs: Pass flags to xfs_reflink_allocate_cow()
` [PATCH v4 02/12] iomap: Rename IOMAP_ATOMIC -> IOMAP_ATOMIC_HW
` [PATCH v4 03/12] xfs: Switch atomic write size check in xfs_file_write_iter()
` [PATCH v4 04/12] xfs: Refactor xfs_reflink_end_cow_extent()
` [PATCH v4 05/12] iomap: Support SW-based atomic writes
` [PATCH v4 06/12] iomap: Lift blocksize restriction on "
` [PATCH v4 07/12] xfs: Reflink CoW-based atomic write support
` [PATCH v4 08/12] xfs: Iomap SW-based "
` [PATCH v4 09/12] xfs: Add xfs_file_dio_write_atomic()
` [PATCH v4 10/12] xfs: Commit CoW-based atomic writes atomically
` [PATCH v4 11/12] xfs: Update atomic write max size
` [PATCH v4 12/12] xfs: Allow block allocator to take an alignment hint
[PATCH v2] mm: alloc_pages_bulk: remove assumption of populating only NULL elements
2025-03-05 12:17 UTC (7+ 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 (10+ messages)
` [External] : "
[LSF/MM/BPF TOPIC] xfstests: Centralizing filesystem configs and device configs
2025-03-04 21:45 UTC (7+ messages)
[syzbot] [xfs?] WARNING in fsnotify_file_area_perm
2025-03-04 21:13 UTC (7+ messages)
Changes to XFS patch integration process
2025-03-04 20:20 UTC (5+ messages)
[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 (6+ messages)
` [PATCH 1/2] xfs: remove unnecessary checks for __GFP_NOFAIL allocation
` [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 (24+ messages)
` [PATCH v9 01/20] fuse: Fix dax truncate/punch_hole fault path
` [PATCH v9 02/20] fs/dax: Return unmapped busy pages from dax_layout_busy_page_range()
` [PATCH v9 03/20] fs/dax: Don't skip locked entries when scanning entries
` [PATCH v9 04/20] fs/dax: Refactor wait for dax idle page
` [PATCH v9 05/20] fs/dax: Create a common implementation to break DAX layouts
` [PATCH v9 06/20] fs/dax: Always remove DAX page-cache entries when breaking layouts
` [PATCH v9 07/20] fs/dax: Ensure all pages are idle prior to filesystem unmount
` [PATCH v9 08/20] fs/dax: Remove PAGE_MAPPING_DAX_SHARED mapping flag
` [PATCH v9 09/20] mm/gup: Remove redundant check for PCI P2PDMA page
` [PATCH v9 10/20] mm/mm_init: Move p2pdma page refcount initialisation to p2pdma
` [PATCH v9 11/20] mm: Allow compound zone device pages
` [PATCH v9 12/20] mm/memory: Enhance insert_page_into_pte_locked() to create writable mappings
` [PATCH v9 13/20] mm/memory: Add vmf_insert_page_mkwrite()
` [PATCH v9 14/20] mm/rmap: Add support for PUD sized mappings to rmap
` [PATCH v9 15/20] mm/huge_memory: Add vmf_insert_folio_pud()
` [PATCH v9 16/20] mm/huge_memory: Add vmf_insert_folio_pmd()
` [PATCH v9 17/20] mm/gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages
` [PATCH v9 18/20] dcssblk: Mark DAX broken, remove FS_DAX_LIMITED support
` [PATCH v9 19/20] fs/dax: Properly refcount fs dax pages
` [PATCH v9 20/20] device/dax: Properly refcount device dax pages when mapping
[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()
[PATCH] xfs: don't allow log recover IO to be throttled
2025-03-03 20:45 UTC (3+ messages)
[PATCH] xfs: Use abs_diff instead of XFS_ABSDIFF
2025-03-03 19:16 UTC (2+ messages)
[GIT PULL] XFS fixes for v6.14-rc6
2025-03-03 17:57 UTC (2+ messages)
[GIT PULL] xfs: add support for zoned devices
2025-03-03 15:33 UTC
Slow deduplication
2025-03-03 14:03 UTC (4+ messages)
[PATCH v3 00/12] large atomic writes for xfs with CoW
2025-03-03 13:45 UTC (22+ messages)
` [PATCH v3 01/12] xfs: Pass flags to xfs_reflink_allocate_cow()
` [PATCH v3 02/12] iomap: Rename IOMAP_ATOMIC -> IOMAP_ATOMIC_HW
` [PATCH v3 03/12] xfs: Switch atomic write size check in xfs_file_write_iter()
` [PATCH v3 04/12] xfs: Refactor xfs_reflink_end_cow_extent()
` [PATCH v3 05/12] iomap: Support SW-based atomic writes
` [PATCH v3 06/12] iomap: Lift blocksize restriction on "
` [PATCH v3 07/12] xfs: Reflink CoW-based atomic write support
` [PATCH v3 08/12] xfs: Iomap SW-based "
` [PATCH v3 09/12] xfs: Add xfs_file_dio_write_atomic()
` [PATCH v3 10/12] xfs: Commit CoW-based atomic writes atomically
` [PATCH v3 11/12] xfs: Update atomic write max size
` [PATCH v3 12/12] xfs: Allow block allocator to take an alignment hint
[PATCHSET v2 0/2] Add XFS support for RWF_DONTCACHE
2025-03-03 13:07 UTC (11+ messages)
` [PATCH 1/2] iomap: make buffered writes work with RWF_DONTCACHE
[RFC 0/5] Add support for central fsconfig and -q <n> unconditional loop
2025-03-03 9:30 UTC (5+ messages)
` [RFC 4/5] check,common/config: Add support for central fsconfig
[syzbot] [xfs?] [mm?] WARNING: bad unlock balance in __mm_populate
2025-03-02 17:15 UTC
[PATCH v3] fs: introduce getfsxattrat and setfsxattrat syscalls
2025-03-02 12:20 UTC (5+ messages)
[PATCH] xfs: Simplify maximum determination in xrep_calc_ag_resblks()
2025-03-01 10:30 UTC
[PATCH] xfs_repair: -EFSBADCRC needs action when read verifier detects it
2025-02-28 17:35 UTC (4+ messages)
[PATCH 1/1] fs/xfs: Add check to kmem_cache_zalloc()
2025-02-28 3:20 UTC (2+ messages)
[ANNOUNCE] xfsprogs: for-next updated to a5466cee9874
2025-02-27 20:07 UTC
[PATCH 1/1] iomap: propagate nowait to block layer
2025-02-27 11:58 UTC (5+ messages)
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