summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* NFS: Clean up nfs_lock_and_join_requests()Trond Myklebust2020-04-013-71/+95
* NFS: Remove the redundant function nfs_pgio_has_mirroring()Trond Myklebust2020-04-012-11/+2
* NFS: Fix memory leaks in nfs_pageio_stop_mirroring()Trond Myklebust2020-04-011-9/+8
* NFS: Fix a request reference leak in nfs_direct_write_clear_reqs()Trond Myklebust2020-04-011-0/+1
* NFS: Fix use-after-free issues in nfs_pageio_add_request()Trond Myklebust2020-04-011-24/+24
* NFS: Fix races nfs_page_group_destroy() vs nfs_destroy_unlinked_subrequests()Trond Myklebust2020-04-013-24/+55
* NFS: Fix a page leak in nfs_destroy_unlinked_subrequests()Trond Myklebust2020-04-011-0/+1
* Merge tag 'nfs-rdma-for-5.7-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust2020-03-287-715/+476
|\
| * xprtrdma: kmalloc rpcrdma_ep separate from rpcrdma_xprtChuck Lever2020-03-277-191/+143
| * xprtrdma: Extract sockaddr from struct rdma_cm_idChuck Lever2020-03-272-46/+67
| * xprtrdma: Merge struct rpcrdma_ia into struct rpcrdma_epChuck Lever2020-03-277-261/+246
| * xprtrdma: Disconnect on flushed completionChuck Lever2020-03-274-18/+47
| * xprtrdma: Remove rpcrdma_ia::ri_flagsChuck Lever2020-03-273-67/+13
| * xprtrdma: Invoke rpcrdma_ia_open in the connect workerChuck Lever2020-03-274-143/+20
| * xprtrdma: Allocate Protection Domain in rpcrdma_ep_create()Chuck Lever2020-03-271-16/+10
| * xprtrdma: Refactor rpcrdma_ep_connect() and rpcrdma_ep_disconnect()Chuck Lever2020-03-273-20/+20
| * xprtrdma: Clean up the post_send pathChuck Lever2020-03-275-18/+18
| * xprtrdma: Refactor frwr_init_mr()Chuck Lever2020-03-273-8/+8
| * xprtrdma: Invoke rpcrdma_ep_create() in the connect workerChuck Lever2020-03-273-103/+56
| * xprtrdma: Enhance MR-related trace pointsChuck Lever2020-03-272-27/+31
* | NFS: Remove unused FLUSH_SYNC support in nfs_initiate_pgio()Trond Myklebust2020-03-281-12/+3
* | pNFS/flexfiles: Specify the layout segment range in LAYOUTGETTrond Myklebust2020-03-271-4/+4
* | pNFS/flexfiles: remove requirement for whole file layoutsTrond Myklebust2020-03-271-21/+0
* | pNFS/flexfiles: Check the layout segment range before doing I/OTrond Myklebust2020-03-273-3/+13
* | pNFS/flexfile: Don't merge layout segments if the mirrors don't matchTrond Myklebust2020-03-271-0/+19
* | NFS/pNFS: Fix pnfs_layout_mark_request_commit() invalid layout segment handlingTrond Myklebust2020-03-271-16/+12
* | NFS/pNFS: Simplify bucket layout segment reference countingTrond Myklebust2020-03-272-21/+21
* | NFS/pNFS: Clean up pNFS commit operationsTrond Myklebust2020-03-276-71/+98
* | NFS: Remove bucket array from struct pnfs_ds_commit_infoTrond Myklebust2020-03-276-185/+1
* | NFS/pNFS: Add a helper pnfs_generic_search_commit_reqs()Trond Myklebust2020-03-273-31/+54
* | pNFS: Enable per-layout segment commit structuresTrond Myklebust2020-03-274-6/+117
* | pNFS: Add infrastructure for cleaning up per-layout commit structuresTrond Myklebust2020-03-277-4/+121
* | NFS/pNFS: Support commit arrays in nfs_clear_pnfs_ds_commit_verifiers()Trond Myklebust2020-03-271-3/+16
* | NFS: Fix O_DIRECT commit verifier handlingTrond Myklebust2020-03-273-124/+22
* | NFS: commit errors should be fatalTrond Myklebust2020-03-271-2/+30
* | NFS/pNFS: Allow O_DIRECT to release the DS commitinfoTrond Myklebust2020-03-272-0/+17
* | pNFS: Support per-layout segment commits in pnfs_generic_commit_pagelist()Trond Myklebust2020-03-271-0/+16
* | pNFS: Support per-layout segment commits in pnfs_generic_recover_commit_reqs()Trond Myklebust2020-03-271-8/+33
* | NFSv4/pNFS: Scan the full list of commit arrays when committingTrond Myklebust2020-03-271-12/+40
* | NFSv4/pnfs: Support a list of commit arrays in struct pnfs_ds_commit_infoTrond Myklebust2020-03-275-1/+18
* | pNFS: Add a helper to allocate the array of bucketsTrond Myklebust2020-03-263-3/+46
* | NFS/pNFS: Refactor pnfs_generic_commit_pagelist()Trond Myklebust2020-03-262-101/+76
* | pNFS/flexfiles: Simplify allocation of the mirror arrayTrond Myklebust2020-03-262-17/+6
* | SUNRPC: fix krb5p mount to provide large enough buffer in rq_rcvsizeOlga Kornievskaia2020-03-261-1/+2
* | NFS: Don't specify NFS version in "UDP not supported" errorPetr Vorel2020-03-251-2/+2
* | nfsroot: set tcp as the default transport protocolLiwei Song2020-03-251-1/+1
* | NFS: direct.c: Fix memory leak of dreq when nfs_get_lock_context failsMisono Tomohiro2020-03-221-0/+2
* | nfs: Fix up documentation in nfs_follow_referral() and nfs_do_submount()Trond Myklebust2020-03-172-5/+2
* | SUNRPC: Trim stack utilization in the wrap and unwrap pathsChuck Lever2020-03-161-6/+8
* | SUNRPC: Remove xdr_buf_read_mic()Chuck Lever2020-03-162-56/+0