index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-02
swap: reduce lock contention on swap cache from swap slots allocation
Huang Ying
2
-5
/
+57
2020-06-02
mm/swapfile.c: use prandom_u32_max()
Huang Ying
1
-1
/
+1
2020-06-02
mm/swapfile.c: __swap_entry_free() always free 1 entry
Wei Yang
1
-4
/
+5
2020-06-02
mm/swapfile.c: classify SWAP_MAP_XXX to make it more readable
Wei Yang
1
-5
/
+10
2020-06-02
swap: try to scan more free slots even when fragmented
Huang Ying
1
-0
/
+22
2020-06-02
mm/swapfile.c: omit a duplicate code by compare tmp and max first
Wei Yang
1
-10
/
+8
2020-06-02
mm/swapfile.c: tmp is always smaller than max
Wei Yang
1
-1
/
+1
2020-06-02
mm/swapfile.c: found_free could be represented by (tmp < max)
Wei Yang
1
-8
/
+3
2020-06-02
mm/swapfile.c: remove the extra check in scan_swap_map_slots()
Wei Yang
1
-3
/
+0
2020-06-02
mm/swapfile.c: simplify the calculation of n_goal
Wei Yang
1
-5
/
+1
2020-06-02
mm/swapfile.c: remove the unnecessary goto for SSD case
Wei Yang
1
-5
/
+1
2020-06-02
mm/swapfile.c: explicitly show ssd/non-ssd is handled mutually exclusive
Wei Yang
1
-7
/
+3
2020-06-02
mm/swapfile.c: offset is only used when there is more slots
Wei Yang
1
-3
/
+1
2020-06-02
mm: swap: properly update readahead statistics in unuse_pte_range()
Andrea Righi
1
-4
/
+8
2020-06-02
mm/swap_state: fix a data race in swapin_nr_pages
Qian Cai
1
-2
/
+3
2020-06-02
mm/swapfile: use list_{prev,next}_entry() instead of open-coding
chenqiwu
1
-10
/
+6
2020-06-02
mm/gup.c: further document vma_permits_fault()
Miles Chen
1
-1
/
+2
2020-06-02
ivtv: convert get_user_pages() --> pin_user_pages()
John Hubbard
3
-26
/
+14
2020-06-02
mm/gup: introduce pin_user_pages_unlocked
John Hubbard
2
-0
/
+19
2020-06-02
mm/gup.c: update the documentation
Souptick Joarder
1
-18
/
+39
2020-06-02
mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK instead
NeilBrown
12
-36
/
+28
2020-06-02
mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLE
NeilBrown
6
-17
/
+44
2020-06-02
mm/page-writeback.c: remove unused variable
Chao Yu
1
-3
/
+1
2020-06-02
mm/filemap.c: remove misleading comment
Matthew Wilcox (Oracle)
1
-1
/
+0
2020-06-02
mm_types.h: change set_page_private to inline function
Guoqing Jiang
1
-1
/
+5
2020-06-02
mm/migrate.c: call detach_page_private to cleanup code
Guoqing Jiang
1
-6
/
+1
2020-06-02
buffer_head.h: remove attach_page_buffers
Guoqing Jiang
1
-8
/
+0
2020-06-02
orangefs: use attach/detach_page_private
Guoqing Jiang
1
-26
/
+6
2020-06-02
ntfs: replace attach_page_buffers with attach_page_private
Guoqing Jiang
2
-2
/
+2
2020-06-02
iomap: use attach/detach_page_private
Guoqing Jiang
1
-15
/
+4
2020-06-02
f2fs: use attach/detach_page_private
Guoqing Jiang
1
-9
/
+2
2020-06-02
fs/buffer.c: use attach/detach_page_private
Guoqing Jiang
1
-12
/
+4
2020-06-02
btrfs: use attach/detach_page_private
Guoqing Jiang
3
-36
/
+12
2020-06-02
md: remove __clear_page_buffers and use attach/detach_page_private
Guoqing Jiang
1
-10
/
+2
2020-06-02
include/linux/pagemap.h: introduce attach/detach_page_private
Guoqing Jiang
1
-0
/
+37
2020-06-02
iomap: convert from readpages to readahead
Matthew Wilcox (Oracle)
5
-74
/
+41
2020-06-02
fuse: convert from readpages to readahead
Matthew Wilcox (Oracle)
1
-72
/
+28
2020-06-02
f2fs: pass the inode to f2fs_mpage_readpages
Matthew Wilcox (Oracle)
1
-4
/
+3
2020-06-02
f2fs: convert from readpages to readahead
Matthew Wilcox (Oracle)
2
-31
/
+22
2020-06-02
ext4: pass the inode to ext4_mpage_readpages
Matthew Wilcox (Oracle)
3
-5
/
+4
2020-06-02
ext4: convert from readpages to readahead
Matthew Wilcox (Oracle)
3
-28
/
+18
2020-06-02
erofs: convert compressed files from readpages to readahead
Matthew Wilcox (Oracle)
1
-20
/
+9
2020-06-02
erofs: convert uncompressed files from readpages to readahead
Matthew Wilcox (Oracle)
3
-29
/
+18
2020-06-02
btrfs: convert from readpages to readahead
Matthew Wilcox (Oracle)
3
-42
/
+20
2020-06-02
fs: convert mpage_readpages to mpage_readahead
Matthew Wilcox (Oracle)
18
-126
/
+73
2020-06-02
mm: use memalloc_nofs_save in readahead path
Matthew Wilcox (Oracle)
1
-0
/
+14
2020-06-02
mm: document why we don't set PageReadahead
Matthew Wilcox (Oracle)
1
-3
/
+6
2020-06-02
mm: add page_cache_readahead_unbounded
Matthew Wilcox (Oracle)
6
-91
/
+55
2020-06-02
mm: move end_index check out of readahead loop
Matthew Wilcox (Oracle)
1
-6
/
+8
2020-06-02
mm: add readahead address space operation
Matthew Wilcox (Oracle)
4
-3
/
+32
[prev]
[next]