index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sunrpc
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-08
Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-3
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 363
Thomas Gleixner
1
-3
/
+1
2019-05-30
SUNRPC: Fix a use after free when a server rejects the RPCSEC_GSS credential
Trond Myklebust
1
-14
/
+14
2019-05-30
SUNRPC fix regression in umount of a secure mount
Olga Kornievskaia
1
-1
/
+1
2019-05-28
xprtrdma: Use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-2
/
+1
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
1
-0
/
+1
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
17
-0
/
+17
2019-05-15
Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
6
-117
/
+227
2019-05-09
Merge tag 'nfs-for-5.2-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
16
-649
/
+764
2019-05-09
SUNRPC: Rebalance a kref in auth_gss.c
Chuck Lever
1
-0
/
+1
2019-05-09
SUNRPC: Fix an error code in gss_alloc_msg()
Dan Carpenter
1
-1
/
+3
2019-05-09
SUNRPC: task should be exit if encode return EKEYEXPIRED more times
ZhangXiaoxu
1
-1
/
+8
2019-05-07
Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-9
/
+2
2019-05-06
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2
-3
/
+0
2019-05-01
rpcpipe: switch to ->free_inode()
Al Viro
1
-9
/
+2
2019-04-26
SUNRPC: Use namespace of listening daemon in the client AUTH_GSS upcall
Trond Myklebust
1
-16
/
+44
2019-04-26
SUNRPC: Use the client user namespace when encoding creds
Trond Myklebust
2
-7
/
+13
2019-04-26
SUNRPC: Cache cred of process creating the rpc_client
Trond Myklebust
2
-2
/
+14
2019-04-25
xprtrdma: Remove stale comment
Chuck Lever
1
-7
/
+0
2019-04-25
xprtrdma: Update comments that reference ib_drain_qp
Chuck Lever
1
-4
/
+6
2019-04-25
xprtrdma: Remove pr_err() call sites from completion handlers
Chuck Lever
2
-28
/
+4
2019-04-25
xprtrdma: Eliminate struct rpcrdma_create_data_internal
Chuck Lever
4
-71
/
+46
2019-04-25
xprtrdma: Aggregate the inline settings in struct rpcrdma_ep
Chuck Lever
5
-36
/
+41
2019-04-25
xprtrdma: Remove rpcrdma_create_data_internal::rsize and wsize
Chuck Lever
2
-11
/
+0
2019-04-25
SUNRPC: Update comments based on recent changes
Chuck Lever
1
-2
/
+2
2019-04-25
xprtrdma: Eliminate rpcrdma_ia::ri_device
Chuck Lever
3
-28
/
+25
2019-04-25
xprtrdma: More Send completion batching
Chuck Lever
2
-13
/
+1
2019-04-25
xprtrdma: Clean up sendctx functions
Chuck Lever
3
-26
/
+23
2019-04-25
xprtrdma: Trace marshaling failures
Chuck Lever
1
-0
/
+1
2019-04-25
xprtrdma: Increase maximum number of backchannel requests
Chuck Lever
1
-3
/
+5
2019-04-25
xprtrdma: Backchannel can use GFP_KERNEL allocations
Chuck Lever
1
-64
/
+40
2019-04-25
xprtrdma: Clean up regbuf helpers
Chuck Lever
3
-82
/
+80
2019-04-25
xprtrdma: De-duplicate "allocate new, free old regbuf"
Chuck Lever
3
-47
/
+39
2019-04-25
xprtrdma: Allocate req's regbufs at xprt create time
Chuck Lever
4
-25
/
+33
2019-04-25
xprtrdma: rpcrdma_regbuf alignment
Chuck Lever
5
-29
/
+35
2019-04-25
xprtrdma: Clean up rpcrdma_create_rep() and rpcrdma_destroy_rep()
Chuck Lever
1
-16
/
+9
2019-04-25
xprtrdma: Clean up rpcrdma_create_req()
Chuck Lever
3
-17
/
+21
2019-04-25
xprtrdma: Fix an frwr_map recovery nit
Chuck Lever
1
-1
/
+1
2019-04-25
SUNRPC: Avoid digging into the ATOMIC pool
Chuck Lever
2
-2
/
+2
2019-04-25
SUNRPC: Add the 'softerr' rpc_client flag
Trond Myklebust
1
-1
/
+7
2019-04-25
SUNRPC: Ensure to ratelimit the "server not responding" syslog messages
Trond Myklebust
1
-5
/
+7
2019-04-25
SUNRPC: Start the first major timeout calculation at task creation
Trond Myklebust
1
-10
/
+34
2019-04-25
SUNRPC: Make "no retrans timeout" soft tasks behave like softconn for timeouts
Trond Myklebust
1
-0
/
+9
2019-04-25
SUNRPC: Add tracking of RPC level errors
Trond Myklebust
2
-13
/
+28
2019-04-25
SUNRPC: Ensure that the transport layer respect major timeouts
Trond Myklebust
1
-4
/
+13
2019-04-25
SUNRPC: Declare RPC timers as TIMER_DEFERRABLE
Trond Myklebust
2
-2
/
+6
2019-04-25
SUNRPC: Simplify queue timeouts using timer_reduce()
Trond Myklebust
1
-4
/
+2
2019-04-25
SUNRPC: Fix up tracking of timeouts
Trond Myklebust
3
-2
/
+16
2019-04-25
SUNRPC: Add function rpc_sleep_on_timeout()
Trond Myklebust
5
-33
/
+81
[next]