index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
adfs
/
dir.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-10-03
shmem: convert shmem_replace_page() to shmem_replace_folio()
Matthew Wilcox (Oracle)
1
-5
/
+4
2022-10-03
shmem: convert shmem_mfill_atomic_pte() to use a folio
Matthew Wilcox (Oracle)
1
-26
/
+19
2022-10-03
memcg: convert mem_cgroup_swapin_charge_page() to mem_cgroup_swapin_charge_fo...
Matthew Wilcox (Oracle)
4
-11
/
+10
2022-10-03
mm: convert do_swap_page()'s swapcache variable to a folio
Matthew Wilcox (Oracle)
1
-16
/
+15
2022-10-03
mm: convert do_swap_page() to use a folio
Matthew Wilcox (Oracle)
1
-24
/
+33
2022-10-03
mm/swap: convert put_swap_page() to put_swap_folio()
Matthew Wilcox (Oracle)
6
-10
/
+10
2022-10-03
mm/swap: convert add_to_swap_cache() to take a folio
Matthew Wilcox (Oracle)
3
-20
/
+20
2022-10-03
mm/swap: convert __read_swap_cache_async() to use a folio
Matthew Wilcox (Oracle)
1
-19
/
+19
2022-10-03
mm/swapfile: convert try_to_free_swap() to folio_free_swap()
Matthew Wilcox (Oracle)
4
-15
/
+32
2022-10-03
mm/swapfile: remove page_swapcount()
Matthew Wilcox (Oracle)
1
-33
/
+13
2022-10-03
shmem: convert shmem_replace_page() to use folios throughout
Matthew Wilcox (Oracle)
2
-35
/
+37
2022-10-03
shmem: convert shmem_delete_from_page_cache() to take a folio
Matthew Wilcox (Oracle)
1
-12
/
+11
2022-10-03
shmem: convert shmem_writepage() to use a folio throughout
Matthew Wilcox (Oracle)
1
-23
/
+24
2022-10-03
mm: add folio_add_lru_vma()
Matthew Wilcox (Oracle)
3
-15
/
+20
2022-10-03
mm: add split_folio()
Matthew Wilcox (Oracle)
3
-2
/
+7
2022-10-03
mm: reimplement folio_order() and folio_nr_pages()
Matthew Wilcox (Oracle)
1
-2
/
+10
2022-10-03
mm: add the first tail page to struct folio
Matthew Wilcox (Oracle)
1
-1
/
+29
2022-10-03
mm/vmscan: fix a lot of comments
Matthew Wilcox (Oracle)
1
-133
/
+130
2022-10-03
ksm: convert to use common struct mm_slot
Qi Zheng
1
-76
/
+56
2022-10-03
ksm: convert ksm_mm_slot.link to ksm_mm_slot.hash
Qi Zheng
1
-7
/
+7
2022-10-03
ksm: convert ksm_mm_slot.mm_list to ksm_mm_slot.mm_node
Qi Zheng
1
-20
/
+20
2022-10-03
ksm: add the ksm prefix to the names of the ksm private structures
Qi Zheng
2
-109
/
+109
2022-10-03
ksm: remove redundant declarations in ksm.h
Qi Zheng
1
-3
/
+0
2022-10-03
mm: thp: convert to use common struct mm_slot
Qi Zheng
1
-71
/
+52