summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
AgeCommit message (Expand)Author
2020-06-04svcrdma: Fix leak of svc_rdma_recv_ctxt objectsChuck Lever
2020-06-04svcrdma: Fix trace point use-after-free raceChuck Lever
2020-06-04SUNRPC: Fix backchannel RPC soft lockupsChuck Lever
2020-06-01sunrpc: Fix gss_unwrap_resp_integ() againChuck Lever
2020-06-01SUNRPC: Rename xdr_buf_read_netobj to xdr_buf_read_micBenjamin Coddington
2020-06-01SUNRPC: fix krb5p mount to provide large enough buffer in rq_rcvsizeOlga Kornievskaia
2020-05-15sunrpc: Fix potential leaks in sunrpc_cache_unhash()Trond Myklebust
2020-05-04xprtrdma: Fix DMA scatter-gather list mapping imbalanceChuck Lever
2020-05-04sunrpc: expiry_time should be seconds not timevalRoberto Bergantinos Corpas
2020-04-12SUNRPC: Fix backchannel latency metricsChuck Lever
2020-04-12SUNRPC: Fix svcauth_gss_proxy_init()Chuck Lever
2020-03-30xprtrdma: Fix completion wait during device removalChuck Lever
2020-03-30xprtrdma: Fix create_qp crash on device unloadChuck Lever
2020-03-30xprtrdma: Close window between waking RPC senders and posting ReceivesChuck Lever
2020-03-20sunrpc: fix crash when cache_head become valid before updatePavel Tikhomirov
2020-01-31SUNRPC: Fix another issue with MIC buffer spaceChuck Lever
2019-12-29SUNRPC: The RDMA back channel mustn't disappear while requests are outstandingTrond Myklebust
2019-12-29SUNRPC: The TCP back channel mustn't disappear while requests are outstandingTrond Myklebust
2019-11-09SUNRPC: Don't try to parse incomplete RPC messagesTrond Myklebust
2019-11-09SUNRPC: RPC level errors should always set task->tk_rpc_statusTrond Myklebust
2019-11-09xprtrdma: Send Queue size grows after a reconnectChuck Lever
2019-11-09xprtrdma: Toggle XPRT_CONGESTED in xprtrdma's slot methodsChuck Lever
2019-10-05SUNRPC: Fix buffer handling of GSS MIC without slackBenjamin Coddington
2019-10-05SUNRPC: Dequeue the request from the receive queue while we're re-encodingTrond Myklebust
2019-09-21SUNRPC: Handle connection breakages correctly in call_status()Trond Myklebust
2019-09-06SUNRPC: Don't handle errors if the bind/connect succeededTrond Myklebust
2019-09-06Revert "NFSv4/flexfiles: Abort I/O early if the layout segment was invalidated"Trond Myklebust
2019-07-26SUNRPC: Ensure the bvecs are reset when we re-encode the RPC requestTrond Myklebust
2019-07-05Merge tag 'nfsd-5.2-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2019-06-28SUNRPC: Fix up calculation of client message lengthTrond Myklebust
2019-06-21SUNRPC: Fix a credential refcount leakTrond Myklebust
2019-06-21Revert "SUNRPC: Declare RPC timers as TIMER_DEFERRABLE"Anna Schumaker
2019-06-21net :sunrpc :clnt :Fix xps refcount imbalance on the error pathLin Yi
2019-06-19svcrdma: Ignore source port when computing DRC hashChuck Lever
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 363Thomas Gleixner
2019-05-30SUNRPC: Fix a use after free when a server rejects the RPCSEC_GSS credentialTrond Myklebust
2019-05-30SUNRPC fix regression in umount of a secure mountOlga Kornievskaia
2019-05-28xprtrdma: Use struct_size() in kzalloc()Gustavo A. R. Silva
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-15Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2019-05-09Merge tag 'nfs-for-5.2-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2019-05-09SUNRPC: Rebalance a kref in auth_gss.cChuck Lever
2019-05-09SUNRPC: Fix an error code in gss_alloc_msg()Dan Carpenter
2019-05-09SUNRPC: task should be exit if encode return EKEYEXPIRED more timesZhangXiaoxu
2019-05-07Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-05-01rpcpipe: switch to ->free_inode()Al Viro