index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sunrpc
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-24
SUNRPC: Invalidate the RPCSEC_GSS session if the server dropped the request
Trond Myklebust
1
-0
/
+5
2008-04-19
SUNRPC: Don't change the RPCSEC_GSS context on a credential that is in use
Trond Myklebust
1
-27
/
+42
2008-04-19
SUNRPC: Fix a race in gss_refresh_upcall()
Trond Myklebust
1
-3
/
+8
2008-04-19
SUNRPC: Don't disconnect more than once if retransmitting NFSv4 requests
Trond Myklebust
3
-2
/
+35
2008-04-19
SUNRPC: Remove the unused export of xprt_force_disconnect
Trond Myklebust
1
-1
/
+0
2008-04-19
SUNRPC: remove XS_SENDMSG_RETRY
Trond Myklebust
1
-9
/
+3
2008-04-19
SUNRPC: Protect creds against early garbage collection
Trond Myklebust
1
-0
/
+8
2008-04-19
NFSv4: Reintroduce machine creds
Trond Myklebust
2
-3
/
+35
2008-04-19
NFSv4: Don't use cred->cr_ops->cr_name in nfs4_proc_setclientid()
Trond Myklebust
4
-8
/
+0
2008-04-19
SUNRPC: Fix read ordering problems with req->rq_private_buf.len
Trond Myklebust
2
-14
/
+15
2008-04-19
SUNRPC: Don't attempt to destroy expired RPCSEC_GSS credentials..
Trond Myklebust
1
-2
/
+2
2008-04-19
SUNRPC: Fix up xprt_write_space()
Trond Myklebust
2
-22
/
+43
2008-04-19
SUNRPC: Fix a bug in call_decode()
Trond Myklebust
1
-3
/
+6
2008-03-19
Merge branch 'hotfixes' into devel
Trond Myklebust
2
-39
/
+59
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-02-28
Merge branch 'cleanups' into next
Trond Myklebust
1
-2
/
+2
2008-02-28
SUNRPC: Remove now-redundant RCU-safe rpc_task free path
Trond Myklebust
1
-25
/
+12
2008-02-28
SUNRPC: Ensure that we read all available tcp data
Trond Myklebust
1
-2
/
+5
2008-02-28
SUNRPC: Eliminate the now-redundant rpc_start_wakeup()
Trond Myklebust
1
-6
/
+2
2008-02-28
SUNRPC: Switch tasks to using the rpc_waitqueue's timer function
Trond Myklebust
1
-50
/
+10
2008-02-28
SUNRPC: Add a timer function to wait queues.
Trond Myklebust
1
-4
/
+42
2008-02-28
SUNRPC: Add a (empty for the moment) destructor for rpc_wait_queues
Trond Myklebust
3
-7
/
+20
2008-02-28
[SUNRPC]: Use proc_create() to setup ->proc_fops first
Wang Chen
2
-10
/
+7
2008-02-25
SUNRPC: Run rpc timeout functions as callbacks instead of in softirqs
Trond Myklebust
4
-51
/
+33
2008-02-25
SUNRPC: Convert users of rpc_wake_up_task to use rpc_wake_up_queued_task
Trond Myklebust
3
-8
/
+7
2008-02-25
SUNRPC: Add a new helper rpc_wake_up_queued_task()
Trond Myklebust
2
-35
/
+31
2008-02-25
SUNRPC: Clean up rpc_run_timer()
Trond Myklebust
2
-34
/
+35
2008-02-25
SUNRPC: Allow the rpc_release() callback to be run on another workqueue
Trond Myklebust
1
-8
/
+21
2008-02-21
Wrap buffers used for rpc debug printks into RPC_IFDEBUG
Pavel Emelyanov
1
-3
/
+3
2008-02-14
Introduce path_put()
Jan Blunck
1
-1
/
+1
2008-02-14
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-13
docbook: sunrpc filenames and notation fixes
Randy Dunlap
3
-7
/
+8
2008-02-10
SUNPRC: Fix printk format warning
Roland Dreier
1
-1
/
+2
2008-02-01
SUNRPC: RPC program information is stored in unsigned integers
Chuck Lever
2
-4
/
+5
2008-02-01
SUNRPC: Move exported symbol definitions after function declaration part 2
Trond Myklebust
7
-42
/
+33
2008-02-01
SUNRPC: spin svc_rqst initialization to its own function
Jeff Layton
1
-17
/
+42
2008-02-01
rdma: makefile
Tom Tucker
1
-0
/
+5
2008-02-01
rdma: ONCRPC RDMA protocol marshalling
Tom Tucker
1
-0
/
+412
2008-02-01
rdma: SVCRDMA sendto
Tom Tucker
1
-0
/
+520
[next]