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
*
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
*
fs: convert mpage_readpages to mpage_readahead
Matthew Wilcox (Oracle)
2020-06-02
18
-126
/
+73
*
mm: use memalloc_nofs_save in readahead path
Matthew Wilcox (Oracle)
2020-06-02
1
-0
/
+14
*
mm: document why we don't set PageReadahead
Matthew Wilcox (Oracle)
2020-06-02
1
-3
/
+6
*
mm: add page_cache_readahead_unbounded
Matthew Wilcox (Oracle)
2020-06-02
6
-91
/
+55
*
mm: move end_index check out of readahead loop
Matthew Wilcox (Oracle)
2020-06-02
1
-6
/
+8
*
mm: add readahead address space operation
Matthew Wilcox (Oracle)
2020-06-02
4
-3
/
+32
*
mm: put readahead pages in cache earlier
Matthew Wilcox (Oracle)
2020-06-02
1
-18
/
+28
*
mm: remove 'page_offset' from readahead loop
Matthew Wilcox (Oracle)
2020-06-02
1
-5
/
+3
*
mm: rename readahead loop variable to 'i'
Matthew Wilcox (Oracle)
2020-06-02
1
-4
/
+4
*
mm: rename various 'offset' parameters to 'index'
Matthew Wilcox (Oracle)
2020-06-02
1
-44
/
+42
*
mm: use readahead_control to pass arguments
Matthew Wilcox (Oracle)
2020-06-02
1
-14
/
+19
*
mm: add new readahead_control API
Matthew Wilcox (Oracle)
2020-06-02
1
-0
/
+140
*
mm: move readahead nr_pages check into read_pages
Matthew Wilcox (Oracle)
2020-06-02
1
-5
/
+7
*
mm: ignore return value of ->readpages
Matthew Wilcox (Oracle)
2020-06-02
1
-6
/
+2
*
mm: return void from various readahead functions
Matthew Wilcox (Oracle)
2020-06-02
3
-28
/
+19
*
mm: move readahead prototypes from mm.h
Matthew Wilcox (Oracle)
2020-06-02
5
-19
/
+13
*
mm, dump_page(): do not crash with invalid mapping pointer
Vlastimil Babka
2020-06-02
1
-6
/
+50
*
Documentation/vm/slub.rst: s/Toggle/Enable/
Andrew Morton
2020-06-02
1
-1
/
+1
*
mm/slub: fix stack overruns with SLUB_STATS
Qian Cai
2020-06-02
1
-1
/
+2
*
slub: remove kmalloc under list_lock from list_slab_objects() V2
Christopher Lameter
2020-06-02
1
-5
/
+15
*
slub: Remove userspace notifier for cache add/remove
Christoph Lameter
2020-06-02
1
-16
/
+1
*
mm/slub.c: fix corrupted freechain in deactivate_slab()
Dongli Zhang
2020-06-02
1
-0
/
+27
*
usercopy: mark dma-kmalloc caches as usercopy caches
Vlastimil Babka
2020-06-02
1
-1
/
+2
*
fs/buffer.c: record blockdev write errors in super_block that it backs
Jeff Layton
2020-06-02
1
-0
/
+7
*
vfs: track per-sb writeback errors and report them to syncfs
Jeff Layton
2020-06-02
6
-5
/
+27
*
arch/parisc/include/asm/pgtable.h: remove unused `old_pte'
Andrew Morton
2020-06-02
1
-2
/
+0
*
ocfs2: mount shared volume without ha stack
Gang He
2020-06-02
3
-20
/
+51
*
ocfs2: add missing annotation for dlm_empty_lockres()
Jules Irenge
2020-06-02
1
-0
/
+1
*
squashfs: migrate from ll_rw_block usage to BIO
Philippe Liard
2020-06-02
11
-242
/
+287
*
Merge tag 'x86_cache_updates_for_5.8' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2020-06-01
14
-65
/
+91
|
\
|
*
x86/resctrl: Support wider MBM counters
Reinette Chatre
2020-05-06
2
-2
/
+14
|
*
x86/resctrl: Support CPUID enumeration of MBM counter width
Reinette Chatre
2020-05-06
2
-1
/
+7
|
*
x86/resctrl: Maintain MBM counter width per resource
Reinette Chatre
2020-05-06
4
-14
/
+24
|
*
x86/resctrl: Query LLC monitoring properties once during boot
Reinette Chatre
2020-05-06
4
-2
/
+11
|
*
x86/resctrl: Remove unnecessary RMID checks
Reinette Chatre
2020-05-06
1
-15
/
+0
|
*
x86/cpu: Move resctrl CPUID code to resctrl/
Reinette Chatre
2020-05-06
3
-25
/
+29
|
*
x86/resctrl: Rename asm/resctrl_sched.h to asm/resctrl.h
Reinette Chatre
2020-05-06
7
-9
/
+9
*
|
Merge tag 'x86_microcode_for_5.8' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-06-01
1
-8
/
+7
|
\
\
|
*
|
x86/microcode: Fix return value for microcode late loading
Mihai Carabas
2020-04-22
1
-8
/
+7
*
|
|
Merge tag 'edac_updates_for_5.8' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2020-06-01
10
-55
/
+73
|
\
\
\
|
|
\
\
|
|
\
\
|
*
-
.
\
\
Merge branches 'edac-i10nm' and 'edac-misc' into edac-updates-for-5.8
Borislav Petkov
2020-06-01
10
-55
/
+73
|
|
\
\
\
\
[next]