summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2014-06-07svcrdma: refactor marshalling logicSteve Wise3-604/+331
2014-06-07nfsd4: simplify server xdr->next_page useJ. Bruce Fields1-4/+5
2014-05-31SUNRPC/NFSD: Remove using of dprintk with KERN_WARNINGKinglong Mee1-2/+1
2014-05-31nfsd4: better reservation of head space for krb5J. Bruce Fields2-0/+4
2014-05-31rpc: define xdr_restrict_buflenJ. Bruce Fields1-0/+29
2014-05-31nfsd4: allow encoding across page boundariesJ. Bruce Fields2-2/+77
2014-05-31rpc: xdr_truncate_encodeJ. Bruce Fields1-0/+66
2014-05-22SUNRPC: track whether a request is coming from a loop-back interface.NeilBrown2-0/+18
2014-05-22SUNRPC: Fix a module reference leak in svc_handle_xprtTrond Myklebust1-0/+2
2014-05-22NFSD: Ignore client's source port on RDMA transportsChuck Lever3-1/+17
2014-05-08SUNRPC: Fix printk that is not only for nfsdKinglong Mee1-1/+1
2014-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-10/+10
2014-04-12net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2-10/+10
2014-04-09Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds11-86/+119
2014-04-06Merge tag 'nfs-for-3.15-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds6-68/+93
2014-04-01nfsd: check passed socket's net matches NFSd superblock's oneStanislav Kinsbursky1-0/+16
2014-03-30SUNRPC: Clear xpt_bc_xprt if xs_setup_bc_tcp failedKinglong Mee1-0/+2
2014-03-30NFSD/SUNRPC: Check rpc_xprt out of xs_setup_bc_tcpKinglong Mee2-21/+0
2014-03-30SUNRPC: New helper for creating client with rpc_xprtKinglong Mee1-25/+33
2014-03-30NFSD: Free backchannel xprt in bc_destroyKinglong Mee1-0/+4
2014-03-29rpc: Allow xdr_buf_subsegment to operate in-placeJ. Bruce Fields1-6/+16
2014-03-29SUNRPC: fix memory leak of peer addresses in XPRTKinglong Mee1-8/+11
2014-03-29svcrdma: fix offset calculation for non-page aligned sge entriesJeff Layton1-0/+1
2014-03-29xprtrdma: add separate Kconfig options for NFSoRDMA client and server supportJeff Layton3-16/+30
2014-03-29Fix regression in NFSRDMA serverTom Tucker2-8/+5
2014-03-28net: Mark functions as static in net/sunrpc/svc_xprt.cRashika Kheria1-3/+3
2014-03-28svcrdma: fix printk when memory allocation failsJeff Layton1-2/+1
2014-03-20SUNRPC: rpc_restart_call/rpc_restart_call_prepare should clear task->tk_statusTrond Myklebust1-0/+2
2014-03-20SUNRPC: Don't let rpc_delay() clobber non-timeout errorsTrond Myklebust1-1/+2
2014-03-20SUNRPC: Ensure call_connect_status() deals correctly with SOFTCONN tasksSteve Dickson1-2/+2
2014-03-20SUNRPC: Ensure call_status() deals correctly with SOFTCONN tasksTrond Myklebust1-0/+4
2014-03-17SUNRPC: remove KERN_INFO from dprintk() call sitesChuck Lever1-5/+5
2014-03-17SUNRPC: Fix large reads on NFS/RDMAChuck Lever1-3/+1
2014-03-17Merge branch 'devel' into linux-nextTrond Myklebust3-57/+77
2014-03-17SUNRPC: Ensure that call_bind times out correctlyTrond Myklebust1-3/+2
2014-03-17SUNRPC: Ensure that call_connect times out correctlyTrond Myklebust1-5/+3
2014-02-20Merge tag 'nfs-for-3.14-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds3-6/+25
2014-02-16SUNRPC: Fix a pipe_version reference leakTrond Myklebust1-1/+3
2014-02-16SUNRPC: Ensure that gss_auth isn't freed before its upcall messagesTrond Myklebust1-2/+11
2014-02-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-3/+3
2014-02-11SUNRPC: RPC callbacks may be split across several TCP segmentsTrond Myklebust2-49/+72
2014-02-11SUNRPC: Fix potential memory scribble in xprt_free_bc_request()Trond Myklebust1-2/+4
2014-02-11SUNRPC: Fix races in xs_nospace()Trond Myklebust1-1/+5
2014-02-11SUNRPC: Don't create a gss auth cache unless rpc.gssd is runningTrond Myklebust1-0/+2
2014-02-10net: Mark functions as static in net/sunrpc/svc_xprt.cRashika Kheria1-3/+3
2014-02-01Merge tag 'nfs-for-3.14-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-7/+1
2014-01-30Merge branch 'for-3.14' of git://linux-nfs.org/~bfields/linuxLinus Torvalds7-91/+47
2014-01-28Merge tag 'nfs-for-3.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds7-28/+231
2014-01-28sunrpc: turn warn_gssd() log message into a dprintk()Jeff Layton1-7/+1
2014-01-25gss_krb5: use lcm from kernel libLuis Henriques1-13/+4