summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-10-12pipe: refactor argument for account_pipe_buffers()Michael Kerrisk (man-pages)1-5/+5
2016-10-12pipe: move limit checking logic into pipe_set_size()Michael Kerrisk (man-pages)1-23/+18
2016-10-12pipe: relocate round_pipe_size() above pipe_set_size()Michael Kerrisk (man-pages)1-12/+12
2016-10-12autofs: refactor ioctl fn vector in iookup_dev_ioctl()Tomohiro Kusumi1-33/+16
2016-10-12autofs: remove possibly misleading /* #define DEBUG */Tomohiro Kusumi1-2/+0
2016-10-12autofs4: move linux/auto_dev-ioctl.h to uapi/linuxIan Kent2-208/+222
2016-10-12autofs: move inclusion of linux/limits.h to uapiTomohiro Kusumi2-1/+1
2016-10-12autofs: fix print format for ioctl warning messageTomohiro Kusumi1-1/+1
2016-10-12autofs: add autofs_dev_ioctl_version() for AUTOFS_DEV_IOCTL_VERSION_CMDIan Kent1-8/+17
2016-10-12autofs: fix dev ioctl number range checkIan Kent2-2/+3
2016-10-12autofs: fix pr_debug() messageTomohiro Kusumi1-1/+1
2016-10-12autofs: update struct autofs_dev_ioctl in DocumentationTomohiro Kusumi1-28/+42
2016-10-12autofs: fix Documentation regarding devid on ioctlTomohiro Kusumi1-3/+2
2016-10-12autofs: remove AUTOFS_DEVID_LENTomohiro Kusumi1-2/+0
2016-10-12autofs: don't fail to free_dev_ioctl(param)Tomohiro Kusumi1-1/+2
2016-10-12autofs: remove obsolete sb fieldsTomohiro Kusumi1-2/+0
2016-10-12autofs: use autofs4_free_ino() to kfree dentry dataTomohiro Kusumi1-1/+1
2016-10-12autofs: remove ino free in autofs4_dir_symlink()Ian Kent1-2/+0
2016-10-12autofs: add WARN_ON(1) for non dir/link inode caseTomohiro Kusumi1-1/+2
2016-10-12autofs: fix autofs4_fill_super() error exit handlingIan Kent1-3/+3
2016-10-12autofs: test autofs versions first on sb initializationTomohiro Kusumi1-17/+17
2016-10-12autofs: drop unnecessary extern in autofs_i.hTomohiro Kusumi1-1/+1
2016-10-12autofs: fix typos in Documentation/filesystems/autofs4.txtTomohiro Kusumi1-4/+4
2016-10-12kprobes: include <asm/sections.h> instead of <asm-generic/sections.h>Christoph Hellwig1-1/+1
2016-10-12checkpatch: improve the octal permissions testsJoe Perches1-16/+44
2016-10-12checkpatch: add warning for unnamed function definition argumentsJoe Perches1-0/+13
2016-10-12checkpatch: improve MACRO_ARG_PRECEDENCE testJoe Perches1-1/+19
2016-10-12checkpatch: add --strict test for precedence challenged macro argumentsJoe Perches1-1/+8
2016-10-12checkpatch: add --strict test for macro argument reuseJoe Perches1-8/+35
2016-10-12checkpatch: improve the block comment * alignment testJoe Perches1-7/+12
2016-10-12checkpatch: speed up checking for filenames in sections marked obsoleteJoe Perches1-1/+1
2016-10-12const_structs.checkpatch: add frequently used from Julia Lawall's listJoe Perches1-0/+25
2016-10-12checkpatch: externalize the structs that should be constJoe Perches2-40/+63
2016-10-12checkpatch: don't test for prefer ether_addr_<foo>Joe Perches1-35/+35
2016-10-12checkpatch: test multiple line block comment alignmentJoe Perches1-0/+19
2016-10-12checkpatch: look for symbolic permissions and suggest octal insteadJoe Perches1-6/+43
2016-10-12checkpatch: see if modified files are marked obsolete in MAINTAINERSJoe Perches1-0/+14
2016-10-12lib/bitmap.c: enhance bitmap syntaxNoam Camus2-18/+82
2016-10-12lib/kstrtox.c: smaller _parse_integer()Alexey Dobriyan1-5/+1
2016-10-12include/linux/ctype.h: make isdigit() table lookuplessAlexey Dobriyan1-1/+4
2016-10-12lib: harden strncpy_from_userMark Rutland1-0/+2
2016-10-12radix-tree tests: properly initialize mutexRoss Zwisler1-1/+1
2016-10-12radix-tree tests: add iteration testRoss Zwisler4-1/+184
2016-10-12radix-tree: 'slot' can be NULL in radix_tree_next_slot()Ross Zwisler1-0/+8
2016-10-12fs/select: add vmalloc fallback for select(2)Vlastimil Babka1-3/+11
2016-10-12block: implement (some of) fallocate for block devicesDarrick J. Wong2-1/+79
2016-10-12block: require write_same and discard requests align to logical block sizeDarrick J. Wong1-0/+15
2016-10-12block: invalidate the page cache when issuing BLKZEROOUTDarrick J. Wong1-6/+12
2016-10-12ocfs2: fix memory leak in dlm_migrate_request_handler()Guozhonghua1-0/+3
2016-10-11Fix off-by-one in __pipe_get_pages()Al Viro1-2/+2