summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4state.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-4.13-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-07-131-5/+11
|\
| * NFSv4.1: Handle EXCHGID4_FLAG_CONFIRMED_R during NFSv4.1 migrationChuck Lever2017-07-131-5/+11
* | NFS: Trunking detection should handle ERESTARTSYS/EINTRTrond Myklebust2017-06-271-0/+2
|/
* NFSv4.1: RECLAIM_COMPLETE must handle NFS4ERR_CONN_NOT_BOUND_TO_SESSIONTrond Myklebust2017-05-051-3/+7
* NFSv4: Fix warning for using 0 as NULLWei Yongjun2017-01-301-1/+1
* nfs: Fix "Don't increment lock sequence ID after NFS4ERR_MOVED"Chuck Lever2017-01-261-0/+1
* NFSv4: Fix client recovery when server reboots multiple timesTrond Myklebust2017-01-131-1/+0
* NFS: Don't disconnect open-owner on NFS4ERR_BAD_SEQIDNeilBrown2016-12-191-16/+13
* NFSv4: ensure __nfs4_find_lock_state returns consistent result.NeilBrown2016-12-191-8/+20
* NFSv4.1: Don't schedule lease recovery in nfs4_schedule_session_recovery()Trond Myklebust2016-12-041-1/+1
* NFS: discard nfs_lockowner structure.NeilBrown2016-12-011-1/+1
* NFSv4: enhance nfs4_copy_lock_stateid to use a flock stateid if there is oneNeilBrown2016-12-011-5/+9
* NFSv4: change nfs4_select_rw_stateid to take a lock_context inplace of lock_o...NeilBrown2016-12-011-6/+5
* NFSv4.1: Handle NFS4ERR_OLD_STATEID in nfs4_reclaim_open_stateBenjamin Coddington2016-11-181-0/+1
* NFSv4: If recovery failed for a specific open stateid, then don't retryTrond Myklebust2016-09-271-7/+11
* NFSv4: Open state recovery must account for file permission changesTrond Myklebust2016-09-271-0/+3
* NFSv4: nfs_inode_find_state_and_recover() should check all stateidsTrond Myklebust2016-09-271-5/+39
* NFSv4.1: Test delegation stateids when server declares "some state revoked"Trond Myklebust2016-09-271-8/+9
* NFSv4.1: Don't deadlock the state manager on the SEQUENCE status flagsTrond Myklebust2016-09-271-1/+11
* NFSv4: Cleanup the setting of the nfs4 lease periodTrond Myklebust2016-08-051-6/+3
* nfs4: Fix potential use after free of state in nfs4_do_reclaim.Oleg Drokin2016-06-241-1/+1
* nfs: fix anonymous member initializer build failure with older compilersLinus Torvalds2016-05-271-1/+1
* NFSv4: Use the right stateid for delegations in setattr, read and writeTrond Myklebust2016-05-171-4/+9
* NFSv4: Label stateids with the typeTrond Myklebust2016-05-171-1/+4
* NFSv4: Don't try to reclaim unused state ownersTrond Myklebust2015-10-021-1/+2
* Failing to send a CLOSE if file is opened WRONLY and server reboots on a 4.x ...Olga Kornievskaia2015-09-171-1/+1
* NFS: Remove nfs41_server_notify_{target|highest}_slotid_update()Anna Schumaker2015-08-171-11/+1
* NFSv4.1: Handle SEQ4_STATUS_BACKCHANNEL_FAULT correctlyTrond Myklebust2015-07-051-3/+3
* NFSv4.1: Handle SEQ4_STATUS_RECALLABLE_STATE_REVOKED status bit correctlyTrond Myklebust2015-07-051-2/+4
* NFSv4.1: Handle SEQ4_STATUS_EXPIRED_SOME_STATE_REVOKED status bit correctly.Trond Myklebust2015-07-051-4/+13
* NFSv4: Always drain the slot table before re-establishing the leaseTrond Myklebust2015-06-021-1/+1
* fixing infinite OPEN loop in 4.0 stateid recoveryOlga Kornievskaia2015-06-011-0/+2
* Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-04-261-1/+1
|\
| * NFS: Move nfs_idmap.h into fs/nfs/Anna Schumaker2015-04-231-1/+1
* | VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-2/+2
|/
* NFSv4.1: Clear the old state by our client id before establishing a new leaseTrond Myklebust2015-03-031-1/+5
* NFSv4: Fix a race in NFSv4.1 server trunking discoveryTrond Myklebust2015-03-031-2/+12
* Merge tag 'nfs-for-3.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-02-111-12/+19
|\
| * NFSv4: Check for NULL argument in nfs_*_seqid() functionsTrond Myklebust2015-01-231-7/+14
| * NFSv4: Convert nfs_alloc_seqid() to return an ERR_PTR() if allocation failsTrond Myklebust2015-01-231-5/+5
* | locks: add a dedicated spinlock to protect i_flctx listsJeff Layton2015-01-161-4/+4
* | locks: convert posix locks to file_lock_contextJeff Layton2015-01-161-42/+10
* | locks: move flock locks to file_lock_contextJeff Layton2015-01-161-2/+40
|/
* Merge branch 'bugfixes' into linux-nextTrond Myklebust2014-09-301-11/+6
|\
| * NFSv4: fix open/lock state recovery error handlingTrond Myklebust2014-09-281-10/+6
| * NFSv4: Fix lock recovery when CREATE_SESSION/SETCLIENTID_CONFIRM failsTrond Myklebust2014-09-281-1/+0
* | Fixing lease renewalOlga Kornievskaia2014-09-241-0/+1
|/
* nfs: revert "nfs4: queue free_lock_state job submission to nfsiod"Jeff Layton2014-09-081-18/+6
* Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-08-131-42/+27
|\
| * nfs4: queue free_lock_state job submission to nfsiodJeff Layton2014-07-121-6/+18
OpenPOWER on IntegriCloud