aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4state.c
AgeCommit message (Expand)Author
2021-12-22nfsd: fix use-after-free due to delegation raceJ. Bruce Fields
2020-05-02nfsd: memory corruption in nfsd4_lock()Vasily Averin
2020-02-14nfsd: fix jiffies/time_t mixup in LRU listArnd Bergmann
2020-01-09nfsd4: fix up replay_matches_cache()Scott Mayhew
2019-07-31nfsd: Fix overflow causing non-working mounts on 1 TB machinesPaul Menzel
2019-07-31nfsd: fix performance-limiting session calculationJ. Bruce Fields
2019-07-31nfsd: give out fewer session slots as limit approachesJ. Bruce Fields
2019-02-12nfsd4: catch some false session retriesJ. Bruce Fields
2019-02-12nfsd4: fix cached replies to solo SEQUENCE compoundsJ. Bruce Fields
2018-03-28nfsd: remove blocked locks on client teardownJeff Layton
2018-02-03lockd: fix "list_add double add" caused by legacy signal interfaceVasily Averin
2018-02-03nfsd: check for use of the closed special stateidAndrew Elble
2018-02-03nfsd: Ensure we check stateid validity in the seqid operation checksTrond Myklebust
2018-02-03nfsd: CLOSE SHOULD return the invalid special stateid for NFSv4.x (x>0)Trond Myklebust
2017-12-05nfsd: fix panic in posix_unblock_lock called from nfs4_laundromatNaofumi Honda
2017-12-05nfsd: Fix another OPEN stateid raceTrond Myklebust
2017-12-05nfsd: Fix stateid races between OPEN and CLOSETrond Myklebust
2017-11-30nfsd: deal with revoked delegations appropriatelyAndrew Elble
2017-05-15nfsd4: properly type op_func callbacksChristoph Hellwig
2017-05-15nfsd4: properly type op_get_currentstateid callbacksChristoph Hellwig
2017-05-15nfsd4: properly type op_set_currentstateid callbacksChristoph Hellwig
2017-04-25nfsd4: remove pointless strdup_if_nonnullNeilBrown
2017-02-24nfsd: remove superfluous KERN_INFORasmus Villemoes
2017-02-17nfsd/callback: Cleanup callback cred on shutdownKinglong Mee
2017-01-31NFSD: Fix a null reference case in find_or_create_lock_stateid()Kinglong Mee
2016-11-01nfsd: Fix general protection fault in release_lock_stateid()Chuck Lever
2016-10-24nfsd: move blocked lock handling under a dedicated spinlockJeff Layton
2016-10-13Merge tag 'nfsd-4.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2016-10-07cred: simpler, 1D supplementary groupsAlexey Dobriyan
2016-09-26nfsd4: setclientid_confirm with unmatched verifier should failJ. Bruce Fields
2016-09-26nfsd: set the MAY_NOTIFY_LOCK flag in OPEN repliesJeff Layton
2016-09-26nfsd: add a LRU list for blocked locksJeff Layton
2016-09-26nfsd: have nfsd4_lock use blocking locks for v4.1+ locksJeff Layton
2016-08-12nfsd: don't return an unhashed lock stateid after taking mutexJeff Layton
2016-08-11nfsd: Fix race between FREE_STATEID and LOCKChuck Lever
2016-07-15nfsd: Close race between nfsd4_release_lockowner and nfsd4_lockChuck Lever
2016-07-13nfsd: Fix some indent inconsistancyChristophe JAILLET
2016-07-13nfsd: implement machine credential support for some operationsAndrew Elble
2016-07-13nfsd: allow mach_creds_match to be used more broadlyAndrew Elble
2016-06-15nfsd: Make init_open_stateid() a bit more wholeOleg Drokin
2016-06-15nfsd: Extend the mutex holding region around in nfsd4_process_open2()Oleg Drokin
2016-06-15nfsd: Always lock state exclusively.Oleg Drokin
2016-05-13nfsd: handle seqid wraparound in nfsd4_preprocess_layout_stateidJeff Layton
2016-03-01nfsd: Lower NFSv4.1 callback message size limitChuck Lever
2016-03-01nfsd: Update NFS server comments related to RDMA supportChuck Lever
2016-03-01nfsd: Fix a memory leak when meeting unsupported state_protect_how4Kinglong Mee
2016-01-15Merge tag 'nfsd-4.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2016-01-07nfsd: use to_delayed_workGeliang Tang
2015-12-07nfsd: Pass filehandle to nfs4_preprocess_stateid_op()Anna Schumaker
2015-11-24nfsd4: fix gss-proxy 4.1 mounts for some AD principalsJ. Bruce Fields