summaryrefslogtreecommitdiff
path: root/net/sunrpc/clnt.c
AgeCommit message (Expand)Author
2012-04-30SUNRPC: RPC client must use the current utsname hostname stringTrond Myklebust
2012-04-27SUNRPC: traverse clients tree on PipeFS eventStanislav Kinsbursky
2012-04-27SUNRPC: skip clients with program without PipeFS entriesStanislav Kinsbursky
2012-04-27SUNRPC: skip dead but not buried clients on PipeFS eventsStanislav Kinsbursky
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-02SUNRPC: Add API to acquire source addressChuck Lever
2012-03-02SUNRPC: Move clnt->cl_server into struct rpc_xprtTrond Myklebust
2012-03-02SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt fieldTrond Myklebust
2012-02-27SUNRPC: release per-net clients lock before calling PipeFS dentries creationStanislav Kinsbursky
2012-02-06SUNRPC: Adding status trace pointsSteve Dickson
2012-01-31SUNRPC: constify the rpc_programTrond Myklebust
2012-01-31SUNRPC: constify rpc_program->nameTrond Myklebust
2012-01-31SUNRPC: constify rpc_clnt fields cl_server and cl_protnameTrond Myklebust
2012-01-31NFS: idmap PipeFS notifier introducedStanislav Kinsbursky
2012-01-31SUNRPC: remove RPC PipeFS mount point reference from RPC clientStanislav Kinsbursky
2012-01-31SUNRPC: remove RPC pipefs mount point manipulations from RPC clients codeStanislav Kinsbursky
2012-01-31SUNRPC: remove RPC client pipefs dentries after unregisterStanislav Kinsbursky
2012-01-31SUNRPC: subscribe RPC clients to pipefs notificationsStanislav Kinsbursky
2012-01-31SUNRPC: make SUNPRC clients list per network namespace contextStanislav Kinsbursky
2012-01-31SUNRPC: handle RPC client pipefs dentries by network namespace aware routinesStanislav Kinsbursky
2011-10-19NFS: Get rid of nfs_restart_rpc()Trond Myklebust
2011-07-25Merge branch 'master' into devel and apply fixup from Stephen Rothwell:Stephen Rothwell
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-07-20switch vfs_path_lookup() to struct pathAl Viro
2011-07-15SUNRPC: sunrpc should not explicitly depend on NFS config optionsTrond Myklebust
2011-07-12sunrpc: use dprint_status() macro in call_decode()Vasily Averin
2011-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-07-01sunrpc: Reduce switch/case indentJoe Perches
2011-06-17SUNRPC: Ensure the RPC client only quits on fatal signalsTrond Myklebust
2011-06-15NLM: Don't hang forever on NLM unlock requestsTrond Myklebust
2011-05-27SUNRPC: Support for RPC over AF_LOCAL transportsChuck Lever
2011-05-27SUNRPC: Remove obsolete commentChuck Lever
2011-05-27SUNRPC: Clean up use of curly braces in switch casesChuck Lever
2011-04-24SUNRPC: Allow RPC calls to return ETIMEDOUT instead of EIOTrond Myklebust
2011-03-17RPC: killing RPC tasks races fixedStanislav Kinsbursky
2011-03-11NFSv4.1: filelayout async error handlerAndy Adamson
2011-03-11RPC: clarify rpc_run_task error handlingFred Isaman
2010-12-21net/sunrpc/clnt.c: Convert sprintf_symbol to %psJoe Perches
2010-12-16SUNRPC: New xdr_streams XDR decoder APIChuck Lever
2010-12-16SUNRPC: New xdr_streams XDR encoder APIChuck Lever
2010-11-22SUNRPC: Fix an infinite loop in call_refresh/call_refreshresultTrond Myklebust
2010-10-26Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2010-10-25Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds
2010-10-24SUNRPC: After calling xprt_release(), we must restart from call_reserveTrond Myklebust
2010-10-01sunrpc: Add net to xprt_createPavel Emelyanov
2010-09-12SUNRPC: cleanup state-machine orderingJ. Bruce Fields
2010-09-12SUNRPC: Fix a race in rpc_info_openTrond Myklebust
2010-09-12Fix null dereference in call_allocateJ. Bruce Fields
2010-08-04SUNRPC: Move the bound cred to struct rpc_rqstTrond Myklebust