summaryrefslogtreecommitdiffstats
path: root/mm/swapfile.c
Commit message (Expand)AuthorAgeFilesLines
* mm, memcg: inline swap-related functions to improve disabled memcg configSuren Baghdasaryan2021-09-031-4/+1
* mm, memcg: add mem_cgroup_disabled checks in vmpressure and swap-related func...Suren Baghdasaryan2021-09-031-0/+3
* fs, mm: fix race in unlinking swapfileHugh Dickins2021-09-031-0/+6
* mm: fix spelling mistakesZhen Lei2021-07-011-1/+1
* mm, swap: remove unnecessary smp_rmb() in swap_type_to_swap_info()Huang Ying2021-06-291-9/+6
* mm/swapfile: move get_swap_page_of_type() under CONFIG_HIBERNATIONMiaohe Lin2021-06-291-52/+31
* mm/swapfile: use percpu_ref to serialize against concurrent swapoffMiaohe Lin2021-06-291-30/+49
* mm/swap: fix pte_same_as_swp() not removing uffd-wp bit when comparePeter Xu2021-06-161-1/+1
* mm/mempool: minor coding style tweaksZhiyuan Dai2021-05-051-2/+2
* swap: fix swapfile read/write offsetJens Axboe2021-03-021-0/+13
* mm/swapfile.c: fix debugging information problemStephen Zhang2021-02-241-4/+4
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2021-02-211-5/+6
|\
| * mm: Use static initialisers for immutable fields of 'struct vm_fault'Will Deacon2021-01-211-5/+6
* | mm: simplify swapdev_blockChristoph Hellwig2021-02-101-27/+3
* | mm: only make map_swap_entry available for CONFIG_HIBERNATIONJens Axboe2021-01-271-1/+5
* | mm: remove get_swap_bioChristoph Hellwig2021-01-271-10/+0
|/
* mm: fix a race on nr_swap_pagesZhaoyang Huang2020-12-151-5/+6
* mm/swapfile.c: use memset to fill the swap_map with SWAP_HAS_CACHEMiaohe Lin2020-12-151-5/+2
* mm/swapfile.c: remove unnecessary out label in __swap_duplicate()Miaohe Lin2020-12-151-3/+2
* mm/swapfile.c: use helper function swap_count() in add_swap_count_continuation()Miaohe Lin2020-12-151-1/+1
* mm/swapfile: do not sleep with a spin lock heldQian Cai2020-12-061-1/+3
* mm/swapfile.c: fix potential memory leak in sys_swaponMiaohe Lin2020-10-131-1/+3
* mm/swapfile.c: remove unnecessary goto out in _swap_info_get()Miaohe Lin2020-10-131-1/+0
* mm: remove activate_page() from unuse_pte()Yu Zhao2020-10-131-5/+0
* swap: rename SWP_FS to SWAP_FS_OPS to avoid ambiguityGao Xiang2020-10-131-1/+1
* Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-131-23/+26
|\
| * bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig2020-09-241-1/+1
| * bdi: remove BDI_CAP_SYNCHRONOUS_IOChristoph Hellwig2020-09-241-1/+1
| * mm: split swap_type_ofChristoph Hellwig2020-09-231-18/+21
| * mm: cleanup claim_swapfileChristoph Hellwig2020-09-231-3/+3
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-10-121-0/+2
|\ \
| * | mm: Add arch hooks for saving/restoring tagsSteven Price2020-09-041-0/+2
| |/
* / mm, THP, swap: fix allocating cluster for swapfile by mistakeGao Xiang2020-09-261-1/+1
|/
* mm/swapfile: fix and annotate various data racesQian Cai2020-08-141-13/+18
* mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)2020-08-141-1/+1
* mm/swapcache: support to handle the shadow entriesJoonsoo Kim2020-08-121-0/+2
* mm/vmscan: protect the workingset on anonymous LRUJoonsoo Kim2020-08-121-1/+1
* block: remove the bd_queue field from struct block_deviceChristoph Hellwig2020-07-011-1/+1
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-2/+2
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* mm: memcontrol: charge swapin pages on instantiationJohannes Weiner2020-06-031-6/+0
* mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() APIJohannes Weiner2020-06-031-5/+1
* mm: memcontrol: switch to native NR_ANON_MAPPED counterJohannes Weiner2020-06-031-2/+2
* mm: memcontrol: move out cgroup swaprate throttlingJohannes Weiner2020-06-031-7/+7
* mm: memcontrol: drop @compound parameter from memcg charging APIJohannes Weiner2020-06-031-5/+4
* mm: swapfile: fix /proc/swaps heading and Size/Used/Priority alignmentRandy Dunlap2020-06-021-4/+8
* swap: reduce lock contention on swap cache from swap slots allocationHuang Ying2020-06-021-5/+56
* mm/swapfile.c: use prandom_u32_max()Huang Ying2020-06-021-1/+1
* mm/swapfile.c: __swap_entry_free() always free 1 entryWei Yang2020-06-021-4/+5
* swap: try to scan more free slots even when fragmentedHuang Ying2020-06-021-0/+22