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-02-14
SUNRPC: Remove xdr_buf_trim()
Chuck Lever
3
-45
/
+6
2019-02-14
SUNRPC: Introduce trace points in rpc_auth_gss.ko
Chuck Lever
4
-89
/
+99
2019-02-14
SUNRPC: Use struct xdr_stream when decoding RPC Reply header
Chuck Lever
5
-196
/
+232
2019-02-13
SUNRPC: Clean up rpc_verify_header()
Chuck Lever
1
-127
/
+96
2019-02-13
SUNRPC: Use struct xdr_stream when constructing RPC Call header
Chuck Lever
5
-176
/
+221
2019-02-13
SUNRPC: Add build option to disable support for insecure enctypes
Chuck Lever
2
-0
/
+18
2019-02-13
SUNRPC: Remove rpc_xprt::tsh_size
Chuck Lever
6
-51
/
+65
2019-02-13
SUNRPC: Remove some dprintk() call sites from auth functions
Chuck Lever
2
-37
/
+1
2019-02-13
SUNRPC: Add trace event that reports reply page vector alignment
Chuck Lever
1
-6
/
+27
2019-02-13
SUNRPC: Add XDR overflow trace event
Chuck Lever
1
-7
/
+17
2019-02-13
SUNRPC: Add xdr_stream::rqst field
Chuck Lever
5
-10
/
+16
2019-02-13
xprtrdma: Reduce the doorbell rate (Receive)
Chuck Lever
2
-0
/
+12
2019-02-13
xprtrdma: Check inline size before providing a Write chunk
Chuck Lever
1
-1
/
+17
2019-02-13
xprtrdma: Fix sparse warnings
Chuck Lever
2
-3
/
+3
2019-02-12
rpc: properly check debugfs dentry before using it
Greg Kroah-Hartman
1
-1
/
+1
2019-02-12
xprtrdma: Make sure Send CQ is allocated on an existing compvec
Nicolas Morey-Chaisemartin
1
-1
/
+2
2019-02-06
svcrdma: Remove syslog warnings in work completion handlers
Chuck Lever
4
-27
/
+2
2019-02-06
svcrdma: Squelch compiler warning when SUNRPC_DEBUG is disabled
Chuck Lever
1
-1
/
+3
2019-02-06
svcrdma: Use struct_size() in kmalloc()
Gustavo A. R. Silva
1
-2
/
+1
2019-02-06
svcrpc: fix unlikely races preventing queueing of sockets
J. Bruce Fields
3
-3
/
+15
2019-02-06
svcrpc: svc_xprt_has_something_to_do seems a little long
J. Bruce Fields
1
-2
/
+2
2019-02-06
SUNRPC: Don't allow compiler optimisation of svc_xprt_release_slot()
Trond Myklebust
1
-2
/
+6
2019-02-06
svcrdma: Remove max_sge check at connect time
Chuck Lever
2
-12
/
+102
2019-01-15
SUNRPC: Address Kerberos performance/behavior regression
Chuck Lever
1
-1
/
+1
2019-01-15
SUNRPC: Ensure we respect the RPCSEC_GSS sequence number limit
Trond Myklebust
2
-10
/
+21
2019-01-15
SUNRPC: Ensure rq_bytes_sent is reset before request transmission
Trond Myklebust
2
-1
/
+1
2019-01-09
sunrpc: kernel BUG at kernel/cred.c:825!
Santosh kumar pradhan
1
-0
/
+3
2019-01-08
SUNRPC: Fix TCP receive code on archs with flush_dcache_page()
Trond Myklebust
1
-0
/
+22
2019-01-08
xprtrdma: Double free in rpcrdma_sendctxs_create()
Dan Carpenter
1
-5
/
+1
2019-01-08
xprtrdma: Fix error code in rpcrdma_buffer_create()
Dan Carpenter
1
-1
/
+3
2019-01-03
Remove 'type' argument from access_ok() function
Linus Torvalds
1
-1
/
+1
2019-01-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-1
/
+1
2019-01-02
Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
23
-1268
/
+487
2019-01-02
Merge tag 'nfsd-4.21' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
13
-278
/
+112
2019-01-02
sunrpc: convert to DEFINE_SHOW_ATTRIBUTE
Yangtao Li
1
-16
/
+3
2019-01-02
sunrpc: Add xprt after nfs4_test_session_trunk()
Santosh kumar pradhan
1
-0
/
+3
2019-01-02
sunrpc: convert unnecessary GFP_ATOMIC to GFP_NOFS
J. Bruce Fields
1
-2
/
+2
2019-01-02
sunrpc: handle ENOMEM in rpcb_getport_async
J. Bruce Fields
1
-0
/
+8
2019-01-02
xprtrdma: Prevent leak of rpcrdma_rep objects
Chuck Lever
1
-0
/
+4
2019-01-02
xprtrdma: Don't leak freed MRs
Chuck Lever
1
-12
/
+15
2019-01-02
xprtrdma: Add documenting comment for rpcrdma_buffer_destroy
Chuck Lever
1
-0
/
+8
2019-01-02
xprtrdma: Replace outdated comment for rpcrdma_ep_post
Chuck Lever
1
-3
/
+7
2019-01-02
xprtrdma: Update comments in frwr_op_send
Chuck Lever
1
-2
/
+2
2019-01-02
SUNRPC: Fix some kernel doc complaints
Chuck Lever
4
-4
/
+6
2019-01-02
xprtrdma: Trace mapping, alloc, and dereg failures
Chuck Lever
3
-10
/
+8
2019-01-02
xprtrdma: Add trace points for calls to transport switch methods
Chuck Lever
1
-7
/
+11
2019-01-02
xprtrdma: Relocate the xprtrdma_mr_map trace points
Chuck Lever
1
-1
/
+1
2019-01-02
xprtrdma: Clean up of xprtrdma chunk trace points
Chuck Lever
1
-3
/
+3
2019-01-02
xprtrdma: Remove unused fields from rpcrdma_ia
Chuck Lever
1
-2
/
+0
2019-01-02
xprtrdma: Cull dprintk() call sites
Chuck Lever
4
-68
/
+19
[prev]
[next]