public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-11 10:00:02 to 2026-03-12 21:47:37 UTC [more...]

[PATCH RFC 00/53] lift lookup out of exclive lock for dir ops
 2026-03-12 21:11 UTC  (12+ messages)
` [PATCH 01/53] VFS: fix various typos in documentation for start_creating start_removing etc
` [PATCH 02/53] VFS: enhance d_splice_alias() to handle in-lookup dentries
` [PATCH 03/53] VFS: allow d_alloc_name() to be used with ->d_hash
` [PATCH 04/53] VFS: use global wait-queue table for d_alloc_parallel()
` [PATCH 05/53] VFS: introduce d_alloc_noblock()
` [PATCH 06/53] VFS: add d_duplicate()
` [PATCH 07/53] VFS: Add LOOKUP_SHARED flag
` [PATCH 08/53] VFS/xfs: drop parent lock across d_alloc_parallel() in d_add_ci()
` [PATCH 09/53] nfs: remove d_drop()/d_alloc_parallel() from nfs_atomic_open()
` [PATCH 10/53] nfs: use d_splice_alias() in nfs_link()
` [PATCH 11/53] nfs: don't d_drop() before d_splice_alias()

[PATCH v6 0/9] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL and HMEM
 2026-03-12 21:31 UTC  (14+ messages)
` [PATCH v6 3/9] cxl/region: Skip decoder reset on detach for autodiscovered regions
` [PATCH v6 5/9] dax: Track all dax_region allocations under a global resource tree
` [PATCH v6 6/9] cxl/region: Add helper to check Soft Reserved containment by CXL regions
` [PATCH v6 8/9] dax/hmem, cxl: Defer and resolve ownership of Soft Reserved memory ranges

[PATCH 00/15] mm: expand mmap_prepare functionality and usage
 2026-03-12 21:23 UTC  (18+ messages)
` [PATCH 01/15] mm: various small mmap_prepare cleanups
` [PATCH 02/15] mm: add documentation for the mmap_prepare file operation callback
` [PATCH 03/15] mm: document vm_operations_struct->open the same as close()
` [PATCH 04/15] mm: add vm_ops->mapped hook
` [PATCH 05/15] fs: afs: correctly drop reference count on mapping failure
` [PATCH 06/15] mm: add mmap_action_simple_ioremap()
` [PATCH 07/15] misc: open-dice: replace deprecated mmap hook with mmap_prepare
` [PATCH 08/15] hpet: "
` [PATCH 09/15] mtdchar: replace deprecated mmap hook with mmap_prepare, clean up
` [PATCH 10/15] stm: replace deprecated mmap hook with mmap_prepare
` [PATCH 11/15] staging: vme_user: "
` [PATCH 12/15] mm: allow handling of stacked mmap_prepare hooks in more drivers
` [PATCH 13/15] drivers: hv: vmbus: replace deprecated mmap hook with mmap_prepare
` [PATCH 14/15] uio: replace deprecated mmap hook with mmap_prepare in uio_info
` [PATCH 15/15] mm: add mmap_action_map_kernel_pages[_full]()

[PATCH v3 0/2] lib/idr: Fixes for infinite loop and memory leak
 2026-03-12 21:15 UTC  (6+ messages)
` [PATCH v3 1/2] lib/idr: fix infinite loop in idr_get_next()
` [PATCH v3 2/2] lib/idr: fix memory leak in ida_alloc_range() error path

[PATCH v2 0/6] fuse: fix hang with sync init
 2026-03-12 19:40 UTC  (7+ messages)
` [PATCH v2 1/6] fuse: create fuse_dev on /dev/fuse open instead of mount
` [PATCH v2 2/6] fuse: add refcount to fuse_dev
` [PATCH v2 3/6] fuse: don't require /dev/fuse fd to be kept open during mount
` [PATCH v2 4/6] fuse: clean up device cloning
` [PATCH v2 5/6] fuse: alloc pqueue before installing fc
` [PATCH v2 6/6] fuse: support FSCONFIG_SET_FD for "fd" option

[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
 2026-03-12 19:33 UTC  (18+ messages)
` [PATCH 15/61] trace: Prefer IS_ERR_OR_NULL over manual NULL check
` [PATCH 36/61] arch/sh: "
` [PATCH 38/61] net: "
` [PATCH 48/61] mtd: "
` [PATCH 49/61] media: "

[PATCH 02/20] tools/testing/vma: add unit tests for vma_flags_[empty, diff_pair, and]()
 2026-03-12 19:30 UTC  (2+ messages)

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

[PATCH RFC v3 0/4] guest_memfd: Track amount of memory allocated on inode
 2026-03-12 19:00 UTC  (5+ messages)
` [PATCH RFC v3 2/4] KVM: guest_memfd: Set release always on guest_memfd mappings

[PATCH] hfsplus: fix held lock freed on hfsplus_fill_super()
 2026-03-12 17:36 UTC  (5+ messages)
  ` (no subject)

[PATCH v2] lib/idr: fix infinite loop in idr_get_next()
 2026-03-12 17:28 UTC  (3+ messages)

[PATCH] lib/idr: fix memory leak in ida_alloc_range() error path
 2026-03-12 17:18 UTC 

[PATCH] lib/idr: fix infinite loop in idr_get_next()
 2026-03-12 17:01 UTC 

[PATCH v4 0/2] binfmt_elf: Align eligible read-only PT_LOAD segments to PMD_SIZE for THP
 2026-03-12 16:29 UTC  (6+ messages)
` [PATCH v4 1/2] huge_mm: add stubs for THP-disabled configs

[PATCH RFC 0/5] workqueue: add WQ_AFFN_CACHE_SHARD affinity scope
 2026-03-12 16:12 UTC  (6+ messages)
` [PATCH RFC 1/5] workqueue: fix parse_affn_scope() prefix matching bug
` [PATCH RFC 2/5] workqueue: add WQ_AFFN_CACHE_SHARD affinity scope
` [PATCH RFC 3/5] workqueue: set WQ_AFFN_CACHE_SHARD as the default "
` [PATCH RFC 4/5] workqueue: add test_workqueue benchmark module
` [PATCH RFC 5/5] tools/workqueue: add CACHE_SHARD support to wq_dump.py

LVM-on-LUKS boot failure when vgextend adds unused PV to root VG
 2026-03-12 15:56 UTC  (2+ messages)

[PATCH] sysctl: fix uninitialized variable in proc_do_large_bitmap
 2026-03-12 15:42 UTC 

[PATCH v3 2/2] exfat: EXFAT_IOC_GET_VALID_DATA ioctl
 2026-03-12 15:06 UTC  (5+ messages)

[PATCH v4 00/25] fs-verity support for XFS with post EOF merkle tree
 2026-03-12 14:52 UTC  (11+ messages)
` [PATCH v4 01/25] fsverity: report validation errors through fserror to fsnotify
` [PATCH v4 17/25] xfs: use read ioend for fsverity data verification
` [PATCH v4 19/25] xfs: remove unwritten extents after preallocations in fsverity metadata

[RFC PATCH v1 00/11] Landlock: Namespace and capability control
 2026-03-12 14:48 UTC  (13+ messages)
` [RFC PATCH v1 01/11] security: add LSM blob and hooks for namespaces
` [RFC PATCH v1 02/11] security: Add LSM_AUDIT_DATA_NS for namespace audit records
` [RFC PATCH v1 03/11] nsproxy: Add FOR_EACH_NS_TYPE() X-macro and CLONE_NS_ALL
` [RFC PATCH v1 04/11] landlock: Wrap per-layer access masks in struct layer_rights
` [RFC PATCH v1 05/11] landlock: Enforce namespace entry restrictions
` [RFC PATCH v1 06/11] landlock: Enforce capability restrictions
` [RFC PATCH v1 07/11] selftests/landlock: Drain stale audit records on init
` [RFC PATCH v1 08/11] selftests/landlock: Add namespace restriction tests
` [RFC PATCH v1 09/11] selftests/landlock: Add capability "
` [RFC PATCH v1 10/11] samples/landlock: Add capability and namespace restriction support
` [RFC PATCH v1 11/11] landlock: Add documentation for capability and namespace restrictions

[PATCH v2] fs: Replace user_access_{begin/end} by scoped user access
 2026-03-12 13:51 UTC 

[PATCH] hpfs: obsolete check=none mount option
 2026-03-12 13:24 UTC  (2+ messages)

[PATCH] vfs: fix docstring of hash_name()
 2026-03-12 11:28 UTC 

[PATCH v4] hfs: Validate CNIDs in hfs_read_inode
 2026-03-12 10:45 UTC  (2+ messages)

[RFC PATCH 0/3] fuse: fix hang with sync init
 2026-03-12  9:56 UTC  (5+ messages)
` [RFC PATCH 1/3] fuse: create fuse_dev on /dev/fuse open instead of mount
` [RFC PATCH 2/3] fuse: add refcount to fuse_dev
` [RFC PATCH 3/3] fuse: don't require /dev/fuse fd to be kept open during mount

[RFC PATCH] quota: allow unprivileged users to query ID 0 default limits
 2026-03-12  9:45 UTC  (2+ messages)

[PATCH v5 0/4] OPENAT2_REGULAR flag support for openat2
 2026-03-12  9:37 UTC  (9+ messages)
` [PATCH v5 1/4] openat2: new OPENAT2_REGULAR flag support

[PATCH v4 0/8] iomap, xfs: improve zero range flushing and lookup
 2026-03-12  6:55 UTC  (12+ messages)
` [PATCH v4 1/8] xfs: fix iomap hole map reporting for zoned zero range
` [PATCH v4 2/8] xfs: flush dirty pagecache over hole in zoned mode "
` [PATCH v4 3/8] iomap, xfs: lift zero range hole mapping flush into xfs
` [PATCH v4 4/8] xfs: flush eof folio before insert range size update
` [PATCH v4 5/8] xfs: look up cow fork extent earlier for buffered iomap_begin
` [PATCH v4 6/8] xfs: only flush when COW fork blocks overlap data fork holes
` [PATCH v4 7/8] xfs: replace zero range flush with folio batch
` [PATCH v4 8/8] xfs: report cow mappings with dirty pagecache for iomap zero range

[PATCH v2] docs: filesystems: clarify KernelPageSize vs. MMUPageSize in smaps
 2026-03-12  2:51 UTC  (2+ messages)

[PATCH v3 1/2] fs: reserve a new ioctl magic for exfat and ntfs
 2026-03-11 22:24 UTC 

[PATCH RFC v3 00/26] fs,kthread: start all kthreads in nullfs
 2026-03-11 22:13 UTC  (28+ messages)
` [PATCH RFC v3 01/26] fs: add switch_fs_struct()
` [PATCH RFC v3 02/26] fs: notice when init abandons fs sharing
` [PATCH RFC v3 03/26] fs: add scoped_with_init_fs()
` [PATCH RFC v3 04/26] fs: add real_fs to track task's actual fs_struct
` [PATCH RFC v3 05/26] fs: make userspace_init_fs a dynamically-initialized pointer
` [PATCH RFC v3 06/26] rnbd: use scoped_with_init_fs() for block device open
` [PATCH RFC v3 07/26] crypto: ccp: use scoped_with_init_fs() for SEV file access
` [PATCH RFC v3 08/26] scsi: target: use scoped_with_init_fs() for ALUA metadata
` [PATCH RFC v3 09/26] scsi: target: use scoped_with_init_fs() for APTPL metadata
` [PATCH RFC v3 10/26] btrfs: use scoped_with_init_fs() for update_dev_time()
` [PATCH RFC v3 11/26] coredump: use scoped_with_init_fs() for coredump path resolution
` [PATCH RFC v3 12/26] fs: use scoped_with_init_fs() for kernel_read_file_from_path_initns()
` [PATCH RFC v3 13/26] ksmbd: use scoped_with_init_fs() for share path resolution
` [PATCH RFC v3 14/26] ksmbd: use scoped_with_init_fs() for filesystem info path lookup
` [PATCH RFC v3 15/26] ksmbd: use scoped_with_init_fs() for VFS path operations
` [PATCH RFC v3 16/26] pnfs/blocklayout: use scoped_with_init_fs() for SCSI device lookup
` [PATCH RFC v3 17/26] initramfs: use scoped_with_init_fs() for rootfs unpacking
` [PATCH RFC v3 18/26] af_unix: use scoped_with_init_fs() for coredump socket lookup
` [PATCH RFC v3 19/26] fs: stop sharing fs_struct between init_task and pid 1
` [PATCH RFC v3 20/26] fs: add umh argument to struct kernel_clone_args
` [PATCH RFC v3 21/26] fs: add kthread_mntns()
` [PATCH RFC v3 22/26] devtmpfs: create private mount namespace
` [PATCH RFC v3 23/26] nullfs: make nullfs multi-instance
` [PATCH RFC v3 24/26] fs: start all kthreads in nullfs
` [PATCH RFC v3 25/26] fs: stop rewriting kthread fs structs
` [PATCH RFC v3 26/26] fs: stop rewriting paths for PF_EXITING | PF_DUMPCORE

[PATCH v3] hfs: Validate CNIDs in hfs_read_inode
 2026-03-11 20:31 UTC  (3+ messages)

[PATCH v2 00/15] mm, kvm: allow uffd support in guest_memfd
 2026-03-11 18:49 UTC  (3+ messages)
` [PATCH v2 07/15] userfaultfd: introduce vm_uffd_ops

[PATCH RFC v3 0/2] block: enable RWF_DONTCACHE for block devices
 2026-03-11 18:20 UTC  (6+ messages)
` [PATCH RFC v3 1/2] filemap: defer dropbehind invalidation from IRQ context

[PATCH v1 00/16] mm: cleanups around unmapping / zapping
 2026-03-11 16:01 UTC  (7+ messages)
` [PATCH v1 16/16] mm/memory: support VM_MIXEDMAP in zap_special_vma_range()

[PATCH 01/61] Coccinelle: Prefer IS_ERR_OR_NULL over manual NULL check
 2026-03-11 15:12 UTC  (2+ messages)

[RFC 0/3] Add buffered write-through support to iomap & xfs
 2026-03-11 12:05 UTC  (5+ messages)
` [RFC 1/3] iomap: Support buffered RWF_WRITETHROUGH via async dio backend

[syzbot] [mm?] [f2fs?] [exfat?] memory leak in __kfree_rcu_sheaf
 2026-03-11 11:23 UTC  (4+ messages)

[PATCH v2 0/2] kthread, exit: clean up kernel thread exit paths
 2026-03-11 10:47 UTC  (3+ messages)
` [PATCH v2 1/2] kthread: remove kthread_exit()

KCSAN: data-race in __d_drop / retain_dentry
 2026-03-11 10:38 UTC  (5+ messages)
` KCSAN: data-race in step_into_slowpath / vfs_unlink
  ` KCSAN: data-race in __remove_assoc_queue / mark_buffer_dirty_inode
    ` KCSAN: data-race in path_lookupat / vfs_rename

[syzbot] [mm?] [f2fs?] [exfat?] memory leak in __kfree_rcu_sheaf
 2026-03-11 10:17 UTC  (2+ messages)

[PATCH v2 0/5] write streams and xfs spatial isolation
 2026-03-11  9:59 UTC  (6+ messages)
  ` [PATCH v2 4/5] xfs: steer allocation using write stream


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