Age | Commit message (Expand) | Author |
2008-04-23 | SUNRPC: have svc_recv() check kthread_should_stop() | Jeff Layton |
2008-04-23 | SUNRPC: export svc_sock_update_bufs | Jeff Layton |
2008-04-19 | SUNRPC: Don't change the RPCSEC_GSS context on a credential that is in use | Trond Myklebust |
2008-04-19 | SUNRPC: Fix a race in gss_refresh_upcall() | Trond Myklebust |
2008-04-19 | SUNRPC: Don't disconnect more than once if retransmitting NFSv4 requests | Trond Myklebust |
2008-04-19 | SUNRPC: Remove the unused export of xprt_force_disconnect | Trond Myklebust |
2008-04-19 | SUNRPC: remove XS_SENDMSG_RETRY | Trond Myklebust |
2008-04-19 | SUNRPC: Protect creds against early garbage collection | Trond Myklebust |
2008-04-19 | NFSv4: Reintroduce machine creds | Trond Myklebust |
2008-04-19 | NFSv4: Don't use cred->cr_ops->cr_name in nfs4_proc_setclientid() | Trond Myklebust |
2008-04-19 | SUNRPC: Fix read ordering problems with req->rq_private_buf.len | Trond Myklebust |
2008-04-19 | SUNRPC: Don't attempt to destroy expired RPCSEC_GSS credentials.. | Trond Myklebust |
2008-04-19 | SUNRPC: Fix up xprt_write_space() | Trond Myklebust |
2008-04-19 | SUNRPC: Fix a bug in call_decode() | Trond Myklebust |
2008-04-19 | nodemask: use new node_to_cpumask_ptr function | Mike Travis |
2008-04-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.26 | Linus Torvalds |
2008-04-17 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller |
2008-04-16 | IB/core: Add support for "send with invalidate" work requests | Roland Dreier |
2008-04-08 | SUNRPC: Fix a memory leak in rpc_create() | Chuck Lever |
2008-04-08 | SUNRPC: don't call flush_dcache_page() with an invalid pointer | Trond Myklebust |
2008-04-03 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | David S. Miller |
2008-03-26 | SVCRDMA: Check num_sge when setting LAST_CTXT bit | Tom Tucker |
2008-03-24 | SVCRDMA: Use only 1 RDMA read scatter entry for iWARP adapters | Roland Dreier |
2008-03-19 | Merge branch 'hotfixes' into devel | Trond Myklebust |
2008-03-18 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | David S. Miller |
2008-03-17 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David S. Miller |
2008-03-17 | [SUNRPC]: net/* NULL noise | Al Viro |
2008-03-17 | [NET] endianness noise: INADDR_ANY | Al Viro |
2008-03-14 | SUNRPC: Add a helper rpcauth_lookup_generic_cred() | Trond Myklebust |
2008-03-14 | SUNRPC: Add an rpc_credop callback for binding a credential to an rpc_task | Trond Myklebust |
2008-03-14 | SUNRPC: Add a generic RPC credential | Trond Myklebust |
2008-03-14 | SUNRPC: Clean up rpcauth_bindcred() | Trond Myklebust |
2008-03-14 | SUNRPC: Fix RPCAUTH_LOOKUP_ROOTCREDS | Trond Myklebust |
2008-03-14 | SUNRPC: Fix a bug in rpcauth_lookup_credcache() | Trond Myklebust |
2008-03-12 | SVCRDMA: Fix erroneous BUG_ON in send_write | Tom Tucker |
2008-03-12 | SVCRDMA: Add xprt refs to fix close/unmount crash | Tom Tucker |
2008-03-08 | Merge commit 'origin' into devel | Trond Myklebust |
2008-03-07 | Merge branch 'hotfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 | Linus Torvalds |
2008-03-07 | SUNRPC: Fix a nfs4 over rdma transport oops | Tom Talpey |
2008-03-05 | net: replace remaining __FUNCTION__ occurrences | Harvey Harrison |
2008-02-28 | Merge branch 'cleanups' into next | Trond Myklebust |
2008-02-28 | SUNRPC: Remove now-redundant RCU-safe rpc_task free path | Trond Myklebust |
2008-02-28 | SUNRPC: Ensure that we read all available tcp data | Trond Myklebust |
2008-02-28 | SUNRPC: Eliminate the now-redundant rpc_start_wakeup() | Trond Myklebust |
2008-02-28 | SUNRPC: Switch tasks to using the rpc_waitqueue's timer function | Trond Myklebust |
2008-02-28 | SUNRPC: Add a timer function to wait queues. | Trond Myklebust |
2008-02-28 | SUNRPC: Add a (empty for the moment) destructor for rpc_wait_queues | Trond Myklebust |
2008-02-28 | [SUNRPC]: Use proc_create() to setup ->proc_fops first | Wang Chen |
2008-02-25 | SUNRPC: Run rpc timeout functions as callbacks instead of in softirqs | Trond Myklebust |
2008-02-25 | SUNRPC: Convert users of rpc_wake_up_task to use rpc_wake_up_queued_task | Trond Myklebust |