aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Expand)AuthorFilesLines
2016-12-19NFSv4: Update the attribute cache info in update_changeattrTrond Myklebust1-1/+8
2016-12-10Merge tag 'nfs-rdma-4.10-1' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust7-118/+128
2016-12-10SUNRPC: fix refcounting problems with auth_gss messages.NeilBrown1-1/+6
2016-12-09nfs: add support for the umask attributeAndreas Gruenbacher5-17/+45
2016-12-09pNFS/flexfiles: Ensure we have enough buffer for layoutreturnTrond Myklebust2-6/+27
2016-12-09pNFS/flexfiles: Remove a redundant parameter in ff_layout_encode_ioerr()Trond Myklebust1-6/+4
2016-12-08pNFS/flexfiles: Fix a deadlock on LAYOUTGETFred Isaman3-46/+43
2016-12-07pNFS: Layoutreturn must free the layout after the layout-private dataTrond Myklebust1-2/+2
2016-12-07pNFS/flexfiles: Fix ff_layout_add_ds_error_locked()Trond Myklebust1-1/+2
2016-12-07NFSv4: Add missing nfs_put_lock_context()NeilBrown1-2/+4
2016-12-05pNFS: Release NFS_LAYOUT_RETURN when invalidating the layout stateidTrond Myklebust1-9/+12
2016-12-04NFSv4.1: Don't schedule lease recovery in nfs4_schedule_session_recovery()Trond Myklebust1-1/+1
2016-12-04NFSv4.1: Handle NFS4ERR_BADSESSION/NFS4ERR_DEADSESSION replies to OP_SEQUENCETrond Myklebust1-0/+4
2016-12-04NFS: Only look at the change attribute cache state in nfs_check_verifierTrond Myklebust3-9/+8
2016-12-04NFS: Fix incorrect size revalidation when holding a delegationTrond Myklebust1-1/+4
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 Myklebust5-33/+44
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 Myklebust4-1/+12
2016-12-02NFSv4: Add a generic structure for managing layout-private informationTrond Myklebust1-0/+14
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.NeilBrown5-10/+6
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 contextNeilBrown5-8/+12
2016-12-01NFS: remove l_pid field from nfs_lockownerNeilBrown5-9/+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-01sunrpc: Don't engage exponential backoff when connection attempt is rejected.NeilBrown2-1/+4
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 Myklebust3-9/+54