aboutsummaryrefslogtreecommitdiff
path: root/mm/swapfile.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-01mm: fix spelling mistakesGravatar Zhen Lei 1-1/+1
2021-06-29mm, swap: remove unnecessary smp_rmb() in swap_type_to_swap_info()Gravatar Huang Ying 1-9/+6
2021-06-29mm/swapfile: move get_swap_page_of_type() under CONFIG_HIBERNATIONGravatar Miaohe Lin 1-52/+31
2021-06-29mm/swapfile: use percpu_ref to serialize against concurrent swapoffGravatar Miaohe Lin 1-30/+49
2021-06-16mm/swap: fix pte_same_as_swp() not removing uffd-wp bit when compareGravatar Peter Xu 1-1/+1
2021-05-05mm/mempool: minor coding style tweaksGravatar Zhiyuan Dai 1-2/+2
2021-03-02swap: fix swapfile read/write offsetGravatar Jens Axboe 1-0/+13
2021-02-24mm/swapfile.c: fix debugging information problemGravatar Stephen Zhang 1-4/+4
2021-02-21Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-5/+6
2021-02-10mm: simplify swapdev_blockGravatar Christoph Hellwig 1-27/+3
2021-01-27mm: only make map_swap_entry available for CONFIG_HIBERNATIONGravatar Jens Axboe 1-1/+5
2021-01-27mm: remove get_swap_bioGravatar Christoph Hellwig 1-10/+0
2021-01-21mm: Use static initialisers for immutable fields of 'struct vm_fault'Gravatar Will Deacon 1-5/+6
2020-12-15mm: fix a race on nr_swap_pagesGravatar Zhaoyang Huang 1-5/+6
2020-12-15mm/swapfile.c: use memset to fill the swap_map with SWAP_HAS_CACHEGravatar Miaohe Lin 1-5/+2
2020-12-15mm/swapfile.c: remove unnecessary out label in __swap_duplicate()Gravatar Miaohe Lin 1-3/+2
2020-12-15mm/swapfile.c: use helper function swap_count() in add_swap_count_continuation()Gravatar Miaohe Lin 1-1/+1
2020-12-06mm/swapfile: do not sleep with a spin lock heldGravatar Qian Cai 1-1/+3
2020-10-13mm/swapfile.c: fix potential memory leak in sys_swaponGravatar Miaohe Lin 1-1/+3
2020-10-13mm/swapfile.c: remove unnecessary goto out in _swap_info_get()Gravatar Miaohe Lin 1-1/+0
2020-10-13mm: remove activate_page() from unuse_pte()Gravatar Yu Zhao 1-5/+0
2020-10-13swap: rename SWP_FS to SWAP_FS_OPS to avoid ambiguityGravatar Gao Xiang 1-1/+1
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-23/+26
2020-10-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-0/+2
2020-09-26mm, THP, swap: fix allocating cluster for swapfile by mistakeGravatar Gao Xiang 1-1/+1
2020-09-24bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagGravatar Christoph Hellwig 1-1/+1
2020-09-24bdi: remove BDI_CAP_SYNCHRONOUS_IOGravatar Christoph Hellwig 1-1/+1
2020-09-23mm: split swap_type_ofGravatar Christoph Hellwig 1-18/+21
2020-09-23mm: cleanup claim_swapfileGravatar Christoph Hellwig 1-3/+3
2020-09-04mm: Add arch hooks for saving/restoring tagsGravatar Steven Price 1-0/+2
2020-08-14mm/swapfile: fix and annotate various data racesGravatar Qian Cai 1-13/+18
2020-08-14mm: replace hpage_nr_pages with thp_nr_pagesGravatar Matthew Wilcox (Oracle) 1-1/+1
2020-08-12mm/swapcache: support to handle the shadow entriesGravatar Joonsoo Kim 1-0/+2
2020-08-12mm/vmscan: protect the workingset on anonymous LRUGravatar Joonsoo Kim 1-1/+1
2020-07-01block: remove the bd_queue field from struct block_deviceGravatar Christoph Hellwig 1-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesGravatar Michel Lespinasse 1-2/+2
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedGravatar Mike Rapoport 1-1/+0
2020-06-03mm: memcontrol: charge swapin pages on instantiationGravatar Johannes Weiner 1-6/+0
2020-06-03mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() APIGravatar Johannes Weiner 1-5/+1
2020-06-03mm: memcontrol: switch to native NR_ANON_MAPPED counterGravatar Johannes Weiner 1-2/+2
2020-06-03mm: memcontrol: move out cgroup swaprate throttlingGravatar Johannes Weiner 1-7/+7
2020-06-03mm: memcontrol: drop @compound parameter from memcg charging APIGravatar Johannes Weiner 1-5/+4
2020-06-02mm: swapfile: fix /proc/swaps heading and Size/Used/Priority alignmentGravatar Randy Dunlap 1-4/+8
2020-06-02swap: reduce lock contention on swap cache from swap slots allocationGravatar Huang Ying 1-5/+56
2020-06-02mm/swapfile.c: use prandom_u32_max()Gravatar Huang Ying 1-1/+1
2020-06-02mm/swapfile.c: __swap_entry_free() always free 1 entryGravatar Wei Yang 1-4/+5
2020-06-02swap: try to scan more free slots even when fragmentedGravatar Huang Ying 1-0/+22
2020-06-02mm/swapfile.c: omit a duplicate code by compare tmp and max firstGravatar Wei Yang 1-10/+8
2020-06-02mm/swapfile.c: tmp is always smaller than maxGravatar Wei Yang 1-1/+1
2020-06-02mm/swapfile.c: found_free could be represented by (tmp < max)Gravatar Wei Yang 1-8/+3