summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4state.c
AgeCommit message (Expand)Author
2017-11-29NFSv4: Ensure gcc 4.4.4 can compile initialiser for "invalid_stateid"Trond Myklebust
2017-11-17NFSv4: Replace closed stateids with the "invalid special stateid"Trond Myklebust
2017-11-17NFSv4: Check the open stateid when searching for expired stateTrond Myklebust
2017-11-17NFSv4: Don't try to CLOSE if the stateid 'other' field has changedTrond Myklebust
2017-11-17NFSv4: Retry CLOSE and DELEGRETURN on NFS4ERR_OLD_STATEID.Trond Myklebust
2017-11-17NFSv4: Fix OPEN / CLOSE raceTrond Myklebust
2017-11-17fs, nfs: convert nfs_client.cl_count from atomic_t to refcount_tElena Reshetova
2017-11-17fs, nfs: convert nfs4_lock_state.ls_count from atomic_t to refcount_tElena Reshetova
2017-07-13Merge tag 'nfs-for-4.13-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2017-07-13NFSv4.1: Handle EXCHGID4_FLAG_CONFIRMED_R during NFSv4.1 migrationChuck Lever
2017-06-27NFS: Trunking detection should handle ERESTARTSYS/EINTRTrond Myklebust
2017-05-05NFSv4.1: RECLAIM_COMPLETE must handle NFS4ERR_CONN_NOT_BOUND_TO_SESSIONTrond Myklebust
2017-01-30NFSv4: Fix warning for using 0 as NULLWei Yongjun
2017-01-26nfs: Fix "Don't increment lock sequence ID after NFS4ERR_MOVED"Chuck Lever
2017-01-13NFSv4: Fix client recovery when server reboots multiple timesTrond Myklebust
2016-12-19NFS: Don't disconnect open-owner on NFS4ERR_BAD_SEQIDNeilBrown
2016-12-19NFSv4: ensure __nfs4_find_lock_state returns consistent result.NeilBrown
2016-12-04NFSv4.1: Don't schedule lease recovery in nfs4_schedule_session_recovery()Trond Myklebust
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-11-18NFSv4.1: Handle NFS4ERR_OLD_STATEID in nfs4_reclaim_open_stateBenjamin Coddington
2016-09-27NFSv4: If recovery failed for a specific open stateid, then don't retryTrond Myklebust
2016-09-27NFSv4: Open state recovery must account for file permission changesTrond Myklebust
2016-09-27NFSv4: nfs_inode_find_state_and_recover() should check all stateidsTrond Myklebust
2016-09-27NFSv4.1: Test delegation stateids when server declares "some state revoked"Trond Myklebust
2016-09-27NFSv4.1: Don't deadlock the state manager on the SEQUENCE status flagsTrond Myklebust
2016-08-05NFSv4: Cleanup the setting of the nfs4 lease periodTrond Myklebust
2016-06-24nfs4: Fix potential use after free of state in nfs4_do_reclaim.Oleg Drokin
2016-05-27nfs: fix anonymous member initializer build failure with older compilersLinus Torvalds
2016-05-17NFSv4: Use the right stateid for delegations in setattr, read and writeTrond Myklebust
2016-05-17NFSv4: Label stateids with the typeTrond Myklebust
2015-10-02NFSv4: Don't try to reclaim unused state ownersTrond Myklebust
2015-09-17Failing to send a CLOSE if file is opened WRONLY and server reboots on a 4.x ...Olga Kornievskaia
2015-08-17NFS: Remove nfs41_server_notify_{target|highest}_slotid_update()Anna Schumaker
2015-07-05NFSv4.1: Handle SEQ4_STATUS_BACKCHANNEL_FAULT correctlyTrond Myklebust
2015-07-05NFSv4.1: Handle SEQ4_STATUS_RECALLABLE_STATE_REVOKED status bit correctlyTrond Myklebust
2015-07-05NFSv4.1: Handle SEQ4_STATUS_EXPIRED_SOME_STATE_REVOKED status bit correctly.Trond Myklebust
2015-06-02NFSv4: Always drain the slot table before re-establishing the leaseTrond Myklebust
2015-06-01fixing infinite OPEN loop in 4.0 stateid recoveryOlga Kornievskaia
2015-04-26Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2015-04-23NFS: Move nfs_idmap.h into fs/nfs/Anna Schumaker
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-03-03NFSv4.1: Clear the old state by our client id before establishing a new leaseTrond Myklebust
2015-03-03NFSv4: Fix a race in NFSv4.1 server trunking discoveryTrond Myklebust
2015-02-11Merge tag 'nfs-for-3.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2015-01-23NFSv4: Check for NULL argument in nfs_*_seqid() functionsTrond Myklebust
2015-01-23NFSv4: Convert nfs_alloc_seqid() to return an ERR_PTR() if allocation failsTrond Myklebust
2015-01-16locks: add a dedicated spinlock to protect i_flctx listsJeff Layton
2015-01-16locks: convert posix locks to file_lock_contextJeff Layton