| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'nfs-for-5.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 2020-06-11 | 10 | -79/+80 |
|\ |
|
| * | xprtrdma: Make xprt_rdma_slot_table_entries static | Zou Wei | 2020-06-11 | 1 | -1/+1 |
| * | sunrpc: add missing newline when printing parameter 'auth_hashtable_size' by ... | Xiongfeng Wang | 2020-06-11 | 1 | -1/+1 |
| * | SUNRPC: Set SOFTCONN when destroying GSS contexts | Chuck Lever | 2020-06-11 | 1 | -5/+4 |
| * | SUNRPC: rpc_call_null_helper() should set RPC_TASK_SOFT | Chuck Lever | 2020-06-11 | 2 | -5/+4 |
| * | SUNRPC: rpc_call_null_helper() already sets RPC_TASK_NULLCREDS | Chuck Lever | 2020-06-11 | 1 | -2/+2 |
| * | SUNRPC: trace RPC client lifetime events | Chuck Lever | 2020-06-11 | 1 | -24/+15 |
| * | SUNRPC: Trace transport lifetime events | Chuck Lever | 2020-06-11 | 3 | -19/+11 |
| * | SUNRPC: Split the xdr_buf event class | Chuck Lever | 2020-06-11 | 3 | -5/+5 |
| * | SUNRPC: Add tracepoint to rpc_call_rpcerror() | Chuck Lever | 2020-06-11 | 1 | -0/+1 |
| * | SUNRPC: Trace GSS context lifetimes | Chuck Lever | 2020-06-11 | 2 | -4/+7 |
| * | SUNRPC: receive buffer size estimation values almost never change | Chuck Lever | 2020-06-11 | 2 | -16/+32 |
| * | net: sunrpc: Fix off-by-one issues in 'rpc_ntop6' | Fedor Tokarev | 2020-05-27 | 1 | -2/+2 |
* | | Merge tag 'nfsd-5.8' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2020-06-11 | 17 | -461/+407 |
|\ \ |
|
| * | | sunrpc: use kmemdup_nul() in gssp_stringify() | Chen Zhou | 2020-06-08 | 1 | -1/+1 |
| * | | SUNRPC: Remove unreachable error condition in rpcb_getport_async() | Xiyu Yang | 2020-05-29 | 1 | -6/+0 |
| * | | sunrpc: clean up properly in gss_mech_unregister() | NeilBrown | 2020-05-29 | 2 | -9/+15 |
| * | | sunrpc: svcauth_gss_register_pseudoflavor must reject duplicate registrations. | NeilBrown | 2020-05-29 | 1 | -2/+4 |
| * | | sunrpc: check that domain table is empty at module unload. | NeilBrown | 2020-05-29 | 3 | -0/+28 |
| * | | Merge branch 'nfsd-5.8' of git://linux-nfs.org/~cel/cel-2.6 into for-5.8-inco... | J. Bruce Fields | 2020-05-21 | 64 | -679/+886 |
| |\ \ |
|
| | * | | SUNRPC: Clean up request deferral tracepoints | Chuck Lever | 2020-05-20 | 1 | -6/+6 |
| | * | | SUNRPC: Restructure svc_udp_recvfrom() | Chuck Lever | 2020-05-20 | 1 | -25/+35 |
| | * | | SUNRPC: Refactor svc_recvfrom() | Chuck Lever | 2020-05-20 | 1 | -41/+68 |
| | * | | SUNRPC: Clean up svc_release_skb() functions | Chuck Lever | 2020-05-20 | 1 | -8/+15 |
| | * | | SUNRPC: Refactor recvfrom path dealing with incomplete TCP receives | Chuck Lever | 2020-05-20 | 1 | -20/+19 |
| | * | | SUNRPC: Replace dprintk() call sites in TCP receive path | Chuck Lever | 2020-05-20 | 1 | -14/+2 |
| | * | | SUNRPC: Restructure svc_tcp_recv_record() | Chuck Lever | 2020-05-18 | 1 | -26/+25 |
| | * | | SUNRPC: Rename svc_sock::sk_reclen | Chuck Lever | 2020-05-18 | 1 | -3/+3 |
| | * | | SUNRPC: Trace server-side rpcbind registration events | Chuck Lever | 2020-05-18 | 1 | -15/+4 |
| | * | | SUNRPC: Replace dprintk call sites in TCP state change callouts | Chuck Lever | 2020-05-18 | 1 | -29/+6 |
| | * | | SUNRPC: Add more svcsock tracepoints | Chuck Lever | 2020-05-18 | 1 | -20/+10 |
| | * | | SUNRPC: Remove "#include <trace/events/skb.h>" | Chuck Lever | 2020-05-18 | 1 | -1/+0 |
| | * | | SUNRPC: Trace a few more generic svc_xprt events | Chuck Lever | 2020-05-18 | 3 | -46/+9 |
| | * | | SUNRPC: Tracepoint to record errors in svc_xpo_create() | Chuck Lever | 2020-05-18 | 1 | -1/+6 |
| | * | | svcrdma: Add tracepoints to report ->xpo_accept failures | Chuck Lever | 2020-05-18 | 1 | -16/+11 |
| | * | | svcrdma: Displayed remote IP address should match stored address | Chuck Lever | 2020-05-18 | 1 | -1/+6 |
| | * | | svcrdma: Rename tracepoints that record header decoding errors | Chuck Lever | 2020-05-18 | 1 | -5/+5 |
| | * | | svcrdma: Remove backchannel dprintk call sites | Chuck Lever | 2020-05-18 | 1 | -43/+5 |
| | * | | svcrdma: Fix backchannel return code | Chuck Lever | 2020-05-18 | 2 | -34/+15 |
| | * | | svcrdma: trace undersized Write chunks | Chuck Lever | 2020-05-18 | 1 | -5/+2 |
| | * | | svcrdma: Trace page overruns when constructing RDMA Reads | Chuck Lever | 2020-05-18 | 1 | -1/+1 |
| | * | | svcrdma: Clean up handling of get_rw_ctx errors | Chuck Lever | 2020-05-18 | 1 | -16/+11 |
| | * | | svcrdma: Clean up the tracing for rw_ctx_init errors | Chuck Lever | 2020-05-18 | 1 | -21/+35 |
| | * | | SUNRPC: Move xpt_mutex into socket xpo_sendto methods | Chuck Lever | 2020-05-18 | 5 | -36/+58 |
| * | | | sunrpc: add missing newline when printing parameter 'pool_mode' by sysfs | Xiongfeng Wang | 2020-05-12 | 1 | -5/+5 |
| * | | | sunrpc: Remove unused function ip_map_update | YueHaibing | 2020-05-06 | 1 | -9/+0 |
* | | | | Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2020-06-11 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | net/sysctl: use cpumask_parse in flow_limit_cpu_sysctl | Christoph Hellwig | 2020-06-08 | 1 | -1/+1 |
* | | | | | Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2020-06-10 | 2 | -2/+2 |
|\ \ \ \ \ |
|
| * | | | | | net: tls: Avoid assigning 'const' pointer to non-const pointer | Will Deacon | 2020-04-15 | 1 | -1/+1 |