summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-10-11pipe: fix limit checking in alloc_pipe_info()Michael Kerrisk (man-pages)
2016-10-11pipe: simplify logic in alloc_pipe_info()Michael Kerrisk (man-pages)
2016-10-11pipe: fix limit checking in pipe_set_size()Michael Kerrisk (man-pages)
2016-10-11pipe: refactor argument for account_pipe_buffers()Michael Kerrisk (man-pages)
2016-10-11pipe: move limit checking logic into pipe_set_size()Michael Kerrisk (man-pages)
2016-10-11pipe: relocate round_pipe_size() above pipe_set_size()Michael Kerrisk (man-pages)
2016-10-11autofs: refactor ioctl fn vector in iookup_dev_ioctl()Tomohiro Kusumi
2016-10-11autofs: remove possibly misleading /* #define DEBUG */Tomohiro Kusumi
2016-10-11autofs4: move linux/auto_dev-ioctl.h to uapi/linuxIan Kent
2016-10-11autofs: move inclusion of linux/limits.h to uapiTomohiro Kusumi
2016-10-11autofs: fix print format for ioctl warning messageTomohiro Kusumi
2016-10-11autofs: add autofs_dev_ioctl_version() for AUTOFS_DEV_IOCTL_VERSION_CMDIan Kent
2016-10-11autofs: fix dev ioctl number range checkIan Kent
2016-10-11autofs: fix pr_debug() messageTomohiro Kusumi
2016-10-11autofs: update struct autofs_dev_ioctl in DocumentationTomohiro Kusumi
2016-10-11autofs: fix Documentation regarding devid on ioctlTomohiro Kusumi
2016-10-11autofs: remove AUTOFS_DEVID_LENTomohiro Kusumi
2016-10-11autofs: don't fail to free_dev_ioctl(param)Tomohiro Kusumi
2016-10-11autofs: remove obsolete sb fieldsTomohiro Kusumi
2016-10-11autofs: use autofs4_free_ino() to kfree dentry dataTomohiro Kusumi
2016-10-11autofs: remove ino free in autofs4_dir_symlink()Ian Kent
2016-10-11autofs: add WARN_ON(1) for non dir/link inode caseTomohiro Kusumi
2016-10-11autofs: fix autofs4_fill_super() error exit handlingIan Kent
2016-10-11autofs: test autofs versions first on sb initializationTomohiro Kusumi
2016-10-11autofs: drop unnecessary extern in autofs_i.hTomohiro Kusumi
2016-10-11autofs: fix typos in Documentation/filesystems/autofs4.txtTomohiro Kusumi
2016-10-11kprobes: include <asm/sections.h> instead of <asm-generic/sections.h>Christoph Hellwig
2016-10-11checkpatch: improve the octal permissions testsJoe Perches
2016-10-11checkpatch: add warning for unnamed function definition argumentsJoe Perches
2016-10-11checkpatch: improve MACRO_ARG_PRECEDENCE testJoe Perches
2016-10-11checkpatch: add --strict test for precedence challenged macro argumentsJoe Perches
2016-10-11checkpatch: add --strict test for macro argument reuseJoe Perches
2016-10-11checkpatch: improve the block comment * alignment testJoe Perches
2016-10-11checkpatch: speed up checking for filenames in sections marked obsoleteJoe Perches
2016-10-11const_structs.checkpatch: add frequently used from Julia Lawall's listJoe Perches
2016-10-11checkpatch: externalize the structs that should be constJoe Perches
2016-10-11checkpatch: don't test for prefer ether_addr_<foo>Joe Perches
2016-10-11checkpatch: test multiple line block comment alignmentJoe Perches
2016-10-11checkpatch: look for symbolic permissions and suggest octal insteadJoe Perches
2016-10-11checkpatch: see if modified files are marked obsolete in MAINTAINERSJoe Perches
2016-10-11lib/bitmap.c: enhance bitmap syntaxNoam Camus
2016-10-11lib/kstrtox.c: smaller _parse_integer()Alexey Dobriyan
2016-10-11include/linux/ctype.h: make isdigit() table lookuplessAlexey Dobriyan
2016-10-11lib: harden strncpy_from_userMark Rutland
2016-10-11radix-tree tests: properly initialize mutexRoss Zwisler
2016-10-11radix-tree tests: add iteration testRoss Zwisler
2016-10-11radix-tree: 'slot' can be NULL in radix_tree_next_slot()Ross Zwisler
2016-10-11fs/select: add vmalloc fallback for select(2)Vlastimil Babka
2016-10-11block: implement (some of) fallocate for block devicesDarrick J. Wong
2016-10-11block: require write_same and discard requests align to logical block sizeDarrick J. Wong