summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfs4state.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-07nfsd: check for use of the closed special stateidAndrew Elble1-2/+5
2018-02-07nfsd: CLOSE SHOULD return the invalid special stateid for NFSv4.x (x>0)Trond Myklebust1-0/+8
2017-11-30nfsd: deal with revoked delegations appropriatelyAndrew Elble1-1/+24
2017-04-30nfsd: work around a gcc-5.1 warningArnd Bergmann1-2/+1
2016-01-21nfsd: serialize state seqid morphing operationsJeff Layton1-5/+28
2015-08-27nfsd: do nfs4_check_fh in nfs4_check_file instead of nfs4_check_olstateidJeff Layton1-6/+6
2015-08-27nfsd: refactor nfs4_preprocess_stateid_opChristoph Hellwig1-45/+53
2015-06-10nfsd: fix the check for confirmed openowner in nfs4_preprocess_stateid_opChristoph Hellwig1-10/+11
2015-04-23nfsd: return correct lockowner when there is a race on hash insertJ. Bruce Fields1-1/+1
2015-04-23nfsd: return correct openowner when there is a race to put one in the hashJeff Layton1-1/+1
2015-03-24nfsd: fix clp->cl_revoked list deletion causing softlock in nfsdAndrew Elble1-1/+1
2015-01-16nfsd: fix fi_delegees leak when fi_had_conflict returns trueJeff Layton1-1/+1
2015-01-16fs: nfsd: Fix signedness bug in compare_blobRasmus Villemoes1-8/+7
2014-10-11Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linuxLinus Torvalds1-45/+59
2014-10-07locks: give lm_break a return valueJeff Layton1-8/+9
2014-10-07locks: move freeing of leases outside of i_lockJeff Layton1-3/+3
2014-10-07locks: define a lm_setup handler for leasesJeff Layton1-4/+2
2014-10-07locks: plumb a "priv" pointer into the setlease routinesJeff Layton1-2/+2
2014-10-07nfsd: don't keep a pointer to the lease in nfs4_fileJeff Layton1-9/+4
2014-10-07locks: generic_delete_lease doesn't need a file_lock at allJeff Layton1-1/+1
2014-10-07nfsd: fix potential lease memory leak in nfs4_setleaseJeff Layton1-2/+5
2014-10-01nfsd: eliminate "to_delegation" defineJeff Layton1-3/+0
2014-09-27nfsd: introduce nfsd4_callback_opsChristoph Hellwig1-5/+46
2014-09-27nfsd: split nfsd4_callback initialization and useChristoph Hellwig1-3/+5
2014-09-27nfsd: introduce a generic nfsd4_cbChristoph Hellwig1-1/+3
2014-09-18nfsd4: clarify how grace period endsJ. Bruce Fields1-0/+20
2014-09-18nfsd4: stop grace_time update at end of grace periodJ. Bruce Fields1-6/+0
2014-09-18nfsd: pass extra info in env vars to upcalls to allow for early grace period endJeff Layton1-2/+2
2014-09-18nfsd: add a v4_end_grace file to /proc/fs/nfsdJeff Layton1-1/+1
2014-09-18nfsd: reject reclaim request when client has already sent RECLAIM_COMPLETEJeff Layton1-0/+3
2014-09-18nfsd: remove redundant boot_time parm from grace_done client tracking opJeff Layton1-1/+1
2014-09-10NFSD: Get reference of lockowner when coping file_lockKinglong Mee1-4/+21
2014-09-10NFSD: New helper nfs4_get_stateowner() for atomic_inc sop referenceKinglong Mee1-16/+16
2014-08-28NFSD: Remove duplicate initialization of file_lockKinglong Mee1-4/+2
2014-08-17nfsd: call nfs4_put_deleg_lease outside of state_lockJeff Layton1-1/+5
2014-08-17nfsd: protect lease-related nfs4_file fields with fi_lockJeff Layton1-9/+13
2014-08-05nfsd: remove the client_mutex and the nfs4_lock/unlock_state wrappersJeff Layton1-15/+0
2014-08-05nfsd: remove nfs4_lock_state: nfs4_state_shutdown_netJeff Layton1-2/+0
2014-08-05nfsd: remove nfs4_lock_state: nfs4_laundromatJeff Layton1-3/+0
2014-08-05nfsd: Remove nfs4_lock_state(): reclaim_complete()Trond Myklebust1-2/+0
2014-08-05nfsd: Remove nfs4_lock_state(): setclientid, setclientid_confirm, renewTrond Myklebust1-6/+0
2014-08-05nfsd: Remove nfs4_lock_state(): exchange_id, create/destroy_session()Trond Myklebust1-11/+0
2014-08-05nfsd: Remove nfs4_lock_state(): nfsd4_open and nfsd4_open_confirmTrond Myklebust1-6/+0
2014-08-05nfsd: Remove nfs4_lock_state(): nfsd4_delegreturn()Trond Myklebust1-3/+0
2014-08-05nfsd: Remove nfs4_lock_state(): nfsd4_open_downgrade + nfsd4_closeTrond Myklebust1-4/+0
2014-08-05nfsd: Remove nfs4_lock_state(): nfsd4_lock/locku/lockt()Trond Myklebust1-9/+0
2014-08-05nfsd: Remove nfs4_lock_state(): nfsd4_release_lockownerTrond Myklebust1-6/+2
2014-08-05nfsd: Remove nfs4_lock_state(): nfsd4_test_stateid/nfsd4_free_stateidTrond Myklebust1-4/+0
2014-08-05nfsd: Remove nfs4_lock_state(): nfs4_preprocess_stateid_op()Trond Myklebust1-5/+1
2014-08-05nfsd: remove old fault injection infrastructureJeff Layton1-54/+33