aboutsummaryrefslogtreecommitdiff
path: root/net/sunrpc/clnt.c
AgeCommit message (Expand)Author
2013-04-05SUNRPC: Fix a potential memory leak in rpc_new_clientTrond Myklebust
2013-04-05SUNRPC: Remove extra xprt_put()Chuck Lever
2013-03-02Merge tag 'nfs-for-3.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2013-03-02SUNRPC: One line comment fixTrond Myklebust
2013-02-28Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2013-02-28SUNRPC: add call to get configured timeoutWeston Andros Adamson
2013-02-05sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ...Jeff Layton
2013-02-01SUNRPC: Avoid RCU dereferences in the transport bind and connect codeTrond Myklebust
2013-02-01SUNRPC: Eliminate task->tk_xprt accesses that bypass rcu_dereference()Trond Myklebust
2013-01-10nfs: fix sunrpc/clnt.c kernel-doc warningsRandy Dunlap
2013-01-04SUNRPC: Partial revert of commit 168e4b39d1afb79a7e3ea6c3bb246b4c82c6bdb9Trond Myklebust
2012-12-17SUNRPC: continue run over clients list on PipeFS event instead of breakStanislav Kinsbursky
2012-12-12SUNRPC handle EKEYEXPIRED in call_refreshresultAndy Adamson
2012-11-04SUNRPC: Clean up rpc_bind_new_programTrond Myklebust
2012-11-04SUNRPC: remove BUG_ON from rpc_call_syncWeston Andros Adamson
2012-11-04SUNRPC: remove BUG_ON from call_bc_transmitWeston Andros Adamson
2012-11-04SUNRPC: remove BUG_ON from call_bc_transmitWeston Andros Adamson
2012-11-04SUNRPC: remove BUG_ON from call_transmitWeston Andros Adamson
2012-11-04SUNRPC: remove BUG_ON from rpc_run_bc_taskWeston Andros Adamson
2012-11-04SUNRPC: remove BUG_ON in __rpc_clnt_handle_eventWeston Andros Adamson
2012-11-04SUNRPC: add WARN_ON_ONCE for potential deadlockWeston Andros Adamson
2012-10-01SUNRPC: Introduce rpc_clone_client_set_auth()Chuck Lever
2012-10-01SUNRPC: Refactor rpc_clone_client()Chuck Lever
2012-07-31nfs: enable swap on NFSMel Gorman
2012-07-30Merge tag 'nfs-for-3.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2012-07-30sunrpc: clnt: Add missing bracesJoe Perches
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings
2012-05-29Merge tag 'nfs-for-3.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2012-05-19sunrpc: fix loss of task->tk_status after rpc_delay call in xprt_alloc_slotTrond Myklebust
2012-05-10vfs: make it possible to access the dentry hash/len as one 64-bit entryLinus Torvalds
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