summaryrefslogtreecommitdiffstats
path: root/fs/nfs/pnfs_nfs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* NFS: fix usage of mempools.NeilBrown2017-04-201-11/+5
* pNFS/flexfiles: never nfs4_mark_deviceid_unavailableWeston Andros Adamson2017-03-171-8/+16
* pNFS: return status from nfs4_pnfs_ds_connectWeston Andros Adamson2017-03-171-2/+13
* NFS: Remove unused authflavour parameter from nfs_get_client()Anna Schumaker2016-12-011-18/+10
* NFS pnfs data server multipath session trunkingAndy Adamson2016-09-191-14/+44
* Merge branch 'writeback'Trond Myklebust2016-07-241-0/+7
|\
| * pNFS: Files and flexfiles always need to commit before layoutcommitTrond Myklebust2016-07-051-0/+7
* | nfs4: flexfiles: respect noresvport when establishing connections to DSesTigran Mkrtchyan2016-07-191-2/+2
* | nfs4: clnt: respect noresvport when establishing connections to DSesTigran Mkrtchyan2016-07-191-1/+1
* | pnfs_nfs: fix _cancel_empty_pagelistWeston Andros Adamson2016-06-241-2/+10
|/
* nfs: avoid race that crashes nfs_init_commitWeston Andros Adamson2016-05-251-0/+28
* NFS: Save struct inode * inside nfs_commit_info to clarify usage of i_lockDave Wysochanski2016-05-091-16/+16
* pnfs/NFSv4.1: Add multipath capabilities to pNFS flexfiles servers over NFSv3Trond Myklebust2016-02-051-3/+13
* NFSv4.1/pNFS: Don't queue up a new commit if the layout segment is invalidTrond Myklebust2015-12-311-0/+5
* NFS: Allow multiple commit requests in flight per fileTrond Myklebust2015-12-311-4/+1
* NFS41: fix list splice typePeng Tao2015-08-201-1/+1
* Merge branch 'layoutfixes'Trond Myklebust2015-08-171-18/+32
|\
| * pNFS: Tighten up locking around DS commit bucketsTrond Myklebust2015-08-121-18/+32