public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-17 05:40:32 to 2026-04-20 13:33:28 UTC [more...]

[PATCH AUTOSEL 7.0-6.12] exfat: fix s_maxbytes
 2026-04-20 13:21 UTC  (11+ 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/3] pidfs: small fixes
 2026-04-20 13:32 UTC  (4+ 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 v6 0/4] OPENAT2_REGULAR flag support for openat2
 2026-04-20 13:20 UTC  (10+ messages)
` [PATCH v6 1/4] openat2: new OPENAT2_REGULAR flag support

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

[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] isofs: use QSTR_LEN() in isofs_cmp
 2026-04-20 10:25 UTC 

[PATCH] vfs: remove always taken if-branch in find_next_fd()
 2026-04-20 10:18 UTC 

[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: reject oversized dirents in page cache
 2026-04-20  9:01 UTC 

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

[PATCH 00/11] netfs: Further miscellaneous fixes
 2026-04-20  8:37 UTC  (12+ 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 7.2 v3 00/12] Remove read-only THP support for FSes without large folio support
 2026-04-20  7:56 UTC  (19+ 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 05/12] mm: remove READ_ONLY_THP_FOR_FS Kconfig option
` [PATCH 7.2 v3 06/12] mm: fs: remove filemap_nr_thps*() functions and their users
` [PATCH 7.2 v3 07/12] fs: remove nr_thps from struct address_space
` [PATCH 7.2 v3 08/12] mm/huge_memory: remove folio split check for READ_ONLY_THP_FOR_FS
` [PATCH 7.2 v3 09/12] mm/truncate: use folio_split() in truncate_inode_partial_folio()
` [PATCH 7.2 v3 10/12] fs/btrfs: remove a comment referring to READ_ONLY_THP_FOR_FS
` [PATCH 7.2 v3 11/12] selftests/mm: remove READ_ONLY_THP_FOR_FS in khugepaged
` [PATCH 7.2 v3 12/12] selftests/mm: remove READ_ONLY_THP_FOR_FS code from guard-regions

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

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

[PATCH] fuse: drop redundant check in fuse_sync_bucket_alloc()
 2026-04-20  3:09 UTC 

[PATCH 0/3] mm: split the file's i_mmap tree for NUMA
 2026-04-20  2:10 UTC  (4+ messages)

[PATCH V10 00/10] famfs: port into fuse
 2026-04-20  0:27 UTC  (30+ messages)

[PATCH v2 00/25] libfuse: Add support for synchronous init
 2026-04-20  0:21 UTC  (19+ 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/2] isofs: hardening for crafted CE and NFS-handle paths
 2026-04-19 21:21 UTC  (3+ 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 v9 0/9] Automatic NFSv4 state revocation on filesystem unmount
 2026-04-19 18:53 UTC  (10+ 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] 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 

[PATCH] docs: add guidelines for submitting new filesystems
 2026-04-19 11:06 UTC  (9+ messages)

[PATCH] fanotify: Fix spelling mistake "enforecement" -> "enforcement"
 2026-04-19  0:42 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 00/20] BPF interface for applying Landlock rulesets
 2026-04-18 21:50 UTC  (15+ messages)
` [RFC PATCH 08/20] bpf: Add Landlock ruleset map type

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

[PATCH] dcache: fix typos in comments in dcache.h
 2026-04-18 18:47 UTC 

[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 

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

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

[PATCH] dcache: use kmalloc_flex() in __d_alloc
 2026-04-18 10:30 UTC  (3+ messages)

[syzbot] [hfs?] memory leak in __hfs_bnode_create
 2026-04-18  9:37 UTC  (4+ messages)
` [PATCH] hfsplus: Supports freeing newly created tree head

[PATCH v2 00/11] ftrfs: Fault-Tolerant Radiation-Robust Filesystem
 2026-04-18  8:16 UTC  (4+ messages)
` [PATCH v2 08/11] ftrfs: add CRC32 checksumming and Reed-Solomon FEC skeleton

[GIT PULL] orangefs changes for 7.1
 2026-04-18  0:12 UTC  (2+ messages)

[PATCH] ntfs3: bound to_move in indx_insert_into_root before hdr_insert_head
 2026-04-17 23:33 UTC 

[GIT PULL] libfuse: run fuse servers as a contained service
 2026-04-17 23:26 UTC  (9+ messages)

[PATCHSET v4] libfuse: run fuse servers as a contained service
 2026-04-17 23:19 UTC  (12+ messages)
` [PATCH 02/13] mount_service: add systemd/inetd socket service mounting helper
` [PATCH 04/13] mount_service: use the new mount api for the mount service
` [PATCH 08/13] mount_service: enable unprivileged users in the same manner as fusermount
` [PATCH 09/13] mount.fuse3: integrate systemd service startup
` [PATCH 11/13] example/service_ll: create a sample systemd service fuse server

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

[PATCH] ntfs3: validate split-point offset in indx_insert_into_buffer
 2026-04-17 22:57 UTC 

[PATCH] hfsplus: zero-initialize data buffer in hfs_bnode_read_u16 and hfs_bnode_read_u8
 2026-04-17 22:28 UTC  (2+ messages)

[PATCH] hfs: return error when bnode already hashed in hfs_bnode_create
 2026-04-17 22:18 UTC  (2+ messages)

[PATCH] hfsplus: fix issue of direct writes beyond end-of-file
 2026-04-17 21:49 UTC 

[PATCH] sysctl: add CAP_SYS_ADMIN check to panic/ctrl-alt-del sysctls
 2026-04-17 19:14 UTC  (2+ messages)

cleanup block-style layouts exports v2
 2026-04-17 14:52 UTC  (8+ messages)

[syzbot] [iomap?] WARNING in iomap_zero_range
 2026-04-17 14:31 UTC 

[LSF/MM/BPF TOPIC] Should we make inode->i_ino a u64?
 2026-04-17 14:28 UTC  (6+ messages)

[fuse-devel] Debugging a stale kernel cache during file growth
 2026-04-17 13:48 UTC  (6+ messages)

[PATCH v2 00/28] vfs/nfsd: add support for CB_NOTIFY callbacks in directory delegations
 2026-04-17 11:56 UTC  (5+ messages)
` [PATCH v2 05/28] fsnotify: new tracepoint in fsnotify()
` [PATCH v2 07/28] fsnotify: add FSNOTIFY_EVENT_RENAME data type

[PATCH 7.2 v2 00/12] Remove read-only THP support for FSes without large folio support
 2026-04-17 11:50 UTC  (6+ messages)
` [PATCH 7.2 v2 02/12] mm/khugepaged: add folio dirty check after try_to_unmap_flush()

[PATCH v3 0/2] fanotify: support restartable permission events
 2026-04-17 11:09 UTC  (5+ messages)
` [PATCH v3 1/2] fanotify: add restart infrastructure for pending "
` [PATCH v3 2/2] fanotify: introduce restartable "

[PATCH] iomap: avoid memset iomap when iter is done
 2026-04-17  9:15 UTC  (4+ messages)


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