summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/clnt.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-141-12/+8Star
|\
| * rpc_create_*_dir: don't bother with qstrAl Viro2013-07-141-12/+8Star
* | SUNRPC: Fix a deadlock in rpc_client_register()Trond Myklebust2013-07-101-7/+9
* | SUNRPC: PipeFS MOUNT notification optimization for dying clientsStanislav Kinsbursky2013-06-281-0/+2
* | SUNRPC: split client creation routine into setup and registrationStanislav Kinsbursky2013-06-281-25/+39
* | SUNRPC: fix races on PipeFS UMOUNT notificationsStanislav Kinsbursky2013-06-281-4/+1Star
* | SUNRPC: fix races on PipeFS MOUNT notificationsStanislav Kinsbursky2013-06-281-11/+15
|/
* Merge tag 'nfs-for-3.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-05-091-1/+1
|\
| * SUNRPC: Don't spam syslog with "Pseudoflavor not found" messagesTrond Myklebust2013-05-031-1/+1
* | Merge branch 'nfs-for-next' of git://linux-nfs.org/~trondmy/nfs-2.6 into for-...J. Bruce Fields2013-04-291-8/+3Star
|\|
| * Merge branch 'bugfixes' into linux-nextTrond Myklebust2013-04-231-8/+3Star
| |\
| | * SUNRPC: Fix a potential memory leak in rpc_new_clientTrond Myklebust2013-04-051-5/+2Star
| | * SUNRPC: Remove extra xprt_put()Chuck Lever2013-04-051-3/+1Star
* | | SUNRPC: Add RPC based upcall mechanism for RPCGSS authSimo Sorce2013-04-261-0/+1
* | | SUNRPC: allow disabling idle timeoutJ. Bruce Fields2013-04-261-0/+2
|/ /
* | SUNRPC: Allow rpc_create() to request that TCP slots be unlimitedTrond Myklebust2013-04-141-0/+2
* | SUNRPC: Fix a livelock problem in the xprt->backlog queueTrond Myklebust2013-04-141-1/+16
* | SUNRPC: Report network/connection errors correctly for SOFTCONN rpc tasksTrond Myklebust2013-03-251-10/+14
|/
* Merge tag 'nfs-for-3.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-03-031-0/+15
|\
| * SUNRPC: One line comment fixTrond Myklebust2013-03-031-1/+1
| * SUNRPC: add call to get configured timeoutWeston Andros Adamson2013-03-011-0/+15
* | Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-03-011-0/+1
|\ \ | |/ |/|
| * sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ...Jeff Layton2013-02-051-0/+1
* | SUNRPC: Avoid RCU dereferences in the transport bind and connect codeTrond Myklebust2013-02-011-2/+2
* | SUNRPC: Eliminate task->tk_xprt accesses that bypass rcu_dereference()Trond Myklebust2013-02-011-6/+6
* | nfs: fix sunrpc/clnt.c kernel-doc warningsRandy Dunlap2013-01-101-1/+1
* | SUNRPC: Partial revert of commit 168e4b39d1afb79a7e3ea6c3bb246b4c82c6bdb9Trond Myklebust2013-01-041-5/+0Star
|/
* SUNRPC: continue run over clients list on PipeFS event instead of breakStanislav Kinsbursky2012-12-171-1/+1
* SUNRPC handle EKEYEXPIRED in call_refreshresultAndy Adamson2012-12-121-0/+1
* SUNRPC: Clean up rpc_bind_new_programTrond Myklebust2012-11-041-10/+8Star
* SUNRPC: remove BUG_ON from rpc_call_syncWeston Andros Adamson2012-11-041-1/+6
* SUNRPC: remove BUG_ON from call_bc_transmitWeston Andros Adamson2012-11-041-1/+0Star
* SUNRPC: remove BUG_ON from call_bc_transmitWeston Andros Adamson2012-11-041-1/+1
* SUNRPC: remove BUG_ON from call_transmitWeston Andros Adamson2012-11-041-1/+0Star
* SUNRPC: remove BUG_ON from rpc_run_bc_taskWeston Andros Adamson2012-11-041-1/+1
* SUNRPC: remove BUG_ON in __rpc_clnt_handle_eventWeston Andros Adamson2012-11-041-2/+5
* SUNRPC: add WARN_ON_ONCE for potential deadlockWeston Andros Adamson2012-11-041-0/+7
* 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