summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfs4proc.c
AgeCommit message (Expand)Author
2024-09-20NFSD: Wrap async copy operations with trace pointsChuck Lever
2024-09-20NFSD: Limit the number of concurrent async COPY operationsChuck Lever
2024-09-20NFSD: Async COPY result needs to return a write verifierChuck Lever
2024-09-20nfsd: track the main opcode for callbacksJeff Layton
2024-09-20nfsd: move error choice for incorrect object types to version-specific code.NeilBrown
2024-09-20nfsd: Don't pass all of rqst into rqst_exp_find()NeilBrown
2024-09-20nfsd: don't assume copy notify when preprocessing the stateidSagi Grimberg
2024-07-08NFSD: Support write delegations in LAYOUTGETChuck Lever
2024-05-09NFSD: Force all NFSv4.2 COPY requests to be synchronousChuck Lever
2024-05-06NFSD: Add COPY status code to OFFLOAD_STATUS responseChuck Lever
2024-05-06NFSD: Record status of async copy operation in struct nfsd4_copyChuck Lever
2024-05-06nfsd: trivial GET_DIR_DELEGATION supportJeff Layton
2024-03-01nfsd: Fix NFSv3 atomicity bugs in nfsd_setattr()Trond Myklebust
2024-03-01nfsd: Fix a regression in nfsd_setattr()Trond Myklebust
2024-03-01nfsd: make all of the nfsd stats per-network namespaceJosef Bacik
2024-01-07NFSD: Modify NFSv4 to use nfsd_read_splice_ok()Chuck Lever
2023-10-30Merge tag 'nfsd-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2023-10-18nfsd: convert to new timestamp accessorsJeff Layton
2023-10-16NFSD: Clean up nfsd4_encode_copy_notify()Chuck Lever
2023-10-16NFSD: Remove a layering violation when encoding lock_deniedChuck Lever
2023-10-16NFSD: Clean up nfsd4_encode_layoutcommit()Chuck Lever
2023-10-16SUNRPC: change how svc threads are asked to exit.NeilBrown
2023-10-16NFSD: add trace points to track server copy progressDai Ngo
2023-10-16NFSD: initialize copy->cp_clp early in nfsd4_copy for use by trace pointDai Ngo
2023-09-09nfsd: fix change_info in NFSv4 RENAME repliesJeff Layton
2023-08-29nfsd: don't allow nfsd threads to be signalled.NeilBrown
2023-08-29nfsd: set missing after_change as before_change + 1Jeff Layton
2023-08-29nfsd: remove unsafe BUG_ON from set_change_infoJeff Layton
2023-08-29nfsd: handle failure to collect pre/post-op attrs more sanelyJeff Layton
2023-02-20NFSD: fix problems with cleanup on errors in nfsd4_copyDai Ngo
2023-02-20NFSD: fix leaked reference count of nfsd4_ssc_umount_itemDai Ngo
2023-02-20nfsd: clean up potential nfsd_file refcount leaks in COPY codepathJeff Layton
2023-02-20nfsd: zero out pointers after putting nfsd_files on COPY setup errorJeff Layton
2023-02-20nfsd: don't take nfsd4_copy ref for OP_OFFLOAD_STATUSJeff Layton
2023-02-20SUNRPC: Use per-CPU counters to tally server RPC countsChuck Lever
2023-02-20NFSD: enhance inter-server copy cleanupDai Ngo
2023-01-11NFSD: fix use-after-free in nfsd4_ssc_setup_dul()Xingyuan Mo
2023-01-06Revert "SUNRPC: Use RMW bitops in single-threaded hot paths"Chuck Lever
2022-12-14NFSD: fix use-after-free in __nfs42_ssc_open()Dai Ngo
2022-12-10NFSD: pass range end to vfs_fsync_range() instead of countBrian Foster
2022-12-10nfsd: return error if nfs4_setacl failsJeff Layton
2022-11-28NFSD: Clean up nfs4_preprocess_stateid_op() call sitesChuck Lever
2022-11-28NFSD: Pass the target nfsd_file to nfsd_commit()Chuck Lever
2022-09-26NFSD: Cap rsize_bop result based on send buffer sizeChuck Lever
2022-09-26NFSD: Rename the fields in copy_stateid_tChuck Lever
2022-09-26NFSD: Remove "inline" directives on op_rsize_bop helpersChuck Lever
2022-09-26NFSD: Reduce amount of struct nfsd4_compoundargs that needs clearingChuck Lever
2022-09-26SUNRPC: Parametrize how much of argsize should be zeroedChuck Lever
2022-09-26NFSD: Add tracepoints to report NFSv4 callback completionsChuck Lever
2022-09-26NFSD: Trace NFSv4 COMPOUND tagsChuck Lever