summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* kconfig: remove silentoldconfig targetMasahiro Yamada2018-11-022-9/+2
* kconfig: remove oldnoconfig targetMasahiro Yamada2018-11-022-15/+1
* powerpc: PCI_MSI needs PCIChristoph Hellwig2018-11-022-0/+3
* powerpc: remove CONFIG_MCA leftoversChristoph Hellwig2018-11-022-7/+3
* powerpc: remove CONFIG_PCI_QSPANChristoph Hellwig2018-11-021-9/+0
* scsi: aha152x: rename the PCMCIA defineChristoph Hellwig2018-11-022-8/+8
* Merge tag 'nfsd-4.20' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2018-10-3029-306/+858
|\
| * lockd: fix access beyond unterminated strings in printsAmir Goldstein2018-10-291-1/+1
| * nfsd: Fix an Oops in free_session()Trond Myklebust2018-10-291-1/+1
| * nfsd: correctly decrement odstate refcount in error pathAndrew Elble2018-10-291-2/+1
| * svcrdma: Increase the default connection credit limitChuck Lever2018-10-291-6/+7
| * svcrdma: Remove try_module_get from backchannelChuck Lever2018-10-291-14/+0
| * svcrdma: Remove ->release_rqst call in bc reply handlerChuck Lever2018-10-291-5/+4
| * svcrdma: Reduce max_send_sgesChuck Lever2018-10-291-4/+6
| * nfsd: fix fall-through annotationsGustavo A. R. Silva2018-10-291-1/+2
| * knfsd: Improve lookup performance in the duplicate reply cache using an rbtreeTrond Myklebust2018-10-292-11/+27
| * knfsd: Further simplify the cache lookupTrond Myklebust2018-10-292-37/+27
| * knfsd: Simplify NFS duplicate replay cacheTrond Myklebust2018-10-291-50/+44
| * knfsd: Remove dead code from nfsd_cache_lookupTrond Myklebust2018-10-291-8/+0
| * SUNRPC: Simplify TCP receive codeTrond Myklebust2018-10-291-39/+14
| * SUNRPC: Replace the cache_detail->hash_lock with a regular spinlockTrond Myklebust2018-10-292-24/+24
| * SUNRPC: Remove non-RCU protected lookupTrond Myklebust2018-10-293-66/+7
| * NFS: Fix up a typo in nfs_dns_ent_putTrond Myklebust2018-10-291-1/+1
| * NFS: Lockless DNS lookupsTrond Myklebust2018-10-291-3/+12
| * knfsd: Lockless lookup of NFSv4 identities.Trond Myklebust2018-10-291-5/+6
| * SUNRPC: Lockless server RPCSEC_GSS context lookupTrond Myklebust2018-10-291-6/+26
| * knfsd: Allow lockless lookups of the exportsTrond Myklebust2018-10-292-7/+9
| * SUNRPC: Make server side AUTH_UNIX use lockless lookupsTrond Myklebust2018-10-291-6/+8
| * SUNRPC: Allow cache lookups to use RCU protection rather than the r/w spinlockTrond Myklebust2018-10-292-14/+91
| * SUNRPC: Refactor sunrpc_cache_lookupTrond Myklebust2018-10-031-8/+25
| * SUNRPC: Add lockless lookup of the server's auth domainTrond Myklebust2018-10-034-6/+36
| * SUNRPC: Remove the server 'authtab_lock' and just use RCUTrond Myklebust2018-10-031-18/+34
| * nfsd: remove set but not used variable 'dirp'YueHaibing2018-09-251-2/+0
| * NFSD introduce async copy featureOlga Kornievskaia2018-09-257-24/+326
| * NFSD OFFLOAD_CANCEL xdrOlga Kornievskaia2018-09-252-1/+15
| * NFSD OFFLOAD_STATUS xdrOlga Kornievskaia2018-09-253-2/+55
| * NFSD CB_OFFLOAD xdrOlga Kornievskaia2018-09-254-0/+115
* | Merge tag 'cramfs_fixes' of git://git.linaro.org/people/nicolas.pitre/linuxLinus Torvalds2018-10-301-3/+4
|\ \
| * | Cramfs: trivial whitespace fixesNicolas Pitre2018-10-301-2/+2
| * | Cramfs: fix abad comparison when wrap-arounds occurNicolas Pitre2018-10-301-1/+2
* | | Merge tag 'trace-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-10-3022-958/+1439
|\ \ \
| * | | tracing: Have stack tracer trace full stackSteven Rostedt (VMware)2018-10-271-1/+1
| * | | tracing: Export trace_dump_stack to modulesNikolay Borisov2018-10-271-0/+1
| * | | tracing: probeevent: Fix uninitialized used of offset in parse argsSteven Rostedt (VMware)2018-10-121-1/+1
| * | | tracing/kprobes: Allow kprobe-events to record module symbolMasami Hiramatsu2018-10-103-10/+68
| * | | tracing/kprobes: Check the probe on unloaded module correctlyMasami Hiramatsu2018-10-101-13/+26
| * | | tracing/uprobes: Fix to return -EFAULT if copy_from_user failedMasami Hiramatsu2018-10-101-1/+1
| * | | tracing: probeevent: Add $argN for accessing function argsMasami Hiramatsu2018-10-106-24/+55
| * | | x86: ptrace: Add function argument access APIMasami Hiramatsu2018-10-103-0/+46
| * | | tracing: probeevent: Add array type supportMasami Hiramatsu2018-10-105-40/+181