index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
sunrpc
Age
Commit message (
Expand
)
Author
Files
Lines
2010-09-27
sunrpc: Add net to pure API calls
Pavel Emelyanov
1
-2
/
+2
2010-09-27
sunrpc: Make xprt auth cache release work with the xprt
Pavel Emelyanov
1
-1
/
+2
2010-09-21
sunrpc/cache: change deferred-request hash table to use hlist.
NeilBrown
1
-1
/
+1
2010-09-21
sunrpc: close connection when a request is irretrievably lost.
NeilBrown
1
-3
/
+7
2010-09-19
Merge remote branch 'trond/bugfixes' into for-2.6.37
J. Bruce Fields
1
-1
/
+1
2010-09-12
SUNRPC: Fix a race in rpc_info_open
Trond Myklebust
1
-1
/
+1
2010-09-07
sunrpc/cache: allow threads to block while waiting for cache update.
NeilBrown
1
-0
/
+3
2010-09-07
sunrpc: use seconds since boot in expiry cache
NeilBrown
1
-3
/
+25
2010-09-07
sunrpc: extract some common sunrpc_cache code from nfsd
NeilBrown
1
-0
/
+6
2010-08-14
include: replace unifdef-y with header-y
Sam Ravnborg
1
-1
/
+1
2010-08-07
Merge branch 'for-2.6.36' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-0
/
+1
2010-08-04
SUNRPC: Move the bound cred to struct rpc_rqst
Trond Myklebust
2
-2
/
+1
2010-08-04
SUNRPC: Clean up of rpc_bindcred()
Trond Myklebust
1
-3
/
+3
2010-08-04
SUNRPC: Move remaining RPC client related task initialisation into clnt.c
Trond Myklebust
1
-0
/
+1
2010-08-04
SUNRPC: Ensure that rpc_exit() always wakes up a sleeping task
Trond Myklebust
1
-6
/
+1
2010-08-04
SUNRPC: Make the credential cache hashtable size configurable
Trond Myklebust
1
-8
/
+1
2010-08-04
SUNRPC: Store the hashtable size in struct rpc_cred_cache
Trond Myklebust
1
-0
/
+1
2010-08-04
NFS: Ensure the AUTH_UNIX credcache is allocated dynamically
Trond Myklebust
1
-3
/
+4
2010-08-03
SUNRPC: The function rpc_restart_call() should return success/failure
Trond Myklebust
1
-2
/
+2
2010-07-06
sunrpc: make the cache cleaner workqueue deferrable
Artem Bityutskiy
1
-0
/
+1
2010-05-14
SUNRPC: Don't spam gssd with upcall requests when the kerberos key expired
Trond Myklebust
2
-0
/
+2
2010-05-14
SUNRPC: Reorder the struct rpc_task fields
Trond Myklebust
1
-6
/
+6
2010-05-14
SUNRPC: Remove the 'tk_magic' debugging field
Trond Myklebust
1
-3
/
+0
2010-05-14
SUNRPC: Move the task->tk_bytes_sent and tk_rtt to struct rpc_rqst
Trond Myklebust
2
-5
/
+5
2010-05-14
NFS: Don't use GFP_KERNEL in rpcsec_gss downcalls
Trond Myklebust
2
-3
/
+6
2010-05-14
SUNRPC: Replace jiffies-based metrics with ktime-based metrics
Chuck Lever
3
-6
/
+9
2010-05-14
SUNRPC: RPC metrics and RTT estimator should use same RTT value
Chuck Lever
1
-1
/
+0
2010-05-14
SUNRPC: Trivial cleanups in include/linux/sunrpc/xdr.h
Chuck Lever
1
-3
/
+5
2010-05-14
SUNRPC: Fail over more quickly on connect errors
Trond Myklebust
1
-2
/
+1
2010-05-14
gss_krb5: Add support for rc4-hmac encryption
Kevin Coffman
1
-0
/
+9
2010-05-14
gss_krb5: Use confounder length in wrap code
Kevin Coffman
1
-0
/
+3
2010-05-14
gssd_krb5: More arcfour-hmac support
Kevin Coffman
1
-2
/
+3
2010-05-14
gss_krb5: Save the raw session key in the context
Kevin Coffman
1
-0
/
+1
2010-05-14
gssd_krb5: arcfour-hmac support
Kevin Coffman
1
-2
/
+2
2010-05-14
gss_krb5: add remaining pieces to enable AES encryption support
Kevin Coffman
1
-0
/
+20
2010-05-14
gss_krb5: add support for new token formats in rfc4121
Kevin Coffman
1
-0
/
+28
2010-05-14
gss_krb5: add support for triple-des encryption
Kevin Coffman
1
-0
/
+5
2010-05-14
gss_krb5: Add upcall info indicating supported kerberos enctypes
Trond Myklebust
1
-0
/
+2
2010-05-14
gss_krb5: handle new context format from gssd
Kevin Coffman
1
-2
/
+21
2010-05-14
gss_krb5: import functionality to derive keys into the kernel
Kevin Coffman
1
-0
/
+31
2010-05-14
gss_krb5: add ability to have a keyed checksum (hmac)
Kevin Coffman
1
-3
/
+8
2010-05-14
gss_krb5: introduce encryption type framework
Kevin Coffman
1
-1
/
+24
2010-05-14
gss_krb5: split up functions in preparation of adding new enctypes
Kevin Coffman
1
-0
/
+1
2010-05-14
gss_krb5: Introduce encryption type framework
Kevin Coffman
1
-0
/
+25
2010-03-22
SUNRPC: Fix a use after free bug with the NFSv4.1 backchannel
Trond Myklebust
1
-1
/
+4
2010-02-10
nfs41 do not allocate unused back channel pages
Andy Adamson
1
-0
/
+15
2009-12-16
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
Linus Torvalds
1
-1
/
+13
2009-12-16
Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
3
-10
/
+2
2009-12-15
nfsd: remove unused field rq_reffh
J. Bruce Fields
1
-4
/
+0
2009-12-15
rpc: add a new priority in RPC task
Alexandros Batsakis
1
-1
/
+12
[next]