linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-30 15:50:01 to 2023-05-31 11:50:57 UTC [more...]

[PATCH v7 00/20] bio: check return values of bio_add_page
 2023-05-31 11:50 UTC 

[PATCH v6 00/20] bio: check return values of bio_add_page
 2023-05-31 11:50 UTC  (69+ messages)
` [PATCH v6 01/20] swap: use __bio_add_page to add page to bio
` [PATCH v6 02/20] drbd: "
` [PATCH v6 03/20] dm: dm-zoned: use __bio_add_page for adding single metadata page
` [PATCH v6 04/20] fs: buffer: use __bio_add_page to add single page to bio
` [PATCH v6 05/20] md: use __bio_add_page to add single page
` [PATCH v6 06/20] md: raid5-log: "
` [PATCH v6 07/20] md: raid5: use __bio_add_page to add single page to new bio
` [PATCH v6 08/20] jfs: logmgr: use __bio_add_page to add single page to bio
` [PATCH v6 09/20] gfs2: use __bio_add_page for adding "
` [PATCH v6 10/20] zonefs: "
` [PATCH v6 11/20] zram: "
` [PATCH v6 12/20] floppy: "
` [PATCH v6 13/20] md: check for failure when adding pages in alloc_behind_master_bio
` [PATCH v6 14/20] md: raid1: use __bio_add_page for adding single page to bio
` [PATCH v6 15/20] md: raid1: check if adding pages to resync bio fails
` [PATCH v6 16/20] dm-crypt: check if adding pages to clone "
` [PATCH v6 17/20] block: mark bio_add_page as __must_check
` [PATCH v6 18/20] block: add __bio_add_folio
` [PATCH v6 19/20] fs: iomap: use __bio_add_folio where possible
` [PATCH v6 20/20] block: mark bio_add_folio as __must_check

cleanup the filemap / direct I/O interaction v3 (full series now)
 2023-05-31 11:38 UTC  (19+ messages)
` [PATCH 01/12] backing_dev: remove current->backing_dev_info
` [PATCH 02/12] iomap: update ki_pos a little later in iomap_dio_complete
` [PATCH 03/12] filemap: update ki_pos in generic_perform_write
` [PATCH 04/12] filemap: add a kiocb_write_and_wait helper
` [PATCH 05/12] filemap: add a kiocb_invalidate_pages helper
` [PATCH 06/12] filemap: add a kiocb_invalidate_post_direct_write helper
` [PATCH 07/12] iomap: update ki_pos in iomap_file_buffered_write
` [PATCH 08/12] iomap: use kiocb_write_and_wait and kiocb_invalidate_pages
` [PATCH 09/12] fs: factor out a direct_write_fallback helper
` [PATCH 10/12] fuse: update ki_pos in fuse_perform_write
` [PATCH 11/12] fuse: drop redundant arguments to fuse_perform_write
` [PATCH 12/12] fuse: use direct_write_fallback

[PATCH v3 0/6] Expose GPU memory as coherently CPU accessible
 2023-05-31 11:35 UTC  (5+ messages)
` [PATCH v3 1/6] kvm: determine memory type from VMA

[PATCH 0/8] make unregistration of super_block shrinker more faster
 2023-05-31 11:19 UTC  (11+ messages)
` [PATCH 1/8] mm: vmscan: move shrinker_debugfs_remove() before synchronize_srcu()
` [PATCH 2/8] mm: vmscan: split unregister_shrinker()
` [PATCH 3/8] fs: move list_lru_destroy() to destroy_super_work()
` [PATCH 4/8] fs: shrink only (SB_ACTIVE|SB_BORN) superblocks in super_cache_scan()
` [PATCH 5/8] fs: introduce struct super_operations::destroy_super() callback
` [PATCH 6/8] xfs: introduce xfs_fs_destroy_super()
` [PATCH 7/8] shmem: implement shmem_destroy_super()
` [PATCH 8/8] fs: use unregister_shrinker_delayed_{initiate, finalize} for super_block shrinker

[PATCH] mm: madvise: fix uneven accounting of psi
 2023-05-31 11:09 UTC 

[PATCH net-next v2 0/2] splice, net: Handle MSG_SPLICE_PAGES in AF_KCM
 2023-05-31 11:04 UTC  (3+ messages)
` [PATCH net-next v2 1/2] kcm: Support MSG_SPLICE_PAGES
` [PATCH net-next v2 2/2] kcm: Convert kcm_sendpage() to use MSG_SPLICE_PAGES

[PATCH net-next v2 0/2] splice, net: Handle MSG_SPLICE_PAGES in Chelsio-TLS
 2023-05-31 11:00 UTC  (3+ messages)
` [PATCH net-next v2 1/2] chelsio: Support MSG_SPLICE_PAGES
` [PATCH net-next v2 2/2] chelsio: Convert chtls_sendpage() to use MSG_SPLICE_PAGES

[PATCH v2] riscv: mm: Pre-allocate PGD entries for vmalloc/modules area
 2023-05-31  9:38 UTC 

[linux-next:master 6093/6126] include/linux/usb/typec_mux.h:77:1: error: expected identifier or '(' before '{' token
 2023-05-31  9:10 UTC 

[PATCH net-next 3/4] kcm: Support MSG_SPLICE_PAGES
 2023-05-31  8:51 UTC  (4+ messages)
` [PATCH net-next 0/4] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 2

[PATCH net-next 1/2] net: Keep sk->sk_forward_alloc as a proper size
 2023-05-31  8:46 UTC  (9+ messages)

[PATCH v4 0/3] block: Make old dio use iov_iter_extract_pages() and page pinning
 2023-05-31  8:46 UTC  (12+ messages)
` [PATCH v4 1/3] mm: Don't pin ZERO_PAGE in pin_user_pages()
` [PATCH v4 2/3] mm: Provide a function to get an additional pin on a page
` [PATCH v4 3/3] block: Use iov_iter_extract_pages() and page pinning in direct-io.c

Question about oom-killer
 2023-05-31  8:42 UTC 

[PATCH RFC v2] Randomized slab caches for kmalloc()
 2023-05-31  7:59 UTC  (11+ messages)

[PATCH v2] string: use __builtin_memcpy() in strlcpy/strlcat
 2023-05-31  7:57 UTC  (3+ messages)

[PATCH 2/2] module: add support to avoid duplicates early on load
 2023-05-31  7:51 UTC  (18+ messages)

[PATCH -V3 0/5] swap: cleanup get/put_swap_device() usage
 2023-05-31  7:46 UTC  (7+ messages)
` [PATCH -V3 2/5] swap, __read_swap_cache_async(): enlarge get/put_swap_device protection range
` [PATCH -V3 3/5] swap: remove __swp_swapcount()
` [PATCH -V3 4/5] swap: remove get/put_swap_device() in __swap_duplicate()

mm: Question: pte SMP data race in do_anomyous_page()?
 2023-05-31  7:27 UTC  (5+ messages)

[PATCH v2] mm/migrate_device: Try to handle swapcache pages
 2023-05-31  7:24 UTC  (2+ messages)

cleanup the filemap / direct I/O interaction v3
 2023-05-31  7:20 UTC  (9+ messages)
` [PATCH 1/8] backing_dev: remove current->backing_dev_info
` [PATCH 2/8] iomap: update ki_pos a little later in iomap_dio_complete
` [PATCH 3/8] filemap: update ki_pos in generic_perform_write
` [PATCH 4/8] filemap: add a kiocb_write_and_wait helper
` [PATCH 5/8] filemap: add a kiocb_invalidate_pages helper
` [PATCH 6/8] filemap: add a kiocb_invalidate_post_direct_write helper
` [PATCH 7/8] iomap: update ki_pos in iomap_file_buffered_write
` [PATCH 8/8] iomap: use kiocb_write_and_wait and kiocb_invalidate_pages

[syzbot] [mm?] KASAN: slab-use-after-free Read in mas_prev_nentry
 2023-05-31  7:17 UTC 

[PATCH] mm: zswap: support exclusive loads
 2023-05-31  6:00 UTC  (6+ messages)

[RFC PATCH V3 0/1] sched/numa: Fix disjoint set vma scan regression
 2023-05-31  4:25 UTC  (2+ messages)
` [RFC PATCH V3 1/1] "

[PATCH] riscv: mm: Pre-allocate PGD entries vmalloc/modules area
 2023-05-31  3:39 UTC  (3+ messages)

[PATCHv5] mm: skip CMA pages when they are not available
 2023-05-31  2:51 UTC 

[PATCH 1/2] mmu_notifiers: Restore documentation for .invalidate_range()
 2023-05-31  2:46 UTC  (14+ messages)
` [PATCH 2/2] arm64: Notify on pte permission upgrades

[PATCH] mm: zswap: multiple zpool support
 2023-05-31  2:32 UTC  (2+ messages)

[PATCH] mm: zswap: shrink until can accept
 2023-05-31  2:30 UTC  (11+ messages)

[PATCH 0/6] Misc cleanups and improvements for compaction
 2023-05-31  1:44 UTC  (4+ messages)
` [PATCH 1/6] mm: compaction: drop the redundant page validation in update_pageblock_skip()

[PATCHv12 0/9] mm, x86/cc, efi: Implement support for unaccepted memory
 2023-05-31  0:58 UTC  (3+ messages)
` [PATCHv12 9/9] x86/tdx: Add unaccepted memory support

[PATCH 00/12] mm: free retracted page table by RCU
 2023-05-31  0:38 UTC  (4+ messages)
` [PATCH 09/12] mm/khugepaged: retract_page_tables() without mmap or vma lock

[PATCH net-next 09/12] tls/sw: Support MSG_SPLICE_PAGES
 2023-05-31  0:32 UTC  (5+ messages)
` [PATCH net-next 00/12] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 3
    ` Bug in short splice to socket?

[PATCH] zswap: do not shrink when memory.zswap.max is 0
 2023-05-30 23:37 UTC  (16+ messages)
                ` [PATCH] zswap: do not shrink if cgroup may not zswap
                    ` [PATCH v3] "

[PATCH v2 0/2] SPDX conversion from UDF
 2023-05-30 23:17 UTC  (3+ messages)
` [PATCH v2 1/2] fs: udf: Replace GPL 2.0 boilerplate license notice with SPDX identifier

[PATCH 1/2] binfmt: Use struct_size()
 2023-05-30 22:52 UTC  (2+ messages)

[PATCH] mm: page_alloc: remove unneeded header files
 2023-05-30 22:13 UTC  (2+ messages)

[RFC PATCH v1 0/7] PAGE_SIZE Unmapping in Memory Failure Recovery for HugeTLB Pages
 2023-05-30 22:11 UTC  (4+ messages)
` [RFC PATCH v1 4/7] mm/memory_failure: unmap raw HWPoison PTEs when possible

[linux-next:master] BUILD REGRESSION 8c33787278ca8db73ad7d23f932c8c39b9f6e543
 2023-05-30 21:32 UTC  (2+ messages)

[PATCH 0/4] vmstat bug fixes for nohz_full CPUs
 2023-05-30 20:09 UTC  (3+ messages)
` [PATCH 3/4] workqueue: add schedule_on_each_cpumask helper

[PATCH mm-unstable v2 00/10] mm/kvm: locklessly clear the accessed bit
 2023-05-30 20:06 UTC  (6+ messages)
` [PATCH mm-unstable v2 04/10] kvm/arm64: make stage2 page tables RCU safe

[PATCH net-next v2 00/10] crypto, splice, net: Make AF_ALG handle sendmsg(MSG_SPLICE_PAGES)
 2023-05-30 19:55 UTC  (3+ messages)
` [PATCH net-next v2 02/10] Fix a couple of spelling mistakes

[PATCH v5 00/20] bio: check return values of bio_add_page
 2023-05-30 19:43 UTC  (5+ messages)
` [PATCH v5 16/20] dm-crypt: check if adding pages to clone bio fails
  ` [dm-devel] "

[PATCH v3 00/11] Introduce cmpxchg128() -- aka. the demise of cmpxchg_double()
 2023-05-30 19:32 UTC  (5+ messages)
` [PATCH v3 08/11] slub: Replace cmpxchg_double()

[PATCH v5 00/15] mm, dma, arm64: Reduce ARCH_KMALLOC_MINALIGN to 8
 2023-05-30 16:31 UTC  (7+ messages)

[PATCH v11 0/9] Implement copy offload support
 2023-05-30 12:10 UTC  (4+ messages)
  ` [PATCH v11 2/9] block: Add copy offload support infrastructure


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).