summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/clnt.c
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Introduce rpc_clone_client_set_auth()Chuck Lever2012-10-021-0/+22
* SUNRPC: Refactor rpc_clone_client()Chuck Lever2012-10-021-40/+43
* nfs: enable swap on NFSMel Gorman2012-08-011-0/+9
* Merge tag 'nfs-for-3.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-07-311-1/+2
|\
| * sunrpc: clnt: Add missing bracesJoe Perches2012-07-301-1/+2
* | net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-111-1/+1
|/
* Merge tag 'nfs-for-3.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-05-291-0/+2
|\
| * sunrpc: fix loss of task->tk_status after rpc_delay call in xprt_alloc_slotTrond Myklebust2012-05-191-0/+2
* | vfs: make it possible to access the dentry hash/len as one 64-bit entryLinus Torvalds2012-05-111-3/+1Star
|/
* SUNRPC: RPC client must use the current utsname hostname stringTrond Myklebust2012-04-301-4/+10
* SUNRPC: traverse clients tree on PipeFS eventStanislav Kinsbursky2012-04-271-4/+25
* SUNRPC: skip clients with program without PipeFS entriesStanislav Kinsbursky2012-04-271-2/+2
* SUNRPC: skip dead but not buried clients on PipeFS eventsStanislav Kinsbursky2012-04-271-1/+2
* Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-291-1/+0Star
|\
| * Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0Star
* | SUNRPC: Add API to acquire source addressChuck Lever2012-03-021-0/+149
* | SUNRPC: Move clnt->cl_server into struct rpc_xprtTrond Myklebust2012-03-021-45/+43Star
* | SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt fieldTrond Myklebust2012-03-021-21/+89
* | SUNRPC: release per-net clients lock before calling PipeFS dentries creationStanislav Kinsbursky2012-02-271-4/+20
* | SUNRPC: Adding status trace pointsSteve Dickson2012-02-061-0/+4
* | SUNRPC: constify the rpc_programTrond Myklebust2012-02-011-4/+4
* | SUNRPC: constify rpc_program->nameTrond Myklebust2012-02-011-2/+3
* | SUNRPC: constify rpc_clnt fields cl_server and cl_protnameTrond Myklebust2012-02-011-17/+12Star
* | NFS: idmap PipeFS notifier introducedStanislav Kinsbursky2012-02-011-0/+1
* | SUNRPC: remove RPC PipeFS mount point reference from RPC clientStanislav Kinsbursky2012-02-011-11/+10Star
* | SUNRPC: remove RPC pipefs mount point manipulations from RPC clients codeStanislav Kinsbursky2012-02-011-16/+3Star
* | SUNRPC: remove RPC client pipefs dentries after unregisterStanislav Kinsbursky2012-02-011-1/+1
* | SUNRPC: subscribe RPC clients to pipefs notificationsStanislav Kinsbursky2012-02-011-1/+68
* | SUNRPC: make SUNPRC clients list per network namespace contextStanislav Kinsbursky2012-02-011-11/+15
* | SUNRPC: handle RPC client pipefs dentries by network namespace aware routinesStanislav Kinsbursky2012-02-011-33/+64
|/
* NFS: Get rid of nfs_restart_rpc()Trond Myklebust2011-10-191-1/+3
* Merge branch 'master' into devel and apply fixup from Stephen Rothwell:Stephen Rothwell2011-07-251-19/+17Star
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-07-231-6/+5Star
| |\
| | * switch vfs_path_lookup() to struct pathAl Viro2011-07-201-6/+5Star
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-07-061-1/+4
| |\|
| * | sunrpc: Reduce switch/case indentJoe Perches2011-07-021-13/+12Star
* | | SUNRPC: sunrpc should not explicitly depend on NFS config optionsTrond Myklebust2011-07-151-6/+6
* | | sunrpc: use dprint_status() macro in call_decode()Vasily Averin2011-07-121-2/+1Star
| |/ |/|
* | SUNRPC: Ensure the RPC client only quits on fatal signalsTrond Myklebust2011-06-171-1/+1
* | NLM: Don't hang forever on NLM unlock requestsTrond Myklebust2011-06-151-0/+3
|/
* SUNRPC: Support for RPC over AF_LOCAL transportsChuck Lever2011-05-271-0/+8
* SUNRPC: Remove obsolete commentChuck Lever2011-05-271-4/+0Star
* SUNRPC: Clean up use of curly braces in switch casesChuck Lever2011-05-271-9/+8Star
* SUNRPC: Allow RPC calls to return ETIMEDOUT instead of EIOTrond Myklebust2011-04-241-1/+4
* RPC: killing RPC tasks races fixedStanislav Kinsbursky2011-03-171-1/+3
* NFSv4.1: filelayout async error handlerAndy Adamson2011-03-111-0/+8
* RPC: clarify rpc_run_task error handlingFred Isaman2011-03-111-6/+0Star
* net/sunrpc/clnt.c: Convert sprintf_symbol to %psJoe Perches2010-12-211-10/+2Star
* SUNRPC: New xdr_streams XDR decoder APIChuck Lever2010-12-161-2/+2
* SUNRPC: New xdr_streams XDR encoder APIChuck Lever2010-12-161-3/+2Star