index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
binfmt_flat.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-01-07
svcrdma: Implement multi-stage Read completion again
Chuck Lever
3
-113
/
+80
2024-01-07
svcrdma: Copy construction of svc_rqst::rq_arg to rdma_read_complete()
Chuck Lever
2
-1
/
+93
2024-01-07
svcrdma: Add back svcxprt_rdma::sc_read_complete_q
Chuck Lever
3
-1
/
+38
2024-01-07
svcrdma: Add back svc_rdma_recv_ctxt::rc_pages
Chuck Lever
3
-2
/
+11
2024-01-07
svcrdma: Clean up comment in svc_rdma_accept()
Chuck Lever
1
-7
/
+10
2024-01-07
svcrdma: Remove queue-shortening warnings
Chuck Lever
1
-6
/
+1
2024-01-07
svcrdma: Remove pointer addresses shown in dprintk()
Chuck Lever
1
-3
/
+1
2024-01-07
svcrdma: Optimize svc_rdma_cc_init()
Chuck Lever
3
-6
/
+7
2024-01-07
svcrdma: De-duplicate completion ID initialization helpers
Chuck Lever
4
-22
/
+25
2024-01-07
svcrdma: Move the svc_rdma_cc_init() call
Chuck Lever
3
-3
/
+11
2024-01-07
svcrdma: Remove struct svc_rdma_read_info
Chuck Lever
1
-29
/
+0
2024-01-07
svcrdma: Update the synopsis of svc_rdma_read_special()
Chuck Lever
1
-10
/
+9
2024-01-07
svcrdma: Update the synopsis of svc_rdma_read_call_chunk()
Chuck Lever
1
-13
/
+11
2024-01-07
svcrdma: Update synopsis of svc_rdma_read_multiple_chunks()
Chuck Lever
1
-10
/
+9
2024-01-07
svcrdma: Update synopsis of svc_rdma_copy_inline_range()
Chuck Lever
1
-8
/
+9
2024-01-07
svcrdma: Update the synopsis of svc_rdma_read_data_item()
Chuck Lever
1
-9
/
+8
2024-01-07
svcrdma: Update synopsis of svc_rdma_read_chunk_range()
Chuck Lever
1
-12
/
+12
2024-01-07
svcrdma: Update synopsis of svc_rdma_build_read_chunk()
Chuck Lever
1
-11
/
+10
2024-01-07
svcrdma: Update synopsis of svc_rdma_build_read_segment()
Chuck Lever
2
-8
/
+16
2024-01-07
svcrdma: Move read_info::ri_pageoff into struct svc_rdma_recv_ctxt
Chuck Lever
2
-16
/
+16
2024-01-07
svcrdma: Move svc_rdma_read_info::ri_pageno to struct svc_rdma_recv_ctxt
Chuck Lever
2
-12
/
+10
2024-01-07
svcrdma: Start moving fields out of struct svc_rdma_read_info
Chuck Lever
2
-31
/
+30
2024-01-07
svcrdma: Move struct svc_rdma_chunk_ctxt to svc_rdma.h
Chuck Lever
2
-18
/
+15
2024-01-07
svcrdma: Remove the svc_rdma_chunk_ctxt::cc_rdma field
Chuck Lever
1
-2
/
+0
2024-01-07
svcrdma: Pass a pointer to the transport to svc_rdma_cc_release()
Chuck Lever
1
-6
/
+7
2024-01-07
svcrdma: Explicitly pass the transport to svc_rdma_post_chunk_ctxt()
Chuck Lever
1
-5
/
+5
2024-01-07
svcrdma: Explicitly pass the transport into Read chunk I/O paths
Chuck Lever
1
-22
/
+36
2024-01-07
svcrdma: Explicitly pass the transport into Write chunk I/O paths
Chuck Lever
1
-1
/
+4
2024-01-07
svcrdma: Acquire the svcxprt_rdma pointer from the CQ context
Chuck Lever
1
-2
/
+3
2024-01-07
svcrdma: Reduce size of struct svc_rdma_rw_ctxt
Chuck Lever
1
-4
/
+8
2024-01-07
svcrdma: Update some svcrdma DMA-related tracepoints
Chuck Lever
2
-15
/
+16
2024-01-07
svcrdma: DMA error tracepoints should report completion IDs
Chuck Lever
2
-41
/
+42
2024-01-07
svcrdma: SQ error tracepoints should report completion IDs
Chuck Lever
3
-26
/
+35
2024-01-07
rpcrdma: Introduce a simple cid tracepoint class
Chuck Lever
5
-71
/
+30
2024-01-07
svcrdma: Add lockdep class keys for transport locks
Chuck Lever
1
-0
/
+6
2024-01-07
svcrdma: Clean up locking
Chuck Lever
1
-2
/
+2
2024-01-07
svcrdma: Add an async version of svc_rdma_write_info_free()
Chuck Lever
1
-1
/
+11
2024-01-07
svcrdma: Add an async version of svc_rdma_send_ctxt_put()
Chuck Lever
2
-9
/
+27
2024-01-07
svcrdma: Add a utility workqueue to svcrdma
Chuck Lever
3
-8
/
+26
2024-01-07
svcrdma: Pre-allocate svc_rdma_recv_ctxt objects
Chuck Lever
1
-11
/
+21
2024-01-07
svcrdma: Eliminate allocation of recv_ctxt objects in backchannel
Chuck Lever
3
-22
/
+23
2024-01-07
NFSv4, NFSD: move enum nfs_cb_opnum4 to include/linux/nfs4.h
ChenXiaoSong
3
-44
/
+23
2024-01-07
nfsd: remove unnecessary NULL check
Dan Carpenter
1
-1
/
+1
2024-01-07
SUNRPC: Remove RQ_SPLICE_OK
Chuck Lever
4
-15
/
+0
2024-01-07
NFSD: Modify NFSv4 to use nfsd_read_splice_ok()
Chuck Lever
3
-7
/
+14
2024-01-07
NFSD: Replace RQ_SPLICE_OK in nfsd_read()
Chuck Lever
2
-1
/
+26
2024-01-07
SUNRPC: Add a server-side API for retrieving an RPC's pseudoflavor
Chuck Lever
3
-1
/
+28
2024-01-07
NFSD: Document lack of f_pos_lock in nfsd_readdir()
Chuck Lever
1
-3
/
+17
2024-01-07
NFSD: Remove nfsd_drc_gc() tracepoint
Chuck Lever
2
-27
/
+1
2024-01-07
NFSD: Make the file_delayed_close workqueue UNBOUND
Chuck Lever
1
-1
/
+1
[next]