Age | Commit message (Expand) | Author |
2011-12-09 | SUNRPC: Ensure we return EAGAIN in xs_nospace if congestion is cleared | Trond Myklebust |
2011-11-26 | NFS/sunrpc: don't use a credential with extra groups. | NeilBrown |
2011-11-07 | NLM: Don't hang forever on NLM unlock requests | Trond Myklebust |
2011-08-08 | svcrpc: fix list-corrupting race on nfsd shutdown | J. Bruce Fields |
2011-08-08 | SUNRPC: Fix use of static variable in rpcb_getport_async | Ben Greear |
2011-08-08 | SUNRPC: Fix a race between work-queue and rpc_killall_tasks | Trond Myklebust |
2011-07-13 | SUNRPC: Ensure the RPC client only quits on fatal signals | Trond Myklebust |
2011-06-23 | SUNRPC: Deal with the lack of a SYN_SENT sk->sk_state_change callback... | Trond Myklebust |
2011-05-09 | SUNRPC: fix NFS client over TCP hangs due to packet loss (Bug 16494) | Andy Chittenden |
2011-03-27 | SUNRPC: Never reuse the socket port after an xs_close() | Trond Myklebust |
2011-03-23 | SUNRPC: Ensure we always run the tk_callback before tk_action | Trond Myklebust |
2011-03-02 | sunrpc/cache: fix module refcnt leak in a failure path | Li Zefan |
2011-01-07 | sunrpc: prevent use-after-free on clearing XPT_BUSY | NeilBrown |
2010-09-20 | SUNRPC: Fix race corrupting rpc upcall | Trond Myklebust |
2010-08-02 | SUNRPC: Fix a re-entrancy bug in xs_tcp_read_calldir() | Trond Myklebust |
2010-04-26 | nfsd: ensure sockets are closed on error | Neil Brown |
2010-04-26 | Revert "sunrpc: move the close processing after do recvfrom method" | J. Bruce Fields |
2010-04-26 | Revert "sunrpc: fix peername failed on closed listener" | J. Bruce Fields |
2010-04-26 | nfsd4: don't try to map gid's in generic rpc code | J. Bruce Fields |
2010-04-01 | sunrpc: handle allocation errors from __rpc_lookup_create() | Dan Carpenter |
2010-04-01 | SUNRPC: Fix a potential memory leak in auth_gss | Trond Myklebust |
2010-03-15 | SUNRPC: Handle EINVAL error returns from the TCP connect operation | Trond Myklebust |
2010-03-15 | sunrpc: remove unnecessary svc_xprt_put | Neil Brown |
2010-01-18 | sunrpc: on successful gss error pipe write, don't return error | Jeff Layton |
2010-01-18 | SUNRPC: Fix the return value in gss_import_sec_context() | Trond Myklebust |
2010-01-18 | SUNRPC: Fix up an error return value in gss_import_sec_context_kerberos() | Trond Myklebust |
2010-01-18 | sunrpc: fix peername failed on closed listener | Xiaotian Feng |
2009-12-18 | SUNRPC: IS_ERR/PTR_ERR confusion | Roel Kluin |
2009-11-14 | SUNRPC: Address buffer overrun in rpc_uaddr2sockaddr() | Chuck Lever |
2009-11-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds |
2009-10-30 | net: fix sk_forward_alloc corruption | Eric Dumazet |
2009-10-11 | headers: remove sched.h from interrupt.h | Alexey Dobriyan |
2009-09-24 | net: fix htmldocs sunrpc, clnt.c | Jaswinder Singh Rajput |
2009-09-24 | net: fix htmldocs sunrpc, clnt.c | Jaswinder Singh Rajput |
2009-09-24 | sysctl: remove "struct file *" argument of ->proc_handler | Alexey Dobriyan |
2009-09-23 | headers: utsname.h redux | Alexey Dobriyan |
2009-09-23 | sunrpc/rpc_pipe: fix kernel-doc notation | Randy Dunlap |
2009-09-23 | NFS/RPC: fix problems with reestablish_timeout and related code. | Neil Brown |
2009-09-22 | Merge branch 'for-2.6.32' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2009-09-22 | const: mark remaining super_operations const | Alexey Dobriyan |
2009-09-18 | sunrpc/cache: avoid variable over-loading in cache_defer_req | NeilBrown |
2009-09-18 | sunrpc/cache: use list_del_init for the list_head entries in cache_deferred_req | NeilBrown |
2009-09-15 | SUNRPC: Defer the auth_gss upcall when the RPC call is asynchronous | Trond Myklebust |
2009-09-13 | nfsd41: sunrpc: add new xprt class for nfsv4.1 backchannel | Alexandros Batsakis |
2009-09-11 | sunrpc/cache: simplify cache_fresh_locked and cache_fresh_unlocked. | NeilBrown |
2009-09-11 | sunrpc/cache: change cache_defer_req to return -ve error, not boolean. | NeilBrown |
2009-09-11 | nfsd41: sunrpc: Added rpc server-side backchannel handling | Rahul Iyer |
2009-09-11 | Merge branch 'nfs-for-2.6.32' | Trond Myklebust |
2009-09-10 | nfsd41: sunrpc: move struct rpc_buffer def into sunrpc.h | Benny Halevy |
2009-08-28 | SUNRPC: Fix rpc_task_force_reencode | Trond Myklebust |