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