index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sunrpc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2022-10-16
4
-5
/
+5
|
\
|
*
treewide: use get_random_u32() when possible
Jason A. Donenfeld
2022-10-11
2
-3
/
+3
|
*
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
2022-10-11
2
-2
/
+2
*
|
Merge tag 'nfs-for-6.1-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
2022-10-13
11
-80
/
+141
|
\
\
|
|
/
|
/
|
|
*
SUNRPC: Add API to force the client to disconnect
Trond Myklebust
2022-10-06
1
-0
/
+14
|
*
SUNRPC: Add a helper to allow pNFS drivers to selectively cancel RPC calls
Trond Myklebust
2022-10-06
2
-0
/
+48
|
*
SUNRPC: Fix races with rpc_killall_tasks()
Trond Myklebust
2022-10-06
3
-21
/
+28
|
*
xprtrdma: Fix uninitialized variable
Chuck Lever
2022-10-05
1
-2
/
+1
|
*
xprtrdma: Prevent memory allocations from driving a reclaim
Chuck Lever
2022-10-05
1
-4
/
+4
|
*
xprtrdma: Memory allocation should be allowed to fail during connect
Chuck Lever
2022-10-05
1
-3
/
+3
|
*
xprtrdma: MR-related memory allocation should be allowed to fail
Chuck Lever
2022-10-05
3
-11
/
+17
|
*
xprtrdma: Clean up synopsis of rpcrdma_regbuf_alloc()
Chuck Lever
2022-10-05
1
-11
/
+8
|
*
xprtrdma: Clean up synopsis of rpcrdma_req_create()
Chuck Lever
2022-10-05
3
-11
/
+11
|
*
svcrdma: Clean up RPCRDMA_DEF_GFP
Chuck Lever
2022-10-05
2
-4
/
+2
|
*
SUNRPC: Replace the use of the xprtiod WQ in rpcrdma
Chuck Lever
2022-10-05
2
-9
/
+4
|
*
SUNRPC: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-10-03
1
-1
/
+1
|
*
SUNRPC: use max_t() to simplify open code
Ziyang Xuan
2022-10-03
1
-4
/
+1
|
*
SUNRPC: Directly use ida_alloc()/free()
Bo Liu
2022-10-03
3
-6
/
+6
*
|
Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2022-10-10
1
-7
/
+5
|
\
\
|
*
|
freezer,sched: Rewrite core freezer logic
Peter Zijlstra
2022-09-07
1
-7
/
+5
*
|
|
SUNRPC: Fix typo in xdr_buf_subsegment's kdoc comment
Chuck Lever
2022-09-26
1
-1
/
+1
*
|
|
NFSD: Refactor common code out of dirlist helpers
Chuck Lever
2022-09-26
1
-0
/
+22
*
|
|
SUNRPC: Clarify comment that documents svc_max_payload()
Chuck Lever
2022-09-26
1
-2
/
+6
*
|
|
SUNRPC: Parametrize how much of argsize should be zeroed
Chuck Lever
2022-09-26
1
-1
/
+1
*
|
|
SUNRPC: Optimize svc_process()
Chuck Lever
2022-09-26
1
-13
/
+11
|
|
/
|
/
|
*
|
Merge tag 'nfs-for-5.20-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2022-09-12
2
-4
/
+7
|
\
\
|
*
|
Revert "SUNRPC: Remove unreachable error condition"
Dan Aloni
2022-09-08
1
-0
/
+3
|
*
|
SUNRPC: Fix call completion races with call_decode()
Trond Myklebust
2022-09-01
1
-4
/
+4
*
|
|
Merge tag 'nfs-for-5.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2022-08-22
1
-1
/
+1
|
\
|
|
|
*
|
SUNRPC: RPC level errors should set task->tk_rpc_status
Trond Myklebust
2022-08-19
1
-1
/
+1
*
|
|
net/sunrpc: fix potential memory leaks in rpc_sysfs_xprt_state_change()
Xin Xiong
2022-08-12
1
-2
/
+4
|
|
/
|
/
|
*
|
Merge tag 'nfs-for-5.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2022-08-10
11
-160
/
+465
|
\
|
|
*
SUNRPC: Don't reuse bvec on retransmission of the request
Trond Myklebust
2022-07-27
3
-20
/
+20
|
*
SUNRPC: Reinitialise the backchannel request buffers before reuse
Trond Myklebust
2022-07-27
1
-0
/
+14
|
*
SUNRPC create a function that probes only offline transports
Olga Kornievskaia
2022-07-25
1
-0
/
+65
|
*
SUNRPC export xprt_iter_rewind function
Olga Kornievskaia
2022-07-25
1
-1
/
+0
|
*
SUNRPC restructure rpc_clnt_setup_test_and_add_xprt
Olga Kornievskaia
2022-07-25
1
-21
/
+31
|
*
SUNRPC create an rpc function that allows xprt removal from rpc_clnt
Olga Kornievskaia
2022-07-25
3
-7
/
+22
|
*
SUNRPC enable back offline transports in trunking discovery
Olga Kornievskaia
2022-07-25
1
-0
/
+14
|
*
SUNRPC create an iterator to list only OFFLINE xprts
Olga Kornievskaia
2022-07-25
2
-12
/
+98
|
*
SUNRPC add function to offline remove trunkable transports
Olga Kornievskaia
2022-07-25
1
-0
/
+46
|
*
SUNRPC expose functions for offline remote xprt functionality
Olga Kornievskaia
2022-07-25
2
-23
/
+37
|
*
SUNRPC: Remove xdr_align_data() and xdr_expand_hole()
Anna Schumaker
2022-07-23
1
-66
/
+0
|
*
SUNRPC: Add a function for zeroing out a portion of an xdr_stream
Anna Schumaker
2022-07-23
1
-0
/
+23
|
*
SUNRPC: Add a function for directly setting the xdr page len
Anna Schumaker
2022-07-23
1
-0
/
+30
|
*
SUNRPC: Introduce xdr_stream_move_subsegment()
Anna Schumaker
2022-07-23
1
-0
/
+59
|
*
SUNRPC: Replace dprintk() call site in xs_data_ready
Chuck Lever
2022-07-23
1
-2
/
+4
|
*
SUNRPC: Fail faster on bad verifier
Chuck Lever
2022-07-23
1
-1
/
+1
|
*
sunrpc: fix expiry of auth creds
Dan Aloni
2022-07-12
1
-1
/
+1
|
*
SUNRPC: Fix an RPC/RDMA performance regression
Trond Myklebust
2022-07-10
3
-12
/
+6
[next]