messages from 2026-04-08 18:46:51 to 2026-04-10 06:15:28 UTC [more...]
[PATCH] bpf: add bpf_real_inode() kfunc
2026-04-10 6:15 UTC (11+ messages)
[bug report] ntfs: update iomap and address space operations
2026-04-10 6:06 UTC
[PATCH] fuse: drop redundant err assignment in fuse_create_open()
2026-04-10 2:34 UTC (3+ messages)
` [PATCH v2] "
[RFC PATCH v3 0/8] fuse: LOOKUP_HANDLE operation
2026-04-10 2:18 UTC (13+ messages)
` [RFC PATCH v3 6/8] fuse: implementation of lookup_handle+statx compound operation
[RFC PATCH v1 00/11] Landlock: Namespace and capability control
2026-04-10 1:45 UTC (13+ messages)
` [RFC PATCH v1 01/11] security: add LSM blob and hooks for namespaces
` [RFC PATCH v1 02/11] security: Add LSM_AUDIT_DATA_NS for namespace audit records
` [RFC PATCH v1 04/11] landlock: Wrap per-layer access masks in struct layer_rights
` [RFC PATCH v1 05/11] landlock: Enforce namespace entry restrictions
[GIT PULL] AFFS fix for 7.1
2026-04-10 1:38 UTC (2+ messages)
` [PATCH 1/1] affs: bound hash_pos before table lookup in affs_readdir
[PATCH v3] f2fs: do not support mmap write for large folio
2026-04-10 1:15 UTC (2+ messages)
[PATCH RFC v4 0/3] block: enable RWF_DONTCACHE for block devices
2026-04-10 0:46 UTC (19+ messages)
` [PATCH RFC v4 1/3] block: add BIO_COMPLETE_IN_TASK for task-context completion
` [PATCH RFC v4 2/3] iomap: use BIO_COMPLETE_IN_TASK for dropbehind writeback
[PATCH 0/2] fuse: Fix possible memleak at startup with immediate teardown
2026-04-09 23:09 UTC (3+ messages)
[PATCH][RFC] get rid of busy-wait in shrink_dcache_tree()
2026-04-09 22:38 UTC (7+ messages)
` [RFC PATCH v3 0/4] getting rid of busy-wait in shrink_dcache_parent()
[GIT PULL] libfuse: run fuse servers as a contained service
2026-04-09 22:24 UTC
[PATCHSET v4] libfuse: run fuse servers as a contained service
2026-04-09 22:23 UTC (14+ messages)
` [PATCH 01/13] Refactor mount code / move common functions to mount_util.c
` [PATCH 02/13] mount_service: add systemd/inetd socket service mounting helper
` [PATCH 03/13] mount_service: create high level fuse helpers
` [PATCH 04/13] mount_service: use the new mount api for the mount service
` [PATCH 05/13] mount_service: update mtab after a successful mount
` [PATCH 06/13] util: hoist the fuse.conf parsing and setuid mode enforcement code
` [PATCH 07/13] util: fix checkpatch complaints in fuser_conf.[ch]
` [PATCH 08/13] mount_service: enable unprivileged users in the same manner as fusermount
` [PATCH 09/13] mount.fuse3: integrate systemd service startup
` [PATCH 10/13] mount_service: allow installation as a setuid program
` [PATCH 11/13] example/service_ll: create a sample systemd service fuse server
` [PATCH 12/13] example/service: create a sample systemd service for a high-level "
` [PATCH 13/13] nullfs: support fuse systemd service mode
[LSF/MM/BPF TOPIC] Direct Reclaim and Filesystems
2026-04-09 21:09 UTC
[PATCH RFC] fs: drop_caches: introduce per-node drop_caches interface
2026-04-09 20:39 UTC (17+ messages)
bio completion in task enhancements / experiments
2026-04-09 20:18 UTC (11+ messages)
` [PATCH 1/8] block: add BIO_COMPLETE_IN_TASK for task-context completion
` [PATCH 2/8] iomap: use BIO_COMPLETE_IN_TASK for dropbehind writeback
` [PATCH 3/8] block: enable RWF_DONTCACHE for block devices
` [PATCH 4/8] FOLD: block: change the defer in task context interface to be procedural
` [PATCH 5/8] FOLD: don't use in_task() to decide for offloading
` [PATCH 6/8] iomap: use bio_complete_in_task for buffered read errors
` [PATCH 7/8] iomap: use bio_complete_in_task for buffered write completions
` [PATCH 8/8] RFC: use a TASK_FIFO kthread for read completion support
[PATCH v2] userfaultfd: allow registration of ranges below mmap_min_addr
2026-04-09 20:16 UTC (8+ messages)
[PATCH] ceph: fix BUG_ON in __ceph_build_xattrs_blob() due to stale blob size
2026-04-09 20:01 UTC
[PATCH] ceph: fix a buffer leak in __ceph_setxattr()
2026-04-09 19:38 UTC
[patch V2 00/11] hrtimers: Prevent hrtimer interrupt starvation
2026-04-09 19:20 UTC (9+ messages)
` [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 09/11] power: supply: charger-manager: Switch to alarm_start_timer()
[PATCH] libceph: switch ceph-msgr workqueue from WQ_PERCPU to WQ_UNBOUND
2026-04-09 19:15 UTC
[PATCH v2] ceph: add ceph_has_realms_with_quotas() check into ceph_quota_update_statfs()
2026-04-09 19:00 UTC
[PATCH RFC v5 0/3] block: enable RWF_DONTCACHE for block devices
2026-04-09 18:59 UTC (8+ messages)
` [PATCH RFC v5 1/3] block: add BIO_COMPLETE_IN_TASK for task-context completion
` [PATCH RFC v5 2/3] iomap: use BIO_COMPLETE_IN_TASK for dropbehind writeback
` [PATCH RFC v5 3/3] block: enable RWF_DONTCACHE for block devices
[syzbot] [fuse?] BUG: scheduling while atomic in __synchronize_srcu
2026-04-09 18:30 UTC
[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
2026-04-09 18:16 UTC (2+ messages)
[LSF/MM/BPF TOPIC] Filesystem inode reclaim
2026-04-09 17:37 UTC (5+ messages)
` [Lsf-pc] "
[PATCH v4 00/15] mm, kvm: allow uffd support in guest_memfd
2026-04-09 17:18 UTC (7+ messages)
` [PATCH v4 07/15] userfaultfd: introduce vm_uffd_ops
` [PATCH v4 13/15] KVM: guest_memfd: implement userfaultfd operations
[PATCH] ceph: add ceph_has_realms_with_quotas() check into ceph_quota_update_statfs()
2026-04-09 16:56 UTC (3+ messages)
fsnotify_prepare_user_wait() bug?
2026-04-09 15:11 UTC
[PATCH v5 0/4] assorted ->i_count changes + extension of lockless handling
2026-04-09 14:55 UTC (6+ messages)
` [PATCH v5 3/4] fs: handle potential filesystems which use I_DONTCACHE and drop the lock in ->drop_inode
[PATCH v2 0/3] mm: improve write performance with RWF_DONTCACHE
2026-04-09 14:21 UTC (10+ messages)
` [PATCH v2 1/3] mm: kick writeback flusher instead of inline flush for IOCB_DONTCACHE
[RFC PATCH v1 0/6] provenance_time (ptime): a new settable timestamp for cross-filesystem provenance
2026-04-09 13:38 UTC (7+ messages)
[PATCH v5 0/6] initramfs: test and improve cpio hex header validation
2026-04-09 13:35 UTC (5+ messages)
[PATCH v4 0/3] Fix incorrect overlayfs mmap() and mprotect() LSM access controls
2026-04-09 13:32 UTC (9+ messages)
` [PATCH v4 2/3] lsm: add backing_file LSM hooks
` [PATCH v4 3/3] selinux: fix overlayfs mmap() and mprotect() access checks
[PATCH v2 0/4] selftests: openat2: migrate to kselftest harness
2026-04-09 13:30 UTC (2+ messages)
cleanup block-style layouts exports v2
2026-04-09 13:26 UTC (3+ messages)
[PATCH v1] treewide: Fix indentation and whitespace in Kconfig files
2026-04-09 13:23 UTC (2+ messages)
[PATCH v7 00/22] fs-verity support for XFS with post EOF merkle tree
2026-04-09 13:13 UTC (23+ messages)
` [PATCH v7 01/22] fsverity: report validation errors through fserror to fsnotify
` [PATCH v7 02/22] fsverity: expose ensure_fsverity_info()
` [PATCH v7 03/22] ovl: use core fsverity ensure info interface
` [PATCH v7 04/22] fsverity: generate and store zero-block hash
` [PATCH v7 05/22] fsverity: pass digest size and hash of the all-zeroes block to ->write
` [PATCH v7 06/22] fsverity: hoist pagecache_read from f2fs/ext4 to fsverity
` [PATCH v7 07/22] iomap: introduce IOMAP_F_FSVERITY and teach writeback to handle fsverity
` [PATCH v7 08/22] iomap: teach iomap to read files with fsverity
` [PATCH v7 09/22] iomap: introduce iomap_fsverity_write() for writing fsverity metadata
` [PATCH v7 10/22] xfs: introduce fsverity on-disk changes
` [PATCH v7 11/22] xfs: initialize fs-verity on file open
` [PATCH v7 12/22] xfs: don't allow to enable DAX on fs-verity sealed inode
` [PATCH v7 13/22] xfs: disable direct read path for fs-verity files
` [PATCH v7 14/22] xfs: handle fsverity I/O in write/read path
` [PATCH v7 15/22] xfs: use read ioend for fsverity data verification
` [PATCH v7 16/22] xfs: add fs-verity support
` [PATCH v7 17/22] xfs: remove unwritten extents after preallocations in fsverity metadata
` [PATCH v7 18/22] xfs: add fs-verity ioctls
` [PATCH v7 19/22] xfs: advertise fs-verity being available on filesystem
` [PATCH v7 20/22] xfs: check and repair the verity inode flag state
` [PATCH v7 21/22] xfs: introduce health state for corrupted fsverity metadata
` [PATCH v7 22/22] xfs: enable ro-compat fs-verity flag
[LSF/MM/BPF TOPIC] eBPF-driven Data Placement Hint
2026-04-09 12:41 UTC (2+ messages)
` [Lsf-pc] "
[PATCH v2] jbd2: fix deadlock in jbd2_journal_cancel_revoke()
2026-04-09 11:42 UTC
[RFC PATCH] userfaultfd: allow registration of ranges below mmap_min_addr
2026-04-09 10:52 UTC (9+ messages)
Missing Null Pointer check in seq_open
2026-04-09 9:14 UTC (2+ messages)
[RFC PATCH 0/2] vfs: mkdirat_fd() syscall
2026-04-09 7:58 UTC (12+ messages)
` [RFC PATCH 1/2] vfs: syscalls: add mkdirat_fd()
[PATCH 0/3] show orphan file inode detail info
2026-04-09 2:51 UTC (4+ messages)
[PATCH] jbd2: fix deadlock in jbd2_journal_cancel_revoke()
2026-04-09 2:45 UTC (2+ messages)
[RFC PATCH] Limit directory child dentry retention
2026-04-09 0:59 UTC (8+ messages)
` [RFC PATCH] vfs: limit "
cleanup truncate handling in ecryptfs v3
2026-04-09 0:08 UTC (4+ messages)
` [PATCH 2/7] ecryptfs: streamline truncate_upper
KCSAN: data-race in __d_drop / retain_dentry
2026-04-08 23:34 UTC (3+ messages)
KCSAN: data-race in path_lookupat / vfs_rename
2026-04-08 23:06 UTC (3+ messages)
[PATCH] dcache: warn when a dentry is freed with a non-empty ->d_lru
2026-04-08 22:43 UTC (6+ messages)
[PATCH v2 0/1] rust: seq_file: add puts, putc, write, and hex_dump methods
2026-04-08 21:56 UTC (2+ messages)
` [PATCH v2 1/1] "
[LSF/MM/BPF TOPIC] What's brewing in CXL?
2026-04-08 21:56 UTC (2+ messages)
[PATCH 00/24] vfs/nfsd: add support for CB_NOTIFY callbacks in directory delegations
2026-04-08 19:53 UTC (13+ messages)
` [PATCH 01/24] filelock: add support for ignoring deleg breaks for dir change events
` [PATCH 08/24] nfsd: update the fsnotify mark when setting or removing a dir delegation
` [PATCH 12/24] nfsd: add data structures for handling CB_NOTIFY
` [PATCH 13/24] nfsd: add notification handlers for dir events
[RFC PATCH 00/20] BPF interface for applying Landlock rulesets
2026-04-08 19:21 UTC (3+ messages)
[RFC PATCH v2 0/5] Add buffered write-through support to iomap & xfs
2026-04-08 18:45 UTC (2+ messages)
` [RFC PATCH v2 5/5] iomap: Add DSYNC support to writethrough
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