messages from 2026-03-12 19:16:58 to 2026-03-13 19:22:27 UTC [more...]
[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
2026-03-13 19:22 UTC (5+ messages)
` [PATCH 02/61] btrfs: Prefer IS_ERR_OR_NULL over manual NULL check
` [PATCH 48/61] mtd: "
[PATCH v2 0/2] vfs: follow-on fixes for i_ino widening
2026-03-13 18:45 UTC (3+ messages)
` [PATCH v2 1/2] nilfs2: fix 64-bit division operations in nilfs_bmap_find_target_in_group()
` [PATCH v2 2/2] EVM: add comment describing why ino field is still unsigned long
[PATCH v6 0/9] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL and HMEM
2026-03-13 18:41 UTC (14+ messages)
` [PATCH v6 3/9] cxl/region: Skip decoder reset on detach for autodiscovered regions
` [PATCH v6 5/9] dax: Track all dax_region allocations under a global resource tree
` [PATCH v6 8/9] dax/hmem, cxl: Defer and resolve ownership of Soft Reserved memory ranges
[PATCH v4] hfs: Validate CNIDs in hfs_read_inode
2026-03-13 18:40 UTC (6+ messages)
[PATCH] hfsplus: fix held lock freed on hfsplus_fill_super()
2026-03-13 18:38 UTC (3+ messages)
[PATCH 0/7] lib/iov_iter: fix bugs found via cross-function consistency review
2026-03-13 18:22 UTC (11+ messages)
` [PATCH 1/7] lib/iov_iter: fix missing allocation failure check in iov_iter_extract_bvec_pages()
` [PATCH 2/7] lib/iov_iter: add NULL check on folioq->prev in iov_iter_folioq_revert()
` [PATCH 3/7] lib/iov_iter: fix misplaced parenthesis in iov_iter_restore() kvec check
` [PATCH 4/7] lib/iov_iter: account for iov_offset in iov_iter_single_seg_count() folioq path
` [PATCH 5/7] lib/iov_iter: account for iov_offset in iov_iter_gap_alignment()
` [PATCH 6/7] lib/iov_iter: guard iov_iter_alignment() against zero-count iovec/bvec iterators
` [PATCH 7/7] lib/iov_iter: add missing should_fail_usercopy() in copy_to_user_iter_mc()
LVM-on-LUKS boot failure when vgextend adds unused PV to root VG
2026-03-13 18:13 UTC (3+ messages)
[PATCHSET v9 1/2] fstests: test generic file IO error reporting
2026-03-13 18:01 UTC (3+ messages)
` [PATCH 1/1] generic: test fsnotify filesystem "
[PATCH RFC 0/5] workqueue: add WQ_AFFN_CACHE_SHARD affinity scope
2026-03-13 17:57 UTC (4+ messages)
` [PATCH RFC 1/5] workqueue: fix parse_affn_scope() prefix matching bug
[PATCH v2] ext4: fix partial cluster handling when s_first_data_block != 0
2026-03-13 17:07 UTC
[PATCH 0/9] Kernel API Specification Framework
2026-03-13 16:55 UTC (18+ messages)
` [PATCH 1/9] kernel/api: introduce kernel API specification framework
` [PATCH 2/9] kernel/api: enable kerneldoc-based API specifications
` [PATCH 3/9] kernel/api: add debugfs interface for kernel "
` [PATCH 4/9] tools/kapi: Add kernel API specification extraction tool
` [PATCH 5/9] kernel/api: add API specification for sys_open
` [PATCH 6/9] kernel/api: add API specification for sys_close
` [PATCH 7/9] kernel/api: add API specification for sys_read
` [PATCH 8/9] kernel/api: add API specification for sys_write
` [PATCH 9/9] kernel/api: add runtime verification selftest
[PATCH 0/4] arm64/mm: contpte-sized exec folios for 16K and 64K pages
2026-03-13 16:35 UTC (4+ messages)
[PATCH v3 2/2] exfat: EXFAT_IOC_GET_VALID_DATA ioctl
2026-03-13 16:24 UTC (8+ messages)
[PATCH] MAINTAINERS: add Josh Law as reviewer for library code
2026-03-13 16:06 UTC (10+ messages)
[PATCH] ext4: fix bigalloc cluster arithmetic when s_first_data_block != 0
2026-03-13 15:28 UTC (2+ messages)
[PATCH] netfs: Fix kernel BUG in netfs_limit_iter() for ITER_KVEC iterators
2026-03-13 15:14 UTC (2+ messages)
[PATCH] iomap: fix incorrect did_zero setting in iomap_zero_iter()
2026-03-13 14:57 UTC (4+ messages)
[PATCH v4 00/25] fs-verity support for XFS with post EOF merkle tree
2026-03-13 14:55 UTC (7+ messages)
` [PATCH v4 19/25] xfs: remove unwritten extents after preallocations in fsverity metadata
[PATCH] selftests/mm: add folio_split() and filemap_get_entry() race test
2026-03-13 11:40 UTC
[PATCH 3/4] elf: align ET_DYN base to exec folio order for contpte mapping
2026-03-13 14:42 UTC (2+ messages)
[PATCH v4 0/2] binfmt_elf: Align eligible read-only PT_LOAD segments to PMD_SIZE for THP
2026-03-13 14:39 UTC (11+ messages)
` [PATCH v4 1/2] huge_mm: add stubs for THP-disabled configs
ANNOUNCE: nfs-utils-2.8.7 released
2026-03-13 12:33 UTC
[PATCH 00/15] mm: expand mmap_prepare functionality and usage
2026-03-13 12:13 UTC (25+ messages)
` [PATCH 01/15] mm: various small mmap_prepare cleanups
` [PATCH 02/15] mm: add documentation for the mmap_prepare file operation callback
` [PATCH 03/15] mm: document vm_operations_struct->open the same as close()
` [PATCH 04/15] mm: add vm_ops->mapped hook
` [PATCH 05/15] fs: afs: correctly drop reference count on mapping failure
` [PATCH 06/15] mm: add mmap_action_simple_ioremap()
` [PATCH 07/15] misc: open-dice: replace deprecated mmap hook with mmap_prepare
` [PATCH 08/15] hpet: "
` [PATCH 09/15] mtdchar: replace deprecated mmap hook with mmap_prepare, clean up
` [PATCH 10/15] stm: replace deprecated mmap hook with mmap_prepare
` [PATCH 11/15] staging: vme_user: "
` [PATCH 12/15] mm: allow handling of stacked mmap_prepare hooks in more drivers
` [PATCH 13/15] drivers: hv: vmbus: replace deprecated mmap hook with mmap_prepare
` [PATCH 14/15] uio: replace deprecated mmap hook with mmap_prepare in uio_info
` [PATCH 15/15] mm: add mmap_action_map_kernel_pages[_full]()
[PATCH v2 0/6] fuse: fix hang with sync init
2026-03-13 12:03 UTC (9+ messages)
` [PATCH v2 1/6] fuse: create fuse_dev on /dev/fuse open instead of mount
` [PATCH v2 2/6] fuse: add refcount to fuse_dev
` [PATCH v2 3/6] fuse: don't require /dev/fuse fd to be kept open during mount
` [PATCH v2 4/6] fuse: clean up device cloning
` [PATCH v2 5/6] fuse: alloc pqueue before installing fc
` [PATCH v2 6/6] fuse: support FSCONFIG_SET_FD for "fd" option
[PATCH] sysctl: fix uninitialized variable in proc_do_large_bitmap
2026-03-13 11:17 UTC (2+ messages)
[RFC 0/3] Add buffered write-through support to iomap & xfs
2026-03-13 7:43 UTC (6+ messages)
` [RFC 1/3] iomap: Support buffered RWF_WRITETHROUGH via async dio backend
[RFC PATCH] mm: filemap: fix nr_pages calculation overflow in filemap_map_pages()
2026-03-13 5:54 UTC (4+ messages)
[syzbot] [kernfs?] possible deadlock in lookup_slow (3)
2026-03-13 3:08 UTC (2+ messages)
Should bio_add_folio() add the folio even it returned false for @len == 0 case?
2026-03-13 2:15 UTC
[PATCH v2] fs: make insert_inode_locked() wait for inode destruction
2026-03-13 1:59 UTC (2+ messages)
[PATCH v5] binfmt_elf: Align eligible read-only PT_LOAD segments to PMD_SIZE for THP
2026-03-13 0:52 UTC
[PATCH RFC 00/53] lift lookup out of exclive lock for dir ops
2026-03-13 0:18 UTC (58+ messages)
` [PATCH 01/53] VFS: fix various typos in documentation for start_creating start_removing etc
` [PATCH 02/53] VFS: enhance d_splice_alias() to handle in-lookup dentries
` [PATCH 03/53] VFS: allow d_alloc_name() to be used with ->d_hash
` [PATCH 04/53] VFS: use global wait-queue table for d_alloc_parallel()
` [PATCH 05/53] VFS: introduce d_alloc_noblock()
` [PATCH 06/53] VFS: add d_duplicate()
` [PATCH 07/53] VFS: Add LOOKUP_SHARED flag
` [PATCH 08/53] VFS/xfs: drop parent lock across d_alloc_parallel() in d_add_ci()
` [PATCH 09/53] nfs: remove d_drop()/d_alloc_parallel() from nfs_atomic_open()
` [PATCH 10/53] nfs: use d_splice_alias() in nfs_link()
` [PATCH 11/53] nfs: don't d_drop() before d_splice_alias()
` [PATCH 12/53] nfs: don't d_drop() before d_splice_alias() in atomic_create
` [PATCH 13/53] nfs: Use d_alloc_noblock() in nfs_prime_dcache()
` [PATCH 14/53] nfs: use d_alloc_noblock() in silly-rename
` [PATCH 15/53] nfs: use d_duplicate()
` [PATCH 16/53] ovl: drop dir lock for lookups in impure readdir
` [PATCH 17/53] coda: don't d_drop() early
` [PATCH 18/53] shmem: use d_duplicate()
` [PATCH 19/53] afs: use d_time instead of d_fsdata
` [PATCH 20/53] afs: don't unhash/rehash dentries during unlink/rename
` [PATCH 21/53] afs: use d_splice_alias() in afs_vnode_new_inode()
` [PATCH 22/53] afs: use d_alloc_nonblock in afs_sillyrename()
` [PATCH 23/53] afs: lookup_atsys to drop and reclaim lock
` [PATCH 24/53] afs: use d_duplicate()
` [PATCH 25/53] smb/client: use d_time to store a timestamp in dentry, not d_fsdata
` [PATCH 26/53] smb/client: don't unhashed and rehash to prevent new opens
` [PATCH 27/53] smb/client: use d_splice_alias() in atomic_open
` [PATCH 28/53] smb/client: Use d_alloc_noblock() in cifs_prime_dcache()
` [PATCH 29/53] exfat: simplify exfat_lookup()
` [PATCH 30/53] configfs: remove d_add() calls before configfs_attach_group()
` [PATCH 31/53] configfs: stop using d_add()
` [PATCH 32/53] ext4: move dcache modifying code out of __ext4_link()
` [PATCH 33/53] ext4: use on-stack dentries in ext4_fc_replay_link_internal()
` [PATCH 34/53] tracefs: stop using d_add()
` [PATCH 35/53] cephfs: "
` [PATCH 36/53] cephfs: remove d_alloc from CEPH_MDS_OP_LOOKUPNAME handling in ceph_fill_trace()
` [PATCH 37/53] cephfs: Use d_alloc_noblock() in ceph_readdir_prepopulate()
` [PATCH 38/53] cephfs: Don't d_drop() before d_splice_alias()
` [PATCH 39/53] ecryptfs: stop using d_add()
` [PATCH 40/53] gfs2: "
` [PATCH 41/53] libfs: "
` [PATCH 42/53] fuse: don't d_drop() before d_splice_alias()
` [PATCH 43/53] fuse: Use d_alloc_noblock() in fuse_direntplus_link()
` [PATCH 44/53] hostfs: don't d_drop() before d_splice_alias() in hostfs_mkdir()
` [PATCH 45/53] efivarfs: use d_alloc_name()
` [PATCH 46/53] Remove references to d_add() in documentation and comments
` [PATCH 47/53] VFS: make d_alloc() local to VFS
` [PATCH 48/53] VFS: remove d_add()
` [PATCH 49/53] VFS: remove d_rehash()
` [PATCH 50/53] VFS: remove lookup_one() and lookup_noperm()
` [PATCH 51/53] VFS: use d_alloc_parallel() in lookup_one_qstr_excl()
` [PATCH 52/53] VFS: lift d_alloc_parallel above inode_lock
` [PATCH 53/53] VFS: remove LOOKUP_SHARED
[PATCH] hfsplus: fix generic/533 test-case failure
2026-03-12 22:19 UTC
[PATCH v3 0/2] lib/idr: Fixes for infinite loop and memory leak
2026-03-12 21:15 UTC (5+ messages)
` [PATCH v3 1/2] lib/idr: fix infinite loop in idr_get_next()
[PATCH 02/20] tools/testing/vma: add unit tests for vma_flags_[empty, diff_pair, and]()
2026-03-12 19:30 UTC (2+ messages)
[PATCH 00/20] mm/vma: convert vm_flags_t to vma_flags_t in vma code
2026-03-12 19:28 UTC (13+ messages)
` [PATCH 10/20] mm/vma: introduce vma_flags_same[_mask/_pair]()
` [PATCH 11/20] mm/vma: introduce [vma_flags,legacy]_to_[legacy,vma_flags]() helpers
` [PATCH 12/20] tools/testing/vma: test that legacy flag helpers work correctly
` [PATCH 13/20] mm: convert do_brk_flags() to use vma_flags_t
` [PATCH 14/20] mm/vma: introduce vma_test[_any[_mask]](), and make inlining consistent
` [PATCH 15/20] tools/testing/vma: update VMA flag tests to test vma_test[_any_mask]()
` [PATCH 16/20] mm/vma: introduce vma_clear_flags[_mask]()
` [PATCH 17/20] tools/testing/vma: update VMA tests to test vma_clear_flags[_mask]()
` [PATCH 18/20] mm/vma: convert as much as we can in mm/vma.c to vma_flags_t
` [PATCH 19/20] mm/vma: convert vma_modify_flags[_uffd]() to use vma_flags_t
` [PATCH 20/20] mm/vma: convert __mmap_region() "
` [PATCH 02/20] tools/testing/vma: add unit tests flag empty, diff_pair, and[_mask]
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