aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
2024-10-29NFSD: Initialize struct nfsd4_copy earlierChuck Lever1-2/+2
2024-10-21nfsd: cancel nfsd_shrinker_work using sync mode in nfs4_state_shutdown_netYang Erkun1-1/+1
2024-10-18nfsd: fix race between laundromat and free_stateidOlga Kornievskaia2-8/+42
2024-10-05nfsd: fix possible badness in FREE_STATEIDOlga Kornievskaia1-0/+1
2024-09-23nfsd: nfsd_destroy_serv() must call svc_destroy() even if nfsd_startup_net() ...NeilBrown1-3/+3
2024-09-23NFSD: Mark filecache "down" if init failsChuck Lever1-1/+3
2024-09-20nfsd: fix delegation_blocked() to block correctly for at least 30 secondsNeilBrown1-2/+3
2024-09-20nfsd: fix initial getattr on write delegationJeff Layton1-8/+25
2024-09-20nfsd: untangle code in nfsd4_deleg_getattr_conflict()NeilBrown1-69/+62
2024-09-20nfsd: enforce upper limit for namelen in __cld_pipe_inprogress_downcall()Scott Mayhew1-4/+4
2024-09-20nfsd: return -EINVAL when namelen is 0Li Lingfeng1-0/+8
2024-09-20NFSD: Wrap async copy operations with trace pointsChuck Lever2-2/+72
2024-09-20NFSD: Clean up extra whitespace in trace_nfsd_copy_doneChuck Lever1-1/+1
2024-09-20NFSD: Record the callback stateid in copy tracepointsChuck Lever1-0/+12
2024-09-20NFSD: Display copy stateids with conventional print formattingChuck Lever1-6/+6
2024-09-20NFSD: Limit the number of concurrent async COPY operationsChuck Lever4-2/+12
2024-09-20NFSD: Async COPY result needs to return a write verifierChuck Lever1-15/+8
2024-09-20nfsd: avoid races with wake_up_var()NeilBrown1-1/+4
2024-09-20nfsd: use clear_and_wake_up_bit()NeilBrown2-6/+2
2024-09-20NFSD: Annotate struct pnfs_block_deviceaddr with __counted_by()Thorsten Blum2-5/+3
2024-09-20nfsd: call cache_put if xdr_reserve_space returns NULLGuoqing Jiang1-4/+9
2024-09-20nfsd: add more nfsd_cb tracepointsJeff Layton3-0/+12
2024-09-20nfsd: track the main opcode for callbacksJeff Layton5-5/+27
2024-09-20nfsd: add more info to WARN_ON_ONCE on failed callbacksJeff Layton1-1/+2
2024-09-20nfsd: fix some spelling errors in commentsLi Lingfeng1-2/+2
2024-09-20nfsd: remove unused parameter of nfsd_file_mark_find_or_createLi Lingfeng1-2/+2
2024-09-20nfsd: use LIST_HEAD() to simplify codeHongbo Li1-7/+3
2024-09-20nfsd: map the EBADMSG to nfserr_io to avoid warningLi Lingfeng1-0/+1
2024-09-20NFSD: remove redundant assignment operationLi Lingfeng1-1/+0
2024-09-20NFSD: Fix NFSv4's PUTPUBFH operationChuck Lever1-9/+1
2024-09-20nfsd: Add quotes to client info 'callback address'Mark Grimes1-1/+1
2024-09-20nfsd: move error choice for incorrect object types to version-specific code.NeilBrown6-19/+56
2024-09-20nfsd: be more systematic about selecting error codes for internal use.NeilBrown1-5/+19
2024-09-20nfsd: Move error code mapping to per-version proc code.NeilBrown5-18/+78
2024-09-20nfsd: move V4ROOT version check to nfsd_set_fh_dentry()NeilBrown1-11/+7
2024-09-20nfsd: further centralize protocol version checks.NeilBrown3-6/+9
2024-09-20nfsd: use nfsd_v4client() in nfsd_breaker_owns_lease()NeilBrown3-9/+8
2024-09-20nfsd: Pass 'cred' instead of 'rqstp' to some functions.NeilBrown8-28/+34
2024-09-20nfsd: Don't pass all of rqst into rqst_exp_find()NeilBrown4-12/+35
2024-09-20nfsd: don't assume copy notify when preprocessing the stateidSagi Grimberg2-6/+4
2024-09-20sunrpc: allow svc threads to fail initialisation cleanlyNeilBrown1-6/+3
2024-09-20sunrpc: change sp_nrthreads from atomic_t to unsigned int.NeilBrown2-2/+2
2024-09-20nfsd: don't allocate the versions array.NeilBrown5-94/+35
2024-09-01nfsd: move nfsd_pool_stats_open into nfsctl.cNeilBrown3-9/+7
2024-09-01nfsd: don't EXPORT_SYMBOL nfsd4_ssc_init_umount_work()NeilBrown1-1/+0
2024-09-01nfsd: use system_unbound_wq for nfsd_file_gc_worker()Youzhong Yang1-1/+1
2024-09-01nfsd: count nfsd_file allocationsJeff Layton1-2/+7
2024-09-01nfsd: fix refcount leak when file is unhashed after being foundJeff Layton1-0/+1
2024-09-01nfsd: remove unneeded EEXIST error check in nfsd_do_file_acquireJeff Layton1-2/+0
2024-09-01nfsd: add list_head nf_gc to struct nfsd_fileYouzhong Yang2-8/+11