public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-07 03:58:36 to 2026-04-08 07:54:09 UTC [more...]

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

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

[PATCH] dcache: warn when a dentry is freed with a non-empty ->d_lru
 2026-04-08  6:42 UTC  (3+ 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)

[RFC PATCH 00/20] BPF interface for applying Landlock rulesets
 2026-04-08  4:40 UTC  (22+ 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

[RFC PATCH] userfaultfd: allow registration of ranges below mmap_min_addr
 2026-04-08  3:21 UTC  (2+ messages)

[RFC PATCH v1 0/6] provenance_time (ptime): a new settable timestamp for cross-filesystem provenance
 2026-04-08  2:54 UTC  (7+ 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

[PATCH 00/24] vfs/nfsd: add support for CB_NOTIFY callbacks in directory delegations
 2026-04-08  0:41 UTC  (26+ 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

[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

[RFC PATCH v3 0/8] fuse: LOOKUP_HANDLE operation
 2026-04-07 23:38 UTC  (7+ messages)
` [RFC PATCH v3 6/8] fuse: implementation of lookup_handle+statx compound operation

[PATCH] rust: seq_file: add puts, putc, write, and hex_dump methods
 2026-04-07 23:00 UTC  (3+ 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 00/12] hrtimers: Prevent hrtimer interrupt starvation
 2026-04-07 20:58 UTC  (44+ messages)
` [patch 01/12] clockevents: Prevent timer "
` [patch 02/12] hrtimer: Provide hrtimer_start_range_ns_user()
` [patch 03/12] hrtimer: Use hrtimer_start_expires_user() for hrtimer sleepers
` [patch 04/12] posix-timers: Expand timer_[re]arm() callbacks with a boolean return value
` [patch 05/12] posix-timers: Handle the timer_[re]arm() "
` [patch 06/12] posix-timers: Switch to hrtimer_start_expires_user()
` [patch 07/12] alarmtimer: Provide alarmtimer_start()
` [patch 08/12] alarmtimer: Convert posix timer functions to alarmtimer_start()
` [patch 09/12] fs/timerfd: Use the new alarm/hrtimer functions
` [patch 10/12] power: supply: charger-manager: Switch to alarmtimer_start()
` [patch 11/12] netfilter: xt_IDLETIMER: "
` [patch 12/12] alarmtimer: Remove unused interfaces

[PATCH 0/3] show orphan file inode detail info
 2026-04-07 20:28 UTC  (2+ messages)

[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 v2 00/25] libfuse: Add support for synchronous init
 2026-04-07 19:10 UTC  (6+ messages)
` fuse-devel list on kernel.org

[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  (4+ 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

[RFC PATCH] Limit directory child dentry retention
 2026-04-07 12:41 UTC  (6+ messages)
` [RFC PATCH] vfs: limit "

[PATCH RFC] dcache: permit dynamic_dname()s up to NAME_MAX
 2026-04-07 10:32 UTC  (2+ messages)

[PATCH 0/3] selftests: openat2: migrate to kselftests harness
 2026-04-07 10:31 UTC  (4+ messages)

[RFC PATCH] fdinfo: Option for public fdinfo
 2026-04-07 10:30 UTC  (8+ messages)

[PATCH v5] mm: Fix a hmm_range_fault() livelock / starvation problem
 2026-04-07 10:10 UTC  (4+ messages)

[PATCH] fs: attr: fix comment formatting and spelling issues
 2026-04-07  9:26 UTC  (2+ messages)

[PATCH 0/5] exfat: convert to iomap
 2026-04-07  9:18 UTC  (5+ messages)
` [PATCH 3/5] exfat: add iomap buffered I/O support

[PATCH v1 0/1] exfat: add limited FALLOC_FL_ZERO_RANGE support
 2026-04-07  9:15 UTC  (7+ messages)
` [PATCH v1 1/1] "

[RFC PATCH 0/2] vfs: mkdirat_fd() syscall
 2026-04-07  9:00 UTC  (7+ messages)
` [RFC PATCH 1/2] vfs: syscalls: add mkdirat_fd()

[RFC PATCH v5 0/2] sysctl: add CTLTBL_ENTRY_XXX() macros for ctl_table initialization
 2026-04-07  7:28 UTC  (2+ messages)

[PATCH v2] vfs: init/main.c: change comment and pr_err: opening /dev/console may fail
 2026-04-07  6:59 UTC 

[PATCH] vfs: init/main.c: change comment: opening /dev/console may fail
 2026-04-07  6:43 UTC  (2+ messages)

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

[PATCH 0/4] mm: improve write performance with RWF_DONTCACHE
 2026-04-07  5:19 UTC  (7+ messages)
` [PATCH 2/4] mm: add atomic flush guard for IOCB_DONTCACHE writeback

[PATCH] fuse: Send FORGET over io_uring when ring is ready
 2026-04-07  3:58 UTC  (3+ messages)

[PATCH] execve: block Emacs binaries
 2026-04-07  3:58 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