Age | Commit message (Expand) | Author |
2022-10-27 | SUNRPC: Fix crasher in gss_unwrap_resp_integ() | Chuck Lever |
2022-10-27 | SUNRPC: Fix null-ptr-deref when xps sysfs alloc failed | Zhang Xiaoxu |
2022-10-16 | Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2022-10-13 | Merge tag 'nfs-for-6.1-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds |
2022-10-11 | treewide: use get_random_u32() when possible | Jason A. Donenfeld |
2022-10-11 | treewide: use prandom_u32_max() when possible, part 1 | Jason A. Donenfeld |
2022-10-10 | Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2022-10-06 | SUNRPC: Add API to force the client to disconnect | Trond Myklebust |
2022-10-06 | SUNRPC: Add a helper to allow pNFS drivers to selectively cancel RPC calls | Trond Myklebust |
2022-10-06 | SUNRPC: Fix races with rpc_killall_tasks() | Trond Myklebust |
2022-10-05 | xprtrdma: Fix uninitialized variable | Chuck Lever |
2022-10-05 | xprtrdma: Prevent memory allocations from driving a reclaim | Chuck Lever |
2022-10-05 | xprtrdma: Memory allocation should be allowed to fail during connect | Chuck Lever |
2022-10-05 | xprtrdma: MR-related memory allocation should be allowed to fail | Chuck Lever |
2022-10-05 | xprtrdma: Clean up synopsis of rpcrdma_regbuf_alloc() | Chuck Lever |
2022-10-05 | xprtrdma: Clean up synopsis of rpcrdma_req_create() | Chuck Lever |
2022-10-05 | svcrdma: Clean up RPCRDMA_DEF_GFP | Chuck Lever |
2022-10-05 | SUNRPC: Replace the use of the xprtiod WQ in rpcrdma | Chuck Lever |
2022-10-03 | SUNRPC: move from strlcpy with unused retval to strscpy | Wolfram Sang |
2022-10-03 | SUNRPC: use max_t() to simplify open code | Ziyang Xuan |
2022-10-03 | SUNRPC: Directly use ida_alloc()/free() | Bo Liu |
2022-09-26 | SUNRPC: Fix typo in xdr_buf_subsegment's kdoc comment | Chuck Lever |
2022-09-26 | NFSD: Refactor common code out of dirlist helpers | Chuck Lever |
2022-09-26 | SUNRPC: Clarify comment that documents svc_max_payload() | Chuck Lever |
2022-09-26 | SUNRPC: Parametrize how much of argsize should be zeroed | Chuck Lever |
2022-09-26 | SUNRPC: Optimize svc_process() | Chuck Lever |
2022-09-12 | Merge tag 'nfs-for-5.20-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds |
2022-09-08 | Revert "SUNRPC: Remove unreachable error condition" | Dan Aloni |
2022-09-07 | freezer,sched: Rewrite core freezer logic | Peter Zijlstra |
2022-09-01 | SUNRPC: Fix call completion races with call_decode() | Trond Myklebust |
2022-08-22 | Merge tag 'nfs-for-5.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds |
2022-08-19 | SUNRPC: RPC level errors should set task->tk_rpc_status | Trond Myklebust |
2022-08-12 | net/sunrpc: fix potential memory leaks in rpc_sysfs_xprt_state_change() | Xin Xiong |
2022-08-10 | Merge tag 'nfs-for-5.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds |
2022-08-09 | Merge tag 'nfsd-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux | Linus Torvalds |
2022-08-05 | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2022-08-04 | Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds |
2022-07-29 | SUNRPC: Expand the svc_alloc_arg_err tracepoint | Chuck Lever |
2022-07-27 | SUNRPC: Don't reuse bvec on retransmission of the request | Trond Myklebust |
2022-07-27 | SUNRPC: Reinitialise the backchannel request buffers before reuse | Trond Myklebust |
2022-07-25 | SUNRPC create a function that probes only offline transports | Olga Kornievskaia |
2022-07-25 | SUNRPC export xprt_iter_rewind function | Olga Kornievskaia |
2022-07-25 | SUNRPC restructure rpc_clnt_setup_test_and_add_xprt | Olga Kornievskaia |
2022-07-25 | SUNRPC create an rpc function that allows xprt removal from rpc_clnt | Olga Kornievskaia |
2022-07-25 | SUNRPC enable back offline transports in trunking discovery | Olga Kornievskaia |
2022-07-25 | SUNRPC create an iterator to list only OFFLINE xprts | Olga Kornievskaia |
2022-07-25 | SUNRPC add function to offline remove trunkable transports | Olga Kornievskaia |
2022-07-25 | SUNRPC expose functions for offline remote xprt functionality | Olga Kornievskaia |
2022-07-23 | SUNRPC: Remove xdr_align_data() and xdr_expand_hole() | Anna Schumaker |
2022-07-23 | SUNRPC: Add a function for zeroing out a portion of an xdr_stream | Anna Schumaker |