linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-26 03:31:52 to 2018-05-30 06:21:45 UTC [more...]

buffered I/O without buffer heads in xfs and iomap v3
 2018-05-30  6:23 UTC  (46+ messages)
` [PATCH 01/34] block: add a lower-level bio_add_page interface
` [PATCH 02/34] fs: factor out a __generic_write_end helper
` [PATCH 03/34] fs: move page_cache_seek_hole_data to iomap.c
` [PATCH 04/34] fs: remove the buffer_unwritten check in page_seek_hole_data
` [PATCH 05/34] fs: use ->is_partially_uptodate in page_cache_seek_hole_data
` [PATCH 06/34] mm: give the 'ret' variable a better name __do_page_cache_readahead
` [PATCH 07/34] mm: return an unsigned int from __do_page_cache_readahead
` [PATCH 08/34] mm: split ->readpages calls to avoid non-contiguous pages lists
` [PATCH 09/34] iomap: inline data should be an iomap type, not a flag
` [PATCH 10/34] iomap: fix the comment describing IOMAP_NOWAIT
` [PATCH 11/34] iomap: move IOMAP_F_BOUNDARY to gfs2
` [PATCH 12/34] iomap: use __bio_add_page in iomap_dio_zero
` [PATCH 13/34] iomap: add a iomap_sector helper
` [PATCH 14/34] iomap: add an iomap-based bmap implementation
` [PATCH 15/34] iomap: add an iomap-based readpage and readpages implementation
` [PATCH 16/34] iomap: add initial support for writes without buffer heads
` [PATCH 17/34] xfs: use iomap_bmap
` [PATCH 22/34] xfs: make xfs_writepage_map extent map centric

[PATCH] mm: convert scan_control.priority int => byte
 2018-05-30  6:12 UTC  (4+ messages)
  ` [PATCH v2] mm: condense scan_control

[PATCH] drivers: of: of_reserved_mem: detect count overflow or range overlap
 2018-05-30  5:21 UTC 

[PATCH v3 0/3] fix free pmd/pte page handlings on x86
 2018-05-30  4:59 UTC  (5+ messages)
` [PATCH v3 3/3] x86/mm: add TLB purge to free pmd/pte page interfaces

[PATCH] mm: Change return type to vm_fault_t
 2018-05-30  3:40 UTC  (5+ messages)

[PATCH RFC] zswap: reject to compress/store page if zswap_max_pool_percent is 0
 2018-05-30  2:57 UTC  (3+ messages)

[PATCH] mm/huge_memory.c: __split_huge_page() use atomic ClearPageDirty()
 2018-05-30  1:50 UTC 

[PATCH 00/11] mm: Teach memory_failure() about ZONE_DEVICE pages
 2018-05-30  1:38 UTC  (4+ messages)
` [PATCH 05/11] filesystem-dax: set page->index

[PATCH v3] mm: fix race between kmem_cache destroy, create and deactivate
 2018-05-30  0:12 UTC 

[PATCH 0/5] mm: rework hmm to use devm_memremap_pages
 2018-05-29 23:33 UTC  (7+ messages)

[PATCH] mm,oom: Don't call schedule_timeout_killable() with oom_lock held
 2018-05-29 23:07 UTC  (10+ messages)

[PATCH 0/2] mm: introduce MAP_FIXED_SAFE
 2018-05-29 22:21 UTC  (4+ messages)
` [PATCH 2/2] fs, elf: drop MAP_FIXED usage from elf_map

[PATCH 00/13] Introdue io.latency io controller for cgroups
 2018-05-29 22:07 UTC  (15+ messages)
` [PATCH 01/13] block: add bi_blkg to the bio "
` [PATCH 02/13] block: introduce bio_issue_as_root_blkg
` [PATCH 03/13] blk-cgroup: allow controllers to output their own stats
` [PATCH 04/13] blk: introduce REQ_SWAP
` [PATCH 05/13] swap,blkcg: issue swap io with the appropriate context
` [PATCH 06/13] blkcg: add generic throttling mechanism
` [PATCH 07/13] memcontrol: schedule throttling if we are congested
` [PATCH 08/13] blk-stat: export helpers for modifying blk_rq_stat
` [PATCH 09/13] blk-rq-qos: refactor out common elements of blk-wbt
` [PATCH 10/13] block: remove external dependency on wbt_flags
` [PATCH 11/13] rq-qos: introduce dio_bio callback
` [PATCH 12/13] block: introduce blk-iolatency io controller
` [PATCH 13/13] Documentation: add a doc for blk-iolatency

[PATCH v10] mm: introduce MEMORY_DEVICE_FS_DAX and CONFIG_DEV_PAGEMAP_OPS
 2018-05-29 20:26 UTC  (7+ messages)

[patch] mm, hugetlb_cgroup: suppress SIGBUS when hugetlb_cgroup charge fails
 2018-05-29 18:13 UTC  (8+ messages)

[PATCH 0/7] psi: pressure stall information for CPU, memory, and IO
 2018-05-29 18:16 UTC  (3+ messages)

[RFC PATCH 0/5] kmalloc-reclaimable caches
 2018-05-29 17:58 UTC  (7+ messages)
` [RFC PATCH 1/5] mm, slab/slub: introduce "

[PATCH] mm,oom: Don't call schedule_timeout_killable() with oom_lock held
 2018-05-29 17:28 UTC  (11+ messages)

[linux-stable-rc:linux-4.14.y 3879/4798] ipc/mqueue.c:1531:1: note: in expansion of macro 'COMPAT_SYSCALL_DEFINE3'
 2018-05-29 16:17 UTC 

WARNING: CPU: 0 PID: 21 at ../mm/page_alloc.c:4258 __alloc_pages_nodemask+0xa88/0xfec
 2018-05-29 13:46 UTC  (7+ messages)
  ` [PATCH] kmemleak: don't use __GFP_NOFAIL

[linux-stable-rc:linux-4.14.y 3879/4798] kernel//time/posix-timers.c:1231:1: note: in expansion of macro 'COMPAT_SYSCALL_DEFINE4'
 2018-05-29 15:37 UTC  (3+ messages)
  ` [kbuild-all] "

[PATCH V6 0/2 RESEND] KSM replace hash algo with faster hash
 2018-05-29 14:45 UTC  (8+ messages)
` [PATCH V6 2/2 RESEND] ksm: replace jhash2 "

[PATCH v2] mm: fix race between kmem_cache destroy, create and deactivate
 2018-05-29 13:58 UTC  (4+ messages)

vmalloc with GFP_NOFS
 2018-05-29 12:37 UTC  (22+ messages)
` [PATCH] doc: document scope NOFS, NOIO APIs
  ` [PATCH v2] "

[PATCH v2 00/40] Shared Virtual Addressing for the IOMMU
 2018-05-29 12:24 UTC  (21+ messages)
` [PATCH v2 07/40] iommu: Add a page fault handler
` [PATCH v2 13/40] vfio: Add support for Shared Virtual Addressing
` [PATCH v2 39/40] iommu/arm-smmu-v3: Add support for PRI

[PATCH] docs/admin-guide/mm: add high level concepts overview
 2018-05-29 12:21 UTC  (3+ messages)

[PATCH] docs/vm: move ksm and transhuge from "user" to "internals" section
 2018-05-29 12:12 UTC  (2+ messages)

Report A bug of PTE attribute set for mprotect
 2018-05-29 11:47 UTC 

[PATCH] memcg: force charge kmem counter too
 2018-05-29  8:31 UTC  (6+ messages)

clang fails on linux-next since commit 8bf705d13039
 2018-05-29  6:49 UTC  (8+ messages)
            ` [llvmlinux] "

[PATCH] mm/kasan: Don't vfree() nonexistent vm_area
 2018-05-29  4:01 UTC  (6+ messages)
` [PATCH] mm-kasan-dont-vfree-nonexistent-vm_area-fix

[PATCH v3] mm/THP: use hugepage_vma_check() in khugepaged_enter_vma_merge()
 2018-05-28 18:04 UTC 

[PATCH v2] mm/THP: use hugepage_vma_check() in khugepaged_enter_vma_merge()
 2018-05-28 18:04 UTC  (3+ messages)

[RFC PATCH v2 00/12] get rid of GFP_ZONE_TABLE/BAD
 2018-05-28 13:37 UTC  (12+ messages)
  ` [External] "

[rfc patch] mm, oom: fix unnecessary killing of additional processes
 2018-05-28  8:13 UTC  (4+ messages)

[PATCH v2 0/4] Interface for higher order contiguous allocations
 2018-05-28 13:12 UTC  (8+ messages)
` [PATCH v2 3/4] mm: add find_alloc_contig_pages() interface

[PATCH] mm, page_alloc: do not break __GFP_THISNODE by zonelist reset
 2018-05-28 10:00 UTC  (7+ messages)

[PATCH v6] Refactor part of the oom report in dump_header
 2018-05-28 14:10 UTC  (2+ messages)

[RFC PATCH v3 00/15] khwasan: kernel hardware assisted address sanitizer
 2018-05-28 12:21 UTC  (4+ messages)
` [RFC PATCH v3 15/15] khwasan: update kasan documentation

[PATCH 4.16 050/272] x86/pgtable: Dont set huge PUD/PMD on non-leaf entries
 2018-05-28 10:01 UTC  (2+ messages)
` [PATCH 4.16 051/272] x86/mm: Do not forbid _PAGE_RW before init for __ro_after_init

[PATCH v11 00/26] Speculative page faults
 2018-05-28 11:04 UTC  (6+ messages)

[PATCH 4.14 322/496] x86/pgtable: Dont set huge PUD/PMD on non-leaf entries
 2018-05-28 10:01 UTC  (2+ messages)
` [PATCH 4.14 323/496] x86/mm: Do not forbid _PAGE_RW before init for __ro_after_init

[PATCH 4.9 230/329] x86/pgtable: Dont set huge PUD/PMD on non-leaf entries
 2018-05-28 10:02 UTC  (2+ messages)
` [PATCH 4.9 231/329] x86/mm: Do not forbid _PAGE_RW before init for __ro_after_init

[PATCH 4.4 159/268] x86/pgtable: Dont set huge PUD/PMD on non-leaf entries
 2018-05-28 10:02 UTC 

[PATCH v1 00/10] mm: online/offline 4MB chunks controlled by device driver
 2018-05-28 10:03 UTC  (7+ messages)

[PATCH] proc: prevent a task from writing on its own /proc/*/mem
 2018-05-28  9:33 UTC  (11+ messages)

[PATCH v7 00/17] Improve shrink_slab() scalability (old complexity was O(n^2), new is O(n))
 2018-05-28  8:44 UTC  (3+ messages)

[RFC PATCH 2/3] mm/memory_hotplug: Call register_mem_sect_under_node
 2018-05-28  8:16 UTC 

[RFC PATCH 0/3] Small cleanup for hotplugmem
 2018-05-28  8:13 UTC 

[RFC PATCH 1/3] mm/memory_hotplug: Make add_memory_resource use __try_online_node
 2018-05-28  7:52 UTC  (2+ messages)
` [RFC PATCH 3/3] mm/memory_hotplug: Get rid of link_mem_sections

[RESEND PATCH V5 00/33] block: support multipage bvec
 2018-05-28  7:29 UTC  (8+ messages)
` [RESEND PATCH V5 24/33] f2fs: conver to bio_for_each_page_all2

sub-page blocksize support in iomap non-buffer head path v3
 2018-05-28  6:57 UTC  (7+ messages)
` [PATCH 1/2] iomap: add support for sub-pagesize buffered I/O without buffer heads
` [PATCH 2/2] xfs: add support for sub-pagesize writeback without buffer_heads

Patch "x86/pgtable: Don't set huge PUD/PMD on non-leaf entries" has been added to the 4.4-stable tree
 2018-05-27 16:07 UTC 

Patch "x86/pgtable: Don't set huge PUD/PMD on non-leaf entries" has been added to the 4.9-stable tree
 2018-05-27 15:59 UTC 

Patch "x86/mm: Do not forbid _PAGE_RW before init for __ro_after_init" has been added to the 4.9-stable tree
 2018-05-27 15:59 UTC 

Patch "x86/pgtable: Don't set huge PUD/PMD on non-leaf entries" has been added to the 4.14-stable tree
 2018-05-27 15:14 UTC 

Patch "x86/mm: Do not forbid _PAGE_RW before init for __ro_after_init" has been added to the 4.14-stable tree
 2018-05-27 15:14 UTC 

Patch "x86/pgtable: Don't set huge PUD/PMD on non-leaf entries" has been added to the 4.16-stable tree
 2018-05-27 14:33 UTC 

Patch "x86/mm: Do not forbid _PAGE_RW before init for __ro_after_init" has been added to the 4.16-stable tree
 2018-05-27 14:33 UTC 

[mmotm:master 194/217] /tmp/ccyu4hBA.s:35: Error: .err encountered
 2018-05-27  1:30 UTC 

[PATCH 0/2] x86/numa_emulation: Introduce uniform split capability
 2018-05-27  0:56 UTC  (3+ messages)
` [PATCH 1/2] x86/numa_emulation: Fix emulated-to-physical node mapping
` [PATCH 2/2] x86/numa_emulation: Introduce uniform split capability

WARNING: bad usercopy in __kvm_write_guest_page
 2018-05-27  0:58 UTC  (2+ messages)

[PATCH V6 2/2 RESEND] ksm: replace jhash2 with faster hash
 2018-05-26 21:06 UTC  (3+ messages)
` [PATCH] "

[linux-next:master 5885/8111] /tmp/cc3gKKeM.s:35: Error: .err encountered
 2018-05-26 14:37 UTC  (3+ messages)
  ` [kbuild-all] "


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).