aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4proc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2021-03-09NFSD: fix dest to src mount in inter-server COPYOlga Kornievskaia1-1/+1
2021-01-28nfsd: cstate->session->se_client -> cstate->clpJ. Bruce Fields1-3/+2
2021-01-28nfsd: simplify nfsd4_check_open_reclaimJ. Bruce Fields1-2/+1
2021-01-25nfsd: protect concurrent access to nfsd stats countersAmir Goldstein1-1/+1
2021-01-25SUNRPC: Make trace_svc_process() display the RPC procedure symbolicallyChuck Lever1-0/+2
2020-12-18NFSD: Fix sparse warning in nfssvc.cChuck Lever1-0/+5
2020-12-09NFSD: Fix sparse warning in nfs4proc.cChuck Lever1-6/+2
2020-11-30NFSD: Make nfsd4_ops::opnum a u32Chuck Lever1-1/+1
2020-11-30NFSD: Add helper to decode OPEN's open_claim4 argumentChuck Lever1-4/+4
2020-11-30NFSD: Replace the internals of the READ_BUF() macroChuck Lever1-2/+2
2020-11-30NFSD: Add common helpers to decode void args and encode void resultsChuck Lever1-7/+4
2020-11-30SUNRPC: Add xdr_set_scratch_page() and xdr_reset_scratch_buffer()Chuck Lever1-1/+1
2020-11-05NFSD: fix missing refcount in nfsd4_copy by nfsd4_do_async_copyDai Ngo1-0/+1
2020-11-05NFSD: Fix use-after-free warning when doing inter-server copyDai Ngo1-1/+1
2020-10-21NFSv4.2: Fix NFS4ERR_STALE error when doing inter server copyDai Ngo1-1/+2
2020-10-12NFSD: Add READ_PLUS data supportAnna Schumaker1-0/+21
2020-10-12NFSD: Hoist status code encoding into XDR encoder functionsChuck Lever1-4/+3
2020-10-02NFSD: Encoder and decoder functions are always presentChuck Lever1-0/+1
2020-09-25nfsd: fix comparison to bool warningZheng Bin1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-13nfsd: implement the xattr functions and en/decode logicFrank van der Linden1-0/+120
2020-07-13nfsd: take xattr bits into account for permission checksFrank van der Linden1-1/+7
2020-05-21Merge branch 'nfsd-5.8' of git://linux-nfs.org/~cel/cel-2.6 into for-5.8-incomingJ. Bruce Fields1-4/+3
2020-05-20NFSD: Fix improperly-formatted Doxygen commentsChuck Lever1-4/+3
2020-05-08nfsd: clients don't need to break their own delegationsJ. Bruce Fields1-0/+2
2020-02-06nfsd4: fix double free in nfsd4_do_async_copy()Dan Carpenter1-1/+0
2020-01-22nfsd: Ensure sampling of the write verifier is atomic with the writeTrond Myklebust1-2/+2
2020-01-22nfsd: Ensure sampling of the commit verifier is atomic with the commitTrond Myklebust1-2/+2
2020-01-22nfsd: Pass the nfsd_file as arguments to nfsd4_clone_file_range()Trond Myklebust1-2/+2
2020-01-22nfsd: Allow nfsd_vfs_write() to take the nfsd_file as an argumentTrond Myklebust1-1/+1
2020-01-03nfsd: use true,false for bool variable in nfs4proc.czhengbin1-2/+2
2019-12-19nfsd: pass a 64-bit guardtime to nfsd_setattr()Arnd Bergmann1-1/+1
2019-12-09nfsd4: avoid NULL deference on strange COPY compoundsJ. Bruce Fields1-1/+2
2019-12-09NFSD fixing possible null pointer derefering in copy offloadOlga Kornievskaia1-1/+2
2019-12-09NFSD fix nfserro errno mismatchOlga Kornievskaia1-6/+5
2019-12-09NFSD: fix seqid in copy stateidOlga Kornievskaia1-1/+1
2019-12-09NFSD add nfs4 inter ssc to nfsd4_copyOlga Kornievskaia1-22/+271
2019-12-09NFSD: allow inter server COPY to have a STALE source server fhOlga Kornievskaia1-4/+53
2019-12-09NFSD generalize nfsd4_compound_state flag namesOlga Kornievskaia1-4/+4