aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4state.c
Commit message (Expand)AuthorAge
* NFSv4: Ensure that the state manager exits the loop on SIGKILLTrond Myklebust2018-11-12
* NFSv4: Don't exit the state manager without clearing NFS4CLNT_MANAGER_RUNNINGTrond Myklebust2018-11-12
* NFSv4: Split out NFS v4.2 copy completion functionsAnna Schumaker2018-09-30
* NFS: Reduce indentation of nfs4_recovery_handle_error()Anna Schumaker2018-09-30
* NFS: Reduce indentation of the switch statement in nfs4_reclaim_open_state()Anna Schumaker2018-09-30
* NFS: Split out the body of nfs4_reclaim_open_state()Anna Schumaker2018-09-30
* NFSv4: Convert struct nfs4_state to use refcount_tTrond Myklebust2018-09-30
* NFSv4: Convert open state lookup to use RCUTrond Myklebust2018-09-30
* NFS: Convert lookups of the open context to RCUTrond Myklebust2018-09-30
* NFSv4.1 fix infinite loop on I/O.Trond Myklebust2018-09-14
* NFSv4: Don't busy wait if NFSv4 session draining is interruptedTrond Myklebust2018-08-13
* NFS recover from destination server reboot for copiesOlga Kornievskaia2018-08-13
* NFS: Mark expected switch fall-throughsGustavo A. R. Silva2018-08-08
* pnfs: Add LAYOUTGET to OPEN of a new fileFred Isaman2018-05-31
* nfs: Use ida_simple APIMatthew Wilcox2018-04-10
* NFSv4: always set NFS_LOCK_LOST when a lock is lost.NeilBrown2018-01-14
* NFSv4: Ensure gcc 4.4.4 can compile initialiser for "invalid_stateid"Trond Myklebust2017-11-29
* NFSv4: Replace closed stateids with the "invalid special stateid"Trond Myklebust2017-11-17
* NFSv4: Check the open stateid when searching for expired stateTrond Myklebust2017-11-17
* NFSv4: Don't try to CLOSE if the stateid 'other' field has changedTrond Myklebust2017-11-17
* NFSv4: Retry CLOSE and DELEGRETURN on NFS4ERR_OLD_STATEID.Trond Myklebust2017-11-17
* NFSv4: Fix OPEN / CLOSE raceTrond Myklebust2017-11-17
* fs, nfs: convert nfs_client.cl_count from atomic_t to refcount_tElena Reshetova2017-11-17
* fs, nfs: convert nfs4_lock_state.ls_count from atomic_t to refcount_tElena Reshetova2017-11-17
* Merge tag 'nfs-for-4.13-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-07-13
|\
| * NFSv4.1: Handle EXCHGID4_FLAG_CONFIRMED_R during NFSv4.1 migrationChuck Lever2017-07-13
* | NFS: Trunking detection should handle ERESTARTSYS/EINTRTrond Myklebust2017-06-27
|/
* NFSv4.1: RECLAIM_COMPLETE must handle NFS4ERR_CONN_NOT_BOUND_TO_SESSIONTrond Myklebust2017-05-05
* NFSv4: Fix warning for using 0 as NULLWei Yongjun2017-01-30
* nfs: Fix "Don't increment lock sequence ID after NFS4ERR_MOVED"Chuck Lever2017-01-26
* NFSv4: Fix client recovery when server reboots multiple timesTrond Myklebust2017-01-13
* NFS: Don't disconnect open-owner on NFS4ERR_BAD_SEQIDNeilBrown2016-12-19
* NFSv4: ensure __nfs4_find_lock_state returns consistent result.NeilBrown2016-12-19
* NFSv4.1: Don't schedule lease recovery in nfs4_schedule_session_recovery()Trond Myklebust2016-12-04
* NFS: discard nfs_lockowner structure.NeilBrown2016-12-01
* NFSv4: enhance nfs4_copy_lock_stateid to use a flock stateid if there is oneNeilBrown2016-12-01
* NFSv4: change nfs4_select_rw_stateid to take a lock_context inplace of lock_o...NeilBrown2016-12-01
* NFSv4.1: Handle NFS4ERR_OLD_STATEID in nfs4_reclaim_open_stateBenjamin Coddington2016-11-18
* NFSv4: If recovery failed for a specific open stateid, then don't retryTrond Myklebust2016-09-27
* NFSv4: Open state recovery must account for file permission changesTrond Myklebust2016-09-27
* NFSv4: nfs_inode_find_state_and_recover() should check all stateidsTrond Myklebust2016-09-27
* NFSv4.1: Test delegation stateids when server declares "some state revoked"Trond Myklebust2016-09-27
* NFSv4.1: Don't deadlock the state manager on the SEQUENCE status flagsTrond Myklebust2016-09-27
* NFSv4: Cleanup the setting of the nfs4 lease periodTrond Myklebust2016-08-05
* nfs4: Fix potential use after free of state in nfs4_do_reclaim.Oleg Drokin2016-06-24
* nfs: fix anonymous member initializer build failure with older compilersLinus Torvalds2016-05-27
* NFSv4: Use the right stateid for delegations in setattr, read and writeTrond Myklebust2016-05-17
* NFSv4: Label stateids with the typeTrond Myklebust2016-05-17
* NFSv4: Don't try to reclaim unused state ownersTrond Myklebust2015-10-02
* Failing to send a CLOSE if file is opened WRONLY and server reboots on a 4.x ...Olga Kornievskaia2015-09-17