summaryrefslogtreecommitdiffstats
path: root/mm/swapfile.c
AgeCommit message (Expand)Author
2020-08-14mm/swapfile: fix and annotate various data racesQian Cai
2020-08-14mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)
2020-08-12mm/swapcache: support to handle the shadow entriesJoonsoo Kim
2020-08-12mm/vmscan: protect the workingset on anonymous LRUJoonsoo Kim
2020-07-01block: remove the bd_queue field from struct block_deviceChristoph Hellwig
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-06-03mm: memcontrol: charge swapin pages on instantiationJohannes Weiner
2020-06-03mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() APIJohannes Weiner
2020-06-03mm: memcontrol: switch to native NR_ANON_MAPPED counterJohannes Weiner
2020-06-03mm: memcontrol: move out cgroup swaprate throttlingJohannes Weiner
2020-06-03mm: memcontrol: drop @compound parameter from memcg charging APIJohannes Weiner
2020-06-02mm: swapfile: fix /proc/swaps heading and Size/Used/Priority alignmentRandy Dunlap
2020-06-02swap: reduce lock contention on swap cache from swap slots allocationHuang Ying
2020-06-02mm/swapfile.c: use prandom_u32_max()Huang Ying
2020-06-02mm/swapfile.c: __swap_entry_free() always free 1 entryWei Yang
2020-06-02swap: try to scan more free slots even when fragmentedHuang Ying
2020-06-02mm/swapfile.c: omit a duplicate code by compare tmp and max firstWei Yang
2020-06-02mm/swapfile.c: tmp is always smaller than maxWei Yang
2020-06-02mm/swapfile.c: found_free could be represented by (tmp < max)Wei Yang
2020-06-02mm/swapfile.c: remove the extra check in scan_swap_map_slots()Wei Yang
2020-06-02mm/swapfile.c: simplify the calculation of n_goalWei Yang
2020-06-02mm/swapfile.c: remove the unnecessary goto for SSD caseWei Yang
2020-06-02mm/swapfile.c: explicitly show ssd/non-ssd is handled mutually exclusiveWei Yang
2020-06-02mm/swapfile.c: offset is only used when there is more slotsWei Yang
2020-06-02mm: swap: properly update readahead statistics in unuse_pte_range()Andrea Righi
2020-06-02mm/swapfile: use list_{prev,next}_entry() instead of open-codingchenqiwu
2020-04-07proc: faster open/read/close with "permanent" filesAlexey Dobriyan
2020-04-02mm/swapfile: fix data races in try_to_unuse()Qian Cai
2020-04-02mm/swapfile.c: fix comments for swapcache_prepareChen Wandun
2020-03-29mm/swapfile.c: move inode_lock out of claim_swapfileNaohiro Aota
2020-02-21mm/swapfile.c: fix a comment in sys_swapon()Christoph Hellwig
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan
2020-01-31mm/swapfile.c: swap_next should increase position indexVasily Averin
2019-12-01mm, swap: disallow swapon() on zoned block devicesNaohiro Aota
2019-08-20vfs: don't allow writes to swap filesDarrick J. Wong
2019-08-20mm: set S_SWAPFILE on blockdev swap devicesDarrick J. Wong
2019-07-12mm, swap: use rbtree for swap_extentAaron Lu
2019-07-12mm, swap: fix race between swapoff and some swap operationsHuang Ying
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-04-19mm: swapoff: shmem_unuse() stop eviction without igrab()Hugh Dickins
2019-04-19mm: swapoff: take notice of completion soonerHugh Dickins
2019-04-19mm: swapoff: remove too limiting SWAP_UNUSE_MAX_TRIESHugh Dickins
2019-03-05mm/swapfile.c: use struct_size() in kvzalloc()Gustavo A. R. Silva
2019-03-05numa: make "nr_node_ids" unsigned intAlexey Dobriyan
2019-03-05mm, swap: bounds check swap_info array accesses to avoid NULL derefsDaniel Jordan
2019-03-05mm: rid swapoff of quadratic complexityVineeth Remanan Pillai
2018-12-28mm, swap: fix swapoff with KSM pagesHuang Ying
2018-12-28mm/swap: use nr_node_ids for avail_lists in swap_info_structAaron Lu
2018-11-18mm/swapfile.c: use kvzalloc for swap_info_struct allocationVasily Averin