| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | sunrpc: Fix gss_unwrap_resp_integ() again | Chuck Lever | 2020-03-16 | 1 | -19/+58 |
| * | | SUNRPC: remove redundant assignments to variable status | Colin Ian King | 2020-03-16 | 1 | -1/+1 |
| * | | SUNRPC: Don't take a reference to the cred on synchronous tasks | Trond Myklebust | 2020-03-16 | 1 | -0/+3 |
| * | | SUNRPC: Add a flag to avoid reference counts on credentials | Trond Myklebust | 2020-03-16 | 2 | -3/+5 |
| |/ |
|
* | | svcrdma: Fix leak of transport addresses | Chuck Lever | 2020-03-27 | 1 | -0/+1 |
* | | SUNRPC: Fix a potential buffer overflow in 'svc_print_xprts()' | Christophe JAILLET | 2020-03-27 | 1 | -5/+14 |
* | | sunrpc: Add tracing for cache events | Trond Myklebust | 2020-03-16 | 1 | -9/+27 |
* | | SUNRPC/cache: Allow garbage collection of invalid cache entries | Trond Myklebust | 2020-03-16 | 1 | -17/+19 |
* | | nfsd: export upcalls must not return ESTALE when mountd is down | Trond Myklebust | 2020-03-16 | 3 | -27/+50 |
* | | SUNRPC: Teach server to use xprt_sock_sendmsg for socket sends | Chuck Lever | 2020-03-16 | 4 | -175/+71 |
* | | SUNRPC: Refactor xs_sendpages() | Chuck Lever | 2020-03-16 | 4 | -129/+177 |
* | | svcrdma: Avoid DMA mapping small RPC Replies | Chuck Lever | 2020-03-16 | 1 | -1/+12 |
* | | svcrdma: Fix double sync of transport header buffer | Chuck Lever | 2020-03-16 | 3 | -41/+28 |
* | | svcrdma: Refactor chunk list encoders | Chuck Lever | 2020-03-16 | 3 | -121/+207 |
* | | SUNRPC: Add encoders for list item discriminators | Chuck Lever | 2020-03-16 | 1 | -31/+5 |
* | | svcrdma: Rename svcrdma_encode trace points in send routines | Chuck Lever | 2020-03-16 | 1 | -6/+7 |
* | | svcrdma: Update synopsis of svc_rdma_send_reply_msg() | Chuck Lever | 2020-03-16 | 1 | -6/+4 |
* | | svcrdma: Update synopsis of svc_rdma_map_reply_msg() | Chuck Lever | 2020-03-16 | 2 | -34/+50 |
* | | svcrdma: Update synopsis of svc_rdma_send_reply_chunk() | Chuck Lever | 2020-03-16 | 2 | -7/+7 |
* | | svcrdma: De-duplicate code that locates Write and Reply chunks | Chuck Lever | 2020-03-16 | 2 | -35/+12 |
* | | svcrdma: Use struct xdr_stream to decode ingress transport headers | Chuck Lever | 2020-03-16 | 1 | -83/+123 |
* | | svcrdma: Remove svcrdma_cm_event() trace point | Chuck Lever | 2020-03-16 | 1 | -7/+0 |
* | | svcrdma: Create a generic tracing class for displaying xdr_buf layout | Chuck Lever | 2020-03-16 | 3 | -2/+5 |
* | | SUNRPC: Clean up: Replace dprintk and BUG_ON call sites in svcauth_gss.c | Chuck Lever | 2020-03-16 | 1 | -28/+15 |
* | | SUNRPC: Add xdr_pad_size() helper | Chuck Lever | 2020-03-16 | 3 | -10/+6 |
* | | svcrdma: Fix double svc_rdma_send_ctxt_put() in an error path | Chuck Lever | 2020-03-16 | 1 | -8/+1 |
* | | nfsd: Fix NFSv4 READ on RDMA when using readv | Chuck Lever | 2020-03-16 | 6 | -13/+83 |
* | | svcrdma: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 2020-03-16 | 1 | -1/+1 |
* | | sunrpc: Pass lockdep expression to RCU lists | Amol Grover | 2020-03-16 | 1 | -1/+2 |
|/ |
|
* | xprtrdma: Fix DMA scatter-gather list mapping imbalance | Chuck Lever | 2020-02-13 | 1 | -6/+7 |
* | Merge tag 'nfsd-5.6' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2020-02-07 | 2 | -22/+30 |
|\ |
|
| * | sunrpc: expiry_time should be seconds not timeval | Roberto Bergantinos Corpas | 2020-02-07 | 1 | -0/+4 |
| * | sunrpc: clean up cache entry add/remove from hashtable | Trond Myklebust | 2020-01-22 | 1 | -24/+26 |
| * | sunrpc: Fix potential leaks in sunrpc_cache_unhash() | Trond Myklebust | 2020-01-22 | 1 | -0/+2 |
* | | Merge tag 'nfs-for-5.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 2020-02-07 | 13 | -261/+199 |
|\ \ |
|
| * | | SUNRPC: Use kmemdup_nul() in rpc_parse_scope_id() | Trond Myklebust | 2020-02-03 | 1 | -1/+1 |
| * | | SUNRPC: Remove broken gss_mech_list_pseudoflavors() | Trond Myklebust | 2020-01-15 | 3 | -79/+0 |
| * | | xprtrdma: DMA map rr_rdma_buf as each rpcrdma_rep is created | Chuck Lever | 2020-01-15 | 1 | -20/+11 |
| * | | xprtrdma: Destroy reps from previous connection instance | Chuck Lever | 2020-01-15 | 1 | -1/+3 |
| * | | xprtrdma: Destroy rpcrdma_rep when Receive is flushed | Chuck Lever | 2020-01-15 | 1 | -1/+8 |
| * | | xprtrdma: Allocate and map transport header buffers at connect time | Chuck Lever | 2020-01-15 | 4 | -37/+84 |
| * | | xprtrdma: Refactor frwr_is_supported | Chuck Lever | 2020-01-15 | 3 | -47/+25 |
| * | | xprtrdma: Eliminate per-transport "max pages" | Chuck Lever | 2020-01-15 | 5 | -40/+23 |
| * | | xprtrdma: Refactor initialization of ep->rep_max_requests | Chuck Lever | 2020-01-15 | 4 | -11/+11 |
| * | | xprtrdma: Make sendctx queue lifetime the same as connection lifetime | Chuck Lever | 2020-01-15 | 1 | -7/+15 |
| * | | xprtrdma: Eliminate ri_max_send_sges | Chuck Lever | 2020-01-15 | 4 | -16/+14 |
| * | | SUNRPC: constify copied structure | Julia Lawall | 2020-01-15 | 1 | -1/+1 |
| * | | SUNRPC: call_connect_status should handle -EPROTO | Chuck Lever | 2020-01-15 | 1 | -0/+1 |
| * | | SUNRPC: Capture signalled RPC tasks | Chuck Lever | 2020-01-15 | 1 | -1/+3 |
| * | | sunrpc: convert to time64_t for expiry | Arnd Bergmann | 2020-01-15 | 6 | -21/+27 |