messages from 2026-03-20 10:16:09 to 2026-03-20 22:40:31 UTC [more...]
[PATCH v4 00/21] mm: expand mmap_prepare functionality and usage
2026-03-20 22:39 UTC (10+ messages)
` [PATCH v4 01/21] mm: various small mmap_prepare cleanups
` [PATCH v4 02/21] mm: add documentation for the mmap_prepare file operation callback
` [PATCH v4 03/21] mm: document vm_operations_struct->open the same as close()
` [PATCH v4 04/21] mm: avoid deadlock when holding rmap on mmap_prepare error
` [PATCH v4 05/21] mm: switch the rmap lock held option off in compat layer
` [PATCH v4 06/21] mm/vma: remove superfluous map->hold_file_rmap_lock
` [PATCH v4 07/21] mm: have mmap_action_complete() handle the rmap lock and unmap
` [PATCH v4 08/21] mm: add vm_ops->mapped hook
` [PATCH v4 09/21] fs: afs: revert mmap_prepare() change
[PATCH v3 00/16] mm: expand mmap_prepare functionality and usage
2026-03-20 22:14 UTC (17+ messages)
` [PATCH v3 01/16] mm: various small mmap_prepare cleanups
` [PATCH v3 02/16] mm: add documentation for the mmap_prepare file operation callback
` [PATCH v3 03/16] mm: document vm_operations_struct->open the same as close()
` [PATCH v3 04/16] mm: add vm_ops->mapped hook
` [PATCH v3 05/16] fs: afs: correctly drop reference count on mapping failure
` [PATCH v3 15/16] mm: add mmap_action_map_kernel_pages[_full]()
[PATCH v3 0/8] io_uring: add kernel-managed buffer rings
2026-03-20 21:58 UTC (6+ messages)
[PATCH] pidfds: add coredump_code field to pidfd_info
2026-03-20 21:33 UTC
[PATCH v7 0/7] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL and HMEM
2026-03-20 20:42 UTC (17+ messages)
` [PATCH v7 3/7] dax/cxl, hmem: Initialize hmem early and defer dax_cxl binding
` [PATCH v7 4/7] dax: Track all dax_region allocations under a global resource tree
` [PATCH v7 6/7] dax/hmem, cxl: Defer and resolve Soft Reserved ownership
` [PATCH v7 7/7] dax/hmem: Reintroduce Soft Reserved ranges back into the iomem tree
[PATCHBLIZZARD v7] fuse/libfuse/e2fsprogs: containerize ext4 for safer operation
2026-03-20 20:31 UTC (11+ messages)
[PATCH v4 00/25] mm/vma: convert vm_flags_t to vma_flags_t in vma code
2026-03-20 19:56 UTC (27+ messages)
` [PATCH v4 01/25] mm/vma: add vma_flags_empty(), vma_flags_and(), vma_flags_diff_pair()
` [PATCH v4 02/25] tools/testing/vma: add unit tests flag empty, diff_pair, and[_mask]
` [PATCH v4 03/25] mm/vma: add further vma_flags_t unions
` [PATCH v4 04/25] tools/testing/vma: convert bulk of test code to vma_flags_t
` [PATCH v4 05/25] mm/vma: use new VMA flags for sticky flags logic
` [PATCH v4 06/25] tools/testing/vma: fix VMA flag tests
` [PATCH v4 07/25] mm/vma: add append_vma_flags() helper
` [PATCH v4 08/25] tools/testing/vma: add simple test for append_vma_flags()
` [PATCH v4 09/25] mm: unexport vm_brk_flags() and eliminate vm_flags parameter
` [PATCH v4 10/25] mm/vma: introduce vma_flags_same[_mask/_pair]()
` [PATCH v4 11/25] mm/vma: introduce [vma_flags,legacy]_to_[legacy,vma_flags]() helpers
` [PATCH v4 12/25] tools/testing/vma: test that legacy flag helpers work correctly
` [PATCH v4 13/25] mm/vma: introduce vma_test[_any[_mask]](), and make inlining consistent
` [PATCH v4 14/25] tools/testing/vma: update VMA flag tests to test vma_test[_any_mask]()
` [PATCH v4 15/25] mm: introduce vma_flags_count() and vma[_flags]_test_single_mask()
` [PATCH v4 16/25] tools/testing/vma: test vma_flags_count,vma[_flags]_test_single_mask
` [PATCH v4 17/25] mm: convert do_brk_flags() to use vma_flags_t
` [PATCH v4 18/25] mm: update vma_supports_mlock() to use new VMA flags
` [PATCH v4 19/25] mm/vma: introduce vma_clear_flags[_mask]()
` [PATCH v4 20/25] tools/testing/vma: update VMA tests to test vma_clear_flags[_mask]()
` [PATCH v4 21/25] mm/vma: convert as much as we can in mm/vma.c to vma_flags_t
` [PATCH v4 22/25] tools: bitmap: add missing bitmap_copy() implementation
` [PATCH v4 23/25] mm/vma: convert vma_modify_flags[_uffd]() to use vma_flags_t
` [PATCH v4 24/25] mm/vma: convert __mmap_region() "
` [PATCH v4 25/25] mm: simplify VMA flag tests of excluded flags
[PATCH v2 0/2] New IORING_OP_DUP
2026-03-20 19:34 UTC (4+ messages)
` [PATCH v2 1/2] io_uring: Extract io_file_get_fixed_node helper
` [PATCH v2 2/2] io_uring: Add IORING_OP_DUP
[PATCH] coredump: add tracepoint for coredump events
2026-03-20 18:48 UTC (5+ messages)
[PATCH v3 0/2] hfsplus: fix lock leak and refactor hidden dir search
2026-03-20 18:40 UTC (4+ messages)
` [PATCH v3 1/2] hfsplus: fix held lock freed on hfsplus_fill_super()
` [PATCH v3 2/2] hfsplus: extract hidden directory search into a helper function
[PATCH v3] sysctl: fix check against uninitialized variable in proc_do_large_bitmap
2026-03-20 18:30 UTC (2+ messages)
[PATCH v3 00/23] mm/vma: convert vm_flags_t to vma_flags_t in vma code
2026-03-20 18:28 UTC (16+ messages)
` [PATCH v3 17/23] mm: convert do_brk_flags() to use vma_flags_t
` [PATCH v3 21/23] mm/vma: convert as much as we can in mm/vma.c to vma_flags_t
` [PATCH v3 22/23] mm/vma: convert vma_modify_flags[_uffd]() to use vma_flags_t
` [PATCH v3 23/23] mm/vma: convert __mmap_region() "
[PATCH 0/4 v4] exec: inherit HWCAPs from the parent process
2026-03-20 18:19 UTC (4+ messages)
` [PATCH 2/4] "
[PATCH v3] selftests/mm: add folio_split() and filemap_get_entry() race test
2026-03-20 18:10 UTC (7+ messages)
[PATCH v4] selftests/mm: add folio_split() and filemap_get_entry() race test
2026-03-20 18:00 UTC (2+ messages)
[PATCH v2 0/5] workqueue: Introduce a sharded cache affinity scope
2026-03-20 17:56 UTC (6+ messages)
` [PATCH v2 1/5] workqueue: fix typo in WQ_AFFN_SMT comment
` [PATCH v2 2/5] workqueue: add WQ_AFFN_CACHE_SHARD affinity scope
` [PATCH v2 3/5] workqueue: set WQ_AFFN_CACHE_SHARD as the default "
` [PATCH v2 4/5] tools/workqueue: add CACHE_SHARD support to wq_dump.py
` [PATCH v2 5/5] workqueue: add test_workqueue benchmark module
[PATCH v2 0/4] mm: improve large folio readahead and alignment for exec memory
2026-03-20 17:47 UTC (14+ messages)
` [PATCH v2 1/4] mm: bypass mmap_miss heuristic for VM_EXEC readahead
` [PATCH v2 2/4] mm: replace exec_folio_order() with generic preferred_exec_order()
` [PATCH v2 3/4] elf: align ET_DYN base to max folio size for PTE coalescing
` [PATCH v2 4/4] mm: align file-backed mmap to max folio order in thp_get_unmapped_area
[PATCH] timerfd: Support CLOCK_TAI
2026-03-20 17:36 UTC (3+ messages)
[PATCH] fuse: when copying a folio delay the mark dirty until the end
2026-03-20 17:24 UTC (12+ messages)
` "
` "
[PATCH v5] binfmt_elf: Align eligible read-only PT_LOAD segments to PMD_SIZE for THP
2026-03-20 17:11 UTC (5+ messages)
[PATCH] adfs: validate nzones in adfs_read_map()
2026-03-20 16:11 UTC (11+ messages)
` [PATCH v2] adfs: validate nzones in adfs_validate_bblk()
BUG: unable to handle kernel NULL pointer dereference in __bread_gfp
2026-03-20 15:01 UTC (2+ messages)
[PATCH] virtiofs: Verify that server properly follows FUSE protocol
2026-03-20 15:00 UTC (2+ messages)
[PATCH RFC 00/53] lift lookup out of exclive lock for dir ops
2026-03-20 14:47 UTC (5+ messages)
` [PATCH 16/53] ovl: drop dir lock for lookups in impure readdir
[PATCH] init/initramfs.c: trivial fix: FSM -> Finite-state machine
2026-03-20 14:46 UTC (3+ messages)
balance_dirty_pages() causes 40% IO PSI (full) with no drain benefit on 384 GB machine
2026-03-20 14:38 UTC (2+ messages)
[RFC] liveupdate: prevent double preservation
2026-03-20 14:27 UTC (5+ messages)
[Bug][xfstests xfs/556] inconsistent {HARDIRQ-ON-W} -> {IN-HARDIRQ-W} usage
2026-03-20 14:27 UTC (2+ messages)
[PATCH 0/7] fsmount: add FSMOUNT_NAMESPACE
2026-03-20 14:04 UTC (7+ messages)
` [PATCH 3/7] mount: "
[PATCH v7] backing_file: store an internal O_PATH user_path_file
2026-03-20 13:53 UTC
[PATCH v2 0/41] fs: Move metadata bh tracking from address_space
2026-03-20 13:41 UTC (42+ messages)
` [PATCH 01/41] ext4: Use inode_has_buffers()
` [PATCH 02/41] gfs2: Don't zero i_private_data
` [PATCH 03/41] ntfs3: Drop pointless sync_mapping_buffers() and invalidate_inode_buffers() calls
` [PATCH 04/41] ocfs2: Drop pointless sync_mapping_buffers() calls
` [PATCH 05/41] bdev: Drop pointless invalidate_inode_buffers() call
` [PATCH 06/41] ufs: Drop pointless invalidate_mapping_buffers() call
` [PATCH 07/41] exfat: Drop pointless invalidate_inode_buffers() call
` [PATCH 08/41] udf: Switch to generic_buffers_fsync()
` [PATCH 09/41] minix: "
` [PATCH 10/41] bfs: "
` [PATCH 11/41] fat: Switch to generic_buffers_fsync_noflush()
` [PATCH 12/41] fs: Drop sync_mapping_buffers() from __generic_file_fsync()
` [PATCH 13/41] fat: Sync and invalidate metadata buffers from fat_evict_inode()
` [PATCH 14/41] udf: Sync and invalidate metadata buffers from udf_evict_inode()
` [PATCH 15/41] minix: Sync and invalidate metadata buffers from minix_evict_inode()
` [PATCH 16/41] ext2: Sync and invalidate metadata buffers from ext2_evict_inode()
` [PATCH 17/41] ext4: Sync and invalidate metadata buffers from ext4_evict_inode()
` [PATCH 18/41] bfs: Sync and invalidate metadata buffers from bfs_evict_inode()
` [PATCH 19/41] affs: Sync and invalidate metadata buffers from affs_evict_inode()
` [PATCH 20/41] fs: Ignore inode metadata buffers in inode_lru_isolate()
` [PATCH 21/41] fs: Stop using i_private_data for metadata bh tracking
` [PATCH 22/41] hugetlbfs: Stop using i_private_data
` [PATCH 23/41] aio: Stop using i_private_data and i_private_lock
` [PATCH 24/41] fs: Remove i_private_data
` [PATCH 25/41] kvm: Use private inode list instead of i_private_list
` [PATCH 26/41] fs: Drop osync_buffers_list()
` [PATCH 27/41] fs: Fold fsync_buffers_list() into sync_mapping_buffers()
` [PATCH 28/41] fs: Move metadata bhs tracking to a separate struct
` [PATCH 29/41] fs: Make bhs point to mapping_metadata_bhs
` [PATCH 30/41] fs: Switch inode_has_buffers() to take mapping_metadata_bhs
` [PATCH 31/41] fs: Provide functions for handling mapping_metadata_bhs directly
` [PATCH 32/41] ext2: Track metadata bhs in fs-private inode part
` [PATCH 33/41] affs: "
` [PATCH 34/41] bfs: "
` [PATCH 35/41] fat: "
` [PATCH 36/41] udf: "
` [PATCH 37/41] minix: "
` [PATCH 38/41] ext4: "
` [PATCH 39/41] fs: Drop mapping_metadata_bhs from address space
` [PATCH 40/41] fs: Drop i_private_list from address_space
` [PATCH 41/41] fs: Unify generic_file_fsync() with mmb methods
[PATCH v3 0/1] writeback: don't block sync for filesystems with no data integrity guarantees
2026-03-20 13:19 UTC (4+ messages)
` [PATCH v3 1/1] "
[PATCH v2] fs: remove stale and duplicate forward declarations
2026-03-20 13:18 UTC (2+ messages)
[PATCH] splice: prevent deadlock when splicing a file to itself
2026-03-20 13:06 UTC
[PATCH v2 00/15] mm, kvm: allow uffd support in guest_memfd
2026-03-20 12:55 UTC (7+ messages)
` [PATCH v2 01/15] userfaultfd: introduce mfill_copy_folio_locked() helper
` [PATCH v2 02/15] userfaultfd: introduce struct mfill_state
` [PATCH v2 03/15] userfaultfd: introduce mfill_get_pmd() helper
[PATCH RFC 0/2] configfs: enable kernel-space item registration
2026-03-20 12:39 UTC (11+ messages)
vfs continuous integration testing
2026-03-20 12:34 UTC (2+ messages)
[PATCH v2] fs: allow backing file code to open an O_PATH file with negative dentry
2026-03-20 12:33 UTC (2+ messages)
[PATCH] fs: allow vfs code to open an O_PATH file with negative dentry
2026-03-20 12:15 UTC (6+ messages)
[syzbot] [mm?] [f2fs?] [exfat?] memory leak in __kfree_rcu_sheaf
2026-03-20 11:20 UTC (2+ messages)
[syzbot] [mm?] [f2fs?] [exfat?] memory leak in __kfree_rcu_sheaf
2026-03-20 10:34 UTC (2+ messages)
[PATCH 0/3] ext4: remove use of d_alloc()
2026-03-20 10:24 UTC (5+ messages)
` [PATCH 2/3] ext4: add ext4_fc_eligible()
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