index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
swapfile.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-10
swap: convert swapon() to use a folio
Matthew Wilcox (Oracle)
1
-9
/
+7
2024-09-04
mm: store zero pages to be swapped out in a bitmap
Usama Arif
1
-5
/
+33
2024-09-04
mm: swapfile: fix SSD detection with swapfile on btrfs
Johannes Weiner
1
-79
/
+86
2024-09-04
mm: swap: extend swap_shmem_alloc() to support batch SWAP_MAP_SHMEM flag setting
Baolin Wang
1
-2
/
+2
2024-09-04
mm: attempt to batch free swap entries for zap_pte_range()
Barry Song
1
-11
/
+67
2024-09-04
mm: rename instances of swap_info_struct to meaningful 'si'
Barry Song
1
-167
/
+167
2024-09-04
mm: swap: add a adaptive full cluster cache reclaim
Kairui Song
1
-13
/
+55
2024-09-04
mm: swap: relaim the cached parts that got scanned
Kairui Song
1
-31
/
+109
2024-09-04
mm: swap: add a fragment cluster list
Kairui Song
1
-4
/
+37
2024-09-04
mm: swap: allow cache reclaim to skip slot cache
Kairui Song
1
-43
/
+109
2024-09-04
mm: swap: skip slot cache on freeing for mTHP
Kairui Song
1
-33
/
+26
2024-09-04
mm: swap: clean up initialization helper
Kairui Song
1
-34
/
+10
2024-09-04
mm: swap: separate SSD allocation from scan_swap_map_slots()
Chris Li
1
-132
/
+168
2024-09-04
mm: swap: mTHP allocate swap entries from nonfull list
Chris Li
1
-3
/
+35
2024-09-04
mm: swap: swap cluster switch to double link list
Chris Li
1
-164
/
+62
2024-09-02
mm: return the folio from swapin_readahead
Matthew Wilcox (Oracle)
1
-4
/
+1
2024-09-02
mm: swap: add nr argument in swapcache_prepare and swapcache_clear to support...
Barry Song
1
-41
/
+54
2024-09-02
mm: extend 'usage' parameter so that cluster_swap_free_nr() can be reused
Barry Song
1
-10
/
+5
2024-07-04
mm: use folio_add_new_anon_rmap() if folio_test_anon(folio)==false
Barry Song
1
-2
/
+12
2024-07-04
mm: extend rmap flags arguments for folio_add_new_anon_rmap
Barry Song
1
-1
/
+1
2024-07-04
mm: remove the implementation of swap_free() and always use swap_free_nr()
Barry Song
1
-13
/
+4
2024-07-04
mm: swap: introduce swap_free_nr() for batched swap_free()
Chuanhua Han
1
-0
/
+47
2024-07-04
mm/swap: reduce swap cache search space
Kairui Song
1
-3
/
+3
2024-07-04
mm: drop page_index and simplify folio_index
Kairui Song
1
-4
/
+3
2024-05-21
Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-27
/
+2
2024-05-06
mm/swapfile: mark racy access on si->highest_bit
linke li
1
-1
/
+1
2024-05-06
mm: swapfile: check usable swap device in __folio_throttle_swaprate()
Kefeng Wang
1
-3
/
+10
2024-05-06
mm,swap: add document about RCU read lock and swapoff interaction
Huang Ying
1
-13
/
+13
2024-05-03
swapon(2): open swap with O_EXCL
Al Viro
1
-17
/
+2
2024-05-03
swapon(2)/swapoff(2): don't bother with block size
Al Viro
1
-11
/
+1
2024-04-26
mm: swap: allow storage of all mTHP orders
Ryan Roberts
1
-71
/
+91
2024-04-26
mm: swap: update get_swap_pages() to take folio order
Ryan Roberts
1
-6
/
+7
2024-04-26
mm: swap: simplify struct percpu_cluster
Ryan Roberts
1
-11
/
+11
2024-04-26
mm: swap: free_swap_and_cache_nr() as batched free_swap_and_cache()
Ryan Roberts
1
-18
/
+79
2024-04-26
mm: swap: remove CLUSTER_FLAG_HUGE from swap_cluster_info:flags
Ryan Roberts
1
-39
/
+8
2024-04-26
arm64: mm: swap: support THP_SWAP on hardware with MTE
Barry Song
1
-1
/
+1
2024-03-15
Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-9
/
+36
2024-03-11
Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
1
-11
/
+11
2024-03-07
mm: swap: fix race between free_swap_and_cache() and swapoff()
Ryan Roberts
1
-1
/
+12
2024-02-25
swap: port block device usage to file
Christian Brauner
1
-11
/
+11
2024-02-24
mm/swapfile:__swap_duplicate: drop redundant WRITE_ONCE on swap_map for err c...
Barry Song
1
-1
/
+2
2024-02-22
mm/zswap: invalidate zswap entry when swap entry free
Chengming Zhou
1
-1
/
+0
2024-02-22
mm: swap: enforce updating inuse_pages at the end of swap_range_free()
Yosry Ahmed
1
-3
/
+15
2024-02-22
mm/zswap: split zswap rb-tree
Chengming Zhou
1
-1
/
+1
2024-02-22
mm/zswap: make sure each swapfile always have zswap rb-tree
Chengming Zhou
1
-3
/
+7
2024-02-21
mm/swap: fix race when skipping swapcache
Kairui Song
1
-0
/
+13
2024-01-11
Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
1
-0
/
+1
2023-12-29
mm/swapfile: page_add_anon_rmap() -> folio_add_anon_rmap_pte()
David Hildenbrand
1
-1
/
+1
2023-12-29
mm: remove page_swap_info()
Matthew Wilcox (Oracle)
1
-7
/
+1
2023-12-29
mm: convert swap_readpage() to swap_read_folio()
Matthew Wilcox (Oracle)
1
-1
/
+1
[next]