summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pnfs-submit' of git://git.open-osd.org/linux-open-osdLinus Torvalds2011-05-291-0/+19
|\
| * SUNRPC: introduce xdr_init_decode_pagesBenny Halevy2011-05-291-0/+19
* | Merge branch 'for-2.6.40' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2011-05-291-148/+188
|\ \
| * | svcrpc: complete svsk processing on cb receive failureJ. Bruce Fields2011-04-101-4/+3
| * | svcrpc: take advantage of tcp autotuningOlga Kornievskaia2011-04-071-28/+7
| * | SUNRPC: Don't wait for full record to receive tcp dataJ. Bruce Fields2011-04-071-32/+112
| * | svcrpc: copy cb reply instead of pagesTrond Myklebust2011-04-071-66/+56
| * | svcrpc: close connection if client sends short packetJ. Bruce Fields2011-04-071-14/+7
| * | svcrpc: note network-order types in svc_process_calldirJ. Bruce Fields2011-04-071-3/+3
| * | SUNRPC: svc_tcp_recvfrom cleanupTrond Myklebust2011-04-071-19/+15
| * | SUNRPC: requeue tcp socket less frequentlyTrond Myklebust2011-04-071-1/+4
* | | Merge branch 'nfs-for-2.6.40' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds2011-05-294-45/+518
|\ \ \
| * | | SUNRPC: Support for RPC over AF_LOCAL transportsChuck Lever2011-05-272-3/+400
| * | | SUNRPC: Remove obsolete commentChuck Lever2011-05-271-4/+0
| * | | SUNRPC: Use AF_LOCAL for rpcbind upcallsChuck Lever2011-05-272-14/+85
| * | | SUNRPC: Clean up use of curly braces in switch casesChuck Lever2011-05-271-9/+8
| * | | SUNRPC: Rename xs_encode_tcp_fragment_header()Chuck Lever2011-05-271-12/+12
| * | | SUNRPC: Deal with the lack of a SYN_SENT sk->sk_state_change callback...Trond Myklebust2011-05-271-3/+13
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2011-05-262-2/+3
|\ \ \
| * | | RDMA/cma: Pass QP type into rdma_create_id()Sean Hefty2011-05-252-2/+3
| |/ /
* | | vmscan: change shrinker API by passing shrink_control structYing Han2011-05-251-1/+3
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-05-232-2/+2
|\ \ \ | |/ / |/| |
| * | treewide: fix a few typos in commentsJustin P. Mattock2011-05-101-1/+1
| * | Merge branch 'master' into for-nextJiri Kosina2011-04-266-14/+56
| |\ \
| * | | treewide: remove extra semicolonsJustin P. Mattock2011-04-101-1/+1
* | | | SUNRPC: Allow RPC calls to return ETIMEDOUT instead of EIOTrond Myklebust2011-04-241-1/+4
* | | | NFSv4.1: Don't update sequence number if rpc_task is not sentBryan Schumaker2011-04-181-0/+1
* | | | SUNRPC: Fix the SUNRPC Kerberos V RPCSEC_GSS module dependenciesTrond Myklebust2011-04-151-5/+4
* | | | NFS: Fix infinite loop in gss_create_upcall()Bryan Schumaker2011-04-131-3/+5
| |/ / |/| |
* | | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2011-04-081-1/+1
|\ \ \
| * | | Revert "net/sunrpc: Use static const char arrays"Trond Myklebust2011-04-061-1/+1
| | |/ | |/|
* | | Fix common misspellingsLucas De Marchi2011-03-312-3/+3
|/ /
* | NFS: Ensure that rpc_release_resources_task() can be called twice.OGAWA Hirofumi2011-03-271-1/+3
* | Merge branch 'nfs-for-2.6.39' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds2011-03-252-0/+40
|\ \
| * \ Merge branch 'nfs-for-2.6.39' into nfs-for-nextTrond Myklebust2011-03-241-0/+2
| |\ \
| | * | SUNRPC: Never reuse the socket port after an xs_close()Trond Myklebust2011-03-221-0/+2
| * | | NFS: Determine initial mount securityBryan Schumaker2011-03-241-0/+16
| * | | NFS: use secinfo when crossing mountpointsBryan Schumaker2011-03-241-0/+22
| | |/ | |/|
* | | Merge branch 'for-2.6.39' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2011-03-241-9/+9
|\ \ \ | |/ / |/| |
| * | SUNRPC: Remove resource leak in svc_rdma_send_error()Jesper Juhl2011-03-171-0/+1
| * | svcrpc: fix bad argument in unix_domain_findJ. Bruce Fields2011-03-091-1/+1
| * | svcrpc: fix rare race on unix_domain creationJ. Bruce Fields2011-03-081-9/+9
| * | gss:krb5 only include enctype numbers in gm_upcall_enctypesKevin Coffman2011-03-072-2/+2
* | | Merge branch 'nfs-for-2.6.39' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds2011-03-178-96/+120
|\ \ \ | | |/ | |/|
| * | RPC: killing RPC tasks races fixedStanislav Kinsbursky2011-03-171-1/+3
| * | xprt: remove redundant checkj223yang@asset.uwaterloo.ca2011-03-171-1/+1
| * | SUNRPC: Convert struct rpc_xprt to use atomic_t countersTrond Myklebust2011-03-171-8/+8
| * | SUNRPC: Ensure we always run the tk_callback before tk_actionTrond Myklebust2011-03-171-8/+6
| * | sunrpc: fix printk format warningRandy Dunlap2011-03-151-1/+2
| * | xprt: remove redundant null checkj223yang@asset.uwaterloo.ca2011-03-151-4/+3
OpenPOWER on IntegriCloud