aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-04NFS: Fix incorrect mapping revalidation when holding a delegationTrond Myklebust1-3/+9
2016-12-03pNFS/flexfiles: Support sending layoutstats in layoutreturnTrond Myklebust2-6/+79
2016-12-03pNFS/flexfiles: Minor refactoring before adding iostats to layoutreturnTrond Myklebust4-31/+43
2016-12-03NFS: Fix up read of mirror statsTrond Myklebust1-0/+2
2016-12-03pNFS/flexfiles: Clean up layoutstatsTrond Myklebust1-20/+7
2016-12-03pNFS/flexfiles: Refactor encoding of the layoutreturn payloadTrond Myklebust3-31/+124
2016-12-03pNFS: Add a layoutreturn callback to performa layout-private setupTrond Myklebust2-1/+14
2016-12-02pNFS: Allow layout drivers to manage private data in struct nfs4_layoutreturnTrond Myklebust3-1/+10
2016-12-02pNFS/flexfiles: Only send layoutstats updates for mirrors that were updatedTrond Myklebust2-0/+9
2016-12-02pNFS/flexfiles: Don't attempt to send layoutstats if there are no entriesTrond Myklebust1-0/+5
2016-12-02NFS: Allow getattr to also report readdirplus cache hitsTrond Myklebust3-5/+18
2016-12-02NFS: Be more targeted about readdirplus use when doing lookup/revalidationTrond Myklebust1-11/+19
2016-12-02NFS: Fix a performance regression in readdirTrond Myklebust1-13/+2
2016-12-01NFS: fix typo in parameter descriptionWei Yongjun1-1/+1
2016-12-01NFS: discard nfs_lockowner structure.NeilBrown4-5/+5
2016-12-01NFSv4: enhance nfs4_copy_lock_stateid to use a flock stateid if there is oneNeilBrown1-5/+9
2016-12-01NFSv4: change nfs4_select_rw_stateid to take a lock_context inplace of lock_ownerNeilBrown3-16/+12
2016-12-01NFSv4: change nfs4_do_setattr to take an open_context instead of a nfs4_state.NeilBrown1-15/+13
2016-12-01NFSv4: add flock_owner to open contextNeilBrown4-7/+10
2016-12-01NFS: remove l_pid field from nfs_lockownerNeilBrown4-8/+2
2016-12-01NFS: Remove unused argument from nfs_direct_write_complete()Anna Schumaker1-6/+6
2016-12-01NFS: Remove unused authflavour parameter from nfs_get_client()Anna Schumaker8-43/+23
2016-12-01nfs: fix false positives in nfs40_walk_client_list()J. Bruce Fields1-1/+21
2016-12-01pNFS: Skip invalid stateids when doing a bulk destroyTrond Myklebust1-0/+2
2016-12-01pNFS: Wait on outstanding layoutreturns to complete in pnfs_roc()Trond Myklebust1-0/+9
2016-12-01pNFS: Don't mark the layout as freed if the last lseg is marked for returnTrond Myklebust1-0/+2
2016-12-01pNFS: Sync the layout state bits in pnfs_cache_lseg_for_layoutreturnTrond Myklebust1-14/+15
2016-12-01pNFS: Fix bugs in _pnfs_return_layoutTrond Myklebust1-3/+10
2016-12-01pNFS: Clear all layout segment state in pnfs_mark_layout_stateid_invalidTrond Myklebust1-1/+18
2016-12-01pNFS: Prevent unnecessary layoutreturns after delegreturnTrond Myklebust1-2/+4
2016-12-01pNFS: Enable layoutreturn operation for return-on-closeTrond Myklebust3-118/+96
2016-12-01pNFS: Clean up - add a helper to initialise struct layoutreturn_argsTrond Myklebust1-7/+18
2016-12-01NFSv4: Add encode/decode of the layoutreturn op in DELEGRETURNTrond Myklebust2-9/+51
2016-12-01NFSv4: Add encode/decode of the layoutreturn op in CLOSETrond Myklebust2-9/+66
2016-12-01NFSv4: Fix missing operation accounting in NFS4_dec_delegreturn_szTrond Myklebust1-0/+1
2016-12-01pNFS: Don't mark layout segments invalid on layoutreturn in pnfs_rocTrond Myklebust1-7/+13
2016-12-01pNFS: Get rid of unnecessary layout parameter in encode_layoutreturn callbackTrond Myklebust5-11/+9
2016-12-01pNFS: Skip checking for return-on-close if the layout is invalidTrond Myklebust1-1/+2
2016-12-01pNFS: Remove spurious wake up in pnfs_layout_remove_lseg()Trond Myklebust1-3/+0
2016-12-01NFSv4: Ignore LAYOUTRETURN result if the layout doesn't match or is invalidTrond Myklebust3-4/+9
2016-12-01pNFS: Do not free layout segments that are marked for returnTrond Myklebust3-22/+73
2016-12-01pNFS: Delay getting the layout header in CB_LAYOUTRECALL handlersTrond Myklebust1-32/+67
2016-12-01pNFS: consolidate the different range intersection testsTrond Myklebust3-57/+43
2016-12-01pNFS: Fix race in pnfs_wait_on_layoutreturnTrond Myklebust1-5/+3
2016-12-01pNFS: On error, do not send LAYOUTGET until the LAYOUTRETURN has completedTrond Myklebust2-1/+6
2016-12-01pNFS: Force a retry of LAYOUTGET if the stateid doesn't match our cacheTrond Myklebust1-5/+6
2016-12-01pNFS: Clear NFS_LAYOUT_RETURN_REQUESTED when invalidating the layout stateidTrond Myklebust1-8/+9
2016-12-01pNFS: Don't clear the layout stateid if a layout return is outstandingTrond Myklebust1-1/+3
2016-12-01pNFS: Fix a deadlock between read resends and layoutreturnTrond Myklebust2-0/+8
2016-12-01NFSv4.1: Fix regression in callback retry handlingFred Isaman1-1/+1