summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * mm/memcg: prepare for swap over-high accounting and penalty calculationJakub Kicinski2020-06-021-27/+35
| * memcg: expose root cgroup's memory.statShakeel Butt2020-06-021-1/+0
| * mm: memcontrol: simplify value comparison between count and limitKaixu Xia2020-06-021-1/+1
| * mm, memcg: add workingset_restore in memory.statYafang Shao2020-06-022-0/+6
| * include/linux/swap.h: delete meaningless __add_to_swap_cache() declarationMiaohe Lin2020-06-021-1/+0
| * 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-022-5/+57
| * 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
| * mm/swapfile.c: classify SWAP_MAP_XXX to make it more readableWei Yang2020-06-021-5/+10
| * swap: try to scan more free slots even when fragmentedHuang Ying2020-06-021-0/+22
| * mm/swapfile.c: omit a duplicate code by compare tmp and max firstWei Yang2020-06-021-10/+8
| * mm/swapfile.c: tmp is always smaller than maxWei Yang2020-06-021-1/+1
| * mm/swapfile.c: found_free could be represented by (tmp < max)Wei Yang2020-06-021-8/+3
| * mm/swapfile.c: remove the extra check in scan_swap_map_slots()Wei Yang2020-06-021-3/+0
| * mm/swapfile.c: simplify the calculation of n_goalWei Yang2020-06-021-5/+1
| * mm/swapfile.c: remove the unnecessary goto for SSD caseWei Yang2020-06-021-5/+1
| * mm/swapfile.c: explicitly show ssd/non-ssd is handled mutually exclusiveWei Yang2020-06-021-7/+3
| * mm/swapfile.c: offset is only used when there is more slotsWei Yang2020-06-021-3/+1
| * mm: swap: properly update readahead statistics in unuse_pte_range()Andrea Righi2020-06-021-4/+8
| * mm/swap_state: fix a data race in swapin_nr_pagesQian Cai2020-06-021-2/+3
| * mm/swapfile: use list_{prev,next}_entry() instead of open-codingchenqiwu2020-06-021-10/+6
| * mm/gup.c: further document vma_permits_fault()Miles Chen2020-06-021-1/+2
| * ivtv: convert get_user_pages() --> pin_user_pages()John Hubbard2020-06-023-26/+14
| * mm/gup: introduce pin_user_pages_unlockedJohn Hubbard2020-06-022-0/+19
| * mm/gup.c: update the documentationSouptick Joarder2020-06-021-18/+39
| * mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK insteadNeilBrown2020-06-0212-36/+28
| * mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLENeilBrown2020-06-026-17/+44
| * mm/page-writeback.c: remove unused variableChao Yu2020-06-021-3/+1
| * mm/filemap.c: remove misleading commentMatthew Wilcox (Oracle)2020-06-021-1/+0
| * mm_types.h: change set_page_private to inline functionGuoqing Jiang2020-06-021-1/+5
| * mm/migrate.c: call detach_page_private to cleanup codeGuoqing Jiang2020-06-021-6/+1
| * buffer_head.h: remove attach_page_buffersGuoqing Jiang2020-06-021-8/+0
| * orangefs: use attach/detach_page_privateGuoqing Jiang2020-06-021-26/+6
| * ntfs: replace attach_page_buffers with attach_page_privateGuoqing Jiang2020-06-022-2/+2
| * iomap: use attach/detach_page_privateGuoqing Jiang2020-06-021-15/+4
| * f2fs: use attach/detach_page_privateGuoqing Jiang2020-06-021-9/+2
| * fs/buffer.c: use attach/detach_page_privateGuoqing Jiang2020-06-021-12/+4
| * btrfs: use attach/detach_page_privateGuoqing Jiang2020-06-023-36/+12
| * md: remove __clear_page_buffers and use attach/detach_page_privateGuoqing Jiang2020-06-021-10/+2
| * include/linux/pagemap.h: introduce attach/detach_page_privateGuoqing Jiang2020-06-021-0/+37
| * iomap: convert from readpages to readaheadMatthew Wilcox (Oracle)2020-06-025-74/+41
| * fuse: convert from readpages to readaheadMatthew Wilcox (Oracle)2020-06-021-72/+28
| * f2fs: pass the inode to f2fs_mpage_readpagesMatthew Wilcox (Oracle)2020-06-021-4/+3
| * f2fs: convert from readpages to readaheadMatthew Wilcox (Oracle)2020-06-022-31/+22
| * ext4: pass the inode to ext4_mpage_readpagesMatthew Wilcox (Oracle)2020-06-023-5/+4
| * ext4: convert from readpages to readaheadMatthew Wilcox (Oracle)2020-06-023-28/+18
| * erofs: convert compressed files from readpages to readaheadMatthew Wilcox (Oracle)2020-06-021-20/+9
| * erofs: convert uncompressed files from readpages to readaheadMatthew Wilcox (Oracle)2020-06-023-29/+18
| * btrfs: convert from readpages to readaheadMatthew Wilcox (Oracle)2020-06-023-42/+20