summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfs4proc.c
AgeCommit message (Expand)AuthorFilesLines
2025-01-21nfsd: handle delegated timestamps in SETATTRJeff Layton1-3/+28
2024-12-18NFSD: fix management of pending async copiesOlga Kornievskaia1-5/+8
2024-11-19NFSD: Add nfsd4_copy time-to-liveChuck Lever1-2/+5
2024-11-19NFSD: Add a laundromat reaper for async copy stateChuck Lever1-1/+34
2024-11-19NFSD: Block DESTROY_CLIENTID only when there are ongoing async COPY operationsChuck Lever1-0/+30
2024-11-19NFSD: Handle an NFS4ERR_DELAY response to CB_OFFLOADChuck Lever1-0/+8
2024-11-19NFSD: Free async copy information in nfsd4_cb_offload_release()Chuck Lever1-7/+10
2024-11-19NFSD: Fix nfsd4_shutdown_copy()Chuck Lever1-2/+5
2024-11-19NFSD: Add a tracepoint to record canceled async COPY operationsChuck Lever1-0/+1
2024-11-19nfsd: Fix NFSD_MAY_BYPASS_GSS and NFSD_MAY_BYPASS_GSS_ON_ROOTPali Rohár1-1/+1
2024-11-19nfsd: Fill NFSv4.1 server implementation fields in OP_EXCHANGE_ID responsePali Rohár1-0/+1
2024-11-19nfsd: new tracepoint for after op_func in compound processingJeff Layton1-0/+1
2024-10-30NFSD: Never decrement pending_async_copies on errorChuck Lever1-3/+1
2024-10-29NFSD: Initialize struct nfsd4_copy earlierChuck Lever1-2/+2
2024-09-21NFSD: Wrap async copy operations with trace pointsChuck Lever1-1/+2
2024-09-21NFSD: Limit the number of concurrent async COPY operationsChuck Lever1-2/+9
2024-09-21NFSD: Async COPY result needs to return a write verifierChuck Lever1-15/+8
2024-09-21nfsd: track the main opcode for callbacksJeff Layton1-1/+2
2024-09-21nfsd: move error choice for incorrect object types to version-specific code.NeilBrown1-10/+11
2024-09-21nfsd: Don't pass all of rqst into rqst_exp_find()NeilBrown1-1/+3
2024-09-21nfsd: don't assume copy notify when preprocessing the stateidSagi Grimberg1-1/+3
2024-07-08NFSD: Support write delegations in LAYOUTGETChuck Lever1-2/+3
2024-05-09NFSD: Force all NFSv4.2 COPY requests to be synchronousChuck Lever1-0/+7
2024-05-06NFSD: Add COPY status code to OFFLOAD_STATUS responseChuck Lever1-2/+8
2024-05-06NFSD: Record status of async copy operation in struct nfsd4_copyChuck Lever1-11/+10
2024-05-06nfsd: trivial GET_DIR_DELEGATION supportJeff Layton1-0/+41
2024-03-01nfsd: Fix NFSv3 atomicity bugs in nfsd_setattr()Trond Myklebust1-2/+1
2024-03-01nfsd: Fix a regression in nfsd_setattr()Trond Myklebust1-0/+4
2024-03-01nfsd: make all of the nfsd stats per-network namespaceJosef Bacik1-3/+3
2024-01-08NFSD: Modify NFSv4 to use nfsd_read_splice_ok()Chuck Lever1-2/+5
2023-10-30Merge tag 'nfsd-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-10/+22
2023-10-18nfsd: convert to new timestamp accessorsJeff Layton1-4/+4
2023-10-16NFSD: Clean up nfsd4_encode_copy_notify()Chuck Lever1-2/+2
2023-10-16NFSD: Remove a layering violation when encoding lock_deniedChuck Lever1-0/+2
2023-10-16NFSD: Clean up nfsd4_encode_layoutcommit()Chuck Lever1-2/+2
2023-10-16SUNRPC: change how svc threads are asked to exit.NeilBrown1-3/+5
2023-10-16NFSD: add trace points to track server copy progressDai Ngo1-2/+10
2023-10-16NFSD: initialize copy->cp_clp early in nfsd4_copy for use by trace pointDai Ngo1-1/+1
2023-09-09nfsd: fix change_info in NFSv4 RENAME repliesJeff Layton1-2/+2
2023-08-30nfsd: don't allow nfsd threads to be signalled.NeilBrown1-3/+2
2023-08-30nfsd: set missing after_change as before_change + 1Jeff Layton1-1/+1
2023-08-30nfsd: remove unsafe BUG_ON from set_change_infoJeff Layton1-0/+32
2023-08-30nfsd: handle failure to collect pre/post-op attrs more sanelyJeff Layton1-6/+8
2023-02-20NFSD: fix problems with cleanup on errors in nfsd4_copyDai Ngo1-4/+8
2023-02-20NFSD: fix leaked reference count of nfsd4_ssc_umount_itemDai Ngo1-4/+8
2023-02-20nfsd: clean up potential nfsd_file refcount leaks in COPY codepathJeff Layton1-13/+10
2023-02-20nfsd: zero out pointers after putting nfsd_files on COPY setup errorJeff Layton1-0/+2
2023-02-20nfsd: don't take nfsd4_copy ref for OP_OFFLOAD_STATUSJeff Layton1-11/+24
2023-02-20SUNRPC: Use per-CPU counters to tally server RPC countsChuck Lever1-3/+4
2023-02-20NFSD: enhance inter-server copy cleanupDai Ngo1-67/+44