public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-16 17:06:36 to 2026-01-20 14:25:00 UTC [more...]

[PATCH v6 00/16] Exposing case folding behavior
 2026-01-20 14:24 UTC  (8+ messages)
` [PATCH v6 01/16] fs: Add case sensitivity flags to file_kattr
` [PATCH v6 02/16] fat: Implement fileattr_get for case sensitivity
` [PATCH v6 03/16] exfat: "
` [PATCH v6 04/16] ntfs3: "
` [PATCH v6 05/16] hfs: "
` [PATCH v6 06/16] hfsplus: Report case sensitivity in fileattr_get
` [PATCH v6 07/16] ext4: "

[PATCH v3 1/2] lib: introduce simple error-checking wrapper for memparse()
 2026-01-20 14:12 UTC  (5+ messages)
  ` [PATCH v4 1/3] "
    ` [PATCH v4 2/3] lib: fix a few comments to match kernel-doc -Wreturn style
    ` [PATCH v4 3/3] xfs: adjust handling of a few numerical mount options

[PATCH v2 00/31] fs: require filesystems to explicitly opt-in to nfsd export support
 2026-01-20 14:12 UTC  (44+ messages)
` [PATCH v2 01/31] Documentation: document EXPORT_OP_NOLOCKS
` [PATCH v2 02/31] exportfs: add new EXPORT_OP_STABLE_HANDLES flag
` [PATCH v2 03/31] tmpfs: add EXPORT_OP_STABLE_HANDLES flag to export operations
` [PATCH v2 04/31] ext4: "
` [PATCH v2 05/31] ext2: "
` [PATCH v2 06/31] erofs: "
` [PATCH v2 07/31] efs: "
` [PATCH v2 08/31] xfs: "
` [PATCH v2 09/31] ceph: "
` [PATCH v2 10/31] btrfs: "
` [PATCH v2 11/31] befs: "
` [PATCH v2 12/31] ufs: "
` [PATCH v2 13/31] udf: "
` [PATCH v2 14/31] affs: "
` [PATCH v2 15/31] squashfs: "
` [PATCH v2 16/31] smb/client: "
` [PATCH v2 17/31] ovl: "
` [PATCH v2 18/31] orangefs: "
` [PATCH v2 19/31] ocfs2: "
` [PATCH v2 20/31] ntfs3: "
` [PATCH v2 21/31] nilfs2: "
` [PATCH v2 22/31] nfs: "
` [PATCH v2 23/31] jfs: "
` [PATCH v2 24/31] jffs2: "
` [PATCH v2 25/31] isofs: "
` [PATCH v2 26/31] gfs2: "
` [PATCH v2 27/31] fuse: "
` [PATCH v2 28/31] fat: "
` [PATCH v2 29/31] f2fs: "
` [PATCH v2 30/31] nfsd: only allow filesystems that set EXPORT_OP_STABLE_HANDLES
` [PATCH v2 31/31] nfsd: convert dprintks in check_export() to tracepoints

[PATCH RESEND 00/12] mm: add bitmap VMA flag helpers and convert all mmap_prepare to use them
 2026-01-20 13:36 UTC  (21+ messages)
` [PATCH RESEND 01/12] mm: rename vma_flag_test/set_atomic() to vma_test/set_atomic_flag()
` [PATCH RESEND 02/12] mm: add mk_vma_flags() bitmap flag macro helper
` [PATCH RESEND 03/12] tools: bitmap: add missing bitmap_[subset(), andnot()]
` [PATCH RESEND 04/12] mm: add basic VMA flag operation helper functions
` [PATCH RESEND 05/12] mm: update hugetlbfs to use VMA flags on mmap_prepare
` [PATCH RESEND 06/12] mm: update secretmem "
` [PATCH RESEND 07/12] mm: update shmem_[kernel]_file_*() functions to use vma_flags_t
` [PATCH RESEND 08/12] mm: update all remaining mmap_prepare users "
` [PATCH RESEND 09/12] mm: make vm_area_desc utilise vma_flags_t only
` [PATCH RESEND 10/12] tools/testing/vma: separate VMA userland tests into separate files
` [PATCH RESEND 11/12] tools/testing/vma: separate out vma_internal.h into logical headers
` [PATCH RESEND 12/12] tools/testing/vma: add VMA userland tests for VMA flag functions

[PATCH v7] xfs: add FALLOC_FL_WRITE_ZEROES to XFS code base
 2026-01-20 13:20 UTC 

[PATCH 00/29] fs: require filesystems to explicitly opt-in to nfsd export support
 2026-01-20 12:50 UTC  (26+ messages)
` [PATCH 20/29] nilfs2: add EXPORT_OP_STABLE_HANDLES flag to export operations
` [PATCH 23/29] jffs2: "

[Linux Kernel Bug] general protection fault in xchk_metadata_inode_forks
 2026-01-20 12:12 UTC 

[PATCH v2 0/23] fs-verity support for XFS with post EOF merkle tree
 2026-01-20 11:44 UTC  (16+ messages)
` [PATCH v2 3/22] iomap: introduce IOMAP_F_BEYOND_EOF
            ` fsverity metadata offset, was: Re: [PATCH v2 0/23] fs-verity support for XFS with post EOF merkle tree

[Linux Kernel Bugs] general protection fault in xchk_btree and another slab-use-after-free issue
 2026-01-20 10:13 UTC 

[PATCH] xfs: always allocate the free zone with the lowest index
 2026-01-20  8:57 UTC 

[PATCHSET v6] xfs: autonomous self healing of filesystems
 2026-01-20  7:18 UTC  (10+ messages)
` [PATCH 04/11] xfs: convey filesystem unmount events to the health monitor
` [PATCH 06/11] xfs: convey filesystem shutdown "
` [PATCH 11/11] xfs: add media verification ioctl
  ` [PATCH v6.1 "

[PATCH] xfs: fix incorrect context handling in xfs_trans_roll
 2026-01-20  7:10 UTC  (7+ messages)

buffer cache simplification
 2026-01-20  7:06 UTC  (9+ messages)
` [PATCH 1/3] xfs: don't keep a reference for buffers on the LRU
` [PATCH 2/3] xfs: use a lockref for the buffer reference count
` [PATCH 3/3] xfs: switch (back) to a per-buftarg buffer hash

[Linux Kernel Bug] general protection fault in xfarray_destroy
 2026-01-20  6:57 UTC  (3+ messages)

[PATCH 00/12] mm: add bitmap VMA flag helpers and convert all mmap_prepare to use them
 2026-01-19 21:18 UTC  (16+ messages)
` [PATCH 01/12] mm: rename vma_flag_test/set_atomic() to vma_test/set_atomic_flag()
` [PATCH 02/12] mm: add mk_vma_flags() bitmap flag macro helper
` [PATCH 03/12] tools: bitmap: add missing bitmap_[subset(), andnot()]
` [PATCH 04/12] mm: add basic VMA flag operation helper functions
` [PATCH 05/12] mm: update hugetlbfs to use VMA flags on mmap_prepare
` [PATCH 06/12] mm: update secretmem "
` [PATCH 07/12] mm: update shmem_[kernel]_file_*() functions to use vma_flags_t
` [PATCH 08/12] mm: update all remaining mmap_prepare users "
` [PATCH 09/12] mm: make vm_area_desc utilise vma_flags_t only
` [PATCH 10/12] tools/testing/vma: separate VMA userland tests into separate files
` [PATCH 11/12] tools/testing/vma: separate out vma_internal.h into logical headers
` [PATCH 12/12] tools/testing/vma: add VMA userland tests for VMA flag functions

[PATCH v1] xfs: Fix calculation of m_rtx_per_rbmblock
 2026-01-19 17:48 UTC  (4+ messages)

bounce buffer direct I/O when stable pages are required v2
 2026-01-19 17:45 UTC  (19+ messages)
` [PATCH 01/14] block: refactor get_contig_folio_len
` [PATCH 02/14] block: open code bio_add_page and fix handling of mismatching P2P ranges
` [PATCH 03/14] iov_iter: extract a iov_iter_extract_bvecs helper from bio code
` [PATCH 04/14] block: remove bio_release_page
` [PATCH 05/14] block: add helpers to bounce buffer an iov_iter into bios
` [PATCH 06/14] iomap: fix submission side handling of completion side errors
` [PATCH 07/14] iomap: simplify iomap_dio_bio_iter
` [PATCH 08/14] iomap: split out the per-bio logic from iomap_dio_bio_iter
` [PATCH 09/14] iomap: share code between iomap_dio_bio_end_io and iomap_finish_ioend_direct
` [PATCH 10/14] iomap: free the bio before completing the dio
` [PATCH 11/14] iomap: rename IOMAP_DIO_DIRTY to IOMAP_DIO_USER_BACKED
` [PATCH 12/14] iomap: support ioends for direct reads
` [PATCH 13/14] iomap: add a flag to bounce buffer direct I/O
` [PATCH 14/14] xfs: use bounce buffering direct I/O when the device requires stable pages

[PATCH 0/3] fs: Support btrfs cloned images and overlayfs
 2026-01-19 16:56 UTC  (14+ messages)
` [PATCH 3/3] ovl: Use real disk UUID for origin file handles

[PATCH v2 0/2] Add traces and file attributes for fs-verity
 2026-01-19 16:56 UTC  (3+ messages)
` [PATCH v2 1/2] fs: add FS_XFLAG_VERITY for fs-verity files
` [PATCH v2 2/2] fsverity: add tracepoints

[PATCH v2 0/2] Add traces and file attributes for fs-verity
 2026-01-19 16:55 UTC  (4+ messages)
` [PATCH v2 1/2] fs: add FS_XFLAG_VERITY for fs-verity files
` [PATCH v2 2/2] fsverity: add tracepoints

[syzbot] Monthly xfs report (Oct 2025)
 2026-01-19 15:17 UTC  (14+ messages)
      ` [syzbot] [xfs?] KASAN: slab-use-after-free Read in xfs_buf_rele (4)

[RFC PATCH 0/2] Improve user experience with xfs_fsr
 2026-01-19 14:26 UTC  (3+ messages)
` [RFC PATCH 1/2] libfrog: make xfrog_defragrange return a positive valued
` [RFC PATCH 2/2] fsr: Always print error messages from xfrog_defragrange()

[syzbot] [xfs?] KASAN: use-after-free Read in hpfs_bplus_lookup
 2026-01-19  8:35 UTC  (3+ messages)

[PATCH v2] xfs: fix incorrect context handling in xfs_trans_roll
 2026-01-19  6:35 UTC  (2+ messages)

[PATCH v6] xfs: test reproducible builds
 2026-01-18 19:43 UTC  (4+ messages)

[PATCH v7] xfs: test reproducible builds
 2026-01-18 19:17 UTC 

[GIT PULL] XFS: Fixes for v6.19-rc6
 2026-01-16 20:21 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