summaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfsd-5.7-rc-2' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds2020-05-113-3/+7
|\
| * SUNRPC: Revert 241b1f419f0e ("SUNRPC: Remove xdr_buf_trim()")Chuck Lever2020-04-271-0/+1
| * SUNRPC: Fix GSS privacy computation of auth->au_ralignChuck Lever2020-04-271-0/+1
| * SUNRPC: Add "@len" parameter to gss_unwrap()Chuck Lever2020-04-272-3/+5
* | Merge tag 'nfs-for-5.7-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2020-05-021-1/+12
|\ \ | |/ |/|
| * NFSv4.1: fix handling of backchannel binding in BIND_CONN_TO_SESSIONOlga Kornievskaia2020-04-281-0/+5
| * SUNRPC: defer slow parts of rpc_free_client() to a workqueue.NeilBrown2020-04-281-1/+7
* | svcrdma: Fix leak of svc_rdma_recv_ctxt objectsChuck Lever2020-04-171-0/+1
|/
* Merge tag 'nfs-for-5.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2020-04-072-1/+1
|\
| * SUNRPC: Remove xdr_buf_read_mic()Chuck Lever2020-03-161-1/+0
| * SUNRPC: Add a flag to avoid reference counts on credentialsTrond Myklebust2020-03-161-0/+1
* | SUNRPC/cache: don't allow invalid entries to be flushedJ. Bruce Fields2020-03-271-2/+5
* | SUNRPC/cache: Allow garbage collection of invalid cache entriesTrond Myklebust2020-03-161-3/+0
* | nfsd: export upcalls must not return ESTALE when mountd is downTrond Myklebust2020-03-161-0/+3
* | SUNRPC: Refactor xs_sendpages()Chuck Lever2020-03-161-14/+0
* | svcrdma: Avoid DMA mapping small RPC RepliesChuck Lever2020-03-161-0/+1
* | svcrdma: Fix double sync of transport header bufferChuck Lever2020-03-161-3/+0
* | svcrdma: Refactor chunk list encodersChuck Lever2020-03-161-0/+2
* | SUNRPC: Add encoders for list item discriminatorsChuck Lever2020-03-161-0/+38
* | svcrdma: Update synopsis of svc_rdma_map_reply_msg()Chuck Lever2020-03-161-2/+3
* | svcrdma: Update synopsis of svc_rdma_send_reply_chunk()Chuck Lever2020-03-161-1/+1
* | svcrdma: De-duplicate code that locates Write and Reply chunksChuck Lever2020-03-161-0/+2
* | svcrdma: Use struct xdr_stream to decode ingress transport headersChuck Lever2020-03-162-1/+3
* | SUNRPC: Add xdr_pad_size() helperChuck Lever2020-03-161-0/+15
* | nfsd: Fix NFSv4 READ on RDMA when using readvChuck Lever2020-03-163-1/+12
* | sunrpc: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-161-1/+1
|/
* Merge tag 'nfs-for-5.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2020-02-072-5/+0
|\
| * SUNRPC: Remove broken gss_mech_list_pseudoflavors()Trond Myklebust2020-01-152-5/+0
| * sunrpc: convert to time64_t for expiryArnd Bergmann2020-01-152-3/+3
* | proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-2/+2
* | nfs: use time64_t internallyArnd Bergmann2019-12-181-19/+23
* | sunrpc: convert to time64_t for expiryArnd Bergmann2019-12-182-3/+3
|/
* Merge tag 'nfsd-5.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-12-0712-36/+0
|\
| * sunrpc: remove __KERNEL__ ifdefsChristoph Hellwig2019-11-1212-36/+0
* | NFSv4.1: Don't rebind to the same source port when reconnecting to the serverTrond Myklebust2019-11-032-1/+3
* | SUNRPC: Destroy the back channel when we destroy the host transportTrond Myklebust2019-10-301-0/+5
* | SUNRPC: fix race to sk_err after xs_error_reportBenjamin Coddington2019-10-101-0/+1
|/
* Merge tag 'nfsd-5.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-09-272-6/+7
|\
| * sunrpc: add a new cache_detail operation for when a cache is flushedJeff Layton2019-08-191-0/+1
| * svcrdma: Use llist for managing cache of recv_ctxtsChuck Lever2019-08-191-2/+3
| * svcrdma: Remove svc_rdma_wqChuck Lever2019-08-191-1/+0
| * SUNRPC: Track writers of the 'channel' file to improve cache_listeners_existDave Wysochanski2019-07-301-3/+3
* | Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-09-264-6/+4
|\ \
| * | SUNRPC: Rename xdr_buf_read_netobj to xdr_buf_read_micBenjamin Coddington2019-09-201-1/+1
| * | SUNRPC: Dequeue the request from the receive queue while we're re-encodingTrond Myklebust2019-09-171-0/+1
| * | xprtrdma: Boost client's max slot table size to match Linux serverChuck Lever2019-08-201-2/+2
| * | SUNRPC: Remove rpc_wake_up_queued_task_on_wq()Chuck Lever2019-08-201-3/+0
| |/
* / Revert "NFSv4/flexfiles: Abort I/O early if the layout segment was invalidated"Trond Myklebust2019-08-261-1/+0
|/
* Merge tag 'nfs-for-5.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2019-07-187-4/+29
|\
| * SUNRPC: Fix up backchannel slot table accountingTrond Myklebust2019-07-183-2/+6