linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-01-09 04:13:04 to 2025-01-13 20:11:56 UTC [more...]

[PATCH v6 00/26] fs/dax: Fix ZONE_DEVICE page reference counts
 2025-01-13 20:11 UTC  (43+ 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 v6 10/26] mm/mm_init: Move p2pdma page refcount initialisation to p2pdma
` [PATCH v6 11/26] mm: Allow compound zone device pages
` [PATCH v6 12/26] mm/memory: Enhance insert_page_into_pte_locked() to create writable mappings
` [PATCH v6 13/26] mm/memory: Add vmf_insert_page_mkwrite()
` [PATCH v6 14/26] rmap: Add support for PUD sized mappings to rmap
` [PATCH v6 15/26] huge_memory: Add vmf_insert_folio_pud()
` [PATCH v6 16/26] huge_memory: Add vmf_insert_folio_pmd()
` [PATCH v6 17/26] memremap: Add is_devdax_page() and is_fsdax_page() helpers
` [PATCH v6 18/26] mm/gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages
` [PATCH v6 19/26] proc/task_mmu: Mark devdax and fsdax pages as always unpinned
` [PATCH v6 20/26] mm/mlock: Skip ZONE_DEVICE PMDs during mlock
` [PATCH v6 21/26] fs/dax: Properly refcount fs dax pages
` [PATCH v6 22/26] device/dax: Properly refcount device dax pages when mapping
` [PATCH v6 23/26] mm: Remove pXX_devmap callers
` [PATCH v6 24/26] mm: Remove devmap related functions and page table bits
` [PATCH v6 25/26] Revert "riscv: mm: Add support for ZONE_DEVICE"
` [PATCH v6 26/26] Revert "LoongArch: Add ARCH_HAS_PTE_DEVMAP support"

[PATCH AUTOSEL 6.1 09/10] iomap: avoid avoid truncating 64-bit offset to 32 bits
 2025-01-13 18:35 UTC 

[PATCH AUTOSEL 6.6 09/10] iomap: avoid avoid truncating 64-bit offset to 32 bits
 2025-01-13 18:35 UTC 

[PATCH AUTOSEL 6.12 04/20] iomap: pass byte granular end position to iomap_add_to_ioend
 2025-01-13 18:34 UTC  (2+ messages)
` [PATCH AUTOSEL 6.12 18/20] iomap: avoid avoid truncating 64-bit offset to 32 bits

buffer cache cleanups v2
 2025-01-13 18:15 UTC  (18+ 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 11/15] xfs: remove the extra buffer reference in xfs_buf_submit
` [PATCH 12/15] xfs: always complete the buffer inline "
` [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

fix buffer refcount races
 2025-01-13 17:55 UTC  (8+ messages)
` [PATCH 1/2] xfs: check for dead buffers in xfs_buf_find_insert
` [PATCH 2/2] xfs: fix buffer lookup vs release race

[RFC 0/5] Add support for central fsconfig and -q <n> unconditional loop
 2025-01-13 16:46 UTC  (10+ messages)
` [RFC 1/5] tests/selftest: Add a new pseudo flaky test
` [RFC 2/5] check: Add -q <n> option to support unconditional looping
` [RFC 3/5] check: Improve pass/fail metrics and section config output
` [RFC 4/5] check,common/config: Add support for central fsconfig
` [RFC 5/5] configs: Add a couple of xfs and ext4 configuration templates

[PATCH] xfs: lock dquot buffer before detaching dquot from b_li_list
 2025-01-13 16:21 UTC  (6+ messages)

[PATCH] xfs: Remove i_rwsem lock in buffered read
 2025-01-13 16:19 UTC  (24+ messages)

[PATCH] check: Fix fs specfic imports when $FSTYPE!=$OLD_FSTYPE
 2025-01-13 15:39 UTC  (8+ messages)

[PATCH RFCv2 0/4] iomap: zero range folio batch processing prototype
 2025-01-13 14:32 UTC  (10+ 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-13 14:25 UTC  (15+ 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

[PATCH] xfs: constify feature checks
 2025-01-13 13:38 UTC  (2+ messages)

[RFC] Directly mapped xattr data & fs-verity
 2025-01-13  9:16 UTC  (10+ messages)

buffer cache cleanups
 2025-01-13  7:18 UTC  (11+ messages)
` [PATCH 05/15] xfs: simplify xfs_buf_delwri_pushbuf
` [PATCH 11/15] xfs: remove the extra buffer reference in xfs_buf_submit
` [PATCH 14/15] xfs: move b_li_list based retry handling to common code

[PATCHSET 3/5] fstests: capture logs from mount failures
 2025-01-13  5:55 UTC  (5+ messages)
` [PATCH 2/2] check: capture dmesg of mount failures if test fails

[PATCH] xfs: fix the comment above xfs_discard_endio
 2025-01-13  5:04 UTC  (2+ messages)

[PATCH 1/2] xfs: don't take m_sb_lock in xfs_fs_statfs
 2025-01-13  5:04 UTC  (3+ messages)
` [PATCH 2/2] xfs: refactor xfs_fs_statfs

[PATCH v2] treewide: const qualify ctl_tables where applicable
 2025-01-12 10:36 UTC  (3+ messages)

[PATCH v1 1/2] landlock: Handle weird files
 2025-01-11 15:38 UTC 

Spooling large metadata updates / Proposal for a new API/feature in the Linux Kernel (VFS/Filesystems):
 2025-01-11 10:33 UTC 

[PATCH v3] xfs: fix mount hang during primary superblock recovery failure
 2025-01-11  7:05 UTC 

[GIT PULL] XFS fixes for 6.13-rc7
 2025-01-10 18:12 UTC  (2+ messages)

[PATCH] treewide: const qualify ctl_tables where applicable
 2025-01-10 17:13 UTC  (8+ messages)

[bug report] fs/dax: create a common implementation to break DAX layouts
 2025-01-10 16:57 UTC  (2+ messages)

[PATCH v2 0/7] large atomic writes for xfs
 2025-01-10 11:59 UTC  (12+ messages)
` [PATCH v2 2/7] iomap: Add zero unwritten mappings dio support

[PATCH 0/4] Update release.sh
 2025-01-10 11:05 UTC  (5+ messages)
` [PATCH 1/4] release.sh: add signing and fix outdated commands
` [PATCH 2/4] release.sh: add --kup to upload release tarball to kernel.org
` [PATCH 3/4] release.sh: update version files make commit optional
` [PATCH 4/4] release.sh: generate ANNOUNCE email

[ANNOUNCE] xfs-linux: for-next updated to 111d36d62787
 2025-01-10  9:20 UTC 

[PATCH v5 00/25] fs/dax: Fix ZONE_DEVICE page reference counts
 2025-01-10  6:56 UTC  (13+ messages)
` [PATCH v5 01/25] fuse: Fix dax truncate/punch_hole fault path
` [PATCH v5 03/25] fs/dax: Don't skip locked entries when scanning entries
` [PATCH v5 05/25] fs/dax: Create a common implementation to break DAX layouts

[PATCH v2] xfs: fix mount hang during primary superblock recovery failure
 2025-01-10  1:43 UTC  (5+ messages)

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)

add STATX_DIO_READ_ALIGN v2
 2025-01-09  6:25 UTC  (4+ messages)
` [PATCH 4/5] xfs: report the correct read/write dio alignment for reflinked inodes

[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)


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).