aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4state.c
Commit message (Expand)AuthorAge
* NFSD: Fix a null reference case in find_or_create_lock_stateid()Kinglong Mee2017-02-09
* nfsd: Fix general protection fault in release_lock_stateid()Chuck Lever2016-11-01
* nfsd: move blocked lock handling under a dedicated spinlockJeff Layton2016-10-24
* Merge tag 'nfsd-4.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-10-14
|\
| * nfsd4: setclientid_confirm with unmatched verifier should failJ. Bruce Fields2016-09-26
| * nfsd: set the MAY_NOTIFY_LOCK flag in OPEN repliesJeff Layton2016-09-26
| * nfsd: add a LRU list for blocked locksJeff Layton2016-09-26
| * nfsd: have nfsd4_lock use blocking locks for v4.1+ locksJeff Layton2016-09-26
* | cred: simpler, 1D supplementary groupsAlexey Dobriyan2016-10-07
|/
* nfsd: don't return an unhashed lock stateid after taking mutexJeff Layton2016-08-12
* nfsd: Fix race between FREE_STATEID and LOCKChuck Lever2016-08-11
* nfsd: Close race between nfsd4_release_lockowner and nfsd4_lockChuck Lever2016-07-15
* nfsd: Fix some indent inconsistancyChristophe JAILLET2016-07-13
* nfsd: implement machine credential support for some operationsAndrew Elble2016-07-13
* nfsd: allow mach_creds_match to be used more broadlyAndrew Elble2016-07-13
* nfsd: Make init_open_stateid() a bit more wholeOleg Drokin2016-06-15
* nfsd: Extend the mutex holding region around in nfsd4_process_open2()Oleg Drokin2016-06-15
* nfsd: Always lock state exclusively.Oleg Drokin2016-06-15
* nfsd: handle seqid wraparound in nfsd4_preprocess_layout_stateidJeff Layton2016-05-13
* nfsd: Lower NFSv4.1 callback message size limitChuck Lever2016-03-01
* nfsd: Update NFS server comments related to RDMA supportChuck Lever2016-03-01
* nfsd: Fix a memory leak when meeting unsupported state_protect_how4Kinglong Mee2016-03-01
* Merge tag 'nfsd-4.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-01-15
|\
| * nfsd: use to_delayed_workGeliang Tang2016-01-07
| * nfsd4: fix gss-proxy 4.1 mounts for some AD principalsJ. Bruce Fields2015-11-24
| * nfsd: fix unlikely NULL deref in mach_creds_matchJ. Bruce Fields2015-11-24
| * nfsd: minor consolidation of mach_cred handling codeJ. Bruce Fields2015-11-24
| * nfsd: helper for dup of possibly NULL stringJ. Bruce Fields2015-11-24
| * nfsd: fix a warning messageDan Carpenter2015-11-23
| * nfsd: constify nfsd4_callback_ops structureJulia Lawall2015-11-23
* | nfsd: Pass filehandle to nfs4_preprocess_stateid_op()Anna Schumaker2015-12-07
|/
* nfsd: fix race with open / open upgrade stateidsAndrew Elble2015-11-10
* nfsd: eliminate sending duplicate and repeated delegationsAndrew Elble2015-11-10
* nfsd: ensure that seqid morphing operations are atomic wrt to copiesJeff Layton2015-10-23
* nfsd: improve client_has_state to check for unused openownersJ. Bruce Fields2015-10-23
* nfsd: fix clid_inuse on mount with security changeJ. Bruce Fields2015-10-23
* nfsd: serialize state seqid morphing operationsJeff Layton2015-10-12
* nfsd: deal with DELEGRETURN racing with CB_RECALLAndrew Elble2015-09-02
* nfsd: return CLID_INUSE for unexpected SETCLIENTID_CONFIRM caseJ. Bruce Fields2015-09-01
* nfsd: ensure that delegation stateid hash references are only put onceJeff Layton2015-08-31
* nfsd: ensure that the ol stateid hash reference is only put onceJeff Layton2015-08-31
* nfsd: allow more than one laundry job to run at a timeJeff Layton2015-08-31
* lockd: NLM grace period shouldn't block NFSv4 opensJ. Bruce Fields2015-08-13
* Merge branch 'for-4.2' into for-4.3J. Bruce Fields2015-08-10
|\
| * nfsd: do nfs4_check_fh in nfs4_check_file instead of nfs4_check_olstateidJeff Layton2015-07-31
* | nfsd: Remove unused clientid arguments from, find_lockowner_str{_locked}Kinglong Mee2015-08-10
* | nfsd: Use lk_new_xxx instead of v.new.xxx for nfs4_lockownerKinglong Mee2015-08-10
* | nfsd: Remove macro LOFF_OVERFLOWKinglong Mee2015-08-10
* | nfsd: Remove duplicate checking of nfsd_net in nfs4_laundromat()Kinglong Mee2015-08-10
* | nfsd: Remove unused values in nfs4_setlease()Kinglong Mee2015-08-10