messages from 2026-01-16 10:47:08 to 2026-01-20 07:38:27 UTC [more...]
[PATCH 00/29] fs: require filesystems to explicitly opt-in to nfsd export support
2026-01-20 7:38 UTC (33+ messages)
` [PATCH 02/29] tmpfs: add EXPORT_OP_STABLE_HANDLES flag to export operations
` [PATCH 12/29] udf: "
` [PATCH 18/29] ocfs2: "
` [PATCH 20/29] nilfs2: "
` [PATCH 23/29] jffs2: "
` [PATCH 24/29] isofs: "
` [PATCH 29/29] nfsd: only allow filesystems that set EXPORT_OP_STABLE_HANDLES
[PATCH v2 0/23] fs-verity support for XFS with post EOF merkle tree
2026-01-20 7:32 UTC (18+ messages)
` [PATCH v2 3/22] iomap: introduce IOMAP_F_BEYOND_EOF
` [PATCH v2 16/22] xfs: add fs-verity support
` fsverity metadata offset, was: Re: [PATCH v2 0/23] fs-verity support for XFS with post EOF merkle tree
[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 RESEND 00/12] mm: add bitmap VMA flag helpers and convert all mmap_prepare to use them
2026-01-20 2:59 UTC (17+ 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 v3 1/2] lib: introduce simple error-checking wrapper for memparse()
2026-01-20 0:06 UTC (2+ 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
[PATCH v2 00/31] fs: require filesystems to explicitly opt-in to nfsd export support
2026-01-19 16:51 UTC (37+ 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
[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)
[PATCH v5 00/16] Exposing case folding behavior
2026-01-16 16:28 UTC (18+ messages)
` [PATCH v5 01/16] fs: Add case sensitivity info to file_kattr
` [PATCH v5 02/16] fat: Implement fileattr_get for case sensitivity
` [PATCH v5 03/16] exfat: "
` [PATCH v5 04/16] ntfs3: "
` [PATCH v5 05/16] hfs: "
` [PATCH v5 06/16] hfsplus: Report case sensitivity in fileattr_get
` [PATCH v5 07/16] ext4: "
` [PATCH v5 08/16] xfs: "
` [PATCH v5 09/16] cifs: Implement fileattr_get for case sensitivity
` [PATCH v5 10/16] nfs: "
` [PATCH v5 11/16] f2fs: Add case sensitivity reporting to fileattr_get
` [PATCH v5 12/16] vboxsf: Implement fileattr_get for case sensitivity
` [PATCH v5 13/16] isofs: "
` [PATCH v5 14/16] nfsd: Report export case-folding via NFSv3 PATHCONF
` [PATCH v5 15/16] nfsd: Implement NFSv4 FATTR4_CASE_INSENSITIVE and FATTR4_CASE_PRESERVING
` [PATCH v5 16/16] ksmbd: Report filesystem case sensitivity via FS_ATTRIBUTE_INFORMATION
[PATCH v3 0/6] AG aware parallel writeback for XFS
2026-01-16 16:13 UTC (2+ messages)
` [syzbot ci] "
refactor zone reporting v2
2026-01-16 14:16 UTC (7+ messages)
` [PATCH 1/6] xfs: add missing forward declaration in xfs_zones.h
` [PATCH 2/6] xfs: add a xfs_rtgroup_raw_size helper
` [PATCH 3/6] xfs: pass the write pointer to xfs_init_zone
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