summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-07svcrdma: Update the synopsis of svc_rdma_read_special()Chuck Lever
2024-01-07svcrdma: Update the synopsis of svc_rdma_read_call_chunk()Chuck Lever
2024-01-07svcrdma: Update synopsis of svc_rdma_read_multiple_chunks()Chuck Lever
2024-01-07svcrdma: Update synopsis of svc_rdma_copy_inline_range()Chuck Lever
2024-01-07svcrdma: Update the synopsis of svc_rdma_read_data_item()Chuck Lever
2024-01-07svcrdma: Update synopsis of svc_rdma_read_chunk_range()Chuck Lever
2024-01-07svcrdma: Update synopsis of svc_rdma_build_read_chunk()Chuck Lever
2024-01-07svcrdma: Update synopsis of svc_rdma_build_read_segment()Chuck Lever
2024-01-07svcrdma: Move read_info::ri_pageoff into struct svc_rdma_recv_ctxtChuck Lever
2024-01-07svcrdma: Move svc_rdma_read_info::ri_pageno to struct svc_rdma_recv_ctxtChuck Lever
2024-01-07svcrdma: Start moving fields out of struct svc_rdma_read_infoChuck Lever
2024-01-07svcrdma: Move struct svc_rdma_chunk_ctxt to svc_rdma.hChuck Lever
2024-01-07svcrdma: Remove the svc_rdma_chunk_ctxt::cc_rdma fieldChuck Lever
2024-01-07svcrdma: Pass a pointer to the transport to svc_rdma_cc_release()Chuck Lever
2024-01-07svcrdma: Explicitly pass the transport to svc_rdma_post_chunk_ctxt()Chuck Lever
2024-01-07svcrdma: Explicitly pass the transport into Read chunk I/O pathsChuck Lever
2024-01-07svcrdma: Explicitly pass the transport into Write chunk I/O pathsChuck Lever
2024-01-07svcrdma: Acquire the svcxprt_rdma pointer from the CQ contextChuck Lever
2024-01-07svcrdma: Reduce size of struct svc_rdma_rw_ctxtChuck Lever
2024-01-07svcrdma: Update some svcrdma DMA-related tracepointsChuck Lever
2024-01-07svcrdma: DMA error tracepoints should report completion IDsChuck Lever
2024-01-07svcrdma: SQ error tracepoints should report completion IDsChuck Lever
2024-01-07rpcrdma: Introduce a simple cid tracepoint classChuck Lever
2024-01-07svcrdma: Add lockdep class keys for transport locksChuck Lever
2024-01-07svcrdma: Clean up lockingChuck Lever
2024-01-07svcrdma: Add an async version of svc_rdma_write_info_free()Chuck Lever
2024-01-07svcrdma: Add an async version of svc_rdma_send_ctxt_put()Chuck Lever
2024-01-07svcrdma: Add a utility workqueue to svcrdmaChuck Lever
2024-01-07svcrdma: Pre-allocate svc_rdma_recv_ctxt objectsChuck Lever
2024-01-07svcrdma: Eliminate allocation of recv_ctxt objects in backchannelChuck Lever
2024-01-07NFSv4, NFSD: move enum nfs_cb_opnum4 to include/linux/nfs4.hChenXiaoSong
2024-01-07nfsd: remove unnecessary NULL checkDan Carpenter
2024-01-07SUNRPC: Remove RQ_SPLICE_OKChuck Lever
2024-01-07NFSD: Modify NFSv4 to use nfsd_read_splice_ok()Chuck Lever
2024-01-07NFSD: Replace RQ_SPLICE_OK in nfsd_read()Chuck Lever
2024-01-07SUNRPC: Add a server-side API for retrieving an RPC's pseudoflavorChuck Lever
2024-01-07NFSD: Document lack of f_pos_lock in nfsd_readdir()Chuck Lever
2024-01-07NFSD: Remove nfsd_drc_gc() tracepointChuck Lever
2024-01-07NFSD: Make the file_delayed_close workqueue UNBOUNDChuck Lever
2024-01-07NFSD: use read_seqbegin() rather than read_seqbegin_or_lock()Oleg Nesterov
2024-01-07nfsd: new Kconfig option for legacy client trackingJeff Layton
2024-01-07Linux 6.7v6.7Linus Torvalds
2024-01-06Merge tag 'i2c-for-6.7-final' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-01-06i2c: core: Fix atomic xfer check for non-preempt configBenjamin Bara
2024-01-05Merge tag 'mm-hotfixes-stable-2024-01-05-11-35' of git://git.kernel.org/pub/s...Linus Torvalds
2024-01-05Merge tag 'nfsd-6.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2024-01-05Merge tag 'firewire-fixes-6.7-final' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-01-05Merge tag 'mmc-v6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf...Linus Torvalds
2024-01-05Merge tag 'drm-fixes-2024-01-05' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2024-01-05crash_core: fix and simplify the logic of crash_exclude_mem_range()Yuntao Wang