summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/state.h
Commit message (Expand)AuthorAgeFilesLines
* nfsd: don't take nfsd4_copy ref for OP_OFFLOAD_STATUSJeff Layton2023-02-201-2/+0
* NFSD: add delegation reaper to react to low memory conditionDai Ngo2022-12-101-0/+5
* NFSD: add support for sending CB_RECALL_ANYDai Ngo2022-12-101-0/+1
* NFSD: Use rhashtable for managing nfs4_file objectsChuck Lever2022-11-281-4/+1
* nfsd: make nfsd4_run_cb a bool return functionJeff Layton2022-09-261-1/+1
* NFSD: Rename the fields in copy_stateid_tChuck Lever2022-09-261-3/+3
* nfsd: remove nfsd4_prepare_cb_recall() declarationGaosheng Cui2022-09-261-1/+0
* NFSD: Increase NFSD_MAX_OPS_PER_COMPOUNDChuck Lever2022-09-261-1/+1
* NFSD: Make nfs4_put_copy() staticChuck Lever2022-07-291-1/+0
* NFSD: add courteous server support for thread with only delegationDai Ngo2022-05-191-0/+31
* nfsd4: add refcount for nfsd4_blocked_lockVasily Averin2022-01-081-0/+1
* nfsd: improve stateid access bitmask documentationJ. Bruce Fields2022-01-081-0/+4
* nfsd: track filehandle aliasing in nfs4_filesJ. Bruce Fields2021-04-191-0/+2
* nfsd: hash nfs4_files by inode numberJ. Bruce Fields2021-04-191-1/+0
* nfsd: report client confirmation status in "info" fileNeilBrown2021-03-221-0/+4
* nfsd: simplify nfsd4_check_open_reclaimJ. Bruce Fields2021-01-281-2/+1
* nfsd: remove fault injection codeJ. Bruce Fields2020-09-251-27/+0
* NFSD: Add tracepoints to the NFSD state management codeChuck Lever2020-05-201-7/+0
* nfsd: use boottime for lease expiry calculationArnd Bergmann2019-12-191-5/+5
* nfsd: fix jiffies/time_t mixup in LRU listArnd Bergmann2019-12-191-1/+1
* nfsd: print 64-bit timestamps in client_info_showArnd Bergmann2019-12-191-1/+1
* NFSD add nfs4 inter ssc to nfsd4_copyOlga Kornievskaia2019-12-091-0/+3
* NFSD add COPY_NOTIFY operationOlga Kornievskaia2019-12-091-3/+28
* nfsd: Fix races between nfsd4_cb_release() and nfsd4_shutdown_callback()Trond Myklebust2019-11-081-0/+1
* nfsd: add support for upcall version 2Scott Mayhew2019-09-101-1/+2
* nfsd: hook up nfs4_preprocess_stateid_op to the nfsd_file cacheJeff Layton2019-08-191-1/+1
* nfsd: convert fi_deleg_file and ls_file fields to nfsd_fileJeff Layton2019-08-191-3/+3
* nfsd: convert nfs4_file->fi_fds array to use nfsd_filesJeff Layton2019-08-191-1/+1
* Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-121-2/+2
|\
| * nfsd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-031-2/+2
* | nfsd: decode implementation idJ. Bruce Fields2019-07-031-0/+4
* | nfsd: add nfsd/clients directoryJ. Bruce Fields2019-07-031-1/+5
* | nfsd4: use reference count to free clientJ. Bruce Fields2019-07-031-0/+1
* | nfsd: rename cl_refcountJ. Bruce Fields2019-07-031-1/+1
|/
* nfsd: make nfs4_client_reclaim use an xdr_netobj instead of a fixed char arrayScott Mayhew2019-04-241-4/+4
* nfsd: Don't release the callback slot unless it was actually heldTrond Myklebust2019-04-081-0/+1
* NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown2018-12-191-1/+1
* NFSD introduce async copy featureOlga Kornievskaia2018-09-251-0/+9
* NFSD CB_OFFLOAD xdrOlga Kornievskaia2018-09-251-0/+1
* nfsd: Remove callback_credChuck Lever2018-08-221-2/+0
* fs, nfsd: convert nfs4_file.fi_ref from atomic_t to refcount_tElena Reshetova2017-11-071-2/+2
* fs, nfsd: convert nfs4_cntl_odstate.co_odcount from atomic_t to refcount_tElena Reshetova2017-11-071-1/+1
* fs, nfsd: convert nfs4_stid.sc_count from atomic_t to refcount_tElena Reshetova2017-11-071-1/+2
* nfsd4: catch some false session retriesJ. Bruce Fields2017-11-071-0/+1
* nfsd4: fix cached replies to solo SEQUENCE compoundsJ. Bruce Fields2017-11-071-0/+1
* nfsd/callback: Cleanup callback cred on shutdownKinglong Mee2017-02-171-0/+1
* NFSD: Fix a null reference case in find_or_create_lock_stateid()Kinglong Mee2017-01-311-2/+2
* nfsd: add a LRU list for blocked locksJeff Layton2016-09-261-0/+2
* nfsd: have nfsd4_lock use blocking locks for v4.1+ locksJeff Layton2016-09-261-3/+9
* nfsd: plumb in a CB_NOTIFY_LOCK operationJeff Layton2016-09-261-0/+7