summaryrefslogtreecommitdiffstats
path: root/fs/nfs/pnfs_nfs.c
Commit message (Expand)AuthorAgeFilesLines
* NFSv4.1/pnfs: fix NFS with TLS in pnfsOlga Kornievskaia2024-03-091-1/+43
* pNFS: Fix assignment of xprtdata.credAnna Schumaker2023-08-301-1/+1
* NFS/pNFS: Set the connect timeout for the pNFS flexfiles driverTrond Myklebust2023-08-241-0/+3
* NFS: Convert buffered writes to use foliosTrond Myklebust2023-02-141-9/+9
* NFS: Avoid memcpy() run-time warning for struct sockaddr overflowsKees Cook2022-10-271-3/+3
* fs/nfs/pnfs_nfs.c: fix spelling typo and syntax error in commentJiangshan Yi2022-10-051-2/+2
* NFS: nfsiod should not block forever in mempool_alloc()Trond Myklebust2022-03-221-2/+6
* NFS: Fix up commit deadlocksTrond Myklebust2021-10-201-2/+0
* pnfs/flexfiles: Fix misplaced barrier in nfs4_ff_layout_prepare_dsBaptiste Lepers2021-10-031-2/+2
* NFSv4/pNFS: Return an error if _nfs4_pnfs_v3_ds_connect can't load NFSv3Trond Myklebust2021-07-081-1/+1
* NFSv4/pNFS: Don't call _nfs4_pnfs_v3_ds_connect multiple timesTrond Myklebust2021-07-081-26/+26
* NFS/pNFS: Don't leak DS commits in pnfs_generic_retry_commit()Trond Myklebust2021-01-101-3/+5
* NFS/pNFS: Don't call pnfs_free_bucket_lseg() before removing the requestTrond Myklebust2021-01-101-9/+5
* pNFS: Clean up open coded xdr string decodingTrond Myklebust2020-12-021-36/+7
* NFSv4/pNFS: Store the transport type in struct nfs4_pnfs_ds_addrTrond Myklebust2020-12-021-15/+19
* pNFS: Add helpers for allocation/free of struct nfs4_pnfs_ds_addrTrond Myklebust2020-12-021-5/+16
* NFSv4/pNFS: Use connections to a DS that are all of the same protocol familyTrond Myklebust2020-12-021-1/+6
* NFS/pnfs: Don't use RPC_TASK_CRED_NOREF with pnfsTrond Myklebust2020-05-131-1/+2
* pNFS: Fix RCU lock leakageTrond Myklebust2020-04-111-0/+1
* 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-271-19/+20
* NFS/pNFS: Clean up pNFS commit operationsTrond Myklebust2020-03-271-12/+1
* NFS: Remove bucket array from struct pnfs_ds_commit_infoTrond Myklebust2020-03-271-18/+0
* NFS/pNFS: Add a helper pnfs_generic_search_commit_reqs()Trond Myklebust2020-03-271-0/+51
* pNFS: Enable per-layout segment commit structuresTrond Myklebust2020-03-271-6/+71
* pNFS: Add infrastructure for cleaning up per-layout commit structuresTrond Myklebust2020-03-271-3/+85
* 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
* pNFS: Add a helper to allocate the array of bucketsTrond Myklebust2020-03-261-0/+31
* NFS/pNFS: Refactor pnfs_generic_commit_pagelist()Trond Myklebust2020-03-261-97/+67
* NFS/pnfs: Fix pnfs_generic_prepare_to_resend_writes()Trond Myklebust2020-01-151-4/+3
* pNFS/flexfiles: Turn off soft RPC callsTrond Myklebust2019-08-261-5/+10
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown2018-12-191-1/+1
* NFSv4: Fix locking in pnfs_generic_recover_commit_reqsTrond Myklebust2018-08-151-9/+7
* sched/wait, fs/nfs: Convert wait_on_atomic_t() usage to the new wait_var_even...Peter Zijlstra2018-03-201-1/+1
* fs, nfs: convert nfs4_pnfs_ds.ds_count from atomic_t to refcount_tElena Reshetova2017-11-171-5/+5
* NFS: Remove pnfs_generic_transfer_commit_list()Trond Myklebust2017-09-091-41/+2
* NFS: nfs_lock_and_join_requests and nfs_scan_commit_list can deadlockTrond Myklebust2017-09-091-5/+11
* NFS: Wait for requests that are locked on the commit listTrond Myklebust2017-08-151-4/+14
* NFSv4/pnfs: Replace pnfs_put_lseg_locked() with pnfs_put_lseg()Trond Myklebust2017-08-151-2/+2
* NFSv4: Use a mutex to protect the per-inode commit listsTrond Myklebust2017-08-151-8/+7
* Revert commit 722f0b891198 ("pNFS: Don't send COMMITs to the DSes if...")Trond Myklebust2017-07-191-7/+0
* NFS: Fix another COMMIT race in pNFSTrond Myklebust2017-07-191-1/+6
* NFS: Fix a COMMIT race in pNFSTrond Myklebust2017-07-191-3/+7
* pNFS: Fix NULL dereference in pnfs_generic_alloc_ds_commitsFred Isaman2017-05-031-1/+1
* pNFS: Fix a typo in pnfs_generic_alloc_ds_commitsTrond Myklebust2017-05-021-1/+1
* pNFS: Don't send COMMITs to the DSes if the server invalidated our layoutTrond Myklebust2017-04-291-0/+7
* pNFS: unexport nfs4_pnfs_v3_ds_connect_unloadTrond Myklebust2017-04-201-1/+0