index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2020-06-02
mm: put readahead pages in cache earlier
Matthew Wilcox (Oracle)
1
-18
/
+28
2020-06-02
mm: remove 'page_offset' from readahead loop
Matthew Wilcox (Oracle)
1
-5
/
+3
2020-06-02
mm: rename readahead loop variable to 'i'
Matthew Wilcox (Oracle)
1
-4
/
+4
2020-06-02
mm: rename various 'offset' parameters to 'index'
Matthew Wilcox (Oracle)
1
-44
/
+42
2020-06-02
mm: use readahead_control to pass arguments
Matthew Wilcox (Oracle)
1
-14
/
+19
2020-06-02
mm: add new readahead_control API
Matthew Wilcox (Oracle)
1
-0
/
+140
2020-06-02
mm: move readahead nr_pages check into read_pages
Matthew Wilcox (Oracle)
1
-5
/
+7
2020-06-02
mm: ignore return value of ->readpages
Matthew Wilcox (Oracle)
1
-6
/
+2
2020-06-02
mm: return void from various readahead functions
Matthew Wilcox (Oracle)
3
-28
/
+19
2020-06-02
mm: move readahead prototypes from mm.h
Matthew Wilcox (Oracle)
5
-19
/
+13
2020-06-02
mm, dump_page(): do not crash with invalid mapping pointer
Vlastimil Babka
1
-6
/
+50
2020-06-02
Documentation/vm/slub.rst: s/Toggle/Enable/
Andrew Morton
1
-1
/
+1
2020-06-02
mm/slub: fix stack overruns with SLUB_STATS
Qian Cai
1
-1
/
+2
2020-06-02
slub: remove kmalloc under list_lock from list_slab_objects() V2
Christopher Lameter
1
-5
/
+15
2020-06-02
slub: Remove userspace notifier for cache add/remove
Christoph Lameter
1
-16
/
+1
2020-06-02
mm/slub.c: fix corrupted freechain in deactivate_slab()
Dongli Zhang
1
-0
/
+27
2020-06-02
usercopy: mark dma-kmalloc caches as usercopy caches
Vlastimil Babka
1
-1
/
+2
2020-06-02
fs/buffer.c: record blockdev write errors in super_block that it backs
Jeff Layton
1
-0
/
+7
2020-06-02
vfs: track per-sb writeback errors and report them to syncfs
Jeff Layton
6
-5
/
+27
2020-06-02
arch/parisc/include/asm/pgtable.h: remove unused `old_pte'
Andrew Morton
1
-2
/
+0
2020-06-02
ocfs2: mount shared volume without ha stack
Gang He
3
-20
/
+51
2020-06-02
ocfs2: add missing annotation for dlm_empty_lockres()
Jules Irenge
1
-0
/
+1
2020-06-02
squashfs: migrate from ll_rw_block usage to BIO
Philippe Liard
11
-242
/
+287
2020-06-01
regulator: max8998: max8998_set_current_limit() can be static
kbuild test robot
1
-2
/
+2
2020-06-01
mtd: Support kmsg dumper based on pstore/blk
WeiXiong Liao
4
-2
/
+596
2020-06-01
pstore/blk: Introduce "best_effort" mode
Kees Cook
1
-1
/
+20
2020-06-01
pstore/blk: Support non-block storage devices
WeiXiong Liao
5
-48
/
+114
2020-06-01
pstore/blk: Provide way to query pstore configuration
WeiXiong Liao
2
-7
/
+58
2020-06-01
pstore/zone: Provide way to skip "broken" zone for MTD devices
WeiXiong Liao
4
-19
/
+71
2020-06-01
Linux 5.7
v5.7
Linus Torvalds
1
-1
/
+1
2020-05-31
checkpatch/coding-style: deprecate 80-column warning
Joe Perches
2
-14
/
+23
2020-05-31
l2tp: add sk_family checks to l2tp_validate_socket
Eric Dumazet
1
-0
/
+3
2020-05-31
l2tp: do not use inet_hash()/inet_unhash()
Eric Dumazet
2
-15
/
+44
2020-05-31
net: qrtr: Allocate workqueue before kernel_bind
Chris Lew
1
-5
/
+5
2020-05-31
mptcp: remove msk from the token container at destruction time.
Paolo Abeni
1
-1
/
+1
2020-05-31
mptcp: fix race between MP_JOIN and close
Paolo Abeni
1
-15
/
+27
[next]