aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4proc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-29NFSD: add security label to struct nfsd_attrsNeilBrown1-40/+9
2022-07-29NFSD: set attributes when creating symlinksNeilBrown1-1/+1
2022-07-29NFSD: introduce struct nfsd_attrsNeilBrown1-7/+16
2022-07-29NFSD: verify the opened dentry after setting a delegationJeff Layton1-0/+1
2022-07-29NFSD: Move copy offload callback arguments into a separate structureChuck Lever1-22/+22
2022-07-29NFSD: Add nfsd4_send_cb_offload()Chuck Lever1-15/+22
2022-07-29NFSD: Remove kmalloc from nfsd4_do_async_copy()Chuck Lever1-14/+14
2022-07-29NFSD: Refactor nfsd4_do_copy()Chuck Lever1-8/+14
2022-07-29NFSD: Refactor nfsd4_cleanup_inter_ssc() (2/2)Chuck Lever1-8/+7
2022-07-29NFSD: Refactor nfsd4_cleanup_inter_ssc() (1/2)Chuck Lever1-5/+5
2022-07-29NFSD: Replace boolean fields in struct nfsd4_copyChuck Lever1-32/+19
2022-07-29NFSD: Make nfs4_put_copy() staticChuck Lever1-1/+1
2022-07-29NFSD: Shrink size of struct nfsd4_copyChuck Lever1-2/+6
2022-07-29NFSD: Shrink size of struct nfsd4_copy_notifyChuck Lever1-2/+2
2022-07-29NFSD: Fix strncpy() fortify warningChuck Lever1-1/+1
2022-07-29NFSD: Demote a WARN to a pr_warn()Chuck Lever1-3/+3
2022-07-29NFSD: Fix space and spelling mistakeZhang Jiaming1-2/+2
2022-05-23SUNRPC: Use RMW bitops in single-threaded hot pathsChuck Lever1-3/+4
2022-05-23NFSD: Move documenting comment for nfsd4_process_open2()Chuck Lever1-5/+1
2022-05-23NFSD: Fix whitespaceChuck Lever1-25/+25
2022-05-23NFSD: Remove dprintk call sites from tail of nfsd4_open()Chuck Lever1-4/+0
2022-05-23NFSD: Instantiate a struct file when creating a regular NFSv4 fileChuck Lever1-4/+39
2022-05-20NFSD: Refactor NFSv4 OPEN(CREATE)Chuck Lever1-10/+152
2022-02-09NFSD: Clamp WRITE offsetsChuck Lever1-2/+3
2022-02-09NFSD: Fix the behavior of READ near OFFSET_MAXChuck Lever1-2/+6
2022-01-08NFSD: Move fill_pre_wcc() and fill_post_wcc()Chuck Lever1-1/+1
2022-01-08NFSD: Rename boot verifier functionsChuck Lever1-1/+1
2022-01-08nfsd: Add a tracepoint for errors in nfsd4_clone_file_range()Trond Myklebust1-1/+1
2022-01-08nfsd: Replace use of rwsem with errseq_tTrond Myklebust1-7/+9
2021-12-13NFSD: Fix sparse warningChuck Lever1-1/+1
2021-10-13NFSD: Save location of NFSv4 COMPOUND statusChuck Lever1-1/+1
2021-10-02NFSD: Have legacy NFSD WRITE decoders use xdr_stream_subsegment()Chuck Lever1-2/+1
2021-10-02NFSD: Initialize pointer ni with NULL and not plain integer 0Colin Ian King1-1/+1
2021-10-02NFSD: simplify struct nfsfhNeilBrown1-2/+2
2021-07-06nfsd: remove redundant assignment to pointer 'this'Colin Ian King1-1/+1
2021-07-06NFSD: Fix error return code in nfsd4_interssc_connect()Wei Yongjun1-0/+1
2021-07-06nfsd: fix kernel test robot warning in SSC codeDai Ngo1-2/+2
2021-05-25NFSD: delay unmount source's export after inter-server copy completed.Dai Ngo1-4/+131
2021-05-25NFSD add vfs_fsync after async copy is doneOlga Kornievskaia1-1/+13
2021-05-18NFSD: Add an nfsd_cb_offload tracepointChuck Lever1-0/+2
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada1-6/+0
2021-04-01NFSv4.2: fix copy stateid copying for the async copyOlga Kornievskaia1-2/+2
2021-03-22nfsd: don't ignore high bits of copy countJ. Bruce Fields1-1/+1
2021-03-22nfsd: COPY with length 0 should copy to end of fileJ. Bruce Fields1-0/+3
2021-03-22NFSD: Extract the svcxdr_init_encode() helperChuck Lever1-23/+8