aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4state.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-02nfsd: deal with DELEGRETURN racing with CB_RECALLAndrew Elble1-0/+3
2015-09-01nfsd: return CLID_INUSE for unexpected SETCLIENTID_CONFIRM caseJ. Bruce Fields1-3/+4
2015-08-31nfsd: ensure that delegation stateid hash references are only put onceJeff Layton1-9/+17
2015-08-31nfsd: ensure that the ol stateid hash reference is only put onceJeff Layton1-22/+36
2015-08-31nfsd: allow more than one laundry job to run at a timeJeff Layton1-1/+1
2015-08-13lockd: NLM grace period shouldn't block NFSv4 opensJ. Bruce Fields1-3/+5
2015-08-10Merge branch 'for-4.2' into for-4.3J. Bruce Fields1-6/+6
2015-08-10nfsd: Remove unused clientid arguments from, find_lockowner_str{_locked}Kinglong Mee1-10/+6
2015-08-10nfsd: Use lk_new_xxx instead of v.new.xxx for nfs4_lockownerKinglong Mee1-4/+4
2015-08-10nfsd: Remove macro LOFF_OVERFLOWKinglong Mee1-5/+2
2015-08-10nfsd: Remove duplicate checking of nfsd_net in nfs4_laundromat()Kinglong Mee1-2/+0
2015-08-10nfsd: Remove unused values in nfs4_setlease()Kinglong Mee1-2/+1
2015-08-10nfsd: Remove nfs4_set_claim_prev()Kinglong Mee1-7/+1
2015-08-10nfsd: Drop duplicate checking of seqid in nfsd4_create_session()Kinglong Mee1-5/+3
2015-08-10nfsd: Add missing gen_confirm in nfsd4_setclientid()Kinglong Mee1-2/+3
2015-08-10nfsd: New counter for generating client confirm verifierKinglong Mee1-1/+1
2015-08-10nfsd: Fix memory leak of so_owner.data in nfs4_stateownerKinglong Mee1-4/+11
2015-08-10nfsd: Add layouts checking in client_has_state()Kinglong Mee1-0/+3
2015-08-10nfsd: Fix a memory leak of struct file_lockKinglong Mee1-0/+1
2015-07-31nfsd: do nfs4_check_fh in nfs4_check_file instead of nfs4_check_olstateidJeff Layton1-6/+6
2015-06-22nfsd: take struct file setup fully into nfs4_preprocess_stateid_opChristoph Hellwig1-11/+49
2015-06-19nfsd: refactor nfs4_preprocess_stateid_opChristoph Hellwig1-45/+52
2015-05-29nfsd: work around a gcc-5.1 warningArnd Bergmann1-2/+1
2015-05-04nfsd: remove nfsd_closeChristoph Hellwig1-1/+1
2015-05-04nfsd: fix callback restartsChristoph Hellwig1-1/+0
2015-05-04nfsd: fix pNFS return on close semanticsSachin Bhamare1-7/+118
2015-05-04nfsd: fix the check for confirmed openowner in nfs4_preprocess_stateid_opChristoph Hellwig1-10/+11
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2015-04-24Merge branch 'for-4.1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-3/+2
2015-04-21nfsd: eliminate NFSD_DEBUGMark Salter1-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-2/+2
2015-04-03locks: change lm_get_owner and lm_put_owner prototypesJeff Layton1-8/+10
2015-03-31nfsd: remove unused status arg to nfsd4_cleanup_open_stateJeff Layton1-1/+1
2015-03-31nfsd: remove bogus setting of status in nfsd4_process_open2Jeff Layton1-1/+0
2015-03-25nfsd: return correct lockowner when there is a race on hash insertJ. Bruce Fields1-1/+1
2015-03-25nfsd: return correct openowner when there is a race to put one in the hashJeff Layton1-1/+1
2015-02-26nfsd: fix clp->cl_revoked list deletion causing softlock in nfsdAndrew Elble1-1/+1
2015-02-02nfsd: implement pNFS layout recallsChristoph Hellwig1-0/+1
2015-02-02nfsd: implement pNFS operationsChristoph Hellwig1-1/+15
2015-02-02nfsd: make find_any_file available outside nfs4state.cChristoph Hellwig1-1/+1
2015-02-02nfsd: make find/get/put file available outside nfs4state.cChristoph Hellwig1-8/+2
2015-02-02nfsd: make lookup/alloc/unhash_stid available outside nfs4state.cChristoph Hellwig1-4/+4
2015-02-02nfsd: move nfsd_fh_match to nfsfh.hChristoph Hellwig1-10/+2
2015-02-02fs: track fl_owner for leasesChristoph Hellwig1-1/+1
2015-02-02Merge branch 'locks-3.20' of git://git.samba.org/jlayton/linux into for-3.20J. Bruce Fields1-8/+13
2015-01-23nfsd: fix year-2038 nfs4 state problemJ. Bruce Fields1-1/+6
2015-01-16locks: clean up the lm_change prototypeJeff Layton1-1/+2
2015-01-16locks: add a dedicated spinlock to protect i_flctx listsJeff Layton1-2/+2
2015-01-16locks: convert posix locks to file_lock_contextJeff Layton1-7/+11
2015-01-15nfsd: nfs4state: Remove unused functionRickard Strandqvist1-10/+0