summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook
2018-06-12treewide: kvmalloc() -> kvmalloc_array()Kees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-12UBIFS: Fix potential integer overflow in allocationSilvio Cesare
2018-06-12Convert jffs2 acl to struct_sizeMatthew Wilcox
2018-06-11Merge tag 'f2fs-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2018-06-11autofs: remove left-over autofs4 stubsLinus Torvalds
2018-06-10Merge tag 'upstream-4.18-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds
2018-06-10Merge tag '4.18-fixes-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2018-06-10Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2018-06-09Merge branch 'proc-cmdline'Linus Torvalds
2018-06-09hpfs: Use EUCLEAN for filesystem errorsMikulas Patocka
2018-06-09Merge tag 'staging-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-06-08Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-06-08Merge branch 'for-4.18/mcsafe' into libnvdimm-for-nextDan Williams
2018-06-08Merge branch 'for-4.18/dax' into libnvdimm-for-nextDan Williams
2018-06-08Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2018-06-08Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2018-06-08fix proc_fill_cache() in case of d_alloc_parallel() failureAl Viro
2018-06-07cifs: fix a buffer leak in smb2_query_symlinkRonnie Sahlberg
2018-06-07autofs: small cleanup in autofs_getpath()Dan Carpenter
2018-06-07autofs: clean up includesIan Kent
2018-06-07autofs: comment on selinux changes needed for module autoloadIan Kent
2018-06-07autofs: create autofs Kconfig and MakefileIan Kent
2018-06-07autofs: delete fs/autofs4 source filesIan Kent
2018-06-07autofs: update fs/autofs4/MakefileIan Kent
2018-06-07autofs: update fs/autofs4/KconfigIan Kent
2018-06-07autofs: copy autofs4 to autofsIan Kent
2018-06-07autofs4: use autofs instead of autofs4 everywhereIan Kent
2018-06-07autofs4: merge auto_fs.h and auto_fs4.hIan Kent
2018-06-07fs/binfmt_misc.c: do not allow offset overflowThadeu Lima de Souza Cascardo
2018-06-07proc: use "unsigned int" for /proc/*/stackAlexey Dobriyan
2018-06-07proc: use "unsigned int" for sigqueue lengthAlexey Dobriyan
2018-06-07proc: use "unsigned int" in proc_fill_cache()Alexey Dobriyan
2018-06-07proc: smaller RCU section in ->getattr()Alexey Dobriyan
2018-06-07proc: deduplicate /proc/*/cmdline implementationAlexey Dobriyan
2018-06-07proc: simpler iterations for /proc/*/cmdlineAlexey Dobriyan
2018-06-07proc: somewhat simpler code for /proc/*/cmdlineAlexey Dobriyan
2018-06-07proc: more "unsigned int" in /proc/*/cmdlineAlexey Dobriyan
2018-06-07userfaultfd: prevent non-cooperative events vs mcopy_atomic racesMike Rapoport
2018-06-07mm: mark pages in use for page tablesMatthew Wilcox
2018-06-07mm: /proc/pid/pagemap: hide swap entries from unprivileged usersHuang Ying
2018-06-07mm: restructure memfd codeMike Kravetz
2018-06-07mm: introduce arg_lock to protect arg_start|end and env_start|end in mm_structYang Shi
2018-06-07fs/9p: detect invalid options as much as possibleChengguang Xu
2018-06-07fs: ocfs2: use new return type vm_fault_tSouptick Joarder
2018-06-07ocfs2: drop a VLA in ocfs2_orphan_del()Salvatore Mesoraca
2018-06-07ocfs2: correct the comments position of struct ocfs2_dir_block_trailerGuozhonghua