summaryrefslogtreecommitdiffstats
path: root/fs/omfs (unfollow)
Commit message (Expand)AuthorFilesLines
2016-12-19pNFS: Return RW layouts on OPEN_DOWNGRADETrond Myklebust1-3/+13
2016-12-19NFSv4: Add encode/decode of the layoutreturn op in OPEN_DOWNGRADETrond Myklebust1-0/+10
2016-12-19NFS: Don't disconnect open-owner on NFS4ERR_BAD_SEQIDNeilBrown1-16/+13
2016-12-19NFSv4: ensure __nfs4_find_lock_state returns consistent result.NeilBrown1-8/+20
2016-12-19NFSv4.1: nfs4_fl_prepare_ds must be careful about reporting success.NeilBrown1-1/+2
2016-12-19pNFS/flexfiles: delete deviceid, don't mark inactiveWeston Andros Adamson2-3/+5
2016-12-19NFS: Clean up nfs_attribute_timeout()Trond Myklebust2-8/+7
2016-12-19NFS: Remove unused function nfs_revalidate_inode_rcu()Trond Myklebust2-10/+0
2016-12-19NFS: Fix and clean up the access cache validity checkingTrond Myklebust1-9/+9
2016-12-19NFS: Only look at the change attribute cache state in nfs_weak_revalidate()Trond Myklebust1-2/+3
2016-12-19NFS: Clean up cache validity checkingTrond Myklebust3-22/+34
2016-12-19NFS: Don't revalidate the file on close if we hold a delegationTrond Myklebust1-0/+2
2016-12-19NFSv4: Don't discard the attributes returned by asynchronous DELEGRETURNTrond Myklebust1-4/+1
2016-12-19NFSv4: Update the attribute cache info in update_changeattrTrond Myklebust1-1/+8
2016-12-10SUNRPC: fix refcounting problems with auth_gss messages.NeilBrown1-1/+6
2016-12-10nfs: add support for the umask attributeAndreas Gruenbacher5-17/+45
2016-12-10pNFS/flexfiles: Ensure we have enough buffer for layoutreturnTrond Myklebust2-6/+27
2016-12-10pNFS/flexfiles: Remove a redundant parameter in ff_layout_encode_ioerr()Trond Myklebust1-6/+4
2016-12-09pNFS/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-06pNFS: Release NFS_LAYOUT_RETURN when invalidating the layout stateidTrond Myklebust1-9/+12
2016-12-05NFSv4.1: Don't schedule lease recovery in nfs4_schedule_session_recovery()Trond Myklebust1-1/+1
2016-12-05NFSv4.1: Handle NFS4ERR_BADSESSION/NFS4ERR_DEADSESSION replies to OP_SEQUENCETrond Myklebust1-0/+4
2016-12-05NFS: Only look at the change attribute cache state in nfs_check_verifierTrond Myklebust3-9/+8
2016-12-05NFS: 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-03pNFS: 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-02NFS: 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_o...NeilBrown3-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