summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfs4state.c
AgeCommit message (Expand)Author
2017-09-24nfsd: Fix general protection fault in release_lock_stateid()Chuck Lever
2017-02-09NFSD: Fix a null reference case in find_or_create_lock_stateid()Kinglong Mee
2016-09-24nfsd: Close race between nfsd4_release_lockowner and nfsd4_lockChuck Lever
2016-08-20nfsd: don't return an unhashed lock stateid after taking mutexJeff Layton
2016-08-20nfsd: Fix race between FREE_STATEID and LOCKChuck Lever
2016-07-27nfsd: Extend the mutex holding region around in nfsd4_process_open2()Oleg Drokin
2016-07-27nfsd: Always lock state exclusively.Oleg Drokin
2015-11-10nfsd: fix race with open / open upgrade stateidsAndrew Elble
2015-11-10nfsd: eliminate sending duplicate and repeated delegationsAndrew Elble
2015-10-23nfsd: ensure that seqid morphing operations are atomic wrt to copiesJeff Layton
2015-10-23nfsd: improve client_has_state to check for unused openownersJ. Bruce Fields
2015-10-23nfsd: fix clid_inuse on mount with security changeJ. Bruce Fields
2015-10-12nfsd: serialize state seqid morphing operationsJeff Layton
2015-09-02nfsd: deal with DELEGRETURN racing with CB_RECALLAndrew Elble
2015-09-01nfsd: return CLID_INUSE for unexpected SETCLIENTID_CONFIRM caseJ. Bruce Fields
2015-08-31nfsd: ensure that delegation stateid hash references are only put onceJeff Layton
2015-08-31nfsd: ensure that the ol stateid hash reference is only put onceJeff Layton
2015-08-31nfsd: allow more than one laundry job to run at a timeJeff Layton
2015-08-13lockd: NLM grace period shouldn't block NFSv4 opensJ. Bruce Fields
2015-08-10Merge branch 'for-4.2' into for-4.3J. Bruce Fields
2015-08-10nfsd: Remove unused clientid arguments from, find_lockowner_str{_locked}Kinglong Mee
2015-08-10nfsd: Use lk_new_xxx instead of v.new.xxx for nfs4_lockownerKinglong Mee
2015-08-10nfsd: Remove macro LOFF_OVERFLOWKinglong Mee
2015-08-10nfsd: Remove duplicate checking of nfsd_net in nfs4_laundromat()Kinglong Mee
2015-08-10nfsd: Remove unused values in nfs4_setlease()Kinglong Mee
2015-08-10nfsd: Remove nfs4_set_claim_prev()Kinglong Mee
2015-08-10nfsd: Drop duplicate checking of seqid in nfsd4_create_session()Kinglong Mee
2015-08-10nfsd: Add missing gen_confirm in nfsd4_setclientid()Kinglong Mee
2015-08-10nfsd: New counter for generating client confirm verifierKinglong Mee
2015-08-10nfsd: Fix memory leak of so_owner.data in nfs4_stateownerKinglong Mee
2015-08-10nfsd: Add layouts checking in client_has_state()Kinglong Mee
2015-08-10nfsd: Fix a memory leak of struct file_lockKinglong Mee
2015-07-31nfsd: do nfs4_check_fh in nfs4_check_file instead of nfs4_check_olstateidJeff Layton
2015-06-22nfsd: take struct file setup fully into nfs4_preprocess_stateid_opChristoph Hellwig
2015-06-19nfsd: refactor nfs4_preprocess_stateid_opChristoph Hellwig
2015-05-29nfsd: work around a gcc-5.1 warningArnd Bergmann
2015-05-04nfsd: remove nfsd_closeChristoph Hellwig
2015-05-04nfsd: fix callback restartsChristoph Hellwig
2015-05-04nfsd: fix pNFS return on close semanticsSachin Bhamare
2015-05-04nfsd: fix the check for confirmed openowner in nfs4_preprocess_stateid_opChristoph Hellwig
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-24Merge branch 'for-4.1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2015-04-21nfsd: eliminate NFSD_DEBUGMark Salter
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-04-03locks: change lm_get_owner and lm_put_owner prototypesJeff Layton
2015-03-31nfsd: remove unused status arg to nfsd4_cleanup_open_stateJeff Layton
2015-03-31nfsd: remove bogus setting of status in nfsd4_process_open2Jeff Layton
2015-03-25nfsd: return correct lockowner when there is a race on hash insertJ. Bruce Fields
2015-03-25nfsd: return correct openowner when there is a race to put one in the hashJeff Layton
2015-02-26nfsd: fix clp->cl_revoked list deletion causing softlock in nfsdAndrew Elble