public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-18 12:32:55 to 2026-04-21 13:40:23 UTC [more...]

[PATCH v12 00/16] Direct Map Removal Support for guest_memfd
 2026-04-21 13:40 UTC  (2+ messages)

[PATCH] proc: use strnlen() for name validation in __proc_create
 2026-04-21 13:02 UTC  (3+ messages)

[PATCH v8 0/5] proc: subset=pid: Relax check of mount visibility
 2026-04-21 12:24 UTC  (9+ messages)
` [PATCH v9 "
  ` [PATCH v9 4/5] proc: Skip the visibility check if subset=pid is used

[PATCH] docs: add guidelines for submitting new filesystems
 2026-04-21 12:08 UTC  (17+ messages)

cleanup block-style layouts exports v2
 2026-04-21 12:04 UTC  (9+ messages)

[PATCH] dcache: fix typos in comments in dcache.h
 2026-04-21 12:00 UTC  (2+ messages)

[PATCH v9 0/9] Automatic NFSv4 state revocation on filesystem unmount
 2026-04-21 12:00 UTC  (11+ messages)
` [PATCH v9 1/9] NFSD: Fix infinite loop in layout state revocation
` [PATCH v9 2/9] NFSD: Handle layout stid in nfsd4_drop_revoked_stid()
` [PATCH v9 3/9] NFSD: Extract revoke_one_stid() utility function
` [PATCH v9 4/9] NFSD: Add NFSD_CMD_UNLOCK_IP netlink command
` [PATCH v9 5/9] NFSD: Add NFSD_CMD_UNLOCK_FILESYSTEM "
` [PATCH v9 6/9] NFSD: Replace idr_for_each_entry_ul in find_one_sb_stid()
` [PATCH v9 7/9] NFSD: Track svc_export in nfs4_stid
` [PATCH v9 8/9] NFSD: Add NFSD_CMD_UNLOCK_EXPORT netlink command
` [PATCH v9 9/9] NFSD: Close cached file handles when revoking export state

[PATCH 00/11] netfs: Further miscellaneous fixes
 2026-04-21 11:56 UTC  (13+ messages)
` [PATCH 01/11] netfs: Fix early put of sink folio in netfs_read_gaps()
` [PATCH 02/11] netfs: Fix leak of request in netfs_write_begin() error handling
` [PATCH 03/11] netfs: Fix potential UAF in netfs_unlock_abandoned_read_pages()
` [PATCH 04/11] netfs: Fix potential uninitialised var in netfs_extract_user_iter()
` [PATCH 05/11] netfs: Fix partial invalidation of streaming-write folio
` [PATCH 06/11] netfs: Fix the trace displayed for the total overwrite of a streamed write
` [PATCH 07/11] netfs: Fix folio->private handling in netfs_perform_write()
` [PATCH 08/11] netfs: Fix group handling in netfs_read_gaps()
` [PATCH 09/11] netfs: Fix potential for tearing in ->remote_i_size and ->zero_point
` [PATCH 10/11] netfs: Fix comment about write-streaming avoidance
` [PATCH 11/11] netfs: Fix netfs_read_folio() to wait on writeback

[PATCH v2] nstree: fix func. parameter kernel-doc warnings
 2026-04-21 11:38 UTC  (2+ messages)

[PATCH] ovl: Fix possible NULL pointer dereference in ovl_destroy_inode
 2026-04-21 11:37 UTC  (2+ messages)

[PATCH] dcache: use kmalloc_flex() in __d_alloc
 2026-04-21 11:35 UTC  (2+ messages)

[PATCH] fs: aio: reject partial mremap to avoid Null-pointer-dereference error
 2026-04-21 11:34 UTC  (2+ messages)

[PATCH] fuse: reject oversized dirents in page cache
 2026-04-21 11:31 UTC  (2+ messages)

[PATCH] vfs: remove always taken if-branch in find_next_fd()
 2026-04-21 11:30 UTC  (3+ messages)

[PATCH] ntfs: fix mmap_prepare writable check for shared mappings
 2026-04-21  9:59 UTC 

[RFC][PATCH] make sure that lock_for_kill() callers drop the locks in safe order
 2026-04-21  9:28 UTC  (3+ messages)
` [RFC PATCH 01/11] shrink_dentry_list(): start with removing from shrink list
  ` [git pull] dcache busy-wait fixes

[PATCH 0/1] iomap: avoid compaction for costly folio order allocation
 2026-04-21  9:02 UTC  (4+ messages)
` [PATCH 1/1] "

[RFC PATCH v1 00/11] Landlock: Namespace and capability control
 2026-04-21  8:24 UTC  (3+ messages)

[PATCH v3 0/2] fanotify: support restartable permission events
 2026-04-21  7:05 UTC  (8+ messages)
` [PATCH v3 1/2] fanotify: add restart infrastructure for pending "
` [PATCH v3 2/2] fanotify: introduce restartable "

[PATCH V10 00/10] famfs: port into fuse
 2026-04-21  6:59 UTC  (17+ messages)

[LSF/MM/BPF ATTEND][LSF/MM/BPF TOPIC] : blktests: status, expansion plan for the storage stack test framework
 2026-04-21  6:37 UTC  (9+ messages)

[PATCH] fuse: drop redundant check in fuse_sync_bucket_alloc()
 2026-04-21  3:38 UTC  (3+ messages)
` [PATCH v2] "

[RFC PATCH] iomap: add fast read path for small direct I/O
 2026-04-21  3:19 UTC  (6+ messages)

[PATCH 0/3] mm: split the file's i_mmap tree for NUMA
 2026-04-21  3:06 UTC  (5+ messages)

[PATCH v0 0/4] exfat: memory optimisations and stringent integrity checks for up-case table
 2026-04-21  2:23 UTC  (4+ messages)
` [PATCH v0 2/4] exfat: use upcase_ptable and upcase_range_info to reduce memory footprint

[PATCH 7.2 v3 00/12] Remove read-only THP support for FSes without large folio support
 2026-04-21  2:12 UTC  (13+ messages)
` [PATCH 7.2 v3 01/12] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check
` [PATCH 7.2 v3 02/12] mm/khugepaged: add folio dirty check after try_to_unmap()
` [PATCH 7.2 v3 03/12] mm/huge_memory: remove READ_ONLY_THP_FOR_FS from file_thp_enabled()
` [PATCH 7.2 v3 04/12] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check in hugepage_pmd_enabled()
` [PATCH 7.2 v3 11/12] selftests/mm: remove READ_ONLY_THP_FOR_FS in khugepaged

[PATCH] fsnotify: fix inode reference leak in fsnotify_recalc_mask()
 2026-04-21  2:04 UTC  (6+ messages)

[PATCH 1/1] iomap: avoid compaction for costly folio order allocation
 2026-04-21  1:16 UTC  (4+ messages)

[PATCH V4 0/2] ndctl: Add daxctl support for the new "famfs" mode of devdax
 2026-04-21  1:47 UTC  (5+ messages)
  ` [PATCH V4 1/2] daxctl: Add support for famfs mode

[PATCH v3] hfsplus: fix null-ptr-deref in hfsplus_cat_write_inode
 2026-04-21  1:44 UTC  (3+ messages)

[PATCHSET v4] libfuse: run fuse servers as a contained service
 2026-04-20 23:41 UTC  (3+ messages)
` [PATCH 09/13] mount.fuse3: integrate systemd service startup

[PATCH bpf-next 1/2] bpf: Implement dtor for struct file BTF ID
 2026-04-20 22:17 UTC 

[LSF/MM/BPF TOPIC] Page cache tracking with the Maple Tree
 2026-04-20 20:18 UTC  (3+ messages)

[PATCH v2] mm/filemap: avoid costly reclaim for high-order folio allocations
 2026-04-20 19:12 UTC  (4+ messages)

[GIT PULL] ntfs3: bugfixes for 7.1
 2026-04-20 18:13 UTC  (2+ messages)

[PATCH v2 00/25] libfuse: Add support for synchronous init
 2026-04-20 16:43 UTC  (26+ messages)
` [PATCH v2 04/25] Add a new daemonize API
` [PATCH v2 13/25] Add support for the new linux mount API
` [PATCH v2 14/25] fuse mount: Support synchronous FUSE_INIT (privileged daemon)
` [PATCH v2 20/25] Make fusermount work bidirectional for sync init
` [PATCH v2 22/25] Add support for sync-init of unprivileged daemons
` [PATCH v2 24/25] Add mount and daemonization README documents

[PATCH 0/3] pidfs: small fixes
 2026-04-20 15:50 UTC  (7+ messages)
` [PATCH 1/3] pidfs: fix PIDFD_THREAD flag loss when opening pidfds via file handles
` [PATCH 2/3] pidfs: return -ENODATA from pidfs_xattr_get() when no xattrs exist
` [PATCH 3/3] pidfs: don't report pidfd_info fields that won't fit in the user buffer

[PATCH] isofs: use QSTR_LEN() in isofs_cmp
 2026-04-20 15:28 UTC  (2+ messages)

[PATCH AUTOSEL 7.0-6.12] exfat: fix s_maxbytes
 2026-04-20 15:09 UTC  (12+ messages)
` [PATCH AUTOSEL 7.0-5.10] hfsplus: fix generic/642 failure
` [PATCH AUTOSEL 7.0-5.10] virtiofs: add FUSE protocol validation
` [PATCH AUTOSEL 7.0-5.10] exfat: Fix bitwise operation having different size
` [PATCH AUTOSEL 7.0-6.1] fuse: validate outarg offset and size in notify store/retrieve
` [PATCH AUTOSEL 7.0-5.10] exfat: use truncate_inode_pages_final() at evict_inode()
` [PATCH AUTOSEL 7.0-5.10] affs: bound hash_pos before table lookup in affs_readdir
` [PATCH AUTOSEL 6.18] eventpoll: defer struct eventpoll free to RCU grace period
` [PATCH AUTOSEL 7.0-6.19] fuse: fix inode initialization race
` [PATCH AUTOSEL 7.0-5.15] fuse: mark DAX inode releases as blocking
` [PATCH AUTOSEL 7.0-6.12] exfat: fix incorrect directory checksum after rename to shorter name

[PATCH 0/2] isofs: hardening for crafted CE and NFS-handle paths
 2026-04-20 14:54 UTC  (4+ messages)
` [PATCH 1/2] isofs: validate Rock Ridge CE continuation extent against volume size
` [PATCH 2/2] isofs: validate block number from NFS file handle in isofs_export_iget

[PATCH v5 0/4] assorted ->i_count changes + extension of lockless handling
 2026-04-20  7:56 UTC  (5+ messages)
` [PATCH v5 4/4] fs: allow lockless ->i_count bumps as long as it does not transition 0->1

[RFC PATCH v2 0/5] Add buffered write-through support to iomap & xfs
 2026-04-20 11:56 UTC  (6+ messages)
` [RFC PATCH v2 2/5] iomap: Add initial support for buffered RWF_WRITETHROUGH

[PATCH] fanotify: Fix spelling mistake "enforecement" -> "enforcement"
 2026-04-20  7:41 UTC  (2+ messages)

[PATCH v6 0/4] OPENAT2_REGULAR flag support for openat2
 2026-04-20 14:31 UTC  (5+ messages)

[PATCH v8 00/22] fs-verity support for XFS with post EOF merkle tree
 2026-04-20 11:47 UTC  (23+ messages)
` [PATCH v8 01/22] fsverity: report validation errors through fserror to fsnotify
` [PATCH v8 02/22] fsverity: expose ensure_fsverity_info()
` [PATCH v8 03/22] ovl: use core fsverity ensure info interface
` [PATCH v8 04/22] fsverity: generate and store zero-block hash
` [PATCH v8 05/22] fsverity: pass digest size and hash of the all-zeroes block to ->write
` [PATCH v8 06/22] fsverity: hoist pagecache_read from f2fs/ext4 to fsverity
` [PATCH v8 07/22] iomap: introduce IOMAP_F_FSVERITY and teach writeback to handle fsverity
` [PATCH v8 08/22] iomap: teach iomap to read files with fsverity
` [PATCH v8 09/22] iomap: introduce iomap_fsverity_write() for writing fsverity metadata
` [PATCH v8 10/22] xfs: introduce fsverity on-disk changes
` [PATCH v8 11/22] xfs: initialize fs-verity on file open
` [PATCH v8 12/22] xfs: don't allow to enable DAX on fs-verity sealed inode
` [PATCH v8 13/22] xfs: disable direct read path for fs-verity files
` [PATCH v8 14/22] xfs: handle fsverity I/O in write/read path
` [PATCH v8 15/22] xfs: use read ioend for fsverity data verification
` [PATCH v8 16/22] xfs: add fs-verity support
` [PATCH v8 17/22] xfs: remove unwritten extents after preallocations in fsverity metadata
` [PATCH v8 18/22] xfs: add fs-verity ioctls
` [PATCH v8 19/22] xfs: advertise fs-verity being available on filesystem
` [PATCH v8 20/22] xfs: check and repair the verity inode flag state
` [PATCH v8 21/22] xfs: introduce health state for corrupted fsverity metadata
` [PATCH v8 22/22] xfs: enable ro-compat fs-verity flag

[syzbot] [fuse?] INFO: task hung in fuse_conn_destroy (2)
 2026-04-20 10:52 UTC  (3+ messages)
` [PATCH next] fuse: avoid using the same file descriptor when cloning

[PATCH v2] vfs: replace ints with enum component_type for LAST_XXX
 2026-04-20 10:29 UTC  (2+ messages)

[PATCH 00/32] fuse: improve transport and fs layer separation
 2026-04-20 10:14 UTC  (4+ messages)
` [PATCH 20/32] fuse: split off fuse_args and related definitions into a separate header

[PATCH] xfs: flush delalloc blocks on ENOSPC when creating symlinks
 2026-04-20 10:06 UTC  (6+ messages)
      ` [PATCH v2] xfs: flush delalloc blocks on ENOSPC in xfs_trans_alloc_icreate

[PATCH] fuse: invalidate page cache after DIO and async DIO writes
 2026-04-20  8:39 UTC 

[PATCH v2] iomap: avoid memset iomap when iter is done
 2026-04-20  6:16 UTC 

[PATCH] MAINTAINERS: add new fuse-devel list
 2026-04-19 17:55 UTC  (2+ messages)

[PATCH v4 2/2] selftest: add tests for O_EMPTYPATH
 2026-04-19 13:21 UTC 

[PATCH v4 1/2] vfs: add O_EMPTYPATH to openat(2)/openat2(2)
 2026-04-19 13:17 UTC 

[PATCH 0/5 -v2] Add support for VMUFAT filesystem
 2026-04-19 11:38 UTC  (5+ messages)

[PATCH v2] docs: add guidelines for submitting new filesystems
 2026-04-19 11:18 UTC 

[BUG] landlock: warning in collect_domain_accesses via renameat2 path rename
 2026-04-18 23:08 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] Filesystem inode reclaim
 2026-04-18 22:43 UTC  (5+ messages)

[RFC PATCH 08/20] bpf: Add Landlock ruleset map type
 2026-04-18 21:50 UTC  (11+ messages)

[PATCH] hfsplus: zero-initialize buffer in hfs_bnode_read
 2026-04-18 13:40 UTC 

[PATCH] hfs: validate bitmap record offset in hfs_bmap_alloc
 2026-04-18 13:39 UTC 


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