index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
mm/memcg: prepare for swap over-high accounting and penalty calculation
Jakub Kicinski
2020-06-02
1
-27
/
+35
|
*
memcg: expose root cgroup's memory.stat
Shakeel Butt
2020-06-02
1
-1
/
+0
|
*
mm: memcontrol: simplify value comparison between count and limit
Kaixu Xia
2020-06-02
1
-1
/
+1
|
*
mm, memcg: add workingset_restore in memory.stat
Yafang Shao
2020-06-02
2
-0
/
+6
|
*
include/linux/swap.h: delete meaningless __add_to_swap_cache() declaration
Miaohe Lin
2020-06-02
1
-1
/
+0
|
*
mm: swapfile: fix /proc/swaps heading and Size/Used/Priority alignment
Randy Dunlap
2020-06-02
1
-4
/
+8
|
*
swap: reduce lock contention on swap cache from swap slots allocation
Huang Ying
2020-06-02
2
-5
/
+57
|
*
mm/swapfile.c: use prandom_u32_max()
Huang Ying
2020-06-02
1
-1
/
+1
|
*
mm/swapfile.c: __swap_entry_free() always free 1 entry
Wei Yang
2020-06-02
1
-4
/
+5
|
*
mm/swapfile.c: classify SWAP_MAP_XXX to make it more readable
Wei Yang
2020-06-02
1
-5
/
+10
|
*
swap: try to scan more free slots even when fragmented
Huang Ying
2020-06-02
1
-0
/
+22
|
*
mm/swapfile.c: omit a duplicate code by compare tmp and max first
Wei Yang
2020-06-02
1
-10
/
+8
|
*
mm/swapfile.c: tmp is always smaller than max
Wei Yang
2020-06-02
1
-1
/
+1
|
*
mm/swapfile.c: found_free could be represented by (tmp < max)
Wei Yang
2020-06-02
1
-8
/
+3
|
*
mm/swapfile.c: remove the extra check in scan_swap_map_slots()
Wei Yang
2020-06-02
1
-3
/
+0
|
*
mm/swapfile.c: simplify the calculation of n_goal
Wei Yang
2020-06-02
1
-5
/
+1
|
*
mm/swapfile.c: remove the unnecessary goto for SSD case
Wei Yang
2020-06-02
1
-5
/
+1
|
*
mm/swapfile.c: explicitly show ssd/non-ssd is handled mutually exclusive
Wei Yang
2020-06-02
1
-7
/
+3
|
*
mm/swapfile.c: offset is only used when there is more slots
Wei Yang
2020-06-02
1
-3
/
+1
|
*
mm: swap: properly update readahead statistics in unuse_pte_range()
Andrea Righi
2020-06-02
1
-4
/
+8
|
*
mm/swap_state: fix a data race in swapin_nr_pages
Qian Cai
2020-06-02
1
-2
/
+3
|
*
mm/swapfile: use list_{prev,next}_entry() instead of open-coding
chenqiwu
2020-06-02
1
-10
/
+6
|
*
mm/gup.c: further document vma_permits_fault()
Miles Chen
2020-06-02
1
-1
/
+2
|
*
ivtv: convert get_user_pages() --> pin_user_pages()
John Hubbard
2020-06-02
3
-26
/
+14
|
*
mm/gup: introduce pin_user_pages_unlocked
John Hubbard
2020-06-02
2
-0
/
+19
|
*
mm/gup.c: update the documentation
Souptick Joarder
2020-06-02
1
-18
/
+39
|
*
mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK instead
NeilBrown
2020-06-02
12
-36
/
+28
|
*
mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLE
NeilBrown
2020-06-02
6
-17
/
+44
|
*
mm/page-writeback.c: remove unused variable
Chao Yu
2020-06-02
1
-3
/
+1
|
*
mm/filemap.c: remove misleading comment
Matthew Wilcox (Oracle)
2020-06-02
1
-1
/
+0
|
*
mm_types.h: change set_page_private to inline function
Guoqing Jiang
2020-06-02
1
-1
/
+5
|
*
mm/migrate.c: call detach_page_private to cleanup code
Guoqing Jiang
2020-06-02
1
-6
/
+1
|
*
buffer_head.h: remove attach_page_buffers
Guoqing Jiang
2020-06-02
1
-8
/
+0
|
*
orangefs: use attach/detach_page_private
Guoqing Jiang
2020-06-02
1
-26
/
+6
|
*
ntfs: replace attach_page_buffers with attach_page_private
Guoqing Jiang
2020-06-02
2
-2
/
+2
|
*
iomap: use attach/detach_page_private
Guoqing Jiang
2020-06-02
1
-15
/
+4
|
*
f2fs: use attach/detach_page_private
Guoqing Jiang
2020-06-02
1
-9
/
+2
|
*
fs/buffer.c: use attach/detach_page_private
Guoqing Jiang
2020-06-02
1
-12
/
+4
|
*
btrfs: use attach/detach_page_private
Guoqing Jiang
2020-06-02
3
-36
/
+12
|
*
md: remove __clear_page_buffers and use attach/detach_page_private
Guoqing Jiang
2020-06-02
1
-10
/
+2
|
*
include/linux/pagemap.h: introduce attach/detach_page_private
Guoqing Jiang
2020-06-02
1
-0
/
+37
|
*
iomap: convert from readpages to readahead
Matthew Wilcox (Oracle)
2020-06-02
5
-74
/
+41
|
*
fuse: convert from readpages to readahead
Matthew Wilcox (Oracle)
2020-06-02
1
-72
/
+28
|
*
f2fs: pass the inode to f2fs_mpage_readpages
Matthew Wilcox (Oracle)
2020-06-02
1
-4
/
+3
|
*
f2fs: convert from readpages to readahead
Matthew Wilcox (Oracle)
2020-06-02
2
-31
/
+22
|
*
ext4: pass the inode to ext4_mpage_readpages
Matthew Wilcox (Oracle)
2020-06-02
3
-5
/
+4
|
*
ext4: convert from readpages to readahead
Matthew Wilcox (Oracle)
2020-06-02
3
-28
/
+18
|
*
erofs: convert compressed files from readpages to readahead
Matthew Wilcox (Oracle)
2020-06-02
1
-20
/
+9
|
*
erofs: convert uncompressed files from readpages to readahead
Matthew Wilcox (Oracle)
2020-06-02
3
-29
/
+18
|
*
btrfs: convert from readpages to readahead
Matthew Wilcox (Oracle)
2020-06-02
3
-42
/
+20
[prev]
[next]