LinuxLists
Users
About
Kairui Song (
[email protected]
)
Number of posts: 283 (0.39 per day)
First post: 2022-06-08 08:40:02
Last post: 2024-05-31 12:48:35
Previous Page
/
Next Page
Date
List
Subject
2023-11-19 19:51:53
linux-kernel
[PATCH 24/24] mm/swap: change swapin_readahead to swapin_page_fault
2023-11-19 19:51:49
linux-kernel
[PATCH 14/24] mm/swap: do shadow lookup as well when doing swap cache lookup
2023-11-19 19:51:42
linux-kernel
[PATCH 11/24] mm/swap: also handle swapcache lookup in swapin_readahead
2023-11-19 19:51:15
linux-kernel
[PATCH 12/24] mm/swap: simplify arguments for swap_cache_get_folio
2023-11-19 19:50:44
linux-kernel
[PATCH 22/24] swap: make swap_cluster_readahead static
2023-11-19 19:50:38
linux-kernel
[PATCH 19/24] shmem, swap: refactor error check on OOM or race
2023-11-19 19:50:28
linux-kernel
[PATCH 21/24] swap: make swapin_readahead result checking argument mandatory
2023-11-19 19:50:23
linux-kernel
[PATCH 20/24] swap: simplify and make swap_find_cache static
2023-11-19 19:50:19
linux-kernel
[PATCH 18/24] mm/swap: introduce a helper non fault swapin
2023-11-19 19:50:13
linux-kernel
[PATCH 17/24] mm/swap: fix false error when swapoff race with swapin
2023-11-19 19:50:08
linux-kernel
[PATCH 16/24] mm/swap: reduce scope of get_swap_device in swapin path
2023-11-19 19:50:04
linux-kernel
[PATCH 15/24] mm/swap: avoid an duplicated swap cache lookup for SYNCHRONOUS_IO device
2023-11-19 19:49:20
linux-kernel
[PATCH 06/24] swap: rework swapin_no_readahead arguments
2023-11-19 19:49:02
linux-kernel
[PATCH 09/24] mm/swap: inline __swap_count
2023-11-19 19:49:00
linux-kernel
[PATCH 08/24] mm/swap: check readahead policy per entry
2023-11-19 19:48:55
linux-kernel
[PATCH 07/24] mm/swap: move swap_count to header to be shared
2023-11-19 19:48:42
linux-kernel
[PATCH 00/24] Swapin path refactor for optimization and bugfix
2023-11-19 19:48:41
linux-kernel
[PATCH 05/24] mm/swap: move readahead policy checking into swapin_readahead
2023-11-19 19:48:29
linux-kernel
[PATCH 04/24] mm/swap: avoid setting page lock bit and doing extra unlock check
2023-11-19 19:48:27
linux-kernel
[PATCH 03/24] mm/swap: move no readahead swapin code to a stand alone helper
2023-11-19 19:48:20
linux-kernel
[PATCH 02/24] mm/swapfile.c: add back some comment
2023-11-19 19:48:18
linux-kernel
[PATCH 01/24] mm/swap: fix a potential undefined behavior issue
2023-10-17 01:18:53
linux-kernel
[PATCH] mm/swap: avoid a xa load for swapout path
2023-10-16 11:31:42
linux-kernel
[PATCH] mm/oom_killer: simplify OOM killer info dump helper
2023-09-21 11:16:42
linux-kernel
[RFC PATCH v3 1/6] workingset: simplify and use a more intuitive model
2023-09-21 08:24:51
linux-kernel
[RFC PATCH v3 5/6] mm, lru_gen: convert avg_total and avg_refaulted to atomic
2023-09-21 06:12:36
linux-kernel
[RFC PATCH v3 3/6] workignset: simplify the initilization code
2023-09-21 01:07:31
linux-kernel
[RFC PATCH v3 6/6] workingset, lru_gen: apply refault-distance based re-activation
2023-09-21 01:03:55
linux-kernel
[RFC PATCH v3 0/6] Refault distance update with MGLRU support
2023-09-20 23:35:08
linux-kernel
[RFC PATCH v3 2/6] workingset: move refault distance checking into to a helper
2023-09-20 20:07:59
linux-kernel
[RFC PATCH v3 4/6] workingset: simplify lru_gen_test_recent
2023-02-15 17:49:59
linux-kernel
Re: [PATCH 2/2] sched/psi: iterate through cgroups directly
2023-02-09 16:09:07
linux-kernel
Re: [PATCH 2/2] sched/psi: iterate through cgroups directly
2023-02-09 15:32:28
linux-kernel
Re: [PATCH 2/2] sched/psi: iterate through cgroups directly
2023-02-09 15:31:25
linux-kernel
Re: [PATCH 2/2] sched/psi: iterate through cgroups directly
2023-02-08 16:18:22
linux-kernel
[PATCH 2/2] sched/psi: iterate through cgroups directly
2023-02-08 16:18:18
linux-kernel
[PATCH 1/2] sched/psi: simplify cgroup psi retrieving
2023-02-08 16:18:05
linux-kernel
[PATCH 0/2] sched/psi: Optimize PSI iteration
2022-12-19 19:11:29
linux-kernel
[PATCH v2 2/4] swap: avoid a redundant pte map if ra window is 1
2022-12-19 19:09:52
linux-kernel
[PATCH v2 0/4] Clean up and fixes for swap
2022-12-19 19:09:52
linux-kernel
[PATCH v2 4/4] swap: avoid holding swap reference in swap_cache_get_folio
2022-12-19 19:06:43
linux-kernel
[PATCH v2 1/4] swapfile: get rid of volatile and avoid redundant read
2022-12-19 19:04:10
linux-kernel
[PATCH v2 3/4] swap: fold swap_ra_clamp_pfn into swap_ra_info
2022-12-11 12:55:39
linux-kernel
Re: [PATCH 5/5] swap: avoid ra statistic lost when swapin races
2022-12-11 12:10:09
linux-kernel
Re: [PATCH 4/5] swap: remove the swap lock in swap_cache_get_folio
2022-12-09 02:09:49
linux-kernel
Re: [PATCH 3/5] swap: fold swap_ra_clamp_pfn into swap_ra_info
2022-12-09 02:07:54
linux-kernel
Re: [PATCH 5/5] swap: avoid ra statistic lost when swapin races
2022-12-08 19:04:21
linux-kernel
[PATCH 3/5] swap: fold swap_ra_clamp_pfn into swap_ra_info
2022-12-08 18:57:51
linux-kernel
[PATCH 1/5] swapfile: get rid of volatile and avoid redundant read
2022-12-08 18:42:00
linux-kernel
[PATCH 0/5] Clean up and fixes for swap
2022-12-08 18:29:09
linux-kernel
[PATCH 4/5] swap: remove the swap lock in swap_cache_get_folio