index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sunrpc
Age
Commit message (
Expand
)
Author
Files
Lines
2008-03-14
SUNRPC: Add a helper rpcauth_lookup_generic_cred()
Trond Myklebust
1
-1
/
+0
2008-03-14
SUNRPC: Add an rpc_credop callback for binding a credential to an rpc_task
Trond Myklebust
5
-2
/
+22
2008-03-14
SUNRPC: Add a generic RPC credential
Trond Myklebust
3
-1
/
+144
2008-03-14
SUNRPC: Clean up rpcauth_bindcred()
Trond Myklebust
2
-17
/
+22
2008-03-14
SUNRPC: Fix RPCAUTH_LOOKUP_ROOTCREDS
Trond Myklebust
3
-48
/
+47
2008-03-14
SUNRPC: Fix a bug in rpcauth_lookup_credcache()
Trond Myklebust
1
-1
/
+4
2008-03-12
SVCRDMA: Fix erroneous BUG_ON in send_write
Tom Tucker
1
-1
/
+1
2008-03-12
SVCRDMA: Add xprt refs to fix close/unmount crash
Tom Tucker
1
-38
/
+58
2008-03-08
Merge commit 'origin' into devel
Trond Myklebust
3
-11
/
+12
2008-03-07
Merge branch 'hotfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
Linus Torvalds
1
-1
/
+5
2008-03-07
SUNRPC: Fix a nfs4 over rdma transport oops
Tom Talpey
1
-1
/
+5
2008-03-06
net: replace remaining __FUNCTION__ occurrences
Harvey Harrison
5
-40
/
+40
2008-02-29
Merge branch 'cleanups' into next
Trond Myklebust
1
-2
/
+2
2008-02-29
SUNRPC: Remove now-redundant RCU-safe rpc_task free path
Trond Myklebust
1
-25
/
+12
2008-02-29
SUNRPC: Ensure that we read all available tcp data
Trond Myklebust
1
-2
/
+5
2008-02-29
SUNRPC: Eliminate the now-redundant rpc_start_wakeup()
Trond Myklebust
1
-6
/
+2
2008-02-29
SUNRPC: Switch tasks to using the rpc_waitqueue's timer function
Trond Myklebust
1
-50
/
+10
2008-02-29
SUNRPC: Add a timer function to wait queues.
Trond Myklebust
1
-4
/
+42
2008-02-29
SUNRPC: Add a (empty for the moment) destructor for rpc_wait_queues
Trond Myklebust
3
-7
/
+20
2008-02-29
[SUNRPC]: Use proc_create() to setup ->proc_fops first
Wang Chen
2
-10
/
+7
2008-02-26
SUNRPC: Run rpc timeout functions as callbacks instead of in softirqs
Trond Myklebust
4
-51
/
+33
2008-02-26
SUNRPC: Convert users of rpc_wake_up_task to use rpc_wake_up_queued_task
Trond Myklebust
3
-8
/
+7
2008-02-26
SUNRPC: Add a new helper rpc_wake_up_queued_task()
Trond Myklebust
2
-35
/
+31
2008-02-26
SUNRPC: Clean up rpc_run_timer()
Trond Myklebust
2
-34
/
+35
2008-02-26
SUNRPC: Allow the rpc_release() callback to be run on another workqueue
Trond Myklebust
1
-8
/
+21
2008-02-22
Wrap buffers used for rpc debug printks into RPC_IFDEBUG
Pavel Emelyanov
1
-3
/
+3
2008-02-15
Introduce path_put()
Jan Blunck
1
-1
/
+1
2008-02-15
Embed a struct path into struct nameidata instead of nd->{dentry,mnt}
Jan Blunck
1
-2
/
+3
2008-02-14
SUNRPC: Declare as const the rpc_message arguments to rpc_call_sync/async
Trond Myklebust
1
-2
/
+2
2008-02-14
docbook: sunrpc filenames and notation fixes
Randy Dunlap
3
-7
/
+8
2008-02-11
SUNPRC: Fix printk format warning
Roland Dreier
1
-1
/
+2
2008-02-02
SUNRPC: RPC program information is stored in unsigned integers
Chuck Lever
2
-4
/
+5
2008-02-02
SUNRPC: Move exported symbol definitions after function declaration part 2
Trond Myklebust
7
-42
/
+33
2008-02-02
SUNRPC: spin svc_rqst initialization to its own function
Jeff Layton
1
-17
/
+42
2008-02-02
rdma: makefile
Tom Tucker
1
-0
/
+5
2008-02-02
rdma: ONCRPC RDMA protocol marshalling
Tom Tucker
1
-0
/
+412
2008-02-02
rdma: SVCRDMA sendto
Tom Tucker
1
-0
/
+520
2008-02-02
rdma: SVCRDMA recvfrom
Tom Tucker
1
-0
/
+586
2008-02-02
rdma: SVCRDMA Core Transport Services
Tom Tucker
1
-0
/
+1080
2008-02-02
rdma: SVCRDMA Transport Module
Tom Tucker
1
-0
/
+266
2008-02-02
svc: Add svc_xprt_names service to replace svc_sock_names
Tom Tucker
1
-0
/
+35
2008-02-02
knfsd: Support adding transports by writing portlist file
Tom Tucker
1
-0
/
+2
2008-02-02
svc: Add svc API that queries for a transport instance
Tom Tucker
1
-0
/
+35
2008-02-02
svc: Add /proc/sys/sunrpc/transport files
Tom Tucker
2
-0
/
+59
2008-02-02
svc: Add transport hdr size for defer/revisit
Tom Tucker
2
-9
/
+29
2008-02-02
svc: Move the xprt independent code to the svc_xprt.c file
Tom Tucker
2
-810
/
+777
2008-02-02
svc: Make svc_check_conn_limits xprt independent
Tom Tucker
1
-12
/
+12
2008-02-02
svc: Removing remaining references to rq_sock in rqstp
Tom Tucker
1
-14
/
+24
2008-02-02
svc: Move create logic to common code
Tom Tucker
2
-39
/
+43
2008-02-02
svc: Make svc_age_temp_sockets svc_age_temp_transports
Tom Tucker
1
-18
/
+19
[prev]
[next]