summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4state.c
Commit message (Expand)AuthorAgeFilesLines
* nfsd: fix boolreturn.cocci warningsFengguang Wu2018-04-031-3/+3
* nfsd: create a separate lease for each delegationJ. Bruce Fields2018-03-201-108/+65
* nfsd: move sc_file assignment into alloc_init_delegJ. Bruce Fields2018-03-201-5/+5
* nfsd: factor out common delegation-destruction codeJ. Bruce Fields2018-03-201-17/+14
* nfsd: make nfs4_get_existing_delegation less confusingJ. Bruce Fields2018-03-201-14/+9
* nfsd4: dp->dl_stid.sc_file doesn't need lockingJ. Bruce Fields2018-03-201-1/+2
* nfsd4: set fl_owner to delegation, not file pointerJ. Bruce Fields2018-03-201-10/+7
* nfsd: simplify nfs4_put_deleg_lease callsJ. Bruce Fields2018-03-201-5/+6
* nfsd: simplify put of fi_deleg_fileJ. Bruce Fields2018-03-201-1/+4
* nfsd: move nfs4_client allocation to dedicated slabcacheJeff Layton2018-03-191-5/+13
* nfsd4: send the special close_stateid in v4.0 replies as wellJeff Layton2018-03-191-4/+15
* nfsd: remove blocked locks on client teardownJeff Layton2018-03-191-19/+43
* nfsd4: don't set lock stateid's sc_type to CLOSEDJ. Bruce Fields2018-02-051-4/+1
* nfsd: Detect unhashed stids in nfsd4_verify_open_stid()Trond Myklebust2018-02-051-0/+1
* lockd: fix "list_add double add" caused by legacy signal interfaceVasily Averin2017-11-271-3/+4
* nfsd: check for use of the closed special stateidAndrew Elble2017-11-271-2/+5
* nfsd: fix panic in posix_unblock_lock called from nfs4_laundromatNaofumi Honda2017-11-271-2/+2
* nfsd: fix locking validator warning on nfs4_ol_stateid->st_mutex classAndrew Elble2017-11-271-3/+8
* nfsd: Fix races with check_stateid_generation()Trond Myklebust2017-11-271-3/+19
* nfsd: Ensure we check stateid validity in the seqid operation checksTrond Myklebust2017-11-271-9/+3
* nfsd: Fix race in lock stateid creationTrond Myklebust2017-11-271-28/+42
* nfsd4: move find_lock_stateidTrond Myklebust2017-11-271-19/+19
* nfsd: Ensure we don't recognise lock stateids after freeing themTrond Myklebust2017-11-271-11/+8
* nfsd: CLOSE SHOULD return the invalid special stateid for NFSv4.x (x>0)Trond Myklebust2017-11-271-0/+8
* nfsd: Fix another OPEN stateid raceTrond Myklebust2017-11-271-15/+13
* nfsd: Fix stateid races between OPEN and CLOSETrond Myklebust2017-11-271-8/+59
* nfsd: deal with revoked delegations appropriatelyAndrew Elble2017-11-071-1/+24
* nfsd: use nfs->ns.inum as net IDVasily Averin2017-11-071-2/+2
* fs, nfsd: convert nfs4_file.fi_ref from atomic_t to refcount_tElena Reshetova2017-11-071-3/+3
* fs, nfsd: convert nfs4_cntl_odstate.co_odcount from atomic_t to refcount_tElena Reshetova2017-11-071-3/+3
* fs, nfsd: convert nfs4_stid.sc_count from atomic_t to refcount_tElena Reshetova2017-11-071-12/+12
* nfsd4: catch some false session retriesJ. Bruce Fields2017-11-071-1/+36
* nfsd4: fix cached replies to solo SEQUENCE compoundsJ. Bruce Fields2017-11-071-5/+15
* nfsd: give out fewer session slots as limit approachesJ. Bruce Fields2017-10-041-0/+5
* 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
OpenPOWER on IntegriCloud