public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-07 11:49:10 to 2026-04-08 15:05:52 UTC [more...]

[RFC PATCH v3 0/8] fuse: LOOKUP_HANDLE operation
 2026-04-08 15:05 UTC  (10+ messages)
` [RFC PATCH v3 6/8] fuse: implementation of lookup_handle+statx compound operation

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

[PATCH v2 0/3] mm: improve write performance with RWF_DONTCACHE
 2026-04-08 14:25 UTC  (4+ messages)
` [PATCH v2 1/3] mm: kick writeback flusher instead of inline flush for IOCB_DONTCACHE
` [PATCH v2 2/3] testing: add nfsd-io-bench NFS server benchmark suite
` [PATCH v2 3/3] testing: add dontcache-bench local filesystem "

[patch 00/12] hrtimers: Prevent hrtimer interrupt starvation
 2026-04-08 14:15 UTC  (27+ messages)
` [patch 01/12] clockevents: Prevent timer "
` [patch 04/12] posix-timers: Expand timer_[re]arm() callbacks with a boolean return value
` [patch 07/12] alarmtimer: Provide alarmtimer_start()
` [patch 08/12] alarmtimer: Convert posix timer functions to alarmtimer_start()
` [patch 12/12] alarmtimer: Remove unused interfaces

[RFC PATCH 00/20] BPF interface for applying Landlock rulesets
 2026-04-08 14:00 UTC  (24+ messages)
` [RFC PATCH 01/20] landlock: Move operations from syscall into ruleset code
` [RFC PATCH 02/20] execve: Add set_nnp_on_point_of_no_return
` [RFC PATCH 03/20] landlock: Implement LANDLOCK_RESTRICT_SELF_NO_NEW_PRIVS
` [RFC PATCH 04/20] selftests/landlock: Cover LANDLOCK_RESTRICT_SELF_NO_NEW_PRIVS
` [RFC PATCH 05/20] landlock: Make ruleset deferred free RCU safe
` [RFC PATCH 06/20] bpf: lsm: Add Landlock kfuncs
` [RFC PATCH 07/20] bpf: arraymap: Implement Landlock ruleset map
` [RFC PATCH 08/20] bpf: Add Landlock ruleset map type
` [RFC PATCH 09/20] bpf: syscall: Handle Landlock ruleset maps
` [RFC PATCH 10/20] bpf: verifier: Add Landlock ruleset map support
` [RFC PATCH 11/20] selftests/bpf: Add Landlock kfunc declarations
` [RFC PATCH 12/20] selftests/landlock: Rename gettid wrapper for BPF reuse
` [RFC PATCH 13/20] selftests/bpf: Enable Landlock in selftests kernel
` [RFC PATCH 14/20] selftests/bpf: Add Landlock kfunc test program
` [RFC PATCH 15/20] selftests/bpf: Add Landlock kfunc test runner
` [RFC PATCH 16/20] landlock: Bump ABI version
` [RFC PATCH 17/20] tools: bpftool: Add documentation for landlock_ruleset
` [RFC PATCH 18/20] landlock: Document LANDLOCK_RESTRICT_SELF_NO_NEW_PRIVS
` [RFC PATCH 19/20] bpf: Document BPF_MAP_TYPE_LANDLOCK_RULESET
` [RFC PATCH 20/20] MAINTAINERS: update entry for the Landlock subsystem

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

[PATCH 1/2] vfs: introduce d_mark_tmpfile_name()
 2026-04-08 13:48 UTC  (7+ messages)
` [PATCH 2/2] smb: client: add support for O_TMPFILE

[PATCH 0/3] show orphan file inode detail info
 2026-04-08 13:36 UTC  (3+ messages)

[RFC PATCH v1 0/6] provenance_time (ptime): a new settable timestamp for cross-filesystem provenance
 2026-04-08 13:33 UTC  (8+ messages)

[RFC PATCH] userfaultfd: allow registration of ranges below mmap_min_addr
 2026-04-08 12:36 UTC  (4+ messages)

LSM: Whiteout chardev creation sidesteps mknod hook
 2026-04-08 12:24 UTC 

[PATCH 0/9] Kernel API Specification Framework
 2026-04-08 12:05 UTC  (4+ messages)

[patch V2 00/11] hrtimers: Prevent hrtimer interrupt starvation
 2026-04-08 11:54 UTC  (12+ messages)
` [patch V2 01/11] hrtimer: Provide hrtimer_start_range_ns_user()
` [patch V2 02/11] hrtimer: Use hrtimer_start_expires_user() for hrtimer sleepers
` [patch V2 03/11] posix-timers: Expand timer_[re]arm() callbacks with a boolean return value
` [patch V2 04/11] posix-timers: Handle the timer_[re]arm() "
` [patch V2 05/11] posix-timers: Switch to hrtimer_start_expires_user()
` [patch V2 06/11] alarmtimer: Provide alarm_start_timer()
` [patch V2 07/11] alarmtimer: Convert posix timer functions to alarm_start_timer()
` [patch V2 08/11] fs/timerfd: Use the new alarm/hrtimer functions
` [patch V2 09/11] power: supply: charger-manager: Switch to alarm_start_timer()
` [patch V2 10/11] netfilter: xt_IDLETIMER: "
` [patch V2 11/11] alarmtimer: Remove unused interfaces

[PATCH] dcache: warn when a dentry is freed with a non-empty ->d_lru
 2026-04-08 11:10 UTC  (3+ messages)

[RFC PATCH] Limit directory child dentry retention
 2026-04-08 10:17 UTC  (7+ messages)
` [RFC PATCH] vfs: limit "

[PATCH v2 00/25] libfuse: Add support for synchronous init
 2026-04-08  8:21 UTC  (7+ messages)
` fuse-devel list on kernel.org

fuse-devel list on kernel.org
 2026-04-08  8:13 UTC 

[PATCH] docs: proc: document ProtectionKey in smaps
 2026-04-08  7:54 UTC  (13+ messages)

cleanup truncate handling in ecryptfs v3
 2026-04-08  6:06 UTC  (8+ messages)
` [PATCH 1/7] ecryptfs: cleanup ecryptfs_setattr
` [PATCH 2/7] ecryptfs: streamline truncate_upper
` [PATCH 3/7] ecryptfs: use ZERO_PAGE instead of allocating zeroed memory in truncate_upper
` [PATCH 4/7] ecryptfs: combine the two ATTR_SIZE blocks in ecryptfs_setattr
` [PATCH 5/7] ecryptfs: merge ecryptfs_inode_newsize_ok into truncate_upper
` [PATCH 6/7] ecryptfs: factor out a ecryptfs_iattr_to_lower helper
` [PATCH 7/7] ecryptfs: keep the lower iattr contained in truncate_upper

[PATCH v2] fuse: Send FORGET over io_uring when ring is ready
 2026-04-08  5:06 UTC  (5+ messages)

[LSF/MM/BPF TOPIC] What's brewing in CXL?
 2026-04-08  2:35 UTC 

cleanup truncate handling in ecryptfs v2
 2026-04-08  1:10 UTC  (10+ messages)
` [PATCH 1/7] ecryptfs: streamline truncate_upper
` [PATCH 2/7] ecryptfs: cleanup ecryptfs_setattr
` [PATCH 3/7] ecryptfs: use ZERO_PAGE instead of allocating zeroed memory in truncate_upper
` [PATCH 4/7] ecryptfs: combine the two ATTR_SIZE blocks in ecryptfs_setattr
` [PATCH 5/7] ecryptfs: sanitize struct iattr handling in truncate_upper
` [PATCH 6/7] ecryptfs: merge ecryptfs_inode_newsize_ok into truncate_upper
` [PATCH 7/7] ecryptfs: call notify_change from truncate_upper

[PATCHSET v3] libfuse: run fuse servers as a contained service
 2026-04-08  0:11 UTC  (15+ messages)
` [PATCH 02/17] mount_service: add systemd/inetd socket service mounting helper
` [PATCH 05/17] mount_service: update mtab after a successful mount
` [PATCH 06/17] util: hoist the fuse.conf parsing code
` [PATCH 11/17] mount_service: use over the other non-root user checks
` [PATCH 12/17] mount.fuse3: integrate systemd service startup
` [PATCH 14/17] example/service_ll: create a sample systemd service fuse server
` [PATCH 17/17] nullfs: support fuse systemd service mode

[PATCH] rust: seq_file: add puts, putc, write, and hex_dump methods
 2026-04-07 23:00 UTC  (2+ messages)

[PATCH 0/3] coda dcache-related cleanups and fixes
 2026-04-07 22:05 UTC  (2+ messages)

[PATCH v2 1/2] vfs: introduce d_mark_tmpfile_name()
 2026-04-07 20:58 UTC  (3+ messages)
` [PATCH v2 2/2] smb: client: add support for O_TMPFILE

[PATCH v4 0/3] Fix incorrect overlayfs mmap() and mprotect() LSM access controls
 2026-04-07 20:21 UTC  (6+ messages)
` [PATCH v4 3/3] selinux: fix overlayfs mmap() and mprotect() access checks

[PATCH 0/1] hfsplus: optimize b-tree node allocation with next-fit strategy
 2026-04-07 19:09 UTC  (4+ messages)
` [PATCH 1/1] hfsplus: switch hfs_bmap_alloc() to next-fit allocation using alloc_hint

[RFC] [PATCH] Fix warning at fs/dcache.c:430 dentry_free
 2026-04-07 16:24 UTC  (6+ messages)

[syzbot] [fuse?] linux-next test error: general protection fault in fuse_dev_alloc_install
 2026-04-07 15:30 UTC 

[PATCH 0/4 v5] exec: inherit HWCAPs from the parent process
 2026-04-07 15:23 UTC  (8+ messages)
` [PATCH 1/4] "

[PATCH v4 00/15] mm, kvm: allow uffd support in guest_memfd
 2026-04-07 15:01 UTC  (4+ messages)
` [PATCH v4 13/15] KVM: guest_memfd: implement userfaultfd operations

[PATCH] bpf: add bpf_real_inode() kfunc
 2026-04-07 14:54 UTC  (5+ messages)

[PATCH v1] treewide: Fix indentation and whitespace in Kconfig files
 2026-04-07 14:37 UTC  (3+ messages)

[PATCH v2 00/17] Landlock tracepoints
 2026-04-07 13:00 UTC  (4+ messages)
` [PATCH v2 12/17] landlock: Add tracepoints for ptrace and scope denials


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