messages from 2026-04-22 15:28:33 to 2026-04-23 22:22:48 UTC [more...]
[PATCH 0/4] netfs: Yet further miscellaneous fixes
2026-04-23 22:22 UTC (5+ messages)
` [PATCH 1/4] netfs: Fix wrong return from netfs_read_sizes() on 32-bit SMP arches
` [PATCH 2/4] netfs: Fix missing barriers when accessing stream->subrequests locklessly
` [PATCH 3/4] afs: Fix afs_get_link() to take validate_lock around afs_read_single()
` [PATCH 4/4] afs: Fix RCU handling of symlinks in RCU pathwalk
[PATCH] mm: limit filemap_fault readahead to VMA boundaries
2026-04-23 21:58 UTC (3+ messages)
[PATCH] hfsplus: fix hfs_bnode_split() failure on sparsely-filled nodes
2026-04-23 21:49 UTC
[PATCH 0/2] iomap/ntfs: remove over-strict inline data check and optimize ntfs
2026-04-23 21:32 UTC (3+ messages)
` [PATCH 1/2] iomap: remove over-strict inline data boundary check
` [PATCH 2/2] ntfs: use direct pointer for inline data to avoid redundant allocation
[RFC] shrinking rcu_read_lock() scope in d_alloc_parallel()
2026-04-23 21:09 UTC (2+ messages)
[PATCH v2] fs: cache the string generated by reading /proc/filesystems
2026-04-23 21:04 UTC (7+ messages)
` [PATCH v2] "
[PATCH v10 00/17] Exposing case folding behavior
2026-04-23 21:02 UTC (19+ messages)
` [PATCH v10 01/17] fs: Move file_kattr initialization to callers
` [PATCH v10 02/17] fs: Add case sensitivity flags to file_kattr
` [PATCH v10 03/17] fat: Implement fileattr_get for case sensitivity
` [PATCH v10 04/17] exfat: "
` [PATCH v10 05/17] ntfs3: "
` [PATCH v10 06/17] hfs: "
` [PATCH v10 07/17] hfsplus: Report case sensitivity in fileattr_get
` [PATCH v10 08/17] ext4: "
` [PATCH v10 09/17] xfs: "
` [PATCH v10 10/17] cifs: Implement fileattr_get for case sensitivity
` [PATCH v10 11/17] nfs: "
` [PATCH v10 12/17] f2fs: Add case sensitivity reporting to fileattr_get
` [PATCH v10 13/17] vboxsf: Implement fileattr_get for case sensitivity
` [PATCH v10 14/17] isofs: "
` [PATCH v10 15/17] nfsd: Report export case-folding via NFSv3 PATHCONF
` [PATCH v10 16/17] nfsd: Implement NFSv4 FATTR4_CASE_INSENSITIVE and FATTR4_CASE_PRESERVING
` [PATCH v10 17/17] ksmbd: Report filesystem case sensitivity via FS_ATTRIBUTE_INFORMATION
[PATCH] proc: fix comm_write return value when truncated or error
2026-04-23 20:06 UTC
cleanup block-style layouts exports v2
2026-04-23 18:57 UTC (10+ messages)
[PATCH v2 1/2] vfs: introduce d_mark_tmpfile_name()
2026-04-23 18:23 UTC (3+ messages)
` [PATCH v2 2/2] smb: client: add support for O_TMPFILE
[PATCH] libceph: switch ceph-msgr workqueue from WQ_PERCPU to WQ_UNBOUND
2026-04-23 17:59 UTC (3+ messages)
"Intent" of VFS lookups
2026-04-23 17:43 UTC (2+ messages)
[PATCH] fs: retire stale lock ordering annotations from inode hash
2026-04-23 17:04 UTC
XFS Deadlock on Linux 6.12.82
2026-04-23 16:20 UTC (3+ messages)
[PATCH RFC v3 01/19] mm: thread user_addr through page allocator for cache-friendly zeroing
2026-04-23 16:13 UTC (13+ messages)
[RFC PATCH v1 00/11] Landlock: Namespace and capability control
2026-04-23 16:08 UTC (24+ 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 04/11] landlock: Wrap per-layer access masks in struct layer_rights
` [RFC PATCH v1 06/11] landlock: Enforce capability restrictions
` [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 v1 v1] Documentation: proc: fix ext4 section numbering in table of contents
2026-04-23 15:55 UTC (2+ messages)
[PATCH] kunit: fat: test cluster and directory i_pos layout helpers
2026-04-23 15:29 UTC (5+ messages)
[syzbot] [iomap?] WARNING in iomap_zero_range
2026-04-23 15:14 UTC (3+ messages)
[PATCH v2] namei: use QSTR() instead of QSTR_INIT() in path_pts
2026-04-23 15:11 UTC
[PATCHBOMB v5] fuse/libfuse/e2fsprogs/etc: containerize ext4 for safer operation
2026-04-23 14:50 UTC (32+ messages)
` [PATCHSET v5] libfuse: run fuse servers as a contained service
` [PATCH 01/13] Refactor mount code / move common functions to mount_util.c
` [PATCH 02/13] mount_service: add systemd socket service mounting helper
` [PATCH 03/13] mount_service: create high level fuse helpers
` [PATCH 04/13] mount_service: use the new mount api for the mount service
` [PATCH 05/13] mount_service: update mtab after a successful mount
` [PATCH 06/13] util: hoist the fuse.conf parsing and setuid mode enforcement code
` [PATCH 07/13] util: fix checkpatch complaints in fuser_conf.[ch]
` [PATCH 08/13] mount_service: enable unprivileged users in a similar manner as fusermount
` [PATCH 09/13] mount.fuse3: integrate systemd service startup
` [PATCH 10/13] mount_service: allow installation as a setuid program
` [PATCH 11/13] example/service_ll: create a sample systemd service fuse server
` [PATCH 12/13] example/service: create a sample systemd service for a high-level "
` [PATCH 13/13] nullfs: support fuse systemd service mode
` [PATCHSET v5 2/2] fuse4fs: run servers as a contained service
` [PATCH 01/10] libext2fs: make it possible to extract the fd from an IO manager
` [PATCH 02/10] libext2fs: fix checking for valid fds in mmp.c
` [PATCH 03/10] unix_io: allow passing /dev/fd/XXX paths to the unixfd IO manager
` [PATCH 04/10] libext2fs: fix MMP code to work with "
` [PATCH 05/10] libext2fs: bump libfuse API version to 3.19
` [PATCH 06/10] fuse4fs: hoist some code out of fuse4fs_main
` [PATCH 07/10] fuse4fs: enable safe service mode
` [PATCH 08/10] fuse4fs: set proc title when in fuse "
` [PATCH 09/10] fuse4fs: make MMP work correctly in safe "
` [PATCH 10/10] debian: update packaging for fuse4fs service
` [RFC PATCH 1/4] fusefatfs: enable fuse systemd service mode
` [RFC PATCH 2/4] exfat: "
` [RFC PATCH 3/4] fuseiso: enable "
` [RFC PATCH 4/4] httpdirfs: enable fuse "
[PATCH 7.2 v3 02/12] mm/khugepaged: add folio dirty check after try_to_unmap()
2026-04-23 13:14 UTC (3+ messages)
[RFC PATCH v2 0/5] Add buffered write-through support to iomap & xfs
2026-04-23 12:25 UTC (12+ messages)
` [RFC PATCH v2 1/5] mm: Refactor folio_clear_dirty_for_io()
` [RFC PATCH v2 2/5] iomap: Add initial support for buffered RWF_WRITETHROUGH
[PATCH v2] fs: Handle multiply claimed blocks more gracefully with mmb
2026-04-23 11:54 UTC (2+ messages)
[PATCH v9 00/17] Exposing case folding behavior
2026-04-23 11:52 UTC (22+ messages)
` [PATCH v9 01/17] fs: Move file_kattr initialization to callers
` [PATCH v9 02/17] fs: Add case sensitivity flags to file_kattr
` [PATCH v9 03/17] fat: Implement fileattr_get for case sensitivity
` [PATCH v9 04/17] exfat: "
` [PATCH v9 05/17] ntfs3: "
` [PATCH v9 06/17] hfs: "
` [PATCH v9 07/17] hfsplus: Report case sensitivity in fileattr_get
` [PATCH v9 08/17] ext4: "
` [PATCH v9 09/17] xfs: "
` [PATCH v9 10/17] cifs: Implement fileattr_get for case sensitivity
` [PATCH v9 11/17] nfs: "
` [PATCH v9 12/17] f2fs: Add case sensitivity reporting to fileattr_get
` [PATCH v9 13/17] vboxsf: Implement fileattr_get for case sensitivity
` [PATCH v9 14/17] isofs: "
` [PATCH v9 15/17] nfsd: Report export case-folding via NFSv3 PATHCONF
` [PATCH v9 16/17] nfsd: Implement NFSv4 FATTR4_CASE_INSENSITIVE and FATTR4_CASE_PRESERVING
` [PATCH v9 17/17] ksmbd: Report filesystem case sensitivity via FS_ATTRIBUTE_INFORMATION
[PATCH] exfat: fix potential use-after-free in exfat_find_dir_entry()
2026-04-23 11:47 UTC (2+ messages)
LSF/MM/BPF: 2026: Call for Proposals
2026-04-23 11:46 UTC (4+ messages)
[PATCH] ntfs: Avoid NULL pointer dereference in ntfs_iomap_submit_read()
2026-04-23 11:38 UTC (2+ messages)
[PATCH v2] fuse: Send FORGET over io_uring when ring is ready
2026-04-23 11:09 UTC (2+ messages)
` [PATCH v3] fuse: optional FORGET delivery over io_uring
[LSF/MM/BPF ATTEND][LSF/MM/BPF TOPIC] : blktests: status, expansion plan for the storage stack test framework
2026-04-23 9:36 UTC (7+ messages)
[PATCH] fs: Handle multiply claimed blocks more gracefully with mmb
2026-04-23 8:53 UTC (3+ messages)
` [syzbot ci] "
libfuse accepts subtypes with slashes in them??
2026-04-23 7:34 UTC (2+ messages)
[PATCH] fuse: drop redundant check in fuse_sync_bucket_alloc()
2026-04-23 7:32 UTC (3+ messages)
` [PATCH v2] "
[PATCH 00/32] fuse: improve transport and fs layer separation
2026-04-23 7:20 UTC (9+ messages)
` [PATCH 06/32] fuse: move background queuing related members to fuse_chan
` [PATCH 27/32] fuse: set params in fuse_chan_set_initialized()
` [PATCH 31/32] fuse: alloc pqueue before installing fch in fuse_dev
[PATCH v2 0/6] fuse: fix hang with sync init
2026-04-23 7:19 UTC (9+ messages)
` [PATCH v2 1/6] fuse: create fuse_dev on /dev/fuse open instead of mount
[PATCH] fuse: fix kernel NULL pointer dereference in fuse_uring_add_to_pq()
2026-04-23 7:17 UTC (8+ messages)
[PATCH v4 2/2] selftest: add tests for O_EMPTYPATH
2026-04-23 6:09 UTC (2+ messages)
[PATCH] ntfs: use page allocation for resident attribute inline data
2026-04-23 5:49 UTC (7+ messages)
[BUG] KASAN: slab-use-after-free in link_path_walk
2026-04-23 5:19 UTC (3+ messages)
[PATCH v3] xfs: flush delalloc blocks on ENOSPC in xfs_trans_alloc_icreate
2026-04-23 5:09 UTC (2+ messages)
[moderation] KCSAN: data-race in filemap_read / filemap_splice_read (3)
2026-04-23 5:05 UTC
[PATCH 7.2 v3 01/12] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check
2026-04-23 4:47 UTC (4+ messages)
[PATCH] generic/790: test post-EOF gap zeroing persistence
2026-04-23 1:41 UTC (3+ messages)
[PATCH] ntfs: fix s64 overflow in ntfs_mapping_pairs_decompress()
2026-04-22 23:57 UTC (3+ messages)
` [PATCH v2] ntfs: fix VCN "
[PATCH] hfs: validate bitmap record offset in hfs_bmap_alloc
2026-04-22 23:05 UTC (2+ messages)
[PATCH v4 1/2] vfs: add O_EMPTYPATH to openat(2)/openat2(2)
2026-04-22 22:48 UTC (2+ messages)
[PATCH v8 00/22] fs-verity support for XFS with post EOF merkle tree
2026-04-22 22:46 UTC (5+ messages)
` [PATCH v8 03/22] ovl: use core fsverity ensure info interface
[PATCH v8 0/5] proc: subset=pid: Relax check of mount visibility
2026-04-22 22:32 UTC (9+ messages)
` [PATCH v9 "
` [PATCH v9 4/5] proc: Skip the visibility check if subset=pid is used
[PATCH 0/1] rhashtable: fix fs_reclaim circular dep in free_and_destroy
2026-04-22 21:33 UTC (2+ messages)
` [PATCH 1/1] rhashtable: drop ht->mutex in rhashtable_free_and_destroy()
[PATCH] ceph: support RWF_DONTCACHE
2026-04-22 19:27 UTC (3+ messages)
[PATCH 1/2] proc: add tgid_iter.pid_ns member
2026-04-22 19:17 UTC (2+ messages)
` [PATCH 2/2] proc: rewrite next_tgid()
[PATCH] hfsplus: zero-initialize buffer in hfs_bnode_read
2026-04-22 19:05 UTC (2+ messages)
[PATCH] hfsplus: Supports freeing newly created tree head
2026-04-22 18:19 UTC (3+ messages)
[PATCH V4 0/2] ndctl: Add daxctl support for the new "famfs" mode of devdax
2026-04-22 18:09 UTC (6+ 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-22 17:50 UTC (4+ messages)
[PATCH v3 0/2] fanotify: support restartable permission events
2026-04-22 16:54 UTC (7+ messages)
` [PATCH v3 2/2] fanotify: introduce "
答复: [PATCH] mm: Add RWH_RMAP_EXCLUDE flag to exclude files from rmap sharing
2026-04-22 16:16 UTC (2+ messages)
[LSF/MM/BPF TOPIC] Filesystem breakout sessions
2026-04-22 15:51 UTC (2+ messages)
[PATCH] docs: add guidelines for submitting new filesystems
2026-04-22 15:50 UTC (11+ messages)
[PATCH] dcache: use QSTR() instead of QSTR_INIT()
2026-04-22 15:41 UTC (4+ messages)
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