messages from 2025-01-07 02:00:36 to 2025-01-10 06:02:09 UTC [more...]
[PATCH v6 00/26] fs/dax: Fix ZONE_DEVICE page reference counts
2025-01-10 6:00 UTC (10+ messages)
` [PATCH v6 01/26] fuse: Fix dax truncate/punch_hole fault path
` [PATCH v6 02/26] fs/dax: Return unmapped busy pages from dax_layout_busy_page_range()
` [PATCH v6 03/26] fs/dax: Don't skip locked entries when scanning entries
` [PATCH v6 04/26] fs/dax: Refactor wait for dax idle page
` [PATCH v6 05/26] fs/dax: Create a common implementation to break DAX layouts
` [PATCH v6 06/26] fs/dax: Always remove DAX page-cache entries when breaking layouts
` [PATCH v6 07/26] fs/dax: Ensure all pages are idle prior to filesystem unmount
` [PATCH v6 08/26] fs/dax: Remove PAGE_MAPPING_DAX_SHARED mapping flag
` [PATCH v6 09/26] mm/gup: Remove redundant check for PCI P2PDMA page
[PATCH v2] xfs: fix mount hang during primary superblock recovery failure
2025-01-10 1:43 UTC (5+ messages)
[PATCH] xfs: Remove i_rwsem lock in buffered read
2025-01-10 1:31 UTC (20+ messages)
[PATCH] treewide: const qualify ctl_tables where applicable
2025-01-09 18:05 UTC (7+ messages)
[RFC] Directly mapped xattr data & fs-verity
2025-01-09 17:03 UTC (12+ messages)
` [PATCH] xfs: direct mapped xattrs design documentation
add STATX_DIO_READ_ALIGN v3
2025-01-09 15:24 UTC (9+ messages)
` [PATCH 1/5] fs: reformat the statx definition
` [PATCH 2/5] fs: add STATX_DIO_READ_ALIGN
` [PATCH 3/5] xfs: cleanup xfs_vn_getattr
` [PATCH 4/5] xfs: report the correct read/write dio alignment for reflinked inodes
` [PATCH 5/5] xfs: report larger dio alignment for COW inodes
` [PATCH] statx.2: document STATX_DIO_READ_ALIGN
[PATCH] iomap: avoid avoid truncating 64-bit offset to 32 bits
2025-01-09 15:09 UTC (6+ messages)
[PATCH] xfs: use kmemdup() to replace kmalloc + memcpy
2025-01-09 9:43 UTC (3+ messages)
[PATCH] xfs: don't return an error from xfs_update_last_rtgroup_size for !XFS_RT
2025-01-09 8:56 UTC (2+ messages)
[PATCH v1 2/3] xfs/libxfs: replace kmalloc() and memcpy() with kmemdup()
2025-01-09 8:49 UTC (2+ messages)
[PATCH v2 0/7] large atomic writes for xfs
2025-01-09 7:54 UTC (13+ messages)
` [PATCH v2 2/7] iomap: Add zero unwritten mappings dio support
[PATCH] xfs: lock dquot buffer before detaching dquot from b_li_list
2025-01-09 7:35 UTC (4+ messages)
[PATCH RFCv2 0/4] iomap: zero range folio batch processing prototype
2025-01-09 7:26 UTC (7+ messages)
` [PATCH RFCv2 2/4] iomap: optional zero range dirty folio processing
` [PATCH RFCv2 3/4] xfs: always trim mapping to requested range for zero range
` [PATCH RFCv2 4/4] xfs: fill dirty folios on zero range of unwritten mappings
[PATCH 0/6] iomap: incremental per-operation iter advance
2025-01-09 7:10 UTC (9+ messages)
` [PATCH 1/6] iomap: split out iomap check and reset logic from "
` [PATCH 2/6] iomap: factor out iomap length helper
` [PATCH 3/6] iomap: support incremental iomap_iter advances
` [PATCH 4/6] iomap: advance the iter directly on buffered writes
add STATX_DIO_READ_ALIGN v2
2025-01-09 6:25 UTC (18+ messages)
` [PATCH 1/5] fs: reformat the statx definition
` [PATCH 2/5] fs: add STATX_DIO_READ_ALIGN
` [PATCH 3/5] xfs: cleanup xfs_vn_getattr
` [PATCH 4/5] xfs: report the correct read/write dio alignment for reflinked inodes
` [PATCH 5/5] xfs: report larger dio alignment for COW inodes
` [PATCH] statx.2: document STATX_DIO_READ_ALIGN
[PATCH v5 00/25] fs/dax: Fix ZONE_DEVICE page reference counts
2025-01-09 6:15 UTC (37+ messages)
` [PATCH v5 01/25] fuse: Fix dax truncate/punch_hole fault path
` [PATCH v5 02/25] fs/dax: Return unmapped busy pages from dax_layout_busy_page_range()
` [PATCH v5 03/25] fs/dax: Don't skip locked entries when scanning entries
` [PATCH v5 04/25] fs/dax: Refactor wait for dax idle page
` [PATCH v5 05/25] fs/dax: Create a common implementation to break DAX layouts
` [PATCH v5 06/25] fs/dax: Always remove DAX page-cache entries when breaking layouts
` [PATCH v5 07/25] fs/dax: Ensure all pages are idle prior to filesystem unmount
` [PATCH v5 08/25] fs/dax: Remove PAGE_MAPPING_DAX_SHARED mapping flag
` [PATCH v5 09/25] mm/gup: Remove redundant check for PCI P2PDMA page
` [PATCH v5 10/25] mm/mm_init: Move p2pdma page refcount initialisation to p2pdma
` [PATCH v5 11/25] mm: Allow compound zone device pages
` [PATCH v5 12/25] mm/memory: Enhance insert_page_into_pte_locked() to create writable mappings
` [PATCH v5 13/25] mm/memory: Add vmf_insert_page_mkwrite()
` [PATCH v5 14/25] rmap: Add support for PUD sized mappings to rmap
` [PATCH v5 15/25] huge_memory: Add vmf_insert_folio_pud()
` [PATCH v5 16/25] huge_memory: Add vmf_insert_folio_pmd()
` [PATCH v5 17/25] memremap: Add is_devdax_page() and is_fsdax_page() helpers
` [PATCH v5 18/25] mm/gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages
` [PATCH v5 19/25] proc/task_mmu: Mark devdax and fsdax pages as always unpinned
` [PATCH v5 20/25] mm/mlock: Skip ZONE_DEVICE PMDs during mlock
` [PATCH v5 21/25] fs/dax: Properly refcount fs dax pages
` [PATCH v5 22/25] device/dax: Properly refcount device dax pages when mapping
` [PATCH v5 23/25] mm: Remove pXX_devmap callers
` [PATCH v5 24/25] mm: Remove devmap related functions and page table bits
` [PATCH v5 25/25] Revert "riscv: mm: Add support for ZONE_DEVICE"
[PATCH] libxfs: fix uninit variable in libxfs_alloc_file_space
2025-01-09 6:08 UTC (2+ messages)
[PATCH] xfs_repair: don't obliterate return codes
2025-01-09 6:08 UTC (2+ messages)
[PATCH] xfs_db: fix multiple dblock commands
2025-01-09 6:08 UTC (2+ messages)
[RFC 0/4] mm: Remove pfn_t type
2025-01-08 19:36 UTC (10+ messages)
` [RFC 1/4] mm: Remove PFN_MAP, PFN_SG_CHAIN and PFN_SG_LAST
` [RFC 2/4] mm: Remove uses of PFN_DEV
` [RFC 3/4] mm: Remove callers of pfn_t functionality
` [RFC 4/4] mm: Remove include/linux/pfn_t.h
[ANNOUNCE] xfs-linux: for-next updated to 7ee7c9b39ed3
2025-01-08 14:12 UTC
[PATCH 0/2] xfs: fix two issues regarding mount failures
2025-01-08 7:22 UTC (14+ messages)
` [PATCH 1/2] xfs: correct the sb_rgcount when the disk not support rt volume
` [PATCH 2/2] xfs: fix mount hang during primary superblock recovery failure
[BUG REPORT] ext4: “errors=remount-ro” has become “errors=shutdown”?
2025-01-08 2:08 UTC (8+ messages)
[RFC PATCH 1/2] fs: introduce FALLOC_FL_FORCE_ZERO to fallocate
2025-01-08 1:20 UTC (9+ messages)
[PATCH v3 0/7] large atomic writes for xfs
2025-01-08 0:56 UTC (9+ messages)
` [PATCH v3 3/7] iomap: Lift blocksize restriction on atomic writes
` [PATCH v3 5/7] xfs: Switch atomic write size check in xfs_file_write_iter()
` [PATCH v3 6/7] xfs: Add RT atomic write unit max to xfs_mount
` [PATCH v3 7/7] xfs: Update xfs_get_atomic_write_attr() for large atomic writes
Approach to quickly zeroing large XFS file (or) tool to mark XFS file extents as written
2025-01-07 22:11 UTC (8+ messages)
[PATCH] xfs_io: Avoid using __kernel_rwf_t for older kernels
2025-01-07 19:13 UTC (3+ messages)
[PATCH v4 00/25] fs/dax: Fix ZONE_DEVICE page reference counts
2025-01-07 11:29 UTC (6+ messages)
` [PATCH v4 12/25] mm/memory: Enhance insert_page_into_pte_locked() to create writable mappings
add STATX_DIO_READ_ALIGN
2025-01-07 9:00 UTC (6+ messages)
` [PATCH 4/4] xfs: report the correct read/write dio alignment for reflinked inodes
buffer cache cleanups
2025-01-07 7:03 UTC (35+ messages)
` [PATCH 01/15] xfs: fix a double completion for buffers on in-memory targets
` [PATCH 02/15] xfs: remove the incorrect comment above xfs_buf_free_maps
` [PATCH 03/15] xfs: remove the incorrect comment about the b_pag field
` [PATCH 04/15] xfs: move xfs_buf_iowait out of (__)xfs_buf_submit
` [PATCH 05/15] xfs: simplify xfs_buf_delwri_pushbuf
` [PATCH 06/15] xfs: remove xfs_buf_delwri_submit_buffers
` [PATCH 07/15] xfs: move write verification out of _xfs_buf_ioapply
` [PATCH 08/15] xfs: move in-memory buftarg handling "
` [PATCH 09/15] xfs: simplify buffer I/O submission
` [PATCH 10/15] xfs: move invalidate_kernel_vmap_range to xfs_buf_ioend
` [PATCH 12/15] xfs: always complete the buffer inline in xfs_buf_submit
` [PATCH 13/15] xfs: simplify xfsaild_resubmit_item
` [PATCH 14/15] xfs: move b_li_list based retry handling to common code
` [PATCH 15/15] xfs: add a b_iodone callback to struct xfs_buf
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;
as well as URLs for NNTP newsgroup(s).