index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
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)
2
-26
/
+15
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)
16
-123
/
+70
2020-06-02
mm: add page_cache_readahead_unbounded
Matthew Wilcox (Oracle)
4
-70
/
+5
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
3
-4
/
+6
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
Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...
Linus Torvalds
6
-2
/
+13
2020-06-01
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
Linus Torvalds
13
-207
/
+571
2020-06-01
Merge tag 'pstore-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
9
-183
/
+2380
2020-06-01
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
8
-82
/
+18
2020-05-31
pstore/blk: Introduce "best_effort" mode
Kees Cook
1
-1
/
+20
2020-05-31
pstore/blk: Support non-block storage devices
WeiXiong Liao
2
-44
/
+57
2020-05-31
pstore/blk: Provide way to query pstore configuration
WeiXiong Liao
1
-7
/
+30
2020-05-31
pstore/zone: Provide way to skip "broken" zone for MTD devices
WeiXiong Liao
2
-14
/
+61
2020-05-30
Documentation: Add details for pstore/blk
WeiXiong Liao
1
-0
/
+2
2020-05-30
pstore/zone,blk: Add ftrace frontend support
WeiXiong Liao
3
-1
/
+134
2020-05-30
pstore/zone,blk: Add console frontend support
WeiXiong Liao
3
-9
/
+102
2020-05-30
pstore/zone,blk: Add support for pmsg frontend
WeiXiong Liao
3
-9
/
+280
2020-05-30
pstore/blk: Introduce backend for block devices
WeiXiong Liao
3
-0
/
+501
2020-05-30
pstore/zone: Introduce common layer to manage storage zones
WeiXiong Liao
3
-0
/
+995
2020-05-30
pstore/ram: Introduce max_reason and convert dump_oops
Kees Cook
1
-19
/
+39
2020-05-30
pstore/platform: Pass max_reason to kmesg dump
Pavel Tatashin
1
-1
/
+3
2020-05-30
printk: Introduce kmsg_dump_reason_str()
Kees Cook
1
-17
/
+1
2020-05-30
printk: Collapse shutdown types into a single dump reason
Kees Cook
1
-6
/
+2
2020-05-30
pstore/ftrace: Provide ftrace log merging routine
Kees Cook
3
-54
/
+66
2020-05-30
pstore/ram: Refactor ftrace buffer merging
Kees Cook
1
-12
/
+17
2020-05-30
pstore/ram: Refactor DT size parsing
Kees Cook
1
-12
/
+19
2020-05-30
pstore/ram: Adjust module param permissions to reflect reality
Kees Cook
1
-3
/
+3
2020-05-30
pstore/platform: Move module params after declarations
Kees Cook
1
-6
/
+5
2020-05-30
pstore/platform: Use backend name for console registration
Kees Cook
1
-1
/
+3
2020-05-30
pstore/platform: Switch pstore_info::name to const
Kees Cook
1
-1
/
+2
2020-05-30
pstore: Make sure console capturing will restart
Kees Cook
1
-1
/
+5
2020-05-30
pstore: Remove filesystem records when backend is unregistered
Kees Cook
3
-0
/
+36
2020-05-30
pstore: Do not leave timer disabled for next backend
Kees Cook
1
-15
/
+19
2020-05-30
pstore: Add locking around superblock changes
Kees Cook
3
-26
/
+45
2020-05-29
Merge tag 'ceph-for-5.7-rc8' of git://github.com/ceph/ceph-client
Linus Torvalds
1
-1
/
+1
2020-05-29
Merge tag 'gfs2-v5.7-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-10
/
+5
2020-05-29
gfs2: Even more gfs2_find_jhead fixes
Andreas Gruenbacher
1
-10
/
+5
2020-05-28
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2020-05-28
fs/binfmt_elf.c: allocate initialized memory in fill_thread_core_info()
Alexander Potapenko
1
-1
/
+1
2020-05-27
Merge tag 'fsnotify_for_v5.7-rc8' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2020-05-27
Merge branch 'for-5.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-3
/
+3
2020-05-27
fanotify: turn off support for FAN_DIR_MODIFY
Amir Goldstein
1
-1
/
+1
2020-05-27
ceph: flush release queue when handling caps for unknown inode
Jeff Layton
1
-1
/
+1
2020-05-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2
-26
/
+10
[next]