messages from 2026-04-06 02:13:38 to 2026-04-07 19:20:18 UTC [more...]
[PATCH v4 0/3] Fix incorrect overlayfs mmap() and mprotect() LSM access controls
2026-04-07 19:20 UTC (5+ 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
[PATCH] docs: proc: document ProtectionKey in smaps
2026-04-07 18:58 UTC (7+ messages)
[patch 00/12] hrtimers: Prevent hrtimer interrupt starvation
2026-04-07 18:35 UTC (39+ 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
[RFC PATCH v3 0/8] fuse: LOOKUP_HANDLE operation
2026-04-07 17:43 UTC (3+ messages)
` [RFC PATCH v3 6/8] fuse: implementation of lookup_handle+statx compound operation
[RFC] [PATCH] Fix warning at fs/dcache.c:430 dentry_free
2026-04-07 16:24 UTC (8+ 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] "
[RFC PATCH v1 0/6] provenance_time (ptime): a new settable timestamp for cross-filesystem provenance
2026-04-07 15:17 UTC (5+ messages)
[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)
cleanup truncate handling in ecryptfs v2
2026-04-07 14:50 UTC (9+ 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 v1] treewide: Fix indentation and whitespace in Kconfig files
2026-04-07 14:37 UTC (4+ messages)
[PATCH 00/24] vfs/nfsd: add support for CB_NOTIFY callbacks in directory delegations
2026-04-07 13:21 UTC (25+ 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 00/17] Landlock tracepoints
2026-04-07 13:00 UTC (20+ messages)
` [PATCH v2 01/17] landlock: Prepare ruleset and domain type split
` [PATCH v2 02/17] landlock: Move domain query functions to domain.c
` [PATCH v2 03/17] landlock: Split struct landlock_domain from struct landlock_ruleset
` [PATCH v2 04/17] landlock: Split denial logging from audit into common framework
` [PATCH v2 05/17] tracing: Add __print_untrusted_str()
` [PATCH v2 06/17] landlock: Add create_ruleset and free_ruleset tracepoints
` [PATCH v2 07/17] landlock: Add landlock_add_rule_fs and landlock_add_rule_net tracepoints
` [PATCH v2 08/17] landlock: Add restrict_self and free_domain tracepoints
` [PATCH v2 09/17] landlock: Add tracepoints for rule checking
` [PATCH v2 10/17] landlock: Set audit_net.sk for socket access checks
` [PATCH v2 11/17] landlock: Add landlock_deny_access_fs and landlock_deny_access_net
` [PATCH v2 12/17] landlock: Add tracepoints for ptrace and scope denials
` [PATCH v2 13/17] selftests/landlock: Add trace event test infrastructure and tests
` [PATCH v2 14/17] selftests/landlock: Add filesystem tracepoint tests
` [PATCH v2 15/17] selftests/landlock: Add network "
` [PATCH v2 16/17] selftests/landlock: Add scope and ptrace "
` [PATCH v2 17/17] landlock: Document tracepoints
[RFC PATCH] Limit directory child dentry retention
2026-04-07 12:41 UTC (6+ messages)
` [RFC PATCH] vfs: limit "
[PATCH] dcache: warn when a dentry is freed with a non-empty ->d_lru
2026-04-07 10:51 UTC (2+ messages)
[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 0/3] show orphan file inode detail info
2026-04-07 10:29 UTC
[PATCH v5] mm: Fix a hmm_range_fault() livelock / starvation problem
2026-04-07 10:10 UTC (5+ 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 (8+ messages)
` [PATCH 1/5] exfat: add iomap support
` [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()
[PATCH] rust: seq_file: add puts, putc, write, and hex_dump methods
2026-04-07 8:20 UTC (2+ messages)
[RFC PATCH] userfaultfd: allow registration of ranges below mmap_min_addr
2026-04-07 8:14 UTC
[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 (3+ 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 (11+ messages)
` [PATCH 1/4] mm: fix IOCB_DONTCACHE write performance with rate-limited writeback
` [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)
[PATCH 1/2] vfs: introduce d_mark_tmpfile_name()
2026-04-07 1:29 UTC (7+ messages)
` [PATCH 2/2] smb: client: add support for O_TMPFILE
[PATCH 1/3 v2] fuse: {io-uring} drop kernel-doc notation for a comment
2026-04-07 0:50 UTC (3+ messages)
` [PATCH 2/3 v2] fuse: fuse_dev_i.h: clean up kernel-doc warnings
` [PATCH 3/3 v2] fuse: fuse_i.h: clean up kernel-doc comments
[PATCH] fs: hide file and bfile caches behind runtime const machinery
2026-04-06 21:45 UTC (3+ messages)
[PATCH V10 00/10] famfs: port into fuse
2026-04-06 17:43 UTC (2+ messages)
[RFC PATCH] bufmap: manage as folios
2026-04-06 16:30 UTC
[PATCH v1 00/10] Remove READ_ONLY_THP_FOR_FS Kconfig
2026-04-06 16:17 UTC (4+ messages)
[PATCH v6 0/4] OPENAT2_REGULAR flag support for openat2
2026-04-06 15:30 UTC (8+ messages)
` [PATCH v6 1/4] openat2: new OPENAT2_REGULAR flag support
[PATCH 6.6.y v2 0/2] Fix `fremovexattr` missing `fdput`
2026-04-06 7:18 UTC (3+ messages)
cleanup truncate handling in ecryptfs
2026-04-06 6:59 UTC (19+ 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
fs/dcache.c: bogus comment re LIST_POISON2 around __d_drop()
2026-04-06 5:47 UTC (4+ messages)
[PATCH 0/4] VFS: clean ups and simplifications related to name lookup
2026-04-06 2:13 UTC (5+ messages)
` [PATCH 4/4] VFS: use global wait-queue table for d_alloc_parallel()
` [PATCH v2 4/4] VFS: use wait_var_event for waiting in d_alloc_parallel()
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