summaryrefslogtreecommitdiff
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* net: fix new sunrpc kernel-doc warningRandy Dunlap2011-07-281-0/+1
* Merge branch 'nfs-for-3.1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2011-07-2713-138/+275
|\
| * RDMA: Increasing RPCRDMA_MAX_DATA_SEGSSteve Dickson2011-07-251-1/+1
| * Merge branch 'master' into devel and apply fixup from Stephen Rothwell:Stephen Rothwell2011-07-256-51/+49
| |\
| * | SUNRPC: Replace xprt->resend and xprt->sending with a priority queueTrond Myklebust2011-07-171-21/+21
| * | SUNRPC: Allow caller of rpc_sleep_on() to select priority levelsTrond Myklebust2011-07-171-9/+29
| * | SUNRPC: Support dynamic slot allocation for TCP connectionsTrond Myklebust2011-07-173-18/+102
| * | SUNRPC: Clean up the slot table allocationTrond Myklebust2011-07-171-27/+37
| * | SUNRPC: Initalise the struct xprt upon allocationTrond Myklebust2011-07-171-30/+37
| * | SUNRPC: Ensure that we grab the XPRT_LOCK before calling xprt_alloc_slotTrond Myklebust2011-07-173-27/+46
| * | SUNRPC: Convert the backchannel exports to EXPORT_SYMBOL_GPLTrond Myklebust2011-07-153-4/+4
| * | SUNRPC: sunrpc should not explicitly depend on NFS config optionsTrond Myklebust2011-07-159-27/+25
| * | sunrpc: use dprint_status() macro in call_decode()Vasily Averin2011-07-121-2/+1
* | | atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* | | Merge branch 'for-3.1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2011-07-255-87/+44
|\ \ \ | |_|/ |/| |
| * | svcrpc: fix list-corrupting race on nfsd shutdownJ. Bruce Fields2011-07-151-5/+6
| * | rpc: allow autoloading of gss mechanismsJ. Bruce Fields2011-07-152-4/+35
| * | svcauth_unix.c: quiet sparse noiseH Hartley Sweeten2011-07-151-0/+1
| * | svcsock.c: include sunrpc.h to quiet sparse noiseH Hartley Sweeten2011-07-151-0/+2
| * | nfsd: Remove deprecated nfsctl system call and related code.NeilBrown2011-07-151-78/+0
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-07-221-6/+5
|\ \
| * | switch vfs_path_lookup() to struct pathAl Viro2011-07-201-6/+5
| |/
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-07-142-17/+12
|\ \ | |/
| * SUNRPC: Fix use of static variable in rpcb_getport_asyncBen Greear2011-07-121-1/+1
| * SUNRPC: Fix a race between work-queue and rpc_killall_tasksTrond Myklebust2011-07-071-16/+11
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-07-053-3/+7
|\ \ | |/
| * Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2011-06-213-3/+7
| |\
| | * SUNRPC: Ensure the RPC client only quits on fatal signalsTrond Myklebust2011-06-172-3/+3
| | * NLM: Don't hang forever on NLM unlock requestsTrond Myklebust2011-06-152-0/+4
* | | sunrpc: Reduce switch/case indentJoe Perches2011-07-013-44/+41
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-06-201-1/+2
|\ \ \ | |/ /
| * | nfsd: fix dependency of nfsd on auth_rpcgssJ. Bruce Fields2011-06-061-1/+2
| |/
* | net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan2011-06-062-0/+2
* | net: Remove unnecessary semicolonsJoe Perches2011-06-051-1/+1
|/
* 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