summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfs4proc.c
AgeCommit message (Expand)AuthorFilesLines
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
2023-01-12NFSD: fix use-after-free in nfsd4_ssc_setup_dul()Xingyuan Mo1-0/+1
2023-01-06Revert "SUNRPC: Use RMW bitops in single-threaded hot paths"Chuck Lever1-4/+3
2022-12-14NFSD: fix use-after-free in __nfs42_ssc_open()Dai Ngo1-15/+5
2022-12-10NFSD: pass range end to vfs_fsync_range() instead of countBrian Foster1-2/+3
2022-12-10nfsd: return error if nfs4_setacl failsJeff Layton1-0/+2
2022-11-28NFSD: Clean up nfs4_preprocess_stateid_op() call sitesChuck Lever1-24/+7
2022-11-28NFSD: Pass the target nfsd_file to nfsd_commit()Chuck Lever1-1/+10
2022-09-26NFSD: Cap rsize_bop result based on send buffer sizeChuck Lever1-24/+24
2022-09-26NFSD: Rename the fields in copy_stateid_tChuck Lever1-3/+3
2022-09-26NFSD: Remove "inline" directives on op_rsize_bop helpersChuck Lever1-46/+75
2022-09-26NFSD: Reduce amount of struct nfsd4_compoundargs that needs clearingChuck Lever1-1/+1
2022-09-26SUNRPC: Parametrize how much of argsize should be zeroedChuck Lever1-0/+2
2022-09-26NFSD: Add tracepoints to report NFSv4 callback completionsChuck Lever1-0/+4
2022-09-26NFSD: Trace NFSv4 COMPOUND tagsChuck Lever1-1/+1
2022-09-26NFSD: Fix handling of oversized NFSv4 COMPOUND requestsChuck Lever1-6/+13
2022-09-26NFSD: remove redundant variable statusJinpeng Cui1-12/+4
2022-09-26NFSD enforce filehandle check for source file in COPYOlga Kornievskaia1-1/+7
2022-09-26NFSD: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-08-04NFSD: use explicit lock/unlock for directory opsNeilBrown1-2/+4
2022-08-04NFSD: reduce locking in nfsd_lookup()NeilBrown1-8/+12
2022-08-04NFSD: always drop directory lock in nfsd_unlink()NeilBrown1-3/+1
2022-08-04NFSD: change nfsd_create()/nfsd_symlink() to unlock directory before returning.NeilBrown1-2/+0
2022-08-04NFSD: add posix ACLs to struct nfsd_attrsNeilBrown1-30/+16
2022-07-30NFSD: add security label to struct nfsd_attrsNeilBrown1-40/+9
2022-07-30NFSD: set attributes when creating symlinksNeilBrown1-1/+1
2022-07-30NFSD: introduce struct nfsd_attrsNeilBrown1-7/+16