summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* sunrpc: set SOCK_FASYNCEric Dumazet2016-05-131-0/+3
* net: udp: rename UDP_INC_STATS_BH()Eric Dumazet2016-04-271-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-232-3/+8
|\
| * Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-04-142-3/+8
| |\
| | * sunrpc: Fix skcipher/shash conversionHerbert Xu2016-04-042-3/+8
* | | sock: tigthen lockdep checks for sock_owned_by_userHannes Frederic Sowa2016-04-132-4/+2
* | | sunrpc: do not pull udp headers on receiveWillem de Bruijn2016-04-113-7/+5
|/ /
* | mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-041-1/+1
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-047-38/+38
|/
* Merge tag 'nfsd-4.6' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-03-248-439/+359
|\
| * sunrpc/cache: drop reference when sunrpc_cache_pipe_upcall() detects a raceNeilBrown2016-03-171-3/+3
| * svcrdma: Use new CQ API for RPC-over-RDMA server send CQsChuck Lever2016-03-014-175/+114
| * svcrdma: Use new CQ API for RPC-over-RDMA server receive CQsChuck Lever2016-03-011-90/+39
| * svcrdma: Remove close_out exit pathChuck Lever2016-03-011-11/+1
| * svcrdma: Hook up the logic to return ERR_CHUNKChuck Lever2016-03-012-13/+46
| * svcrdma: Use correct XID in error repliesChuck Lever2016-03-012-7/+3
| * svcrdma: Make RDMA_ERROR messages workChuck Lever2016-03-014-65/+72
| * svcrdma: svc_rdma_post_recv() should close connection on errorChuck Lever2016-03-014-24/+19
| * svcrdma: Close connection when a send error occursChuck Lever2016-03-011-2/+6
| * nfsd: Lower NFSv4.1 callback message size limitChuck Lever2016-03-012-6/+4
| * svcrdma: Do not send Write chunk XDR pad with inline contentChuck Lever2016-03-012-6/+18
| * svcrdma: Do not write xdr_buf::tail in a Write chunkChuck Lever2016-03-011-3/+8
| * svcrdma: Find client-provided write and reply chunks once per replyChuck Lever2016-03-011-44/+36
* | Merge tag 'nfs-for-4.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2016-03-2214-346/+1020
|\ \
| * \ Merge tag 'nfs-rdma-4.6-1' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust2016-03-167-247/+253
| |\ \
| | * | xprtrdma: Use new CQ API for RPC-over-RDMA client send CQsChuck Lever2016-03-143-125/+91
| | * | xprtrdma: Use an anonymous union in struct rpcrdma_mwChuck Lever2016-03-143-36/+36
| | * | xprtrdma: Use new CQ API for RPC-over-RDMA client receive CQsChuck Lever2016-03-142-58/+21
| | * | xprtrdma: Serialize credit accounting againChuck Lever2016-03-143-9/+28
| | * | xprtrdma: Properly handle RDMA_ERROR repliesChuck Lever2016-03-141-8/+43
| | * | xprtrdma: Do not wait if ib_post_send() failsChuck Lever2016-03-141-1/+5
| | * | xprtrdma: Segment head and tail XDR buffers on page boundariesChuck Lever2016-03-141-10/+32
| | * | xprtrdma: Clean up dprintk format string containing a newlineChuck Lever2016-03-141-4/+2
| | * | xprtrdma: Clean up physical_op_map()Chuck Lever2016-03-141-1/+0
| * | | Merge branch 'multipath'Trond Myklebust2016-02-228-100/+768
| |\ \ \
| | * | | SUNRPC: Allow addition of new transports to a struct rpc_clntTrond Myklebust2016-02-051-2/+131
| | * | | SUNRPC: Make NFS swap work with multipathTrond Myklebust2016-02-051-42/+24
| | * | | SUNRPC: Add a helper to apply a function to all the rpc_clnt's transportsTrond Myklebust2016-02-051-0/+51
| | * | | SUNRPC: Allow caller to specify the transport to useTrond Myklebust2016-02-051-0/+2
| | * | | SUNRPC: Use the multipath iterator to assign a transport to each taskTrond Myklebust2016-02-054-36/+26
| | * | | SUNRPC: Make rpc_clnt store the multipath iteratorsTrond Myklebust2016-02-053-7/+33
| | * | | SUNRPC: Add a structure to track multiple transportsTrond Myklebust2016-02-053-1/+478
| | * | | SUNRPC: Make freeing of struct xprt rcu-safeTrond Myklebust2016-01-311-1/+2
| | * | | SUNRPC: Uninline xprt_get(); It isn't performance critical.Trond Myklebust2016-01-311-3/+21
| | * | | SUNRPC: Remove unused function rpc_task_reset_clientTrond Myklebust2016-01-311-8/+0
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-03-175-207/+290
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | sunrpc: Use skcipher and ahash/shashHerbert Xu2016-01-275-207/+290
| | |/ / | |/| |
* | | | Merge tag 'nfsd-4.5-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-02-251-1/+1
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | sunrpc/cache: fix off-by-one in qword_get()Stefan Hajnoczi2016-02-231-1/+1
| |/
* | Merge tag 'nfs-rdma-4.5-1' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust2016-02-181-0/+2
|\ \