summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4state.c
Commit message (Expand)AuthorAgeFilesLines
* lockd: fix "list_add double add" caused by legacy signal interfaceVasily Averin2018-02-031-3/+4
* nfsd: check for use of the closed special stateidAndrew Elble2018-02-031-2/+5
* nfsd: Ensure we check stateid validity in the seqid operation checksTrond Myklebust2018-02-031-9/+3
* nfsd: CLOSE SHOULD return the invalid special stateid for NFSv4.x (x>0)Trond Myklebust2018-02-031-0/+8
* nfsd: Fix another OPEN stateid raceTrond Myklebust2017-12-051-15/+13
* nfsd: Fix stateid races between OPEN and CLOSETrond Myklebust2017-12-051-8/+59
* nfsd: Make init_open_stateid() a bit more wholeOleg Drokin2017-12-051-15/+12
* nfsd: deal with revoked delegations appropriatelyAndrew Elble2017-11-301-1/+24
* nfsd/callback: Cleanup callback cred on shutdownKinglong Mee2017-10-211-4/+6
* nfsd: Fix general protection fault in release_lock_stateid()Chuck Lever2017-09-271-6/+4
* NFSD: Fix a null reference case in find_or_create_lock_stateid()Kinglong Mee2017-02-091-11/+8
* nfsd: Close race between nfsd4_release_lockowner and nfsd4_lockChuck Lever2016-09-241-23/+17
* nfsd: don't return an unhashed lock stateid after taking mutexJeff Layton2016-08-201-5/+20
* nfsd: Fix race between FREE_STATEID and LOCKChuck Lever2016-08-201-12/+28
* nfsd: Extend the mutex holding region around in nfsd4_process_open2()Oleg Drokin2016-07-271-3/+13
* nfsd: Always lock state exclusively.Oleg Drokin2016-07-271-20/+20
* nfsd: fix race with open / open upgrade stateidsAndrew Elble2015-11-101-25/+53
* nfsd: eliminate sending duplicate and repeated delegationsAndrew Elble2015-11-101-10/+84
* nfsd: ensure that seqid morphing operations are atomic wrt to copiesJeff Layton2015-10-231-15/+19
* nfsd: improve client_has_state to check for unused openownersJ. Bruce Fields2015-10-231-8/+12
* nfsd: fix clid_inuse on mount with security changeJ. Bruce Fields2015-10-231-2/+8
* nfsd: serialize state seqid morphing operationsJeff Layton2015-10-121-5/+28
* nfsd: deal with DELEGRETURN racing with CB_RECALLAndrew Elble2015-09-021-0/+3
* nfsd: return CLID_INUSE for unexpected SETCLIENTID_CONFIRM caseJ. Bruce Fields2015-09-011-3/+4
* nfsd: ensure that delegation stateid hash references are only put onceJeff Layton2015-08-311-9/+17
* nfsd: ensure that the ol stateid hash reference is only put onceJeff Layton2015-08-311-22/+36
* nfsd: allow more than one laundry job to run at a timeJeff Layton2015-08-311-1/+1
* lockd: NLM grace period shouldn't block NFSv4 opensJ. Bruce Fields2015-08-131-3/+5
* Merge branch 'for-4.2' into for-4.3J. Bruce Fields2015-08-101-6/+6
|\
| * nfsd: do nfs4_check_fh in nfs4_check_file instead of nfs4_check_olstateidJeff Layton2015-07-311-6/+6
* | nfsd: Remove unused clientid arguments from, find_lockowner_str{_locked}Kinglong Mee2015-08-101-10/+6
* | nfsd: Use lk_new_xxx instead of v.new.xxx for nfs4_lockownerKinglong Mee2015-08-101-4/+4
* | nfsd: Remove macro LOFF_OVERFLOWKinglong Mee2015-08-101-5/+2
* | nfsd: Remove duplicate checking of nfsd_net in nfs4_laundromat()Kinglong Mee2015-08-101-2/+0
* | nfsd: Remove unused values in nfs4_setlease()Kinglong Mee2015-08-101-2/+1
* | nfsd: Remove nfs4_set_claim_prev()Kinglong Mee2015-08-101-7/+1
* | nfsd: Drop duplicate checking of seqid in nfsd4_create_session()Kinglong Mee2015-08-101-5/+3
* | nfsd: Add missing gen_confirm in nfsd4_setclientid()Kinglong Mee2015-08-101-2/+3
* | nfsd: New counter for generating client confirm verifierKinglong Mee2015-08-101-1/+1
* | nfsd: Fix memory leak of so_owner.data in nfs4_stateownerKinglong Mee2015-08-101-4/+11
* | nfsd: Add layouts checking in client_has_state()Kinglong Mee2015-08-101-0/+3
* | nfsd: Fix a memory leak of struct file_lockKinglong Mee2015-08-101-0/+1
|/
* nfsd: take struct file setup fully into nfs4_preprocess_stateid_opChristoph Hellwig2015-06-221-11/+49
* nfsd: refactor nfs4_preprocess_stateid_opChristoph Hellwig2015-06-191-45/+52
* nfsd: work around a gcc-5.1 warningArnd Bergmann2015-05-291-2/+1
* nfsd: remove nfsd_closeChristoph Hellwig2015-05-041-1/+1
* nfsd: fix callback restartsChristoph Hellwig2015-05-041-1/+0
* nfsd: fix pNFS return on close semanticsSachin Bhamare2015-05-041-7/+118
* nfsd: fix the check for confirmed openowner in nfs4_preprocess_stateid_opChristoph Hellwig2015-05-041-10/+11
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-2/+2
|\