messages from 2026-06-25 13:03:38 to 2026-06-27 05:43:31 UTC [more...]
[syzbot] [tomoyo?] KMSAN: uninit-value in tomoyo_path_chown (3)
2026-06-27 5:43 UTC
[PATCH v2] ntfs: serialize attribute-list replacement with lookups
2026-06-27 4:28 UTC
[PATCH v2] ntfs: avoid stale runlist element dereference in fallocate
2026-06-27 4:27 UTC
[PATCH] ntfs: serialize read iomap lookup with mrec_lock
2026-06-27 4:26 UTC (3+ messages)
[PATCH] ntfs: avoid stale runlist element dereference in fallocate
2026-06-27 4:16 UTC (3+ messages)
[PATCH v2 stable/linux-6.12.y 0/2] Backport Fix incorrect overlayfs mmap() and mprotect() LSM access controls
2026-06-27 4:28 UTC (3+ messages)
` [PATCH v2 stable/linux-6.12.y 1/2] lsm: add backing_file LSM hooks
` [PATCH v2 stable/linux-6.12.y 2/2] selinux: fix overlayfs mmap() and mprotect() access checks
[PATCH] fscrypt: Replace mk_users keyring with simple list
2026-06-27 3:20 UTC (5+ messages)
[PATCH] hfsplus: validate thread record before delete key rebuild
2026-06-27 0:52 UTC (5+ messages)
[GIT PULL] fscrypt fixes for 7.2
2026-06-27 0:43 UTC
kernel BUG at hfs_write_inode [verbose debug info unavailable]
2026-06-26 21:44 UTC (2+ messages)
KASAN: slab-use-after-free Read in fserror_worker
2026-06-26 21:29 UTC
[syzbot ci] Re: minix: convert to iomap and add direct I/O
2026-06-26 20:21 UTC
[PATCH 0/3] minix: convert to iomap and add direct I/O
2026-06-26 19:25 UTC (6+ messages)
` [PATCH 1/3] minix: add iomap infrastructure
` [PATCH 2/3] minix: convert address space operations to iomap
` [PATCH 3/3] minix: convert file operations to iomap and add direct I/O
` [syzbot ci] Re: minix: convert "
[PATCH v2 stable/linux-6.18.y 0/2] Backport Fix incorrect overlayfs mmap() and mprotect() LSM access controls
2026-06-26 17:54 UTC (4+ messages)
` [PATCH v2 stable/linux-6.18.y 1/2] lsm: add backing_file LSM hooks
` [PATCH v2 stable/linux-6.18.y 2/2] selinux: fix overlayfs mmap() and mprotect() access checks
[RFC PATCH 0/4] Introduce capable_noaudit
2026-06-26 17:46 UTC (10+ messages)
` [RFC PATCH 1/4] capabily: Add new capable_noaudit
` [RFC PATCH 2/4] quota: Don't issue audit messages on quota enforcing
` [RFC PATCH 3/4] xfs: replace ns_capable_noaudit()
` [RFC PATCH 4/4] capability: unexport has_capability_noaudit
[RFC] Null Namespaces
2026-06-26 17:23 UTC (16+ messages)
[PATCH v10 0/5] ext4: deferred iput framework for EA inodes
2026-06-26 17:23 UTC (9+ messages)
` [PATCH v10 1/5] fs: add iput_if_not_last() helper
` [PATCH v10 2/5] ext4: introduce ext4_put_ea_inode() for safe deferred iput
` [PATCH v10 3/5] ext4: convert all EA inode iput() calls to ext4_put_ea_inode()
` [PATCH v10 4/5] ext4: remove ea_inode_array mechanism in favor of ext4_put_ea_inode()
` [PATCH v10 5/5] ext4: prevent deadlock from duplicate EA inode references on corrupted fs
[PATCH 0/2] fs: support $ORIGIN in ELF interpreter paths
2026-06-26 16:28 UTC (10+ messages)
[PATCH] mm: do file ownership checks with the proper mount idmap
2026-06-26 16:02 UTC (5+ messages)
[RFC] fanotify for flock release
2026-06-26 15:51 UTC (4+ messages)
[PATCH v12 00/16] Direct Map Removal Support for guest_memfd
2026-06-26 15:28 UTC (3+ messages)
[PATCH 0/3] ovl: make cachestat() work
2026-06-26 15:18 UTC (14+ messages)
` [PATCH 1/3] fs, mm: add ->cachestat() file operation
` [PATCH 2/3] ovl: support cachestat() syscall on overlayfs files
don't build bios/contexts over multiple iomaps v3
2026-06-26 14:51 UTC (12+ messages)
` [PATCH 1/2] iomap: consolidate bio submission
` [PATCH 2/2] iomap: submit read bio after each extent
[PATCH v12 00/16] Direct Map Removal Support for guest_memfd
2026-06-26 14:45 UTC (6+ messages)
` [PATCH v12 09/16] KVM: arm64: define kvm_arch_gmem_supports_no_direct_map()
` [PATCH v12 13/16] KVM: selftests: Add guest_memfd based vm_mem_backing_src_types
[PATCH v2] fs/proc: fix KPF_KSM reported for all anonymous pages
2026-06-26 14:08 UTC (6+ messages)
[PATCH] fs/ntfs3: fix out-of-bounds write in ni_create_attr_list()
2026-06-26 13:11 UTC
[PATCH v19 0/8] rust: add `Ownable` trait and `Owned` type
2026-06-26 11:54 UTC (9+ messages)
` [PATCH v19 1/8] rust: alloc: add `KBox::into_non_null`
` [PATCH v19 2/8] rust: types: Add Ownable/Owned types
` [PATCH v19 3/8] rust: implement `ForeignOwnable` for `Owned`
` [PATCH v19 4/8] rust: page: convert to `Ownable`
` [PATCH v19 5/8] rust: rename `AlwaysRefCounted` to `RefCounted`
` [PATCH v19 6/8] rust: Add missing SAFETY documentation for `ARef` example
` [PATCH v19 7/8] rust: Add `OwnableRefCounted`
` [PATCH v19 8/8] rust: page: add `from_raw()`
[PATCH RFC 0/4] fs/pipe: unify the page pools into a single per-pipe pool
2026-06-26 10:26 UTC (5+ messages)
` [PATCH RFC 1/4] fs/pipe: make the prealloc pool per-pipe infrastructure
` [PATCH RFC 2/4] fs/pipe: add per-pipe pool push, prefill and trim helpers
` [PATCH RFC 3/4] fs/pipe: switch the write path to the per-pipe pool
` [PATCH RFC 4/4] fs/pipe: remove the old on-stack prealloc helpers and tmp_page[2]
[Bug] KASAN: slab-use-after-free Read in fserror_worker
2026-06-26 8:22 UTC
[PATCH] xfs: fix capabily check in xfs_setattr_nonsize
2026-06-26 7:34 UTC (6+ messages)
[PATCH v2 stable/linux-6.18.y 0/2] Backport Fix incorrect overlayfs mmap() and mprotect() LSM access controls
2026-06-26 7:07 UTC (4+ messages)
` [PATCH v2 stable/linux-6.18.y 1/2] lsm: add backing_file LSM hooks
` [PATCH v2 stable/linux-6.18.y 2/2] selinux: fix overlayfs mmap() and mprotect() access checks
[PATCH v2 6/7] nfs: Optimize direct I/O to use folios for requests
2026-06-26 6:56 UTC (3+ messages)
[PATCH] iomap: Remove FGP_NOFS from iomap_get_folio()
2026-06-26 6:13 UTC (2+ messages)
[PATCH v3 00/15] netfs: Miscellaneous fixes
2026-06-26 5:51 UTC (22+ messages)
` [PATCH v3 01/15] netfs: Fix decision whether to disallow write-streaming due to fscache use
` [PATCH v3 02/15] netfs: Fix netfs_create_write_req() to handle async cache object creation
` [PATCH v3 03/15] cachefiles: Fix double fput
` [PATCH v3 04/15] cachefiles: Fix file burial to take lock when unsetting S_KERNEL_FILE
` [PATCH v3 05/15] iov_iter: Fix potential underflow in iov_iter_extract_xarray_pages()
` [PATCH v3 06/15] iov_iter: Fix missing alloc fail check in iov_iter_extract_bvec_pages()
` [PATCH v3 07/15] iov_iter: Fix a memory leak in iov_iter_extract_user_pages()
` [PATCH v3 08/15] iov_iter: Remove unused variable in kunit_iov_iter.c
` [PATCH v3 09/15] scatterlist: Fix offset in folio calc in extract_xarray_to_sg()
` [PATCH v3 10/15] netfs: Fix kdoc warning
` [PATCH v3 11/15] netfs: Replace wb_lock with a bit lock for asynchronicity
` [PATCH v3 12/15] netfs: Fix writethrough to use collection offload
` [PATCH v3 13/15] netfs: Fix writeback error handling
` [PATCH v3 14/15] netfs: Fix folio state after ENOMEM whilst under writeback iteration
` [PATCH v3 15/15] netfs: Fix DIO write retry for filesystems without a ->prepare_write()
[RFC PATCH v1 0/3] iomap: convert to in-iter ->iomap_next() model
2026-06-26 5:38 UTC (17+ messages)
` [RFC PATCH v1 1/3] iomap: add ->iomap_next() and iomap_process() helper
` [RFC PATCH v1 3/3] xfs: example of devirtualizing buffered write iomap callbacks
[PATCH 00/16] fscrypt: Standardize on blk-crypto
2026-06-26 5:33 UTC (31+ messages)
` [PATCH 01/16] blk-crypto: Simplify check for fallback support
` [PATCH 02/16] blk-crypto: Fold __blk_crypto_cfg_supported() into its caller
` [PATCH 03/16] blk-crypto: Allow control over whether hardware is used
` [PATCH 04/16] fscrypt: Fully disallow IV_INO_LBLK_32 with s_blocksize != PAGE_SIZE
` [PATCH 05/16] fscrypt: Always use blk-crypto for contents on block-based filesystems
` [PATCH 06/16] ext4: Remove fs-layer file contents en/decryption code
` [PATCH 07/16] ext4: Make ext4_bio_write_folio() return void
` [PATCH 08/16] ext4: Further de-generalize the bio postprocessing code
` [PATCH 10/16] fs/buffer: Remove fs-layer decryption code
` [PATCH 11/16] fscrypt: Replace calls to fscrypt_inode_uses_inline_crypto()
` [PATCH 12/16] fscrypt: Remove fscrypt_dio_supported()
` [PATCH 13/16] fscrypt: Remove fs-layer zeroout code
` [PATCH 14/16] fscrypt: Remove unused functions and workqueue
` [PATCH 15/16] fscrypt: Merge bio.c and inline_crypt.c into block.c
` [PATCH 16/16] fscrypt: Add safety checks to non-block-based en/decryption
[PATCH v2 0/2] iomap: add helper to keep uptodate bitmap in sync
2026-06-25 21:54 UTC (10+ messages)
` [PATCH v2 1/2] iomap: add helper to mark folio uptodate
` [PATCH v2 2/2] fuse: use iomap "
[RFC PATCH] filemap: Remove file pinning during fault handling
2026-06-25 20:54 UTC (4+ messages)
[PATCH bpf-next v3 1/2] bpf: add bpf_init_inode_xattr kfunc for atomic inode labeling
2026-06-25 20:47 UTC (8+ messages)
` [PATCH "
[PATCH v18 0/8] rust: add `Ownable` trait and `Owned` type
2026-06-25 19:47 UTC (6+ messages)
` [PATCH v18 3/8] rust: implement `ForeignOwnable` for `Owned`
` [PATCH v18 4/8] rust: page: convert to `Ownable`
[PATCH v3 00/10] sysctl: Consolidate do_proc_* functions into one function
2026-06-25 20:38 UTC (11+ messages)
` [PATCH v3 01/10] sysctl: Move default converter assignment out of do_proc_dointvec
` [PATCH v3 02/10] sysctl: Replace do_proc_dointvec with a type-generic macro
` [PATCH v3 03/10] sysctl: Generate do_proc_doulongvec_minmax with do_proc_dotypevec macro
` [PATCH v3 04/10] sysctl: Add negp parameter to douintvec converter functions
` [PATCH v3 05/10] sysctl: Generate do_proc_douintvec with a type-generic macro
` [PATCH v3 06/10] sysctl: Rename do_proc_dotypevec macro to do_proc_typevec
` [PATCH v3 07/10] sysctl: Group proc_handler declarations and document
` [PATCH v3 08/10] sysctl: Rename proc_doulongvec_minmax_conv to proc_doulongvec_conv
` [PATCH v3 09/10] sysctl: Update API function documentation
` [PATCH v3 10/10] sysctl: Replace do_proc_typevec macro with do_proc_vec function
ntfs: RO->RW remount is broken - two bugs in the quota-marking path
2026-06-25 20:04 UTC (3+ messages)
[PATCH] efs: Remove EFS
2026-06-25 19:42 UTC (2+ messages)
[PATCH v1] fuse: don't clear folio uptodate on writethrough errors
2026-06-25 18:55 UTC (2+ messages)
[PATCH v4] coredump: Add /proc/<pid>/coredump_pre_exit for pre-exit before dumping
2026-06-25 16:55 UTC (3+ messages)
[PATCH v4] coredump: Add /proc/<pid>/coredump_pre_exit for pre-exit before dumping
2026-06-25 15:45 UTC (2+ messages)
[PATCH] ntfs: avoid stale runlist element dereference in MFT writeback
2026-06-25 14:14 UTC (2+ messages)
[PATCH] exfat: implement swap activate
2026-06-25 13:56 UTC (2+ messages)
[syzbot] [netfs?] KASAN: slab-use-after-free Read in netfs_unbuffered_write
2026-06-25 13:16 UTC (2+ messages)
update BDI {io,ra}_pages values based on the RT device limits
2026-06-25 13:09 UTC (5+ messages)
[Linux Kernel Bug] INFO: task hung in hfsplus_write_inode
2026-06-25 13:06 UTC (2+ 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