summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-121-55/+11
|\
| * sunrpc: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-031-55/+11
* | Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-07-111-2/+3
|\ \
| * | scsi: lib/sg_pool.c: improve APIs for allocating sg poolMing Lei2019-06-201-2/+3
* | | Merge tag 'nfsd-5.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-07-102-2/+1
|\ \ \
| * | | sunrpc/cache: remove the exporting of cache_seq_nextDenis Efremov2019-07-081-1/+0
| * | | nfs: fix out-of-date connectathon talk URLJ. Bruce Fields2019-07-031-1/+1
* | | | Merge tag 'fsnotify_for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-101-0/+4
|\ \ \ \
| * | | | rpc_pipefs: call fsnotify_{unlink,rmdir}() hooksAmir Goldstein2019-06-201-0/+4
| | |_|/ | |/| |
* | | | Merge tag 'nfsd-5.2-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-07-051-1/+6
|\ \ \ \ | | |/ / | |/| |
| * | | svcrdma: Ignore source port when computing DRC hashChuck Lever2019-06-191-1/+6
| |/ /
* | | SUNRPC: Fix up calculation of client message lengthTrond Myklebust2019-06-281-8/+8
* | | SUNRPC: Fix a credential refcount leakTrond Myklebust2019-06-211-1/+0
* | | Revert "SUNRPC: Declare RPC timers as TIMER_DEFERRABLE"Anna Schumaker2019-06-212-6/+2
* | | net :sunrpc :clnt :Fix xps refcount imbalance on the error pathLin Yi2019-06-211-0/+1
* | | Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-081-3/+1
|\ \ \
| * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 363Thomas Gleixner2019-06-051-3/+1
| |/ /
* | | SUNRPC: Fix a use after free when a server rejects the RPCSEC_GSS credentialTrond Myklebust2019-05-301-14/+14
* | | SUNRPC fix regression in umount of a secure mountOlga Kornievskaia2019-05-301-1/+1
* | | xprtrdma: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-05-281-2/+1
|/ /
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* | treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* | treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-2117-0/+17
|/
* Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-05-156-117/+227
|\
| * SUNRPC: rsi_parse() should use the current user namespaceTrond Myklebust2019-04-241-3/+3
| * SUNRPC: Fix the server AUTH_UNIX userspace mappingsTrond Myklebust2019-04-241-6/+9
| * SUNRPC: Temporary sockets should inherit the cred from their parentTrond Myklebust2019-04-241-2/+3
| * SUNRPC: Cache the process user cred in the RPC server listenerTrond Myklebust2019-04-242-5/+11
| * SUNRPC: Allow further customisation of RPC program registrationTrond Myklebust2019-04-241-31/+54
| * SUNRPC: Clean up generic dispatcher codeTrond Myklebust2019-04-241-28/+47
| * SUNRPC: Add a callback to initialise server requestsTrond Myklebust2019-04-241-37/+76
| * SUNRPC/nfs: Fix return value for nfs4_callback_compound()Trond Myklebust2019-04-241-5/+22
| * sunrpc/cache: handle missing listeners better.NeilBrown2019-04-241-1/+3
* | Merge tag 'nfs-for-5.2-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-05-0916-649/+764
|\ \
| * | SUNRPC: Rebalance a kref in auth_gss.cChuck Lever2019-05-091-0/+1
| * | SUNRPC: Fix an error code in gss_alloc_msg()Dan Carpenter2019-05-091-1/+3
| * | SUNRPC: task should be exit if encode return EKEYEXPIRED more timesZhangXiaoxu2019-05-091-1/+8
| * | SUNRPC: Use namespace of listening daemon in the client AUTH_GSS upcallTrond Myklebust2019-04-261-16/+44
| * | SUNRPC: Use the client user namespace when encoding credsTrond Myklebust2019-04-262-7/+13
| * | SUNRPC: Cache cred of process creating the rpc_clientTrond Myklebust2019-04-262-2/+14
| * | xprtrdma: Remove stale commentChuck Lever2019-04-251-7/+0
| * | xprtrdma: Update comments that reference ib_drain_qpChuck Lever2019-04-251-4/+6
| * | xprtrdma: Remove pr_err() call sites from completion handlersChuck Lever2019-04-252-28/+4
| * | xprtrdma: Eliminate struct rpcrdma_create_data_internalChuck Lever2019-04-254-71/+46
| * | xprtrdma: Aggregate the inline settings in struct rpcrdma_epChuck Lever2019-04-255-36/+41
| * | xprtrdma: Remove rpcrdma_create_data_internal::rsize and wsizeChuck Lever2019-04-252-11/+0
| * | SUNRPC: Update comments based on recent changesChuck Lever2019-04-251-2/+2
| * | xprtrdma: Eliminate rpcrdma_ia::ri_deviceChuck Lever2019-04-253-28/+25
| * | xprtrdma: More Send completion batchingChuck Lever2019-04-252-13/+1
| * | xprtrdma: Clean up sendctx functionsChuck Lever2019-04-253-26/+23