aboutsummaryrefslogtreecommitdiffstats
path: root/fs/autofs4/symlink.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-11autofs: use autofs4_free_ino() to kfree dentry dataTomohiro Kusumi1-1/+1
2016-10-11autofs: remove ino free in autofs4_dir_symlink()Ian Kent1-2/+0
2016-10-11autofs: add WARN_ON(1) for non dir/link inode caseTomohiro Kusumi1-1/+2
2016-10-11autofs: fix autofs4_fill_super() error exit handlingIan Kent1-3/+3
2016-10-11autofs: test autofs versions first on sb initializationTomohiro Kusumi1-17/+17
2016-10-11autofs: drop unnecessary extern in autofs_i.hTomohiro Kusumi1-1/+1
2016-10-11autofs: fix typos in Documentation/filesystems/autofs4.txtTomohiro Kusumi1-4/+4
2016-10-11kprobes: include <asm/sections.h> instead of <asm-generic/sections.h>Christoph Hellwig1-1/+1
2016-10-11checkpatch: improve the octal permissions testsJoe Perches1-16/+44
2016-10-11checkpatch: add warning for unnamed function definition argumentsJoe Perches1-0/+13
2016-10-11checkpatch: improve MACRO_ARG_PRECEDENCE testJoe Perches1-1/+19
2016-10-11checkpatch: add --strict test for precedence challenged macro argumentsJoe Perches1-1/+8
2016-10-11checkpatch: add --strict test for macro argument reuseJoe Perches1-8/+35
2016-10-11checkpatch: improve the block comment * alignment testJoe Perches1-7/+12
2016-10-11checkpatch: speed up checking for filenames in sections marked obsoleteJoe Perches1-1/+1
2016-10-11const_structs.checkpatch: add frequently used from Julia Lawall's listJoe Perches1-0/+25
2016-10-11checkpatch: externalize the structs that should be constJoe Perches2-40/+63
2016-10-11checkpatch: don't test for prefer ether_addr_<foo>Joe Perches1-35/+35
2016-10-11checkpatch: test multiple line block comment alignmentJoe Perches1-0/+19
2016-10-11checkpatch: look for symbolic permissions and suggest octal insteadJoe Perches1-6/+43
2016-10-11checkpatch: see if modified files are marked obsolete in MAINTAINERSJoe Perches1-0/+14
2016-10-11lib/bitmap.c: enhance bitmap syntaxNoam Camus2-18/+82
2016-10-11lib/kstrtox.c: smaller _parse_integer()Alexey Dobriyan1-5/+1
2016-10-11include/linux/ctype.h: make isdigit() table lookuplessAlexey Dobriyan1-1/+4
2016-10-11lib: harden strncpy_from_userMark Rutland1-0/+2
2016-10-11radix-tree tests: properly initialize mutexRoss Zwisler1-1/+1
2016-10-11radix-tree tests: add iteration testRoss Zwisler4-1/+184
2016-10-11radix-tree: 'slot' can be NULL in radix_tree_next_slot()Ross Zwisler1-0/+8
2016-10-11fs/select: add vmalloc fallback for select(2)Vlastimil Babka1-3/+11
2016-10-11block: implement (some of) fallocate for block devicesDarrick J. Wong2-1/+79
2016-10-11block: require write_same and discard requests align to logical block sizeDarrick J. Wong1-0/+15
2016-10-11block: invalidate the page cache when issuing BLKZEROOUTDarrick J. Wong1-6/+12
2016-10-11ocfs2: 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
2016-10-11netfilter: Fix slab corruption.Linus Torvalds1-75/+33
2016-10-10[btrfs] fix check_direct_IO() for non-iovec iteratorsAl Viro1-1/+1
2016-10-10constify iov_iter_count() and iter_is_iovec()Al Viro1-2/+2
2016-10-10fix ITER_PIPE interaction with direct_IOAl Viro3-11/+5
2016-10-10dlm: free workqueues after the connectionsMarcelo Ricardo Leitner1-6/+2
2016-10-09printk: make reading the kernel log flush pending linesLinus Torvalds1-0/+11
2016-10-09printk: re-organize log_output() to be more legibleLinus Torvalds1-35/+27
2016-10-09printk: split out core logging code into helper functionLinus Torvalds1-39/+39
2016-10-09printk: reinstate KERN_CONT for printing continuation linesLinus Torvalds5-23/+19
2016-10-09be2net: Enable VF link state setting for BE3Suresh Reddy1-1/+1
2016-10-09be2net: Fix TX stats for TSO packetsSriharsha Basavapatna1-2/+12
2016-10-09be2net: Update Copyright string in be_hw.hSriharsha Basavapatna1-1/+1
2016-10-09be2net: NCSI FW section should be properly updated with ethtool for BE3Sriharsha Basavapatna1-1/+23
2016-10-09be2net: Provide an alternate way to read pf_num for BEx chipsSriharsha Basavapatna2-1/+10
2016-10-08x86/pkeys: Make protection keys an "eager" featureDave Hansen1-3/+4
2016-10-08x86/apic: Prevent pointless warning messagesThomas Gleixner1-3/+5