summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)Author
2016-12-01NFS: fix typo in parameter descriptionWei Yongjun
2016-12-01NFS: discard nfs_lockowner structure.NeilBrown
2016-12-01NFSv4: enhance nfs4_copy_lock_stateid to use a flock stateid if there is oneNeilBrown
2016-12-01NFSv4: change nfs4_select_rw_stateid to take a lock_context inplace of lock_o...NeilBrown
2016-12-01NFSv4: change nfs4_do_setattr to take an open_context instead of a nfs4_state.NeilBrown
2016-12-01NFSv4: add flock_owner to open contextNeilBrown
2016-12-01NFS: remove l_pid field from nfs_lockownerNeilBrown
2016-12-01NFS: Remove unused argument from nfs_direct_write_complete()Anna Schumaker
2016-12-01NFS: Remove unused authflavour parameter from nfs_get_client()Anna Schumaker
2016-12-01nfs: fix false positives in nfs40_walk_client_list()J. Bruce Fields
2016-12-01pNFS: Skip invalid stateids when doing a bulk destroyTrond Myklebust
2016-12-01pNFS: Wait on outstanding layoutreturns to complete in pnfs_roc()Trond Myklebust
2016-12-01pNFS: Don't mark the layout as freed if the last lseg is marked for returnTrond Myklebust
2016-12-01pNFS: Sync the layout state bits in pnfs_cache_lseg_for_layoutreturnTrond Myklebust
2016-12-01pNFS: Fix bugs in _pnfs_return_layoutTrond Myklebust
2016-12-01pNFS: Clear all layout segment state in pnfs_mark_layout_stateid_invalidTrond Myklebust
2016-12-01pNFS: Prevent unnecessary layoutreturns after delegreturnTrond Myklebust
2016-12-01pNFS: Enable layoutreturn operation for return-on-closeTrond Myklebust
2016-12-01pNFS: Clean up - add a helper to initialise struct layoutreturn_argsTrond Myklebust
2016-12-01NFSv4: Add encode/decode of the layoutreturn op in DELEGRETURNTrond Myklebust
2016-12-01NFSv4: Add encode/decode of the layoutreturn op in CLOSETrond Myklebust
2016-12-01NFSv4: Fix missing operation accounting in NFS4_dec_delegreturn_szTrond Myklebust
2016-12-01pNFS: Don't mark layout segments invalid on layoutreturn in pnfs_rocTrond Myklebust
2016-12-01pNFS: Get rid of unnecessary layout parameter in encode_layoutreturn callbackTrond Myklebust
2016-12-01pNFS: Skip checking for return-on-close if the layout is invalidTrond Myklebust
2016-12-01pNFS: Remove spurious wake up in pnfs_layout_remove_lseg()Trond Myklebust
2016-12-01NFSv4: Ignore LAYOUTRETURN result if the layout doesn't match or is invalidTrond Myklebust
2016-12-01pNFS: Do not free layout segments that are marked for returnTrond Myklebust
2016-12-01pNFS: Delay getting the layout header in CB_LAYOUTRECALL handlersTrond Myklebust
2016-12-01pNFS: consolidate the different range intersection testsTrond Myklebust
2016-12-01pNFS: Fix race in pnfs_wait_on_layoutreturnTrond Myklebust
2016-12-01pNFS: On error, do not send LAYOUTGET until the LAYOUTRETURN has completedTrond Myklebust
2016-12-01pNFS: Force a retry of LAYOUTGET if the stateid doesn't match our cacheTrond Myklebust
2016-12-01pNFS: Clear NFS_LAYOUT_RETURN_REQUESTED when invalidating the layout stateidTrond Myklebust
2016-12-01pNFS: Don't clear the layout stateid if a layout return is outstandingTrond Myklebust
2016-12-01pNFS: Fix a deadlock between read resends and layoutreturnTrond Myklebust
2016-12-01NFSv4.1: Fix regression in callback retry handlingFred Isaman
2016-12-01NFSv4: Optimise away forced revalidation when we know the attributes are OKTrond Myklebust
2016-12-01NFSv4: Don't request close-to-open attribute when holding a delegationTrond Myklebust
2016-12-01NFSv4: Don't request a GETATTR on open_downgrade.Trond Myklebust
2016-12-01NFSv4: Don't ask for the change attribute when reclaiming stateTrond Myklebust
2016-12-01NFSv4: Don't check file access when reclaiming stateTrond Myklebust
2016-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-23Merge tag 'nfs-for-4.9-4' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2016-11-22NFSv4.x: hide array-bounds warningArnd Bergmann
2016-11-21NFSv4.1: Keep a reference on lock states while checkingBenjamin Coddington
2016-11-18NFSv4.1: Handle NFS4ERR_OLD_STATEID in nfs4_reclaim_open_stateBenjamin Coddington
2016-11-18NFSv4: Don't call close if the open stateid has already been clearedTrond Myklebust
2016-11-18NFSv4: Fix CLOSE races with OPENTrond Myklebust
2016-11-18NFSv4.1: Fix a regression in DELEGRETURNTrond Myklebust