summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4state.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfsd-4.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-01-151-18/+47
|\
| * nfsd: use to_delayed_workGeliang Tang2016-01-071-2/+1Star
| * nfsd4: fix gss-proxy 4.1 mounts for some AD principalsJ. Bruce Fields2015-11-241-1/+9
| * nfsd: fix unlikely NULL deref in mach_creds_matchJ. Bruce Fields2015-11-241-0/+9
| * nfsd: minor consolidation of mach_cred handling codeJ. Bruce Fields2015-11-241-7/+10
| * nfsd: helper for dup of possibly NULL stringJ. Bruce Fields2015-11-241-6/+15
| * nfsd: fix a warning messageDan Carpenter2015-11-231-1/+2
| * nfsd: constify nfsd4_callback_ops structureJulia Lawall2015-11-231-2/+2
* | nfsd: Pass filehandle to nfs4_preprocess_stateid_op()Anna Schumaker2015-12-081-3/+2Star
|/
* 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/+6Star
* | 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/+2Star
* | nfsd: Remove duplicate checking of nfsd_net in nfs4_laundromat()Kinglong Mee2015-08-101-2/+0Star
* | nfsd: Remove unused values in nfs4_setlease()Kinglong Mee2015-08-101-2/+1Star
* | nfsd: Remove nfs4_set_claim_prev()Kinglong Mee2015-08-101-7/+1Star
* | nfsd: Drop duplicate checking of seqid in nfsd4_create_session()Kinglong Mee2015-08-101-5/+3Star
* | 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/+1Star
* nfsd: remove nfsd_closeChristoph Hellwig2015-05-041-1/+1
* nfsd: fix callback restartsChristoph Hellwig2015-05-041-1/+0Star
* 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-271-2/+2
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-2/+2
* | Merge branch 'for-4.1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2015-04-241-3/+2Star
|\ \
| * | nfsd: eliminate NFSD_DEBUGMark Salter2015-04-211-1/+1
| * | nfsd: remove unused status arg to nfsd4_cleanup_open_stateJeff Layton2015-03-311-1/+1
| * | nfsd: remove bogus setting of status in nfsd4_process_open2Jeff Layton2015-03-311-1/+0Star
| |/
* / locks: change lm_get_owner and lm_put_owner prototypesJeff Layton2015-04-031-8/+10
|/
* nfsd: return correct lockowner when there is a race on hash insertJ. Bruce Fields2015-03-261-1/+1