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
2018-06-12
treewide: kvmalloc() -> kvmalloc_array()
Kees Cook
1
-3
/
+3
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
13
-23
/
+28
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
48
-99
/
+134
2018-06-12
UBIFS: Fix potential integer overflow in allocation
Silvio Cesare
1
-2
/
+3
2018-06-12
Convert jffs2 acl to struct_size
Matthew Wilcox
2
-1
/
+3
2018-06-11
Merge tag 'f2fs-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...
Linus Torvalds
24
-1376
/
+1855
2018-06-11
autofs: remove left-over autofs4 stubs
Linus Torvalds
6
-57
/
+12
2018-06-10
Merge tag 'upstream-4.18-rc1' of git://git.infradead.org/linux-ubifs
Linus Torvalds
8
-22
/
+13
2018-06-10
Merge tag '4.18-fixes-smb3' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
18
-138
/
+261
2018-06-10
Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+1
2018-06-09
Merge branch 'proc-cmdline'
Linus Torvalds
1
-112
/
+99
2018-06-09
hpfs: Use EUCLEAN for filesystem errors
Mikulas Patocka
1
-2
/
+1
2018-06-09
Merge tag 'staging-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-71
/
+1
2018-06-08
Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
8
-52
/
+217
2018-06-08
Merge branch 'for-4.18/mcsafe' into libnvdimm-for-next
Dan Williams
1
-9
/
+12
2018-06-08
Merge branch 'for-4.18/dax' into libnvdimm-for-next
Dan Williams
8
-43
/
+205
2018-06-08
Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
3
-1
/
+20
2018-06-08
Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-3
/
+3
2018-06-08
fix proc_fill_cache() in case of d_alloc_parallel() failure
Al Viro
1
-3
/
+3
2018-06-07
cifs: fix a buffer leak in smb2_query_symlink
Ronnie Sahlberg
6
-29
/
+39
2018-06-07
autofs: small cleanup in autofs_getpath()
Dan Carpenter
1
-3
/
+3
2018-06-07
autofs: clean up includes
Ian Kent
6
-30
/
+2
2018-06-07
autofs: comment on selinux changes needed for module autoload
Ian Kent
1
-0
/
+6
2018-06-07
autofs: create autofs Kconfig and Makefile
Ian Kent
5
-0
/
+37
2018-06-07
autofs: delete fs/autofs4 source files
Ian Kent
8
-3619
/
+0
2018-06-07
autofs: update fs/autofs4/Makefile
Ian Kent
1
-1
/
+3
2018-06-07
autofs: update fs/autofs4/Kconfig
Ian Kent
1
-10
/
+22
2018-06-07
autofs: copy autofs4 to autofs
Ian Kent
8
-0
/
+3618
2018-06-07
autofs4: use autofs instead of autofs4 everywhere
Ian Kent
8
-319
/
+319
2018-06-07
autofs4: merge auto_fs.h and auto_fs4.h
Ian Kent
2
-2
/
+1
2018-06-07
fs/binfmt_misc.c: do not allow offset overflow
Thadeu Lima de Souza Cascardo
1
-3
/
+9
2018-06-07
proc: use "unsigned int" for /proc/*/stack
Alexey Dobriyan
1
-1
/
+2
2018-06-07
proc: use "unsigned int" for sigqueue length
Alexey Dobriyan
1
-1
/
+1
2018-06-07
proc: use "unsigned int" in proc_fill_cache()
Alexey Dobriyan
3
-5
/
+5
2018-06-07
proc: smaller RCU section in ->getattr()
Alexey Dobriyan
1
-1
/
+1
2018-06-07
proc: deduplicate /proc/*/cmdline implementation
Alexey Dobriyan
1
-33
/
+20
2018-06-07
proc: simpler iterations for /proc/*/cmdline
Alexey Dobriyan
1
-19
/
+14
2018-06-07
proc: somewhat simpler code for /proc/*/cmdline
Alexey Dobriyan
1
-15
/
+9
2018-06-07
proc: more "unsigned int" in /proc/*/cmdline
Alexey Dobriyan
1
-17
/
+12
2018-06-07
userfaultfd: prevent non-cooperative events vs mcopy_atomic races
Mike Rapoport
1
-2
/
+20
2018-06-07
mm: mark pages in use for page tables
Matthew Wilcox
1
-0
/
+2
2018-06-07
mm: /proc/pid/pagemap: hide swap entries from unprivileged users
Huang Ying
1
-10
/
+16
2018-06-07
mm: restructure memfd code
Mike Kravetz
2
-1
/
+4
2018-06-07
mm: introduce arg_lock to protect arg_start|end and env_start|end in mm_struct
Yang Shi
1
-4
/
+4
2018-06-07
fs/9p: detect invalid options as much as possible
Chengguang Xu
1
-17
/
+12
2018-06-07
fs: ocfs2: use new return type vm_fault_t
Souptick Joarder
1
-24
/
+20
2018-06-07
ocfs2: drop a VLA in ocfs2_orphan_del()
Salvatore Mesoraca
1
-2
/
+1
2018-06-07
ocfs2: correct the comments position of struct ocfs2_dir_block_trailer
Guozhonghua
1
-4
/
+4
2018-06-07
ocfs2: eliminate a misreported warning
Zhen Lei
1
-1
/
+1
2018-06-07
ocfs2: ocfs2_inode_lock_tracker does not distinguish lock level
Larry Chen
2
-30
/
+90
[next]