linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-01-07 14:05:54 to 2025-01-13 00:47:52 UTC [more...]

[PATCH v6 00/26] fs/dax: Fix ZONE_DEVICE page reference counts
 2025-01-13  0:47 UTC  (35+ 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] check: Fix fs specfic imports when $FSTYPE!=$OLD_FSTYPE
 2025-01-12 19:41 UTC  (2+ messages)

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

[PATCH] xfs: Remove i_rwsem lock in buffered read
 2025-01-12 10:05 UTC  (22+ 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 

[RFC 0/5] Add support for central fsconfig and -q <n> unconditional loop
 2025-01-11  3:35 UTC  (9+ 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

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

[PATCH RFCv2 0/4] iomap: zero range folio batch processing prototype
 2025-01-10 17:53 UTC  (8+ 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-10 17:51 UTC  (12+ 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] 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  (14+ 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  (17+ 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 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)

[RFC] Directly mapped xattr data & fs-verity
 2025-01-09 17:03 UTC  (9+ 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)

[PATCH] xfs: lock dquot buffer before detaching dquot from b_li_list
 2025-01-09  7:35 UTC  (4+ messages)

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] 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  (7+ 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)


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