summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
...
| * | pNFS: Layoutreturn must free the layout after the layout-private dataTrond Myklebust2016-12-071-2/+2
| * | pNFS/flexfiles: Fix ff_layout_add_ds_error_locked()Trond Myklebust2016-12-071-1/+2
| * | NFSv4: Add missing nfs_put_lock_context()NeilBrown2016-12-071-2/+4
| * | pNFS: Release NFS_LAYOUT_RETURN when invalidating the layout stateidTrond Myklebust2016-12-051-9/+12
| * | NFSv4.1: Don't schedule lease recovery in nfs4_schedule_session_recovery()Trond Myklebust2016-12-041-1/+1
| * | NFSv4.1: Handle NFS4ERR_BADSESSION/NFS4ERR_DEADSESSION replies to OP_SEQUENCETrond Myklebust2016-12-041-0/+4
| * | NFS: Only look at the change attribute cache state in nfs_check_verifierTrond Myklebust2016-12-042-9/+7
| * | NFS: Fix incorrect size revalidation when holding a delegationTrond Myklebust2016-12-041-1/+4
| * | NFS: Fix incorrect mapping revalidation when holding a delegationTrond Myklebust2016-12-041-3/+9
| * | pNFS/flexfiles: Support sending layoutstats in layoutreturnTrond Myklebust2016-12-032-6/+79
| * | pNFS/flexfiles: Minor refactoring before adding iostats to layoutreturnTrond Myklebust2016-12-034-31/+43
| * | NFS: Fix up read of mirror statsTrond Myklebust2016-12-031-0/+2
| * | pNFS/flexfiles: Clean up layoutstatsTrond Myklebust2016-12-031-20/+7
| * | pNFS/flexfiles: Refactor encoding of the layoutreturn payloadTrond Myklebust2016-12-033-31/+124
| * | pNFS: Add a layoutreturn callback to performa layout-private setupTrond Myklebust2016-12-032-1/+14
| * | pNFS: Allow layout drivers to manage private data in struct nfs4_layoutreturnTrond Myklebust2016-12-023-1/+10
| * | pNFS/flexfiles: Only send layoutstats updates for mirrors that were updatedTrond Myklebust2016-12-022-0/+9
| * | pNFS/flexfiles: Don't attempt to send layoutstats if there are no entriesTrond Myklebust2016-12-021-0/+5
| * | NFS: Allow getattr to also report readdirplus cache hitsTrond Myklebust2016-12-023-5/+18
| * | NFS: Be more targeted about readdirplus use when doing lookup/revalidationTrond Myklebust2016-12-021-11/+19
| * | NFS: Fix a performance regression in readdirTrond Myklebust2016-12-021-13/+2
| * | NFS: fix typo in parameter descriptionWei Yongjun2016-12-011-1/+1
| * | NFS: discard nfs_lockowner structure.NeilBrown2016-12-014-5/+5
| * | NFSv4: enhance nfs4_copy_lock_stateid to use a flock stateid if there is oneNeilBrown2016-12-011-5/+9
| * | NFSv4: change nfs4_select_rw_stateid to take a lock_context inplace of lock_o...NeilBrown2016-12-013-16/+12
| * | NFSv4: change nfs4_do_setattr to take an open_context instead of a nfs4_state.NeilBrown2016-12-011-15/+13
| * | NFSv4: add flock_owner to open contextNeilBrown2016-12-014-7/+10
| * | NFS: remove l_pid field from nfs_lockownerNeilBrown2016-12-014-8/+2
| * | NFS: Remove unused argument from nfs_direct_write_complete()Anna Schumaker2016-12-011-6/+6
| * | NFS: Remove unused authflavour parameter from nfs_get_client()Anna Schumaker2016-12-018-43/+23
| * | nfs: fix false positives in nfs40_walk_client_list()J. Bruce Fields2016-12-011-1/+21
| * | pNFS: Skip invalid stateids when doing a bulk destroyTrond Myklebust2016-12-011-0/+2
| * | pNFS: Wait on outstanding layoutreturns to complete in pnfs_roc()Trond Myklebust2016-12-011-0/+9
| * | pNFS: Don't mark the layout as freed if the last lseg is marked for returnTrond Myklebust2016-12-011-0/+2
| * | pNFS: Sync the layout state bits in pnfs_cache_lseg_for_layoutreturnTrond Myklebust2016-12-011-14/+15
| * | pNFS: Fix bugs in _pnfs_return_layoutTrond Myklebust2016-12-011-3/+10
| * | pNFS: Clear all layout segment state in pnfs_mark_layout_stateid_invalidTrond Myklebust2016-12-011-1/+18
| * | pNFS: Prevent unnecessary layoutreturns after delegreturnTrond Myklebust2016-12-011-2/+4
| * | pNFS: Enable layoutreturn operation for return-on-closeTrond Myklebust2016-12-013-118/+96
| * | pNFS: Clean up - add a helper to initialise struct layoutreturn_argsTrond Myklebust2016-12-011-7/+18
| * | NFSv4: Add encode/decode of the layoutreturn op in DELEGRETURNTrond Myklebust2016-12-012-9/+51
| * | NFSv4: Add encode/decode of the layoutreturn op in CLOSETrond Myklebust2016-12-012-9/+66
| * | NFSv4: Fix missing operation accounting in NFS4_dec_delegreturn_szTrond Myklebust2016-12-011-0/+1
| * | pNFS: Don't mark layout segments invalid on layoutreturn in pnfs_rocTrond Myklebust2016-12-011-7/+13
| * | pNFS: Get rid of unnecessary layout parameter in encode_layoutreturn callbackTrond Myklebust2016-12-015-11/+9
| * | pNFS: Skip checking for return-on-close if the layout is invalidTrond Myklebust2016-12-011-1/+2
| * | pNFS: Remove spurious wake up in pnfs_layout_remove_lseg()Trond Myklebust2016-12-011-3/+0
| * | NFSv4: Ignore LAYOUTRETURN result if the layout doesn't match or is invalidTrond Myklebust2016-12-013-4/+9
| * | pNFS: Do not free layout segments that are marked for returnTrond Myklebust2016-12-013-22/+73
| * | pNFS: Delay getting the layout header in CB_LAYOUTRECALL handlersTrond Myklebust2016-12-011-32/+67
OpenPOWER on IntegriCloud