aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/nfs4state.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-26nfs: Fix "Don't increment lock sequence ID after NFS4ERR_MOVED"Gravatar Chuck Lever 1-0/+1
2017-01-13NFSv4: Fix client recovery when server reboots multiple timesGravatar Trond Myklebust 1-1/+0
2016-12-19NFS: Don't disconnect open-owner on NFS4ERR_BAD_SEQIDGravatar NeilBrown 1-16/+13
2016-12-19NFSv4: ensure __nfs4_find_lock_state returns consistent result.Gravatar NeilBrown 1-8/+20
2016-12-04NFSv4.1: Don't schedule lease recovery in nfs4_schedule_session_recovery()Gravatar Trond Myklebust 1-1/+1
2016-12-01NFS: discard nfs_lockowner structure.Gravatar NeilBrown 1-1/+1
2016-12-01NFSv4: enhance nfs4_copy_lock_stateid to use a flock stateid if there is oneGravatar NeilBrown 1-5/+9
2016-12-01NFSv4: change nfs4_select_rw_stateid to take a lock_context inplace of lock_o...Gravatar NeilBrown 1-6/+5
2016-11-18NFSv4.1: Handle NFS4ERR_OLD_STATEID in nfs4_reclaim_open_stateGravatar Benjamin Coddington 1-0/+1
2016-09-27NFSv4: If recovery failed for a specific open stateid, then don't retryGravatar Trond Myklebust 1-7/+11
2016-09-27NFSv4: Open state recovery must account for file permission changesGravatar Trond Myklebust 1-0/+3
2016-09-27NFSv4: nfs_inode_find_state_and_recover() should check all stateidsGravatar Trond Myklebust 1-5/+39
2016-09-27NFSv4.1: Test delegation stateids when server declares "some state revoked"Gravatar Trond Myklebust 1-8/+9
2016-09-27NFSv4.1: Don't deadlock the state manager on the SEQUENCE status flagsGravatar Trond Myklebust 1-1/+11
2016-08-05NFSv4: Cleanup the setting of the nfs4 lease periodGravatar Trond Myklebust 1-6/+3
2016-06-24nfs4: Fix potential use after free of state in nfs4_do_reclaim.Gravatar Oleg Drokin 1-1/+1
2016-05-27nfs: fix anonymous member initializer build failure with older compilersGravatar Linus Torvalds 1-1/+1
2016-05-17NFSv4: Use the right stateid for delegations in setattr, read and writeGravatar Trond Myklebust 1-4/+9
2016-05-17NFSv4: Label stateids with the typeGravatar Trond Myklebust 1-1/+4
2015-10-02NFSv4: Don't try to reclaim unused state ownersGravatar Trond Myklebust 1-1/+2
2015-09-17Failing to send a CLOSE if file is opened WRONLY and server reboots on a 4.x ...Gravatar Olga Kornievskaia 1-1/+1
2015-08-17NFS: Remove nfs41_server_notify_{target|highest}_slotid_update()Gravatar Anna Schumaker 1-11/+1
2015-07-05NFSv4.1: Handle SEQ4_STATUS_BACKCHANNEL_FAULT correctlyGravatar Trond Myklebust 1-3/+3
2015-07-05NFSv4.1: Handle SEQ4_STATUS_RECALLABLE_STATE_REVOKED status bit correctlyGravatar Trond Myklebust 1-2/+4
2015-07-05NFSv4.1: Handle SEQ4_STATUS_EXPIRED_SOME_STATE_REVOKED status bit correctly.Gravatar Trond Myklebust 1-4/+13
2015-06-02NFSv4: Always drain the slot table before re-establishing the leaseGravatar Trond Myklebust 1-1/+1
2015-06-01fixing infinite OPEN loop in 4.0 stateid recoveryGravatar Olga Kornievskaia 1-0/+2
2015-04-26Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-1/+1
2015-04-23NFS: Move nfs_idmap.h into fs/nfs/Gravatar Anna Schumaker 1-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-2/+2
2015-03-03NFSv4.1: Clear the old state by our client id before establishing a new leaseGravatar Trond Myklebust 1-1/+5
2015-03-03NFSv4: Fix a race in NFSv4.1 server trunking discoveryGravatar Trond Myklebust 1-2/+12
2015-02-11Merge tag 'nfs-for-3.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-12/+19
2015-01-23NFSv4: Check for NULL argument in nfs_*_seqid() functionsGravatar Trond Myklebust 1-7/+14
2015-01-23NFSv4: Convert nfs_alloc_seqid() to return an ERR_PTR() if allocation failsGravatar Trond Myklebust 1-5/+5
2015-01-16locks: add a dedicated spinlock to protect i_flctx listsGravatar Jeff Layton 1-4/+4
2015-01-16locks: convert posix locks to file_lock_contextGravatar Jeff Layton 1-42/+10
2015-01-16locks: move flock locks to file_lock_contextGravatar Jeff Layton 1-2/+40
2014-09-30Merge branch 'bugfixes' into linux-nextGravatar Trond Myklebust 1-11/+6
2014-09-28NFSv4: fix open/lock state recovery error handlingGravatar Trond Myklebust 1-10/+6
2014-09-28NFSv4: Fix lock recovery when CREATE_SESSION/SETCLIENTID_CONFIRM failsGravatar Trond Myklebust 1-1/+0
2014-09-24Fixing lease renewalGravatar Olga Kornievskaia 1-0/+1
2014-09-08nfs: revert "nfs4: queue free_lock_state job submission to nfsiod"Gravatar Jeff Layton 1-18/+6
2014-08-13Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-42/+27
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsGravatar NeilBrown 1-2/+2
2014-07-12nfs4: queue free_lock_state job submission to nfsiodGravatar Jeff Layton 1-6/+18
2014-07-12nfs4: treat lock owners as opaque valuesGravatar Jeff Layton 1-36/+9
2014-06-10Merge tag 'nfs-for-3.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-3/+3
2014-06-05NFS: Use raw_write_seqcount_begin/end int nfs4_reclaim_open_stateGravatar Trond Myklebust 1-3/+3
2014-04-18arch: Mass conversion of smp_mb__*()Gravatar Peter Zijlstra 1-2/+2