Age | Commit message (Expand) | Author | Files | Lines |
2018-01-28 | NFS: Fix a race between mmap() and O_DIRECT | Trond Myklebust | 1 | -1/+1 |
2018-01-28 | NFS: Remove a redundant call to unmap_mapping_range() | Trond Myklebust | 1 | -1/+0 |
2018-01-25 | pnfs/blocklayout: Ensure disk address in block device map | Benjamin Coddington | 1 | -2/+7 |
2018-01-25 | pnfs/blocklayout: pnfs_block_dev_map uses bytes, not sectors | Benjamin Coddington | 1 | -4/+3 |
2018-01-24 | lockd: Fix server refcounting | Trond Myklebust | 1 | -3/+5 |
2018-01-23 | Merge tag 'nfs-rdma-for-4.16-1' of git://git.linux-nfs.org/projects/anna/linu... | Trond Myklebust | 14 | -657/+1662 |
2018-01-23 | SUNRPC: Fix null rpc_clnt dereference in rpc_task_queued tracepoint | Benjamin Coddington | 1 | -2/+2 |
2018-01-23 | SUNRPC: Micro-optimize __rpc_execute | Chuck Lever | 1 | -13/+11 |
2018-01-23 | SUNRPC: task_run_action should display tk_callback | Chuck Lever | 1 | -1/+1 |
2018-01-23 | sunrpc: Format RPC events consistently for display | Chuck Lever | 1 | -2/+2 |
2018-01-23 | SUNRPC: Trace xprt_timer events | Chuck Lever | 3 | -3/+5 |
2018-01-23 | xprtrdma: Correct some documenting comments | Chuck Lever | 2 | -2/+2 |
2018-01-23 | xprtrdma: Fix "bytes registered" accounting | Chuck Lever | 1 | -2/+2 |
2018-01-23 | xprtrdma: Instrument allocation/release of rpcrdma_req/rep objects | Chuck Lever | 3 | -9/+74 |
2018-01-23 | xprtrdma: Add trace points to instrument QP and CQ access upcalls | Chuck Lever | 2 | -0/+34 |
2018-01-23 | xprtrdma: Add trace points in the client-side backchannel code paths | Chuck Lever | 3 | -5/+73 |
2018-01-23 | xprtrdma: Add trace points for connect events | Chuck Lever | 3 | -28/+92 |
2018-01-23 | xprtrdma: Add trace points to instrument MR allocation and recovery | Chuck Lever | 2 | -3/+60 |
2018-01-23 | xprtrdma: Add trace points to instrument memory invalidation | Chuck Lever | 4 | -16/+57 |
2018-01-23 | xprtrdma: Add trace points in reply decoder path | Chuck Lever | 2 | -20/+102 |
2018-01-23 | xprtrdma: Add trace points to instrument memory registration | Chuck Lever | 3 | -22/+163 |
2018-01-23 | xprtrdma: Add trace points in the RPC Reply handler paths | Chuck Lever | 3 | -19/+171 |
2018-01-23 | xprtrdma: Add trace points in RPC Call transmit paths | Chuck Lever | 3 | -15/+129 |
2018-01-23 | rpcrdma: infrastructure for static trace points in rpcrdma.ko | Chuck Lever | 3 | -5/+25 |
2018-01-23 | rdma/ib: Add trace point macros to display human-readable values | Chuck Lever | 1 | -0/+129 |
2018-01-22 | NFS: reject request for id_legacy key without auxdata | Eric Biggers | 1 | -1/+5 |
2018-01-18 | nfs: Do not convert nfs_idmap_cache_timeout to jiffies | Jan Chochol | 1 | -1/+1 |
2018-01-18 | nfs: Use proper enum definitions for nfs_show_stable | Chuck Lever | 1 | -11/+11 |
2018-01-18 | nfs41: do not return ENOMEM on LAYOUTUNAVAILABLE | Tigran Mkrtchyan | 1 | -3/+1 |
2018-01-16 | xprtrdma: Introduce rpcrdma_mw_unmap_and_put | Chuck Lever | 4 | -23/+33 |
2018-01-16 | xprtrdma: Remove usage of "mw" | Chuck Lever | 5 | -278/+292 |
2018-01-16 | xprtrdma: Replace all usage of "frmr" with "frwr" | Chuck Lever | 5 | -100/+100 |
2018-01-16 | xprtrdma: Don't clear RPC_BC_PA_IN_USE on pre-allocated rpc_rqst's | Chuck Lever | 1 | -6/+1 |
2018-01-16 | xprtrdma: Split xprt_rdma_send_request | Chuck Lever | 4 | -32/+50 |
2018-01-16 | xprtrdma: buf_free not called for CB replies | Chuck Lever | 3 | -6/+1 |
2018-01-16 | xprtrdma: Move unmap-safe logic to rpcrdma_marshal_req | Chuck Lever | 2 | -5/+11 |
2018-01-16 | xprtrdma: Support IPv6 in xprt_rdma_set_port | Chuck Lever | 1 | -4/+24 |
2018-01-16 | xprtrdma: Remove another sockaddr_storage field (cdata::addr) | Chuck Lever | 3 | -19/+12 |
2018-01-16 | xprtrdma: Initialize the xprt address string array earlier | Chuck Lever | 3 | -13/+21 |
2018-01-16 | xprtrdma: Remove unused padding variables | Chuck Lever | 2 | -7/+3 |
2018-01-16 | xprtrdma: Remove ri_reminv_expected | Chuck Lever | 2 | -3/+0 |
2018-01-16 | xprtrdma: Per-mode handling for Remote Invalidation | Chuck Lever | 4 | -30/+27 |
2018-01-16 | xprtrdma: Eliminate unnecessary lock cycle in xprt_rdma_send_request | Chuck Lever | 1 | -1/+1 |
2018-01-16 | xprtrdma: Fix backchannel allocation of extra rpcrdma_reps | Chuck Lever | 3 | -24/+22 |
2018-01-16 | xprtrdma: Fix buffer leak after transport set up failure | Chuck Lever | 1 | -11/+2 |
2018-01-16 | NFS: commit direct writes even if they fail partially | J. Bruce Fields | 1 | -3/+1 |
2018-01-16 | nfs: remove unused label in nfs_encode_fh() | Arnd Bergmann | 1 | -1/+0 |
2018-01-14 | SUNRPC: Add explicit rescheduling points in the receive path | Trond Myklebust | 1 | -2/+19 |
2018-01-14 | SUNRPC: Chunk reading of replies from the server | Trond Myklebust | 1 | -4/+11 |
2018-01-14 | SUNRPC: Remove rpc_protocol() | Chuck Lever | 2 | -17/+0 |