summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4state.c
Commit message (Expand)AuthorAgeFilesLines
* nfsd: Fix overflow causing non-working mounts on 1 TB machinesPaul Menzel2019-07-311-1/+1
* nfsd: fix performance-limiting session calculationJ. Bruce Fields2019-07-311-4/+4
* nfsd: give out fewer session slots as limit approachesJ. Bruce Fields2019-07-311-0/+5
* nfsd4: catch some false session retriesJ. Bruce Fields2019-02-121-1/+36
* nfsd4: fix cached replies to solo SEQUENCE compoundsJ. Bruce Fields2019-02-121-5/+15
* nfsd: remove blocked locks on client teardownJeff Layton2018-03-281-19/+43
* lockd: fix "list_add double add" caused by legacy signal interfaceVasily Averin2018-02-031-3/+4
* nfsd: check for use of the closed special stateidAndrew Elble2018-02-031-2/+5
* nfsd: Ensure we check stateid validity in the seqid operation checksTrond Myklebust2018-02-031-9/+3
* nfsd: CLOSE SHOULD return the invalid special stateid for NFSv4.x (x>0)Trond Myklebust2018-02-031-0/+8
* nfsd: fix panic in posix_unblock_lock called from nfs4_laundromatNaofumi Honda2017-12-051-2/+2
* nfsd: Fix another OPEN stateid raceTrond Myklebust2017-12-051-15/+13
* nfsd: Fix stateid races between OPEN and CLOSETrond Myklebust2017-12-051-8/+59
* nfsd: deal with revoked delegations appropriatelyAndrew Elble2017-11-301-1/+24
* nfsd4: properly type op_func callbacksChristoph Hellwig2017-05-151-30/+52
* nfsd4: properly type op_get_currentstateid callbacksChristoph Hellwig2017-05-151-16/+24
* nfsd4: properly type op_set_currentstateid callbacksChristoph Hellwig2017-05-151-8/+12
* nfsd4: remove pointless strdup_if_nonnullNeilBrown2017-04-251-19/+6
* nfsd: remove superfluous KERN_INFORasmus Villemoes2017-02-241-1/+1
* nfsd/callback: Cleanup callback cred on shutdownKinglong Mee2017-02-171-4/+6
* NFSD: Fix a null reference case in find_or_create_lock_stateid()Kinglong Mee2017-01-311-11/+8
* nfsd: Fix general protection fault in release_lock_stateid()Chuck Lever2016-11-011-6/+4
* nfsd: move blocked lock handling under a dedicated spinlockJeff Layton2016-10-241-13/+15
* Merge tag 'nfsd-4.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-10-131-21/+216
|\
| * nfsd4: setclientid_confirm with unmatched verifier should failJ. Bruce Fields2016-09-261-2/+3
| * nfsd: set the MAY_NOTIFY_LOCK flag in OPEN repliesJeff Layton2016-09-261-2/+4
| * nfsd: add a LRU list for blocked locksJeff Layton2016-09-261-0/+62
| * nfsd: have nfsd4_lock use blocking locks for v4.1+ locksJeff Layton2016-09-261-17/+147
* | cred: simpler, 1D supplementary groupsAlexey Dobriyan2016-10-071-1/+1
|/
* nfsd: don't return an unhashed lock stateid after taking mutexJeff Layton2016-08-121-5/+20
* nfsd: Fix race between FREE_STATEID and LOCKChuck Lever2016-08-111-12/+28
* nfsd: Close race between nfsd4_release_lockowner and nfsd4_lockChuck Lever2016-07-151-23/+17
* nfsd: Fix some indent inconsistancyChristophe JAILLET2016-07-131-1/+1
* nfsd: implement machine credential support for some operationsAndrew Elble2016-07-131-0/+18
* nfsd: allow mach_creds_match to be used more broadlyAndrew Elble2016-07-131-7/+7
* nfsd: Make init_open_stateid() a bit more wholeOleg Drokin2016-06-151-15/+12
* nfsd: Extend the mutex holding region around in nfsd4_process_open2()Oleg Drokin2016-06-151-3/+13
* nfsd: Always lock state exclusively.Oleg Drokin2016-06-151-20/+20
* nfsd: handle seqid wraparound in nfsd4_preprocess_layout_stateidJeff Layton2016-05-131-7/+1
* nfsd: Lower NFSv4.1 callback message size limitChuck Lever2016-03-011-8/+13
* nfsd: Update NFS server comments related to RDMA supportChuck Lever2016-03-011-3/+2
* nfsd: Fix a memory leak when meeting unsupported state_protect_how4Kinglong Mee2016-03-011-1/+2
* 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/+1
| * 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