summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfs4proc.c
AgeCommit message (Expand)Author
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
2022-09-26NFSD: Fix handling of oversized NFSv4 COMPOUND requestsChuck Lever
2022-09-26NFSD: remove redundant variable statusJinpeng Cui
2022-09-26NFSD enforce filehandle check for source file in COPYOlga Kornievskaia
2022-09-26NFSD: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-04NFSD: use explicit lock/unlock for directory opsNeilBrown
2022-08-04NFSD: reduce locking in nfsd_lookup()NeilBrown
2022-08-04NFSD: always drop directory lock in nfsd_unlink()NeilBrown
2022-08-04NFSD: change nfsd_create()/nfsd_symlink() to unlock directory before returning.NeilBrown
2022-08-04NFSD: add posix ACLs to struct nfsd_attrsNeilBrown
2022-07-29NFSD: add security label to struct nfsd_attrsNeilBrown
2022-07-29NFSD: set attributes when creating symlinksNeilBrown
2022-07-29NFSD: introduce struct nfsd_attrsNeilBrown
2022-07-29NFSD: verify the opened dentry after setting a delegationJeff Layton
2022-07-29NFSD: Move copy offload callback arguments into a separate structureChuck Lever
2022-07-29NFSD: Add nfsd4_send_cb_offload()Chuck Lever
2022-07-29NFSD: Remove kmalloc from nfsd4_do_async_copy()Chuck Lever
2022-07-29NFSD: Refactor nfsd4_do_copy()Chuck Lever
2022-07-29NFSD: Refactor nfsd4_cleanup_inter_ssc() (2/2)Chuck Lever
2022-07-29NFSD: Refactor nfsd4_cleanup_inter_ssc() (1/2)Chuck Lever
2022-07-29NFSD: Replace boolean fields in struct nfsd4_copyChuck Lever
2022-07-29NFSD: Make nfs4_put_copy() staticChuck Lever
2022-07-29NFSD: Shrink size of struct nfsd4_copyChuck Lever
2022-07-29NFSD: Shrink size of struct nfsd4_copy_notifyChuck Lever
2022-07-29NFSD: Fix strncpy() fortify warningChuck Lever
2022-07-29NFSD: Demote a WARN to a pr_warn()Chuck Lever
2022-07-29NFSD: Fix space and spelling mistakeZhang Jiaming
2022-05-23SUNRPC: Use RMW bitops in single-threaded hot pathsChuck Lever
2022-05-23NFSD: Move documenting comment for nfsd4_process_open2()Chuck Lever
2022-05-23NFSD: Fix whitespaceChuck Lever