public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-16 10:02:54 to 2026-04-18 12:32:55 UTC [more...]

[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 7.2 v3 00/12] Remove read-only THP support for FSes without large folio support
 2026-04-18  9:27 UTC  (14+ 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

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

[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 00/32] fuse: improve transport and fs layer separation
 2026-04-17 21:52 UTC  (3+ messages)
` [PATCH 20/32] fuse: split off fuse_args and related definitions into a separate header

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

[RFC PATCH 00/20] BPF interface for applying Landlock rulesets
 2026-04-17 20:42 UTC  (14+ messages)
` [RFC PATCH 08/20] bpf: Add Landlock ruleset map type

[PATCH V10 00/10] famfs: port into fuse
 2026-04-17 19:35 UTC  (26+ messages)

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

[PATCH] docs: add guidelines for submitting new filesystems
 2026-04-17 17:20 UTC  (4+ 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  (8+ messages)

[PATCH v2 00/28] vfs/nfsd: add support for CB_NOTIFY callbacks in directory delegations
 2026-04-17 11:56 UTC  (33+ messages)
` [PATCH v2 01/28] filelock: pass current blocking lease to trace_break_lease_block() rather than "new_fl"
` [PATCH v2 02/28] filelock: add support for ignoring deleg breaks for dir change events
` [PATCH v2 03/28] filelock: add a tracepoint to start of break_lease()
` [PATCH v2 04/28] filelock: add an inode_lease_ignore_mask helper
` [PATCH v2 05/28] fsnotify: new tracepoint in fsnotify()
` [PATCH v2 06/28] fsnotify: add fsnotify_modify_mark_mask()
` [PATCH v2 07/28] fsnotify: add FSNOTIFY_EVENT_RENAME data type
` [PATCH v2 08/28] nfsd: check fl_lmops in nfsd_breaker_owns_lease()
` [PATCH v2 09/28] nfsd: add protocol support for CB_NOTIFY
` [PATCH v2 10/28] nfs_common: add new NOTIFY4_* flags proposed in RFC8881bis
` [PATCH v2 11/28] nfsd: allow nfsd to get a dir lease with an ignore mask
` [PATCH v2 12/28] nfsd: update the fsnotify mark when setting or removing a dir delegation
` [PATCH v2 13/28] nfsd: make nfsd4_callback_ops->prepare operation bool return
` [PATCH v2 14/28] nfsd: add callback encoding and decoding linkages for CB_NOTIFY
` [PATCH v2 15/28] nfsd: use RCU to protect fi_deleg_file
` [PATCH v2 16/28] nfsd: add data structures for handling CB_NOTIFY
` [PATCH v2 17/28] nfsd: add notification handlers for dir events
` [PATCH v2 18/28] nfsd: add tracepoint to dir_event handler
` [PATCH v2 19/28] nfsd: apply the notify mask to the delegation when requested
` [PATCH v2 20/28] nfsd: add helper to marshal a fattr4 from completed args
` [PATCH v2 21/28] nfsd: allow nfsd4_encode_fattr4_change() to work with no export
` [PATCH v2 22/28] nfsd: send basic file attributes in CB_NOTIFY
` [PATCH v2 23/28] nfsd: allow encoding a filehandle into fattr4 without a svc_fh
` [PATCH v2 24/28] nfsd: add a fi_connectable flag to struct nfs4_file
` [PATCH v2 25/28] nfsd: add the filehandle to returned attributes in CB_NOTIFY
` [PATCH v2 26/28] nfsd: properly track requested child attributes
` [PATCH v2 27/28] nfsd: track requested dir attributes
` [PATCH v2 28/28] nfsd: add support to CB_NOTIFY for dir attribute changes

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

[BUG] landlock: warning in collect_domain_accesses via renameat2 path rename
 2026-04-17 11:30 UTC 

[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  (9+ messages)

[PATCH v6 0/4] OPENAT2_REGULAR flag support for openat2
 2026-04-17  7:58 UTC  (16+ messages)
` [PATCH v6 1/4] openat2: new OPENAT2_REGULAR flag support

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

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

[PATCH] kunit: fat: test cluster and directory i_pos layout helpers
 2026-04-17  4:34 UTC  (4+ messages)

[PATCH v2 0/3] mm: improve write performance with RWF_DONTCACHE
 2026-04-17  2:55 UTC  (5+ messages)
` [PATCH v2 1/3] mm: kick writeback flusher instead of inline flush for IOCB_DONTCACHE

[syzbot] [fuse?] INFO: task hung in fuse_conn_destroy (2)
 2026-04-17  1:56 UTC 

[PATCH] eventpoll: Add sysctl quirk to avoid synchronous wakeup
 2026-04-17  1:46 UTC 

[PATCH 0/1] iomap: avoid compaction for costly folio order allocation
 2026-04-16 15:14 UTC  (5+ messages)
` [PATCH 1/1] "

[LSF/MM/BPF TOPIC] Filesystem inode reclaim
 2026-04-17  0:06 UTC  (6+ messages)

[PATCH] hfsplus: Add a sanity check for catalog btree node size
 2026-04-16 23:52 UTC  (6+ messages)
` [PATCH v2] hfsplus: Add a sanity check for "
      ` [PATCH v3] "

[PATCH v8 0/9] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL and HMEM
 2026-04-16 23:44 UTC  (3+ messages)

[PATCH v2] nstree: fix func. parameter kernel-doc warnings
 2026-04-16 21:54 UTC 

[PATCH] hfsplus: set attributes inode dirty at correct position
 2026-04-16 21:52 UTC  (3+ messages)
` [PATCH v2] hfsplus: Remove the duplicate attr inode dirty marking action

[RFC PATCH 0/2] Use high-order folios in mmap sync RA
 2026-04-16 17:58 UTC  (4+ messages)
` [RFC PATCH 2/2] filemap: use high-order folios in filemap "

[PATCH 1/2] proc: add tgid_iter.pid_ns member
 2026-04-16 16:45 UTC  (2+ messages)
` [PATCH 2/2] proc: rewrite next_tgid()

[PATCH 1/2] proc: add tgid_iter.pid_ns member
 2026-04-16 16:43 UTC  (2+ messages)
` [PATCH 2/2] proc: rewrite next_tgid()

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

[PATCH v2] fuse: fix io-uring background queue dispatch on request completion
 2026-04-16 14:54 UTC  (3+ messages)

[PATCH] fuse: reduce attributes invalidated on directory change
 2026-04-16 14:47 UTC  (2+ messages)

[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
 2026-04-16 12:30 UTC  (5+ messages)
` [PATCH 01/61] Coccinelle: Prefer IS_ERR_OR_NULL over manual NULL check
` [PATCH 55/61] interconnect: "

[PATCH] fuse: drop redundant err assignment in fuse_create_open()
 2026-04-16 12:19 UTC  (3+ messages)
` [PATCH v2] "

[linux-next] fuse: wrong usage of no_free_ptr() in cuse_channel_open()
 2026-04-16 12:16 UTC  (4+ messages)

[PATCH v3] fuse: invalidate page cache after sync and async direct writes
 2026-04-16 10:38 UTC  (2+ messages)

[PATCH 0/5 -v2] Add support for VMUFAT filesystem
 2026-04-16 10:36 UTC  (4+ messages)

[PATCH] jfs: fix missing bounds check in __jfs_setxattr()
 2026-04-16 10:15 UTC  (3+ messages)


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