index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
sunrpc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'nfs-for-6.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2023-07-01
4
-2
/
+34
|
\
|
*
NFS: add sysfs shutdown knob
Benjamin Coddington
2023-06-19
1
-1
/
+2
|
*
NFS: Add sysfs links to sunrpc clients for nfs_clients
Benjamin Coddington
2023-06-19
1
-1
/
+7
|
*
SUNRPC: Add a TCP-with-TLS RPC transport class
Chuck Lever
2023-06-19
2
-0
/
+3
|
*
SUNRPC: Ignore data_ready callbacks during TLS handshakes
Chuck Lever
2023-06-19
1
-0
/
+1
|
*
SUNRPC: Add RPC client support for the RPC_AUTH_TLS auth flavor
Chuck Lever
2023-06-19
1
-0
/
+2
|
*
SUNRPC: Plumb an API for setting transport layer security
Chuck Lever
2023-06-19
2
-0
/
+19
*
|
Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2023-06-28
1
-6
/
+5
|
\
\
|
*
|
sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage
David Howells
2023-06-12
1
-6
/
+5
|
|
/
*
|
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-06-28
1
-1
/
+1
|
\
\
|
*
|
net: convert sunrpc from pagevec to folio_batch
Matthew Wilcox (Oracle)
2023-06-23
1
-1
/
+1
*
|
|
svcrdma: Revert 2a1e4f21d841 ("svcrdma: Normalize Send page handling")
Chuck Lever
2023-06-12
1
-1
/
+0
*
|
|
SUNRPC: Revert 579900670ac7 ("svcrdma: Remove unused sc_pages field")
Chuck Lever
2023-06-12
1
-1
/
+2
*
|
|
svcrdma: Clean up allocation of svc_rdma_recv_ctxt
Chuck Lever
2023-06-12
1
-1
/
+0
*
|
|
NFSD: Hoist rq_vec preparation into nfsd_read() [step two]
Chuck Lever
2023-06-11
1
-2
/
+1
*
|
|
NFSD: Ensure that xdr_write_pages updates rq_next_page
Chuck Lever
2023-06-05
1
-0
/
+21
|
|
/
|
/
|
*
|
Merge tag 'nfsd-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
2023-06-02
1
-4
/
+3
|
\
\
|
|
/
|
/
|
|
*
nfsd: fix double fget() bug in __write_ports_addfd()
Dan Carpenter
2023-05-31
1
-4
/
+3
*
|
Merge tag 'nfsd-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
2023-05-17
2
-2
/
+2
|
\
|
|
*
SUNRPC: always free ctxt when freeing deferred request
NeilBrown
2023-05-14
2
-2
/
+2
*
|
Merge tag 'nfsd-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
2023-04-29
4
-22
/
+18
|
\
|
|
*
SUNRPC: Support TLS handshake in the server-side TCP socket code
Chuck Lever
2023-04-27
2
-1
/
+6
|
*
SUNRPC: Relocate svc_free_res_pages()
Chuck Lever
2023-04-26
1
-11
/
+1
|
*
SUNRPC: Ignore return value of ->xpo_sendto
Chuck Lever
2023-04-26
2
-2
/
+2
|
*
NFSD: Watch for rq_pages bounds checking errors in nfsd_splice_actor()
Chuck Lever
2023-04-26
1
-1
/
+1
|
*
SUNRPC: return proper error from get_expiry()
NeilBrown
2023-04-26
1
-7
/
+8
*
|
SUNRPC: remove the maximum number of retries in call_bind_status
Dai Ngo
2023-04-19
1
-2
/
+1
|
/
*
SUNRPC: Remove ->xpo_secure_port()
Chuck Lever
2023-02-20
1
-1
/
+0
*
SUNRPC: Move remaining internal definitions to gss_krb5_internal.h
Chuck Lever
2023-02-20
1
-117
/
+0
*
SUNRPC: Support the Camellia enctypes
Chuck Lever
2023-02-20
1
-0
/
+4
*
SUNRPC: Add gk5e definitions for RFC 8009 encryption types
Chuck Lever
2023-02-20
1
-2
/
+17
*
SUNRPC: Add new subkey length fields
Chuck Lever
2023-02-20
1
-2
/
+12
*
SUNRPC: Hoist KDF into struct gss_krb5_enctype
Chuck Lever
2023-02-20
1
-20
/
+5
*
SUNRPC: Rename .encrypt_v2 and .decrypt_v2 methods
Chuck Lever
2023-02-20
1
-16
/
+4
*
SUNRPC: Remove ->encrypt and ->decrypt methods from struct gss_krb5_enctype
Chuck Lever
2023-02-20
1
-14
/
+0
*
SUNRPC: Replace KRB5_SUPPORTED_ENCTYPES macro
Chuck Lever
2023-02-20
1
-41
/
+0
*
SUNRPC: Remove another switch on ctx->enctype
Chuck Lever
2023-02-20
1
-0
/
+1
*
SUNRPC: Refactor the GSS-API Per Message calls in the Kerberos mechanism
Chuck Lever
2023-02-20
1
-14
/
+9
*
SUNRPC: Obscure Kerberos integrity keys
Chuck Lever
2023-02-20
1
-7
/
+2
*
SUNRPC: Obscure Kerberos signing keys
Chuck Lever
2023-02-20
1
-3
/
+2
*
SUNRPC: Obscure Kerberos encryption keys
Chuck Lever
2023-02-20
1
-2
/
+0
*
SUNRPC: Refactor set-up for aux_cipher
Chuck Lever
2023-02-20
1
-0
/
+1
*
SUNRPC: Improve Kerberos confounder generation
Chuck Lever
2023-02-20
1
-3
/
+0
*
SUNRPC: Remove .conflen field from struct gss_krb5_enctype
Chuck Lever
2023-02-20
1
-3
/
+0
*
SUNRPC: Remove .blocksize field from struct gss_krb5_enctype
Chuck Lever
2023-02-20
1
-1
/
+0
*
SUNRPC: Add header ifdefs to linux/sunrpc/gss_krb5.h
Chuck Lever
2023-02-20
1
-2
/
+5
*
SUNRPC: Replace pool stats with per-CPU variables
Chuck Lever
2023-02-20
1
-9
/
+6
*
SUNRPC: Use per-CPU counters to tally server RPC counts
Chuck Lever
2023-02-20
1
-1
/
+1
*
SUNRPC: Set rq_accept_statp inside ->accept methods
Chuck Lever
2023-02-20
1
-0
/
+19
*
SUNRPC: Refactor RPC server dispatch method
Chuck Lever
2023-02-20
1
-2
/
+3
[next]