Age | Commit message (Expand) | Author | Files | Lines |
2020-11-09 | net/sunrpc: fix useless comparison in proc_do_xprt() | Dan Carpenter | 1 | -3/+4 |
2020-11-06 | net/sunrpc: return 0 on attempt to write to "transports" | Dan Carpenter | 1 | -1/+1 |
2020-10-22 | Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 7 | -25/+85 |
2020-10-20 | Merge tag 'nfs-for-5.10-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 10 | -283/+323 |
2020-10-20 | SUNRPC: fix copying of multiple pages in gss_read_proxy_verf() | Martijn de Gouw | 1 | -10/+17 |
2020-10-20 | sunrpc: raise kernel RPC channel buffer size | Roberto Bergantinos Corpas | 1 | -1/+1 |
2020-10-16 | svcrdma: fix bounce buffers for unaligned offsets and multiple pages | Dan Aloni | 1 | -1/+2 |
2020-10-16 | net/sunrpc: Fix return value for sysctl sunrpc.transports | Artur Molchanov | 1 | -1/+7 |
2020-10-16 | Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 1 | -2/+4 |
2020-10-13 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 7 | -513/+13 |
2020-10-13 | Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
2020-10-07 | SUNRPC: Add an xdr_align_data() function | Anna Schumaker | 1 | -0/+121 |
2020-10-07 | SUNRPC: Add the ability to expand holes in data pages | Anna Schumaker | 1 | -0/+69 |
2020-10-07 | SUNRPC: Split out _shift_data_right_tail() | Anna Schumaker | 1 | -27/+41 |
2020-10-07 | SUNRPC: Split out xdr_realign_pages() from xdr_align_pages() | Anna Schumaker | 1 | -7/+14 |
2020-10-07 | SUNRPC: Implement a xdr_page_pos() function | Anna Schumaker | 1 | -0/+13 |
2020-10-07 | SUNRPC: Split out a function for setting current page | Anna Schumaker | 1 | -4/+9 |
2020-10-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -1/+1 |
2020-09-26 | sunrpc: simplify do_cache_clean | J. Bruce Fields | 1 | -7/+8 |
2020-09-26 | sunrpc: cache : Replace seq_printf with seq_puts | Xu Wang | 1 | -2/+2 |
2020-09-26 | SUNRPC/NFSD: Implement xdr_reserve_space_vec() | Anna Schumaker | 1 | -0/+45 |
2020-09-26 | net: sunrpc: delete repeated words | Randy Dunlap | 3 | -3/+3 |
2020-09-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2 | -2/+4 |
2020-09-21 | xprtrdma: drop double zeroing | Julia Lawall | 1 | -1/+1 |
2020-09-21 | Replace HTTP links with HTTPS ones: NFS, SUNRPC, and LOCKD clients | Alexander A. Klimov | 2 | -2/+2 |
2020-09-21 | SUNRPC: Remove remaining dprintks from sched.c | Chuck Lever | 1 | -10/+0 |
2020-09-21 | SUNRPC: Remove dprintk call sites in RPC queuing functions | Chuck Lever | 1 | -21/+1 |
2020-09-21 | SUNRPC: Clean up RPC scheduler tracepoints | Chuck Lever | 1 | -12/+3 |
2020-09-21 | SUNRPC: Replace rpcbind dprintk call sites with tracepoints | Chuck Lever | 1 | -20/+4 |
2020-09-21 | SUNRPC: Remove more dprintks in rpcb_clnt.c | Chuck Lever | 1 | -22/+3 |
2020-09-21 | SUNRPC: Remove dprintk call sites in rpcbind XDR functions | Chuck Lever | 1 | -27/+1 |
2020-09-21 | SUNRPC: Hoist trace_xprtrdma_op_setport into generic code | Chuck Lever | 2 | -18/+14 |
2020-09-21 | SUNRPC: Remove rpcb_getport_async dprintk call sites | Chuck Lever | 1 | -20/+3 |
2020-09-21 | SUNRPC: Clean up call_bind_status() observability | Chuck Lever | 1 | -14/+6 |
2020-09-21 | SUNRPC: Remove dprintk call site in call_decode | Chuck Lever | 1 | -2/+0 |
2020-09-21 | SUNRPC: Trace call_refresh events | Chuck Lever | 1 | -6/+3 |
2020-09-21 | SUNRPC: Add trace_rpc_timeout_status() | Chuck Lever | 1 | -1/+1 |
2020-09-21 | SUNRPC: Mitigate cond_resched() in xprt_transmit() | Chuck Lever | 1 | -2/+4 |
2020-09-21 | SUNRPC: Replace connect dprintk call sites with a tracepoint | Chuck Lever | 2 | -6/+1 |
2020-09-21 | SUNRPC: Remove dprintk call site in call_start() | Chuck Lever | 1 | -4/+0 |
2020-09-21 | SUNRPC: Remove the dprint_status() macro | Chuck Lever | 1 | -30/+1 |
2020-09-21 | SUNRPC: Replace dprintk() call site in xs_nospace() | Chuck Lever | 1 | -4/+1 |
2020-09-21 | SUNRPC: Replace dprintk() call site in xprt_prepare_transmit | Chuck Lever | 1 | -2/+2 |
2020-09-21 | SUNRPC: Update debugging instrumentation in xprt_do_reserve() | Chuck Lever | 1 | -6/+2 |
2020-09-21 | SUNRPC: Remove debugging instrumentation from xprt_release | Chuck Lever | 3 | -6/+0 |
2020-09-21 | SUNRPC: Hoist trace_xprtrdma_op_allocate into generic code | Chuck Lever | 3 | -6/+1 |
2020-09-21 | SUNRPC: Remove trace_xprt_complete_rqst() | Chuck Lever | 1 | -2/+0 |
2020-09-21 | SUNRPC dont update timeout value on connection reset | Olga Kornievskaia | 1 | -1/+2 |
2020-09-21 | SUNRPC: Fix svc_flush_dcache() | Chuck Lever | 1 | -1/+1 |
2020-09-11 | SUNRPC: remove RC4-HMAC-MD5 support from KerberosV | Ard Biesheuvel | 7 | -513/+13 |