messages from 2026-04-03 06:52:29 to 2026-04-07 10:00:15 UTC [more...]
[patch 00/12] hrtimers: Prevent hrtimer interrupt starvation
2026-04-07 10:00 UTC (18+ 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] 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)
[RFC PATCH v1 0/6] provenance_time (ptime): a new settable timestamp for cross-filesystem provenance
2026-04-07 6:06 UTC (11+ messages)
` [PATCH 1/6] vfs: add provenance_time (ptime) infrastructure
` [PATCH 2/6] btrfs: add provenance time (ptime) support
` [PATCH 3/6] ntfs3: map ptime to NTFS creation time with rename-over
` [PATCH 4/6] ext4: add dedicated ptime field alongside i_crtime
` [PATCH 5/6] fat: map ptime to FAT creation time with rename-over
` [PATCH 6/6] exfat: map ptime to exFAT "
[PATCH 0/1] iomap: avoid compaction for costly folio order allocation
2026-04-07 5:40 UTC (8+ messages)
` [PATCH 1/1] "
[PATCH v1] treewide: Fix indentation and whitespace in Kconfig files
2026-04-07 5:39 UTC
[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 (4+ 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)
[RFC] [PATCH] Fix warning at fs/dcache.c:430 dentry_free
2026-04-06 21:10 UTC (7+ messages)
[PATCH v5] mm: Fix a hmm_range_fault() livelock / starvation problem
2026-04-06 19:11 UTC (4+ messages)
[PATCH V10 00/10] famfs: port into fuse
2026-04-06 17:43 UTC (2+ messages)
[PATCH] dcache: warn when a dentry is freed with a non-empty ->d_lru
2026-04-06 16:44 UTC
[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 v2 00/17] Landlock tracepoints
2026-04-06 15:01 UTC (19+ 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
[PATCH 6.6.y v2 0/2] Fix `fremovexattr` missing `fdput`
2026-04-06 7:18 UTC (5+ messages)
` [PATCH 6.6.y v2 1/2] Revert "xattr: switch to CLASS(fd)"
` [PATCH 6.6.y v2 2/2] xattr: switch to CLASS(fd)
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/1] hfsplus: optimize b-tree node allocation with next-fit strategy
2026-04-06 5:30 UTC (2+ messages)
` [PATCH 1/1] hfsplus: switch hfs_bmap_alloc() to next-fit allocation using alloc_hint
[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()
[PATCH v4 00/15] mm, kvm: allow uffd support in guest_memfd
2026-04-06 1:54 UTC (7+ messages)
` [PATCH v4 02/15] userfaultfd: introduce struct mfill_state
` [PATCH v4 04/15] userfaultfd: introduce mfill_get_vma() and mfill_put_vma()
` [PATCH v4 05/15] userfaultfd: retry copying with locks dropped in mfill_atomic_pte_copy()
[PATCH] virtio-fs: avoid double-free on failed queue setup
2026-04-05 19:30 UTC
[PATCH] Revert "xattr: switch to CLASS(fd)"
2026-04-05 5:32 UTC (3+ messages)
[PATCH] kunit: fat: test cluster and directory i_pos layout helpers
2026-04-05 5:18 UTC
[PATCH v4 0/3] Fix incorrect overlayfs mmap() and mprotect() LSM access controls
2026-04-05 3:12 UTC (7+ messages)
` [PATCH v4 1/3] fs: prepare for adding LSM blob to backing_file
` [PATCH v4 2/3] lsm: add backing_file LSM hooks
[PATCH] NFS: Fix directory delegation verifier checks
2026-04-05 2:39 UTC (3+ messages)
[PATCH 0/3] coda dcache-related cleanups and fixes
2026-04-05 2:15 UTC (4+ messages)
` [PATCH 1/3] coda: is_bad_inode() is always false there
` [PATCH 2/3] sanitize coda_dentry_delete()
` [PATCH 3/3] coda_flag_children(): fix a UAF
[PATCH][RFC] get rid of busy-wait in shrink_dcache_tree()
2026-04-05 0:04 UTC (19+ messages)
` [RFC PATCH v2 0/4] getting rid of busy-wait in shrink_dcache_parent()
` [RFC PATCH v2 4/4] get rid of busy-waiting in shrink_dcache_tree()
` [RFC PATCH v3 0/4] getting rid of busy-wait in shrink_dcache_parent()
` [RFC PATCH v3 1/4] for_each_alias(): helper macro for iterating through dentries of given inode
` [RFC PATCH v3 2/4] struct dentry: make ->d_u anonymous
` [RFC PATCH v3 3/4] dcache.c: more idiomatic "positives are not allowed" sanity checks
` [RFC PATCH v3 4/4] get rid of busy-waiting in shrink_dcache_tree()
ANNOUNCE: nfs-utils-2.9.1 released
2026-04-04 20:43 UTC
[PATCH] rust: fs: file: add FMODE constants and stream_open for LocalFile
2026-04-04 20:15 UTC (2+ messages)
[RFC PATCH] smb: client: add support for O_TMPFILE
2026-04-04 15:54 UTC (3+ messages)
[PATCH] xattr: restore file descriptor checks
2026-04-04 10:27 UTC (3+ messages)
[RFC PATCH 0/2] mm: continue using per-VMA lock when retrying page faults after I/O
2026-04-04 9:19 UTC (2+ messages)
[PATCH 0/5] hfsplus: fix b-tree logic issues
2026-04-03 23:05 UTC (6+ messages)
` [PATCH 1/5] hfsplus: fix potential race conditions in b-tree functionality
` [PATCH 2/5] hfsplus: fix error processing issue in hfs_bmap_free()
` [PATCH 3/5] hfsplus: fix logic of alloc/free b-tree node
` [PATCH 4/5] hfsplus: rework logic of map nodes creation in xattr b-tree
` [PATCH 5/5] hfsplus: fix generic/642 failure
[RFC] weird stuff in exfat_lookup()
2026-04-03 20:02 UTC (6+ messages)
[PATCH v2] fuse: Send FORGET over io_uring when ring is ready
2026-04-03 19:00 UTC (2+ messages)
[PATCH] ceph: do not fill fscache for RWF_DONTCACHE writeback
2026-04-03 18:13 UTC (5+ messages)
[PATCH v3 0/6] exfat: unify FAT chain walking helpers
2026-04-03 13:44 UTC (10+ messages)
` [PATCH v3 1/6] exfat: fix incorrect directory checksum after rename to shorter name
` [PATCH v3 2/6] exfat: introduce exfat_cluster_walk helper
` [PATCH v3 3/6] exfat: use "
` [PATCH v3 4/6] exfat: remove NULL cache pointer case in exfat_ent_get
` [PATCH v3 5/6] exfat: introduce exfat_chain_advance helper
` [PATCH v3 6/6] exfat: use "
NFSv4 + FUSE xattr user namespace regression/change?
2026-04-03 9:46 UTC (3+ 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