linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
return an ERR_PTR from __filemap_get_folio v2
 2023-03-29 23:56 UTC  (3+ messages)

[PATCH 0/5] remove page_endio()
 2023-03-29 23:53 UTC  (9+ messages)
  ` [PATCH 2/5] orangefs: use folios in orangefs_readahead
  ` [PATCH 1/5] zram: remove the call to page_endio in the bio end_io handler

[PATCH RFC v8 00/56] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-03-29 23:50 UTC  (12+ messages)
` [PATCH RFC v8 02/56] KVM: x86: Add 'update_mem_attr' x86 op
` [PATCH RFC v8 12/56] x86/sev: Add RMP entry lookup helpers

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

[PATCH] mm: khugepaged: Fix kernel BUG in hpage_collapse_scan_file
 2023-03-29 21:53 UTC  (3+ messages)

[PATCH V7 0/2] mm: shmem: support POSIX_FADV_[WILL|DONT]NEED for shmem files
 2023-03-29 21:36 UTC  (3+ messages)

[linux-next:pending-fixes] BUILD SUCCESS a0c0d56fba87d456105a36590837689ce63bc1a2
 2023-03-29 21:14 UTC 

[PATCH] mm: Be less noisy during memory hotplug
 2023-03-29 20:46 UTC  (4+ messages)

[RFC PATCH 0/7] Make rstat flushing IRQ and sleep friendly
 2023-03-29 20:38 UTC  (14+ messages)
` [RFC PATCH 1/7] cgroup: rstat: only disable interrupts for the percpu lock

[RFC PATCH v2 00/48] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES)
 2023-03-29 19:58 UTC  (53+ messages)
  ` [RFC PATCH v2 01/48] netfs: Fix netfs_extract_iter_to_sg() for ITER_UBUF/IOVEC
  ` [RFC PATCH v2 02/48] iov_iter: Remove last_offset member
  ` [RFC PATCH v2 03/48] iov_iter: Add an iterator-of-iterators
  ` [RFC PATCH v2 04/48] net: Declare MSG_SPLICE_PAGES internal sendmsg() flag
  ` [RFC PATCH v2 05/48] mm: Move the page fragment allocator from page_alloc.c into its own file
  ` [RFC PATCH v2 06/48] mm: Make the page_frag_cache allocator use multipage folios
  ` [RFC PATCH v2 07/48] mm: Make the page_frag_cache allocator use per-cpu
  ` [RFC PATCH v2 08/48] tcp: Support MSG_SPLICE_PAGES
  ` [RFC PATCH v2 09/48] tcp: Make sendmsg(MSG_SPLICE_PAGES) copy unspliceable data
  ` [RFC PATCH v2 10/48] tcp: Convert do_tcp_sendpages() to use MSG_SPLICE_PAGES
  ` [RFC PATCH v2 11/48] tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsg
  ` [RFC PATCH v2 12/48] espintcp: Inline do_tcp_sendpages()
  ` [RFC PATCH v2 13/48] tls: "
  ` [RFC PATCH v2 14/48] siw: "
  ` [RFC PATCH v2 15/48] tcp: Fold do_tcp_sendpages() into tcp_sendpage_locked()
  ` [RFC PATCH v2 16/48] ip, udp: Support MSG_SPLICE_PAGES
  ` [RFC PATCH v2 17/48] ip, udp: Make sendmsg(MSG_SPLICE_PAGES) copy unspliceable data
  ` [RFC PATCH v2 18/48] udp: Convert udp_sendpage() to use MSG_SPLICE_PAGES
  ` [RFC PATCH v2 19/48] af_unix: Support MSG_SPLICE_PAGES
  ` [RFC PATCH v2 20/48] af_unix: Make sendmsg(MSG_SPLICE_PAGES) copy unspliceable data
  ` [RFC PATCH v2 21/48] crypto: af_alg: Pin pages rather than ref'ing if appropriate
  ` [RFC PATCH v2 22/48] crypto: af_alg: Use netfs_extract_iter_to_sg() to create scatterlists
  ` [RFC PATCH v2 23/48] crypto: af_alg: Indent the loop in af_alg_sendmsg()
  ` [RFC PATCH v2 24/48] crypto: af_alg: Support MSG_SPLICE_PAGES
  ` [RFC PATCH v2 25/48] crypto: af_alg: Convert af_alg_sendpage() to use MSG_SPLICE_PAGES
  ` [RFC PATCH v2 26/48] crypto: af_alg/hash: Support MSG_SPLICE_PAGES
  ` [RFC PATCH v2 27/48] splice, net: Use sendmsg(MSG_SPLICE_PAGES) rather than ->sendpage()
  ` [RFC PATCH v2 28/48] splice: Reimplement splice_to_socket() to pass multiple bufs to sendmsg()
  ` [RFC PATCH v2 29/48] Remove file->f_op->sendpage
  ` [RFC PATCH v2 30/48] siw: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage to transmit
  ` [RFC PATCH v2 31/48] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
  ` [RFC PATCH v2 32/48] iscsi: "
  ` [RFC PATCH v2 33/48] iscsi: Assume "sendpage" is okay in iscsi_tcp_segment_map()
  ` [RFC PATCH v2 34/48] tcp_bpf: Make tcp_bpf_sendpage() go through tcp_bpf_sendmsg(MSG_SPLICE_PAGES)
  ` [RFC PATCH v2 35/48] net: Use sendmsg(MSG_SPLICE_PAGES) not sendpage in skb_send_sock()
  ` [RFC PATCH v2 36/48] algif: Remove hash_sendpage*()
  ` [RFC PATCH v2 37/48] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()
  ` [RFC PATCH v2 38/48] rds: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
  ` [RFC PATCH v2 39/48] dlm: "
  ` [RFC PATCH v2 40/48] sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage
  ` [RFC PATCH v2 41/48] sunrpc: Rely on TCP sendmsg + MSG_SPLICE_PAGES to copy unspliceable data
  ` [RFC PATCH v2 42/48] nvme: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage
  ` [RFC PATCH v2 43/48] kcm: "
  ` [RFC PATCH v2 44/48] smc: Drop smc_sendpage() in favour of smc_sendmsg() + MSG_SPLICE_PAGES
  ` [RFC PATCH v2 45/48] ocfs2: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()
  ` [RFC PATCH v2 46/48] drbd: Use sendmsg(MSG_SPLICE_PAGES) rather than sendmsg()
  ` [RFC PATCH v2 47/48] drdb: Send an entire bio in a single sendmsg
    ` [RFC PATCH v2 48/48] sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)

[PATCH] userfaultfd: don't fail on unrecognized features
 2023-03-29 19:41 UTC  (10+ messages)

[PATCH v2 0/9] memcg: make rstat flushing irq and sleep
 2023-03-29 19:20 UTC  (12+ messages)
` [PATCH v2 2/9] memcg: rename mem_cgroup_flush_stats_"delayed" to "ratelimited"
` [PATCH v2 3/9] memcg: do not flush stats in irq context
` [PATCH v2 4/9] cgroup: rstat: add WARN_ON_ONCE() if flushing outside task context
` [PATCH v2 5/9] memcg: replace stats_flush_lock with an atomic

[PATCH] LoongArch: Add kernel address sanitizer support
 2023-03-29 19:02 UTC  (6+ messages)

[linux-next:master 2244/7607] drivers/net/wireless/legacy/wl3501_cs.c:258:2: warning: performing pointer arithmetic on a null pointer has undefined behavior
 2023-03-29 18:57 UTC 

[PATCH v2 1/5] kasan: drop empty tagging-related defines
 2023-03-29 18:41 UTC  (6+ messages)
` [PATCH v2 2/5] kasan, arm64: rename tagging-related routines
` [PATCH v2 3/5] arm64: mte: Rename TCO routines
` [PATCH v2 4/5] kasan, arm64: add arch_suppress_tag_checks_start/stop
` [PATCH v2 5/5] kasan: suppress recursive reports for HW_TAGS

[PATCH v3 1/2] mm: vmalloc: Remove a global vmap_blocks xarray
 2023-03-29 17:50 UTC  (9+ messages)

[BUG] Usersapce MTE error with allocation tag 0 when low on memory
 2023-03-29 16:54 UTC  (3+ messages)

[PATCH v5 0/3] mm/khugepaged: fix khugepaged+shmem races
 2023-03-29 16:53 UTC  (10+ messages)
` [PATCH v5 3/3] mm/khugepaged: maintain page cache uptodate flag

[PATCH 0/7] module: avoid userspace pressure on unwanted allocations
 2023-03-29 16:50 UTC  (17+ messages)
` [PATCH 1/7] module: move finished_loading()
` [PATCH 2/7] module: extract patient module check into helper
` [PATCH 3/7] module: avoid allocation if module is already present and ready
` [PATCH 4/7] sempahore: add a helper for a concurrency limiter
` [PATCH 5/7] modules/kmod: replace implementation with a sempahore
` [PATCH 6/7] debugfs: add debugfs_create_atomic64_t for atomic64_t
` [PATCH 7/7] module: add debug stats to help identify memory pressure

[PATCH] dma-buf/heaps: c9e8440eca61 staging: ion: Fix overflow and list bugs in system heap:
 2023-03-29 16:45 UTC  (6+ messages)

[PATCH v2 0/7] Split a folio to any lower order folios
 2023-03-29 16:11 UTC  (12+ messages)
` [PATCH v2 1/7] mm/memcg: use order instead of nr in split_page_memcg()
` [PATCH v2 2/7] mm/page_owner: use order instead of nr in split_page_owner()
` [PATCH v2 3/7] mm: memcg: make memcg huge page split support any order split
` [PATCH v2 4/7] mm: page_owner: add support for splitting to any order in split page_owner
` [PATCH v2 5/7] mm: thp: split huge page to any lower order pages
` [PATCH v2 6/7] mm: truncate: split huge page cache page to a non-zero order if possible
` [PATCH v2 7/7] mm: huge_memory: enable debugfs to split huge pages to any order

[LSF/MM/BPF TOPIC] Swap Abstraction / Native Zswap
 2023-03-29 16:04 UTC  (16+ messages)

[PATCH v3 00/14] arch,mm: cleanup Kconfig entries for ARCH_FORCE_MAX_ORDER
 2023-03-29 15:55 UTC  (3+ messages)
` [PATCH v3 02/14] arm64: drop ranges in definition of ARCH_FORCE_MAX_ORDER

[linux-next:master] BUILD REGRESSION 198925fae644b0099b66fac1d972721e6e563b17
 2023-03-29 15:21 UTC 

[PATCH v12 0/3] Memory poison recovery in khugepaged collapsing
 2023-03-29 15:11 UTC  (4+ messages)
` [PATCH v12 1/3] mm/khugepaged: recover from poisoned anonymous memory
` [PATCH v12 2/3] mm/hwpoison: introduce copy_mc_highpage
` [PATCH v12 3/3] mm/khugepaged: recover from poisoned file-backed memory

[PATCH] mm: mark folio as workingset in lru_deactivate_fn
 2023-03-29 14:55 UTC  (2+ messages)

[PATCH 0/2] memcg, cpuisol: do not interfere pcp cache charges draining with cpuisol workloads
 2023-03-29 14:20 UTC  (9+ messages)
` [PATCH 1/2] sched/isolation: Add cpu_is_isolated() API

Folio mapcount
 2023-03-29 14:02 UTC  (6+ messages)

[PATCH 1/2] binfmt_elf_fdpic: support 64-bit systems
 2023-03-29 13:48 UTC  (2+ messages)

[linux-next:master 2684/7607] arch/mips/loongson64/smp.c:203:26: sparse: sparse: incorrect type in assignment (different address spaces)
 2023-03-29 11:41 UTC 

[PATCH] mm: reduce lock contention of pcp buffer refill
 2023-03-29  9:31 UTC  (2+ messages)

[PATCH] mm: compaction: remove incorrect #ifdef checks
 2023-03-29  8:50 UTC  (2+ messages)

[PATCH] mm/slub: Reduce memory consumption in extreme scenarios
 2023-03-29  8:41 UTC  (9+ messages)

[RFC PATCH 0/5] Prototype for direct map awareness in page allocator
 2023-03-29  8:13 UTC  (11+ messages)
` [RFC PATCH 1/5] mm: intorduce __GFP_UNMAPPED and unmapped_alloc()

[PATCH 0/7] module: avoid userspace pressure on unwanted allocations
 2023-03-29  5:29 UTC 

[PATCH v8 0/4] convert read_kcore(), vread() to use iterators
 2023-03-29  4:53 UTC  (2+ messages)

[PATCH v8 0/2] arm64: support batched/deferred tlb shootdown during page reclamation
 2023-03-29  3:55 UTC  (3+ messages)
` [PATCH v8 1/2] mm/tlbbatch: Introduce arch_tlbbatch_should_defer()
` [PATCH v8 2/2] arm64: support batched/deferred tlb shootdown during page reclamation

[PATCH] mm: Take a page reference when removing device exclusive entries
 2023-03-29  3:45 UTC  (6+ messages)

[PATCH v2 8/8] locking/rwsem: Restore old write lock slow path behavior
 2023-03-29  2:01 UTC 

[PATCH v11 0/3] Memory poison recovery in khugepaged collapsing
 2023-03-29  0:13 UTC  (7+ messages)
` [PATCH v11 1/3] mm/khugepaged: recover from poisoned anonymous memory
` [PATCH v11 3/3] mm/khugepaged: recover from poisoned file-backed memory

page:  |  | latest

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