aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4state.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-27lockd: fix "list_add double add" caused by legacy signal interfaceVasily Averin1-3/+4
2017-11-27nfsd: check for use of the closed special stateidAndrew Elble1-2/+5
2017-11-27nfsd: fix panic in posix_unblock_lock called from nfs4_laundromatNaofumi Honda1-2/+2
2017-11-27nfsd: fix locking validator warning on nfs4_ol_stateid->st_mutex classAndrew Elble1-3/+8
2017-11-27nfsd: Fix races with check_stateid_generation()Trond Myklebust1-3/+19
2017-11-27nfsd: Ensure we check stateid validity in the seqid operation checksTrond Myklebust1-9/+3
2017-11-27nfsd: Fix race in lock stateid creationTrond Myklebust1-28/+42
2017-11-27nfsd4: move find_lock_stateidTrond Myklebust1-19/+19
2017-11-27nfsd: Ensure we don't recognise lock stateids after freeing themTrond Myklebust1-11/+8
2017-11-27nfsd: CLOSE SHOULD return the invalid special stateid for NFSv4.x (x>0)Trond Myklebust1-0/+8
2017-11-27nfsd: Fix another OPEN stateid raceTrond Myklebust1-15/+13
2017-11-27nfsd: Fix stateid races between OPEN and CLOSETrond Myklebust1-8/+59
2017-11-07nfsd: deal with revoked delegations appropriatelyAndrew Elble1-1/+24
2017-11-07nfsd: use nfs->ns.inum as net IDVasily Averin1-2/+2
2017-11-07fs, nfsd: convert nfs4_file.fi_ref from atomic_t to refcount_tElena Reshetova1-3/+3
2017-11-07fs, nfsd: convert nfs4_cntl_odstate.co_odcount from atomic_t to refcount_tElena Reshetova1-3/+3
2017-11-07fs, nfsd: convert nfs4_stid.sc_count from atomic_t to refcount_tElena Reshetova1-12/+12
2017-11-07nfsd4: catch some false session retriesJ. Bruce Fields1-1/+36
2017-11-07nfsd4: fix cached replies to solo SEQUENCE compoundsJ. Bruce Fields1-5/+15
2017-10-04nfsd: give out fewer session slots as limit approachesJ. Bruce Fields1-0/+5
2017-05-15nfsd4: properly type op_func callbacksChristoph Hellwig1-30/+52
2017-05-15nfsd4: properly type op_get_currentstateid callbacksChristoph Hellwig1-16/+24
2017-05-15nfsd4: properly type op_set_currentstateid callbacksChristoph Hellwig1-8/+12
2017-04-25nfsd4: remove pointless strdup_if_nonnullNeilBrown1-19/+6
2017-02-24nfsd: remove superfluous KERN_INFORasmus Villemoes1-1/+1
2017-02-17nfsd/callback: Cleanup callback cred on shutdownKinglong Mee1-4/+6
2017-01-31NFSD: Fix a null reference case in find_or_create_lock_stateid()Kinglong Mee1-11/+8
2016-11-01nfsd: Fix general protection fault in release_lock_stateid()Chuck Lever1-6/+4
2016-10-24nfsd: move blocked lock handling under a dedicated spinlockJeff Layton1-13/+15
2016-10-13Merge tag 'nfsd-4.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-21/+216
2016-10-07cred: simpler, 1D supplementary groupsAlexey Dobriyan1-1/+1
2016-09-26nfsd4: setclientid_confirm with unmatched verifier should failJ. Bruce Fields1-2/+3
2016-09-26nfsd: set the MAY_NOTIFY_LOCK flag in OPEN repliesJeff Layton1-2/+4
2016-09-26nfsd: add a LRU list for blocked locksJeff Layton1-0/+62
2016-09-26nfsd: have nfsd4_lock use blocking locks for v4.1+ locksJeff Layton1-17/+147
2016-08-12nfsd: don't return an unhashed lock stateid after taking mutexJeff Layton1-5/+20
2016-08-11nfsd: Fix race between FREE_STATEID and LOCKChuck Lever1-12/+28
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