aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-20NFS: remove unused check for negative dentryBenjamin Coddington1-5/+1
2019-09-20NFSv3: use nfs_add_or_obtain() to create and reference inodesBenjamin Coddington1-9/+36
2019-09-20NFS: Refactor nfs_instantiate() for dentry referencing callersBenjamin Coddington2-14/+30
2019-09-20SUNRPC: Fix congestion window race with disconnectChuck Lever1-0/+7
2019-09-20SUNRPC: Don't try to parse incomplete RPC messagesTrond Myklebust1-1/+13
2019-09-20SUNRPC: Rename xdr_buf_read_netobj to xdr_buf_read_micBenjamin Coddington3-24/+32
2019-09-20SUNRPC: Fix buffer handling of GSS MIC without slackBenjamin Coddington1-9/+18
2019-09-17SUNRPC: RPC level errors should always set task->tk_rpc_statusTrond Myklebust2-4/+7
2019-09-17SUNRPC: Don't receive TCP data into a request buffer that has been resetTrond Myklebust1-1/+7
2019-09-17SUNRPC: Dequeue the request from the receive queue while we're re-encodingTrond Myklebust3-26/+35
2019-08-26xprtrdma: Send Queue size grows after a reconnectChuck Lever1-12/+14
2019-08-26xprtrdma: Clear xprt->reestablish_timeout on closeChuck Lever3-4/+9
2019-08-26xprtrdma: Recycle MRs after disconnectChuck Lever3-9/+29
2019-08-22NFS: Have nfs4_proc_get_lease_time() call nfs4_call_sync_custom()Anna Schumaker1-10/+1
2019-08-22NFS: Have nfs41_proc_secinfo_no_name() call nfs4_call_sync_custom()Anna Schumaker1-2/+16
2019-08-22NFS: Have nfs41_proc_reclaim_complete() call nfs4_call_sync_custom()Anna Schumaker1-11/+2
2019-08-22NFS: Have _nfs4_proc_secinfo() call nfs4_call_sync_custom()Anna Schumaker1-8/+21
2019-08-22NFS: Have nfs4_proc_setclientid() call nfs4_call_sync_custom()Anna Schumaker1-8/+2
2019-08-22NFS: Add an nfs4_call_sync_custom() functionAnna Schumaker1-10/+15
2019-08-21NFSv4: Fix a memory leak bugWenwen Wang1-2/+4
2019-08-21xprtrdma: Optimize rpcrdma_post_recvs()Chuck Lever1-1/+1
2019-08-21xprtrdma: Inline XDR chunk encoder functionsChuck Lever1-9/+12
2019-08-21xprtrdma: Fix bc_max_slots return valueChuck Lever1-3/+1
2019-08-21xprtrdma: Clean up xprt_rdma_set_connect_timeout()Chuck Lever1-4/+4
2019-08-21xprtrdma: Use an llist to manage free rpcrdma_repsChuck Lever2-59/+53
2019-08-21xprtrdma: Remove rpcrdma_buffer::rb_mrlockChuck Lever3-18/+16
2019-08-21xprtrdma: Cache free MRs in each rpcrdma_reqChuck Lever5-14/+69
2019-08-20xprtrdma: Ensure creating an MR does not trigger FS writebackChuck Lever2-4/+5
2019-08-20xprtrdma: Move rpcrdma_mr_get out of frwr_mapChuck Lever5-44/+63
2019-08-20xprtrdma: Combine rpcrdma_mr_put and rpcrdma_mr_unmap_and_putChuck Lever3-28/+11
2019-08-20xprtrdma: Simplify rpcrdma_mr_popChuck Lever4-21/+11
2019-08-20xprtrdma: Toggle XPRT_CONGESTED in xprtrdma's slot methodsChuck Lever1-1/+3
2019-08-20xprtrdma: Rename rpcrdma_buffer::rb_allChuck Lever2-19/+9
2019-08-20xprtrdma: Rename CQE field in Receive trace pointsChuck Lever2-11/+12
2019-08-20xprtrdma: Boost client's max slot table size to match Linux serverChuck Lever1-2/+2
2019-08-20xprtrdma: Boost maximum transport header sizeChuck Lever2-14/+18
2019-08-20xprtrdma: Fix calculation of ri_max_segs againChuck Lever1-2/+2
2019-08-20xprtrdma: Update obsolete commentChuck Lever1-3/+0
2019-08-20xprtrdma: Refresh the documenting comment in frwr_ops.cChuck Lever1-48/+18
2019-08-20SUNRPC: Inline xdr_commit_encodeChuck Lever1-1/+1
2019-08-20SUNRPC: Remove rpc_wake_up_queued_task_on_wq()Chuck Lever2-26/+4
2019-08-20fs: nfs: Fix possible null-pointer dereferences in encode_attrs()Jia-Ju Bai1-1/+1
2019-08-18Linux 5.3-rc5Linus Torvalds1-1/+1
2019-08-17MAINTAINERS: Fix Hyperv vIOMMU driver file nameLan Tianyu1-1/+1
2019-08-17tools: hv: Use the correct style for SPDX License IdentifierNishad Kamdar1-1/+1
2019-08-17tools: hv: fix typos in toolchainAdrian Vladu4-6/+6
2019-08-17tools: hv: fix KVP and VSS daemons exit codeAdrian Vladu2-0/+4
2019-08-17tools: hv: fixed Python pep8/flake8 warnings for lsvmbusAdrian Vladu1-33/+42
2019-08-16arm64: ftrace: Ensure module ftrace trampoline is coherent with I-sideWill Deacon1-9/+13
2019-08-16x86/boot: Save fields explicitly, zero out everything elseJohn Hubbard1-15/+48