index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
sunrpc
Age
Commit message (
Expand
)
Author
Files
Lines
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
2009-12-15
rpc: add rpc_queue_empty function
Alexandros Batsakis
1
-0
/
+1
2009-12-15
sunrpc: Clean never used include files
Boaz Harrosh
2
-3
/
+2
2009-12-03
SUNRPC: Allow RPCs to fail quickly if the server is unreachable
Chuck Lever
1
-0
/
+2
2009-11-23
Revert "knfsd: avoid overloading the CPU scheduler with enormous load averages"
J. Bruce Fields
1
-3
/
+0
2009-09-23
sunrpc: xdr_xcode_hyper helpers cannot presume 64-bit alignment
Benny Halevy
1
-2
/
+3
2009-09-16
SUNRPC: Defer the auth_gss upcall when the RPC call is asynchronous
Trond Myklebust
1
-2
/
+2
2009-09-13
nfsd41: sunrpc: add new xprt class for nfsv4.1 backchannel
Alexandros Batsakis
4
-16
/
+19
2009-09-11
nfsd41: sunrpc: Added rpc server-side backchannel handling
Rahul Iyer
3
-0
/
+3
2009-08-21
nfsd: populate sin6_scope_id on callback address with scopeid from rq_addr on...
Jeff Layton
1
-0
/
+15
2009-08-21
sunrpc: add common routine for copying address portion of a sockaddr
Jeff Layton
1
-0
/
+50
2009-08-21
sunrpc: add routine for comparing addresses
Jeff Layton
1
-0
/
+48
2009-08-21
Merge branch 'nfs-for-2.6.32' of git://git.linux-nfs.org/projects/trondmy/nfs...
J. Bruce Fields
6
-23
/
+110
2009-08-21
nfs: fix compile error in rpc_pipefs.h
J. Bruce Fields
1
-0
/
+2
2009-08-20
Merge branch 'nfsv4_xdr_cleanups-for-2.6.32' into nfs-for-2.6.32
Trond Myklebust
1
-6
/
+4
2009-08-14
sunrpc: ntoh -> be*_to_cpu
Benny Halevy
1
-3
/
+2
2009-08-14
sunrpc: hton -> cpu_to_be*
Benny Halevy
1
-3
/
+2
2009-08-11
Merge branch 'sunrpc_cache-for-2.6.32' into nfs-for-2.6.32
Trond Myklebust
3
-13
/
+50
2009-08-09
SUNRPC: Add an rpc_pipefs front end for the sunrpc cache code
Trond Myklebust
2
-0
/
+21
2009-08-09
SUNRPC: Move procfs-specific stuff out of the generic sunrpc cache code
Trond Myklebust
1
-2
/
+9
2009-08-09
SUNRPC: Allow the cache_detail to specify alternative upcall mechanisms
Trond Myklebust
1
-3
/
+10
[next]