aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4state.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-15nfsd: Close race between nfsd4_release_lockowner and nfsd4_lockChuck Lever1-23/+17
2016-07-13nfsd: Fix some indent inconsistancyChristophe JAILLET1-1/+1
2016-07-13nfsd: implement machine credential support for some operationsAndrew Elble1-0/+18
2016-07-13nfsd: allow mach_creds_match to be used more broadlyAndrew Elble1-7/+7
2016-06-15nfsd: Make init_open_stateid() a bit more wholeOleg Drokin1-15/+12
2016-06-15nfsd: Extend the mutex holding region around in nfsd4_process_open2()Oleg Drokin1-3/+13
2016-06-15nfsd: Always lock state exclusively.Oleg Drokin1-20/+20
2016-05-13nfsd: handle seqid wraparound in nfsd4_preprocess_layout_stateidJeff Layton1-7/+1
2016-03-01nfsd: Lower NFSv4.1 callback message size limitChuck Lever1-8/+13
2016-03-01nfsd: Update NFS server comments related to RDMA supportChuck Lever1-3/+2
2016-03-01nfsd: Fix a memory leak when meeting unsupported state_protect_how4Kinglong Mee1-1/+2
2016-01-15Merge tag 'nfsd-4.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-18/+47
2016-01-07nfsd: use to_delayed_workGeliang Tang1-2/+1
2015-12-07nfsd: Pass filehandle to nfs4_preprocess_stateid_op()Anna Schumaker1-3/+2
2015-11-24nfsd4: fix gss-proxy 4.1 mounts for some AD principalsJ. Bruce Fields1-1/+9
2015-11-24nfsd: fix unlikely NULL deref in mach_creds_matchJ. Bruce Fields1-0/+9
2015-11-24nfsd: minor consolidation of mach_cred handling codeJ. Bruce Fields1-7/+10
2015-11-24nfsd: helper for dup of possibly NULL stringJ. Bruce Fields1-6/+15
2015-11-23nfsd: fix a warning messageDan Carpenter1-1/+2
2015-11-23nfsd: constify nfsd4_callback_ops structureJulia Lawall1-2/+2
2015-11-10nfsd: fix race with open / open upgrade stateidsAndrew Elble1-25/+53
2015-11-10nfsd: eliminate sending duplicate and repeated delegationsAndrew Elble1-10/+84
2015-10-23nfsd: ensure that seqid morphing operations are atomic wrt to copiesJeff Layton1-15/+19
2015-10-23nfsd: improve client_has_state to check for unused openownersJ. Bruce Fields1-8/+12
2015-10-23nfsd: fix clid_inuse on mount with security changeJ. Bruce Fields1-2/+8
2015-10-12nfsd: serialize state seqid morphing operationsJeff Layton1-5/+28
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