public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-18 15:50:43 to 2026-03-19 17:03:32 UTC [more...]

[PATCH v5 00/25] fs-verity support for XFS with post EOF merkle tree
 2026-03-19 17:02 UTC  (21+ messages)
` [PATCH v5 01/25] fsverity: report validation errors through fserror to fsnotify
` [PATCH v5 02/25] fsverity: expose ensure_fsverity_info()
` [PATCH v5 03/25] fsverity: generate and store zero-block hash
` [PATCH v5 04/25] fsverity: introduce fsverity_folio_zero_hash()
` [PATCH v5 05/25] fsverity: pass digest size and hash of the empty block to ->write
` [PATCH v5 06/25] fsverity: hoist pagecache_read from f2fs/ext4 to fsverity
` [PATCH v5 07/25] iomap: introduce IOMAP_F_FSVERITY and teach writeback to handle fsverity
` [PATCH v5 08/25] iomap: obtain fsverity info for read path
` [PATCH v5 09/25] iomap: issue readahead for fsverity merkle tree
` [PATCH v5 10/25] iomap: teach iomap to handle fsverity holes and verify data holes
` [PATCH v5 11/25] iomap: introduce iomap_fsverity_write() for writing fsverity metadata
` [PATCH v5 12/25] xfs: introduce fsverity on-disk changes
` [PATCH v5 13/25] xfs: initialize fs-verity on file open
` [PATCH v5 14/25] xfs: don't allow to enable DAX on fs-verity sealed inode
` [PATCH v5 15/25] xfs: disable direct read path for fs-verity files
` [PATCH v5 16/25] xfs: handle fsverity I/O in write/read path
` [PATCH v5 17/25] xfs: use read ioend for fsverity data verification
` [PATCH v5 18/25] xfs: add fs-verity support
` [PATCH v5 19/25] xfs: remove unwritten extents after preallocations in fsverity metadata
` [PATCH v5 20/25] xfs: add fs-verity ioctls

[PATCH v2 00/23] mm/vma: convert vm_flags_t to vma_flags_t in vma code
 2026-03-19 16:50 UTC  (4+ messages)
` [PATCH v2 01/23] mm/vma: add vma_flags_empty(), vma_flags_and(), vma_flags_diff_pair()

[PATCH v7 0/7] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL and HMEM
 2026-03-19 16:45 UTC  (15+ messages)
` [PATCH v7 1/7] dax/hmem: Request cxl_acpi and cxl_pci before walking Soft Reserved ranges
` [PATCH v7 2/7] dax/hmem: Gate Soft Reserved deferral on DEV_DAX_CXL
` [PATCH v7 3/7] dax/cxl, hmem: Initialize hmem early and defer dax_cxl binding
` [PATCH v7 4/7] dax: Track all dax_region allocations under a global resource tree
` [PATCH v7 5/7] cxl/region: Add helper to check Soft Reserved containment by CXL regions
` [PATCH v7 6/7] dax/hmem, cxl: Defer and resolve Soft Reserved ownership
` [PATCH v7 7/7] dax/hmem: Reintroduce Soft Reserved ranges back into the iomem tree

[PATCH v2 00/16] mm: expand mmap_prepare functionality and usage
 2026-03-19 16:29 UTC  (22+ messages)
` [PATCH v2 06/16] mm: add mmap_action_simple_ioremap()
` [PATCH v2 11/16] staging: vme_user: replace deprecated mmap hook with mmap_prepare
` [PATCH v2 12/16] mm: allow handling of stacked mmap_prepare hooks in more drivers
` [PATCH v2 15/16] mm: add mmap_action_map_kernel_pages[_full]()
` [PATCH v2 16/16] mm: on remap assert that input range within the proposed VMA

[PATCHBLIZZARD v7] fuse/libfuse/e2fsprogs: containerize ext4 for safer operation
 2026-03-19 16:08 UTC  (9+ messages)

[PATCH v6] backing_file: store user_path_file
 2026-03-19 15:56 UTC  (4+ messages)

[PATCH] fs: allow vfs code to open an O_PATH file with negative dentry
 2026-03-19 15:54 UTC  (4+ messages)

[PATCH V7 00/19] famfs: port into fuse
 2026-03-19 15:11 UTC  (5+ messages)
  ` [PATCH V7 03/19] dax: add fsdev.c driver for fs-dax on character dax

[RFC PATCH v2 0/1] fuse: restructure requests extensions handling
 2026-03-19 15:02 UTC  (2+ messages)
` [RFC PATCH v2 1/1] "

[PATCH v3 00/23] mm/vma: convert vm_flags_t to vma_flags_t in vma code
 2026-03-19 14:50 UTC  (26+ messages)
` [PATCH v3 01/23] mm/vma: add vma_flags_empty(), vma_flags_and(), vma_flags_diff_pair()
` [PATCH v3 02/23] tools/testing/vma: add unit tests flag empty, diff_pair, and[_mask]
` [PATCH v3 03/23] mm/vma: add further vma_flags_t unions
` [PATCH v3 04/23] tools/testing/vma: convert bulk of test code to vma_flags_t
` [PATCH v3 05/23] mm/vma: use new VMA flags for sticky flags logic
` [PATCH v3 06/23] tools/testing/vma: fix VMA flag tests
` [PATCH v3 07/23] mm/vma: add append_vma_flags() helper
` [PATCH v3 08/23] tools/testing/vma: add simple test for append_vma_flags()
` [PATCH v3 09/23] mm: unexport vm_brk_flags() and eliminate vm_flags parameter
` [PATCH v3 10/23] mm/vma: introduce vma_flags_same[_mask/_pair]()
` [PATCH v3 11/23] mm/vma: introduce [vma_flags,legacy]_to_[legacy,vma_flags]() helpers
` [PATCH v3 12/23] tools/testing/vma: test that legacy flag helpers work correctly
` [PATCH v3 13/23] mm/vma: introduce vma_test[_any[_mask]](), and make inlining consistent
` [PATCH v3 14/23] tools/testing/vma: update VMA flag tests to test vma_test[_any_mask]()
` [PATCH v3 15/23] mm: introduce vma_flags_count() and vma[_flags]_test_single_mask()
` [PATCH v3 16/23] tools/testing/vma: test vma_flags_count,vma[_flags]_test_single_mask
` [PATCH v3 17/23] mm: convert do_brk_flags() to use vma_flags_t
` [PATCH v3 18/23] mm: update vma_supports_mlock() to use new VMA flags
` [PATCH v3 19/23] mm/vma: introduce vma_clear_flags[_mask]()
` [PATCH v3 20/23] tools/testing/vma: update VMA tests to test vma_clear_flags[_mask]()
` [PATCH v3 21/23] mm/vma: convert as much as we can in mm/vma.c to vma_flags_t
` [PATCH v3 22/23] mm/vma: convert vma_modify_flags[_uffd]() to use vma_flags_t
` [PATCH v3 23/23] mm/vma: convert __mmap_region() "

[PATCH v2 0/2] hfsplus: fix lock leak and refactor hidden dir search
 2026-03-19 14:49 UTC  (4+ messages)
` [PATCH v2 2/2] hfsplus: extract hidden directory search into a helper function

[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
 2026-03-19 14:13 UTC  (3+ messages)
` [PATCH 12/61] quota: Prefer IS_ERR_OR_NULL over manual NULL check

[PATCH] fs/ntfs3: increase CLIENT_REC name field size
 2026-03-19 13:58 UTC 

[PATCH RFC 0/5] workqueue: add WQ_AFFN_CACHE_SHARD affinity scope
 2026-03-19 14:02 UTC  (7+ messages)

[PATCH BUNDLE v8] famfs: Fabric-Attached Memory File System
 2026-03-19 13:20 UTC  (23+ messages)
` [PATCH V8 0/8] dax: prepare for famfs
  ` [PATCH V8 1/8] dax: move dax_pgoff_to_phys from [drivers/dax/] device.c to bus.c
  ` [PATCH V8 2/8] dax: Factor out dax_folio_reset_order() helper
  ` [PATCH V8 3/8] dax: add fsdev.c driver for fs-dax on character dax
  ` [PATCH V8 4/8] dax: Save the kva from memremap
  ` [PATCH V8 5/8] dax: Add dax_operations for use by fs-dax on fsdev dax
  ` [PATCH V8 6/8] dax: Add dax_set_ops() for setting dax_operations at bind time
  ` [PATCH V8 7/8] dax: Add fs_dax_get() func to prepare dax for fs-dax usage
  ` [PATCH V8 8/8] dax: export dax_dev_get()
` [PATCH V8 00/10] famfs: port into fuse
  ` [PATCH V8 01/10] famfs_fuse: Update macro s/FUSE_IS_DAX/FUSE_IS_VIRTIO_DAX/
  ` [PATCH V8 02/10] famfs_fuse: Basic fuse kernel ABI enablement for famfs
  ` [PATCH V8 03/10] famfs_fuse: Plumb the GET_FMAP message/response
  ` [PATCH V8 04/10] famfs_fuse: Create files with famfs fmaps
  ` [PATCH V8 05/10] famfs_fuse: GET_DAXDEV message and daxdev_table
  ` [PATCH V8 06/10] famfs_fuse: Plumb dax iomap and fuse read/write/mmap
  ` [PATCH V8 07/10] famfs_fuse: Add holder_operations for dax notify_failure()
  ` [PATCH V8 08/10] famfs_fuse: Add DAX address_space_operations with noop_dirty_folio
  ` [PATCH V8 09/10] famfs_fuse: Add famfs fmap metadata documentation
  ` [PATCH V8 10/10] famfs_fuse: Add documentation

[PATCH] fs: revert insert_inode_locked() eviction wait change and explain why
 2026-03-19 13:05 UTC  (6+ messages)

[PATCH v1] writeback: skip sync(2) inode writeback for filesystems with no data integrity guarantees
 2026-03-19 12:42 UTC  (2+ messages)

[PATCH v0 0/1] exfat: set s_maxbytes
 2026-03-19 12:38 UTC  (3+ messages)
` [PATCH v0 1/1] exfat: fix s_maxbytes

[PATCH v4] hfs: Validate CNIDs in hfs_read_inode
 2026-03-19 12:26 UTC  (12+ messages)

[RFC PATCH] quota: allow unprivileged users to query ID 0 default limits
 2026-03-19 12:22 UTC  (7+ messages)
` [PATCH v2] xfs: return default quota limits for IDs without a dquot

[PATCH v2] vfs: fix docstring of hash_name()
 2026-03-19 12:02 UTC  (3+ messages)

balance_dirty_pages() causes 40% IO PSI (full) with no drain benefit on 384 GB machine
 2026-03-19 11:58 UTC 

[PATCH] coredump: add core_pattern specifier for si_code
 2026-03-19 10:31 UTC  (4+ messages)

[PATCH] netfs: Fix read abandonment during retry
 2026-03-19 10:20 UTC  (3+ messages)

[PATCH] timerfd: Support CLOCK_TAI
 2026-03-19  9:05 UTC  (2+ messages)

[PATCH] fuse: when copying a folio delay the mark dirty until the end
 2026-03-19  8:32 UTC  (10+ messages)
  `  "
      `  "

[LSF/MM/BPF TOPIC] Where is fuse going? API cleanup, restructuring and more
 2026-03-19  8:05 UTC  (9+ messages)

[PATCH 0/4] arm64/mm: contpte-sized exec folios for 16K and 64K pages
 2026-03-19  7:40 UTC  (2+ messages)

[PATCH 0/4] arm64/mm: contpte-sized exec folios for 16K and 64K pages
 2026-03-19  7:37 UTC  (6+ messages)
` [PATCH 1/4] arm64: request contpte-sized folios for exec memory
` [PATCH 2/4] mm: bypass mmap_miss heuristic for VM_EXEC readahead

[syzbot] [fuse?] general protection fault in fuse_opt_fd
 2026-03-19  7:31 UTC 

[PATCH v0 0/1] exfat: add limited FALLOC_FL_ZERO_RANGE support
 2026-03-19  4:35 UTC  (2+ messages)
` [PATCH v0 1/1] "

[PATCH v7 0/2] hfsplus: prevent b-tree allocator corruption
 2026-03-19  3:52 UTC  (6+ messages)
` [PATCH v7 1/2] hfsplus: refactor b-tree map page access and add node-type validation
` [PATCH v7 2/2] hfsplus: validate b-tree node 0 bitmap at mount time

[PATCH v3 2/2] exfat: EXFAT_IOC_GET_VALID_DATA ioctl
 2026-03-19  3:29 UTC  (10+ messages)

[PATCH v3 0/7] fuse: fix hang with sync init
 2026-03-19  3:22 UTC  (3+ messages)
` [PATCH v3 7/7] fuse: support FSCONFIG_SET_FD for "fd" option

[PATCH] virtiofs: Verify that server properly follows FUSE protocol
 2026-03-19  2:56 UTC 

[PATCH v6] hfsplus: fix uninit-value by validating catalog record size
 2026-03-19  2:52 UTC  (4+ messages)

[PATCH v2] selftests/mm: add folio_split() and filemap_get_entry() race test
 2026-03-19  2:21 UTC 

[PATCH v2 0/6] fuse: fix hang with sync init
 2026-03-18 23:18 UTC  (8+ messages)
` [PATCH v2 3/6] fuse: don't require /dev/fuse fd to be kept open during mount

[PATCH v2 0/2] kthread, exit: clean up kernel thread exit paths
 2026-03-18 23:12 UTC  (4+ messages)
` [PATCH v2 1/2] kthread: remove kthread_exit()

[PATCH v3] fs: Replace user_access_{begin/end} by scoped user access
 2026-03-18 22:35 UTC  (6+ messages)

[BUG] fuse: wb_wait_for_completion hang on suspend with fuse-overlayfs on tmpfs persists in 6.19.6 (AS_NO_DATA_INTEGRITY fix incomplete)
 2026-03-18 22:31 UTC  (8+ messages)

[PATCH v6 0/9] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL and HMEM
 2026-03-18 21:49 UTC  (9+ messages)
` [PATCH v6 3/9] cxl/region: Skip decoder reset on detach for autodiscovered regions

[PATCH] fuse: add missing NULL check for fget() in fuse_parse_param()
 2026-03-18 21:31 UTC  (2+ messages)

[PATCH RFC 00/53] lift lookup out of exclive lock for dir ops
 2026-03-18 21:10 UTC  (8+ messages)
` [PATCH 16/53] ovl: drop dir lock for lookups in impure readdir
` [PATCH 32/53] ext4: move dcache modifying code out of __ext4_link()
    ` [PATCH 32/53f] "

[PATCH] xfs: use GFP_NOFS in __xfs_trans_alloc
 2026-03-18 21:01 UTC  (2+ messages)

VFS minor improvements policy
 2026-03-18 20:55 UTC  (5+ messages)

[PATCH 0/8] memblock: improve late freeing of reserved memory
 2026-03-18 20:52 UTC  (2+ messages)
` [PATCH 9/8] memblock tests: add stubs required for free_reserved_area()

[PATCH] vfs: fix docstring of hash_name()
 2026-03-18 20:41 UTC  (3+ messages)

[PATCH 0/7] fsmount: add FSMOUNT_NAMESPACE
 2026-03-18 20:16 UTC  (5+ messages)
` [PATCH 3/7] mount: "

[PATCH 0/3] Fix incorrect overlayfs mmap() and mprotect() LSM access controls
 2026-03-18 20:00 UTC  (5+ messages)
` [PATCH 1/3] backing_file: store user_path_file

[PATCH 0/2] exec: Add KUnit test for bprm_stack_limits()
 2026-03-18 19:50 UTC  (5+ messages)
` [PATCH 1/2] "

[PATCH 0/7] lsm: Replace security_sb_mount with granular mount hooks
 2026-03-18 18:44 UTC  (8+ messages)
` [PATCH 1/7] lsm: Add granular mount hooks to replace security_sb_mount
` [PATCH 2/7] apparmor: Remove redundant MS_MGC_MSK stripping in apparmor_sb_mount
` [PATCH 3/7] apparmor: Convert from sb_mount to granular mount hooks
` [PATCH 4/7] selinux: "
` [PATCH 5/7] landlock: "
` [PATCH 6/7] tomoyo: "
` [PATCH 7/7] lsm: Remove security_sb_mount and security_move_mount

[PATCH] fs/mbcache: cancel shrink work before destroying the cache
 2026-03-18 18:23 UTC  (2+ messages)

[PATCH v1 0/2] RFC: Extend fuse-passthrough to directories
 2026-03-18 18:12 UTC  (2+ messages)

[PATCH 0/3] ext4: remove use of d_alloc()
 2026-03-18 18:03 UTC  (7+ messages)
` [PATCH 1/3] ext4: split __ext4_add_entry() out of ext4_add_entry()
` [PATCH 2/3] ext4: add ext4_fc_eligible()
` [PATCH 3/3] ext4: move dcache manipulation out of __ext4_link()

[PATCH v4 0/6] Automatic NFSv4 state revocation on filesystem unmount
 2026-03-18 17:57 UTC  (6+ messages)
` [PATCH v4 5/6] NFSD: Add export-scoped state revocation

[PATCH] fs: clear I_DIRTY_TIME in sync_lazytime
 2026-03-18 17:34 UTC  (2+ messages)

[PATCH 0/9] Kernel API Specification Framework
 2026-03-18 16:51 UTC  (7+ messages)
` [PATCH 1/9] kernel/api: introduce kernel API specification framework


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox