linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v2 000/110] vfs: change inode->i_ino from unsigned long to u64
 2026-03-03 11:04 UTC  (41+ messages)
` [PATCH v2 001/110] vfs: introduce kino_t typedef and PRIino format macro
` [PATCH v2 002/110] vfs: widen inode hash/lookup functions to u64
` [PATCH v2 003/110] audit: widen ino fields "
` [PATCH v2 004/110] net: change sock.sk_ino and sock_i_ino() "
` [PATCH v2 015/110] nilfs2: use PRIino format for i_ino
` [PATCH v2 023/110] ceph: "
` [PATCH v2 031/110] hfs: "
` [PATCH v2 032/110] hfsplus: "
` [PATCH v2 048/110] zonefs: "
` [PATCH v2 049/110] security: "
` [PATCH v2 068/110] nilfs2: replace PRIino with %llu/%llx format strings
` [PATCH v2 076/110] ceph: "
` [PATCH v2 084/110] hfs: "
` [PATCH v2 100/110] zonefs: "
` [PATCH v2 105/110] security: "
` [PATCH v2 109/110] uprobes: "
` [PATCH v2 110/110] vfs: remove kino_t typedef and PRIino format macro

[PATCH 0/4] Introduce QPW for per-cpu operations
 2026-03-03 10:55 UTC  (15+ messages)

[PATCH 0/5]: memcg: obj stock and slab stat caching cleanups
 2026-03-03 10:42 UTC  (21+ messages)
` [PATCH 1/5] mm: memcg: factor out trylock_stock() and unlock_stock()
` [PATCH 2/5] mm: memcg: simplify objcg charge size and stock remainder math
` [PATCH 3/5] mm: memcontrol: split out __obj_cgroup_charge()
` [PATCH 4/5] mm: memcontrol: use __account_obj_stock() in the !locked path
` [PATCH 5/5] mm: memcg: separate slab stat accounting from objcg charge cache

[PATCH 0/3] mm/swap: use swap_ops to register swap device's methods
 2026-03-03 10:41 UTC  (14+ messages)
` [PATCH 1/3] mm/swap: rename mm/page_io.c to mm/swap_io.c
` [PATCH 2/3] mm/swap: use swap_ops to register swap device's methods
` [PATCH 3/3] mm/swap_io.c: rename swap_writepage_* to swap_write_folio_*

[PATCH RFC v3 0/2] block: enable RWF_DONTCACHE for block devices
 2026-03-03 10:39 UTC  (5+ messages)
` [PATCH RFC v3 1/2] filemap: defer dropbehind invalidation from IRQ context

[PATCH 0/32] fs: Move metadata bh tracking from address_space
 2026-03-03 10:34 UTC  (33+ messages)
` [PATCH 01/32] fat: Sync and invalidate metadata buffers from fat_evict_inode()
` [PATCH 02/32] udf: Sync and invalidate metadata buffers from udf_evict_inode()
` [PATCH 03/32] minix: Sync and invalidate metadata buffers from minix_evict_inode()
` [PATCH 04/32] ext2: Sync and invalidate metadata buffers from ext2_evict_inode()
` [PATCH 05/32] ext4: Sync and invalidate metadata buffers from ext4_evict_inode()
` [PATCH 06/32] ext4: Use inode_has_buffers()
` [PATCH 07/32] bfs: Sync and invalidate metadata buffers from bfs_evict_inode()
` [PATCH 08/32] affs: Sync and invalidate metadata buffers from affs_evict_inode()
` [PATCH 09/32] fs: Ignore inode metadata buffers in inode_lru_isolate()
` [PATCH 10/32] fs: Stop using i_private_data for metadata bh tracking
` [PATCH 11/32] gfs2: Don't zero i_private_data
` [PATCH 12/32] hugetlbfs: Stop using i_private_data
` [PATCH 13/32] aio: Stop using i_private_data and i_private_lock
` [PATCH 14/32] fs: Remove i_private_data
` [PATCH 15/32] fs: Drop osync_buffers_list()
` [PATCH 16/32] fs: Fold fsync_buffers_list() into sync_mapping_buffers()
` [PATCH 17/32] fs: Move metadata bhs tracking to a separate struct
` [PATCH 18/32] fs: Provide operation for fetching mapping_metadata_bhs
` [PATCH 19/32] ntfs3: Drop pointless sync_mapping_buffers() call
` [PATCH 20/32] ocfs2: Drop pointless sync_mapping_buffers() calls
` [PATCH 21/32] bdev: Drop pointless invalidate_mapping_buffers() call
` [PATCH 22/32] fs: Switch inode_has_buffers() to take mapping_metadata_bhs
` [PATCH 23/32] ext2: Track metadata bhs in fs-private inode part
` [PATCH 24/32] affs: "
` [PATCH 25/32] bfs: "
` [PATCH 26/32] fat: "
` [PATCH 27/32] udf: "
` [PATCH 28/32] minix: "
` [PATCH 29/32] ext4: "
` [PATCH 30/32] vfs: Drop mapping_metadata_bhs from address space
` [PATCH 31/32] kvm: Use private inode list instead of i_private_list
` [PATCH 32/32] fs: Drop i_private_list from address_space

[PATCH v3] mm/rmap: fix incorrect pte restoration for lazyfree folios
 2026-03-03 10:32 UTC  (6+ messages)

[PATCH 1/1] mm/oom_kill.c: simpilfy rcu call with guard(rcu)
 2026-03-03 10:26 UTC 

[PATCH] tracing: Fix WARN_ON in tracing_buffers_mmap_close
 2026-03-03 10:19 UTC  (4+ messages)

[PATCH v3 0/8] dma-buf: heaps: Turn heaps into modules
 2026-03-03 10:13 UTC  (9+ messages)
` [PATCH v3 1/8] dma: contiguous: Turn heap registration logic around
` [PATCH v3 2/8] dma: contiguous: Make dev_get_cma_area() a proper function
` [PATCH v3 3/8] dma: contiguous: Make dma_contiguous_default_area static
` [PATCH v3 4/8] dma: contiguous: Export dev_get_cma_area()
` [PATCH v3 5/8] mm: cma: Export cma_alloc(), cma_release() and cma_get_name()
` [PATCH v3 6/8] dma-buf: heaps: Export mem_accounting parameter
` [PATCH v3 7/8] dma-buf: heaps: cma: Turn the heap into a module
` [PATCH v3 8/8] dma-buf: heaps: system: "

[PATCH 6.6.y] mm/mempolicy: fix wrong mmap_read_unlock() in migrate_to_node()
 2026-03-03 10:12 UTC 

[Patch v3] mm/huge_memory: fix early failure try_to_migrate() when split huge pmd for shared thp
 2026-03-03 10:12 UTC  (8+ messages)

[PATCH v3 0/5] Allow order zero pages in page reporting
 2026-03-03 10:04 UTC  (8+ messages)
` [PATCH v3 1/5] mm/page_reporting: add PAGE_REPORTING_ORDER_UNSPECIFIED
` [PATCH v3 2/5] virtio_balloon: set unspecified page reporting order
` [PATCH v3 3/5] hv_balloon: "
` [PATCH v3 4/5] mm/page_reporting: change PAGE_REPORTING_ORDER_UNSPECIFIED to -1
` [PATCH v3 5/5] mm/page_reporting: change page_reporting_order to PAGE_REPORTING_ORDER_UNSPECIFIED

[PATCH v2] mm/huge_memory: fix a folio_split() race condition with folio_try_get()
 2026-03-03 10:01 UTC  (5+ messages)

[PATCH] mm/huge_memory: fix a folio_split() race condition with folio_try_get()
 2026-03-03  9:59 UTC  (9+ messages)
        ` [External Sender] "

[PATCH v2] khugepaged: remove redundant index check for pmd-folios
 2026-03-03  9:56 UTC  (3+ messages)

[PATCH] mm/vmscan: restore allowed mask in alloc_demote_folio()
 2026-03-03  9:45 UTC  (4+ messages)
` [PATCH v2] mm/vmscan: fix unintended mtc->nmask mutation "

[PATCH v2] smaps: Report correct page sizes with THP
 2026-03-03  9:39 UTC  (10+ messages)

[BUG] mm/mempolicy: possible double-unlock in migrate_to_node() on 6.6
 2026-03-03  9:21 UTC  (4+ messages)
    `  "

[RFC PATCH] binfmt_elf: Align eligible read-only PT_LOAD segments to PMD_SIZE for THP
 2026-03-03  9:14 UTC  (6+ messages)

[PATCH 0/2] mm/vmalloc: free unused pages on vrealloc() shrink
 2026-03-03  9:10 UTC  (3+ messages)
` [PATCH 2/2] "

[PATCH v2 0/6] support batched checking of the young flag for MGLRU
 2026-03-03  8:57 UTC  (9+ messages)
` [PATCH v2 4/6] mm: add a batched helper to clear the young flag for large folios
` [PATCH v2 5/6] mm: support batched checking of the young flag for MGLRU

[PATCH v2 0/4] Allow order zero pages in page reporting
 2026-03-03  8:52 UTC  (4+ messages)
` [PATCH v2 1/4] mm/page_reporting: add PAGE_REPORTING_ORDER_UNSPECIFIED

[PATCH mm-hotfixes] mm/huge_memory: fix memory corruption on huge zero page move
 2026-03-03  8:49 UTC  (6+ messages)

[syzbot] [mm?] INFO: rcu detected stall in __dentry_kill
 2026-03-03  8:41 UTC 

[PATCH] arm64: contpte: fix set_access_flags() no-op check for SMMU/ATS faults
 2026-03-03  8:38 UTC  (3+ messages)

[PATCH v2 0/9] dma-buf: heaps: Turn heaps into modules
 2026-03-03  8:30 UTC  (3+ messages)
` [PATCH v2 1/9] dma: contiguous: Turn heap registration logic around

[PATCH 3/3] mm: optimize free_area_empty() check using per-migratetype counts
 2026-03-03  8:29 UTC  (2+ messages)

[PATCH] mm/mglru: fix cgroup OOM during MGLRU state switching
 2026-03-03  8:27 UTC  (15+ messages)

[PATCH 3/3] mm: optimize free_area_empty() check using per-migratetype counts
 2026-03-03  8:04 UTC  (2+ messages)

[PATCH v2 2/3] mm/huge_memory: Prevent huge zeropage refcount corruption in PMD move
 2026-03-03  7:27 UTC  (3+ messages)

[PATCH v2 1/3] mm/huge_memory: Fix use of NULL folio in move_pages_huge_pmd()
 2026-03-03  7:12 UTC  (6+ messages)

[PATCH v3 0/2] selftests/liveupdate: add end to end test infrastructure and scripts
 2026-03-03  7:09 UTC  (4+ messages)
` [PATCH v3 1/2] tools/nolibc: add ftruncate()
` [PATCH v3 2/2] selftests/liveupdate: add end to end test infrastructure and scripts

[PATCH] block: remove bdev_nonrot()
 2026-03-03  7:05 UTC  (6+ messages)

include/linux/compiler_types.h:631:38: error: call to '__compiletime_assert_431' declared with attribute error: BUILD_BUG_ON failed: offsetof(struct qla_tgt_sess_op, atio) + sizeof(u->atio) != sizeof(*u)
 2026-03-03  6:48 UTC  (2+ messages)

[PATCH] mm/mglru: fix cgroup OOM during MGLRU state switching
 2026-03-03  6:37 UTC 

[PATCH v2 00/22] vfio/pci: Base Live Update support for VFIO device files
 2026-03-03  6:21 UTC  (3+ messages)
` [PATCH v2 04/22] vfio/pci: Register a file handler with Live Update Orchestrator

[PATCH v6 00/13] Remove device private pages from physical address space
 2026-03-03  5:52 UTC  (6+ messages)
` [PATCH v6 01/13] mm/migrate_device: Introduce migrate_pfn_from_page() helper

[bug report] kho: update FDT dynamically for subtree addition/removal
 2026-03-03  5:16 UTC 

[PATCH 1/5] zram: do not autocorrect bad recompression parameters
 2026-03-03  4:28 UTC  (4+ messages)

[LSF/MM/BPF TOPIC] Improving MGLRU
 2026-03-03  4:06 UTC  (8+ messages)
` [LSF/MM/BPF] "

[PATCH 0/3] cgroup: improve cgroup_file_notify() scalability
 2026-03-03  4:01 UTC  (8+ messages)
` [PATCH 2/3] cgroup: add lockless fast-path checks to cgroup_file_notify()

[PATCH v5 29/32] mm: memcontrol: prepare for reparenting non-hierarchical stats
 2026-03-03  3:08 UTC  (4+ messages)
` [PATCH v5 update "

[PATCH v3 0/3] add support for drop_caches for individual filesystem
 2026-03-03  2:32 UTC  (9+ messages)

[PATCH v3] mm: optimize stat output for 11% sys time reduce
 2026-03-03  1:32 UTC  (5+ messages)
` [PATCH v4 0/1] mm: memcg: optimize stat output to reduce printf overhead
  ` [PATCH v4 1/1] mm: optimize stat output for 11% sys time reduce

reply: [syzbot ci] Re: mm: bail out when the PMD has been set in bloom filter
 2026-03-03  1:07 UTC  (2+ messages)

[PATCH] MAINTAINERS: add co-maintainer and reviewer for SLAB ALLOCATOR
 2026-03-03  1:00 UTC  (2+ messages)

[PATCH v1 00/16] mm: cleanups around unmapping / zapping
 2026-03-02 23:29 UTC  (2+ messages)

[PATCH v6 0/4] Convert x86/mm/pat to generic page table apis
 2026-03-02 22:43 UTC  (8+ messages)

[PATCH v4 0/5] mm: zone lock tracepoint instrumentation
 2026-03-02 22:37 UTC  (4+ messages)
` [PATCH v4 4/5] mm: rename zone->lock to zone->_lock

[PATCH v2 1/2] tools/nolibc: add ftruncate()
 2026-03-02 22:30 UTC  (3+ messages)

[PATCH v2 0/4] Two-pass MMU interval notifiers
 2026-03-02 21:33 UTC  (15+ messages)
` [PATCH v2 1/4] mm/mmu_notifier: Allow two-pass struct mmu_interval_notifiers
` [PATCH v2 2/4] drm/xe/userptr: Convert invalidation to two-pass MMU notifier
` [PATCH v2 3/4] drm/xe: Split TLB invalidation into submit and wait steps
` [PATCH v2 4/4] drm/xe/userptr: Defer Waiting for TLB invalidation to the second pass if possible

[PATCH 0/8] mm/zswap, zsmalloc: Per-memcg-lruvec zswap accounting
 2026-03-02 21:31 UTC  (2+ messages)

[RFC PATCH v2 0/5] mm/swap, memcg: Introduce swap tiers for cgroup based swap control
 2026-03-02 21:27 UTC  (8+ messages)

[RFC v2 00/21] mm: thp: lazy PTE page table allocation at PMD split
 2026-03-02 21:20 UTC  (3+ messages)
` [RFC v2 12/21] mm: thp: handle split failure in device migration

[RFC] mm/vmalloc: vrealloc() shrink TODO - seeking direction before implementing
 2026-03-02 21:17 UTC  (6+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox