summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4state.c
Commit message (Expand)AuthorAgeFilesLines
* nfsd: correctly decrement odstate refcount in error pathAndrew Elble2018-10-291-2/+1Star
* NFSD introduce async copy featureOlga Kornievskaia2018-09-261-1/+37
* nfsd: Remove callback_credChuck Lever2018-08-231-8/+2Star
* sunrpc: Extract target name into svc_credChuck Lever2018-08-231-2/+5
* nfsd: fix leaked file lock with nfs exported overlayfsAmir Goldstein2018-08-091-1/+1
* nfsd: update obselete comment referencing the BKLJ. Bruce Fields2018-06-171-3/+3
* nfsd4: cleanup sessionid in nfsd4_destroy_sessionJ. Bruce Fields2018-06-171-4/+4
* nfsd4: less confusing nfsd4_compound_in_sessionJ. Bruce Fields2018-06-171-4/+4
* nfsd4: extend reclaim period for reclaiming clientsJ. Bruce Fields2018-06-171-1/+30
* Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-131-8/+12
|\
| * treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-8/+12
* | nfsd: fix error handling in nfs4_set_delegation()Andrew Elble2018-06-081-1/+4
|/
* nfsd: fix boolreturn.cocci warningsFengguang Wu2018-04-031-3/+3
* nfsd: create a separate lease for each delegationJ. Bruce Fields2018-03-201-108/+65Star
* 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/+14Star
* nfsd: make nfs4_get_existing_delegation less confusingJ. Bruce Fields2018-03-201-14/+9Star
* 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/+7Star
* 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/+1Star
* 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/+3Star
* 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/+8Star
* 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/+13Star
* 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/+6Star