aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4proc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-12-09NFSD add COPY_NOTIFY operationOlga Kornievskaia1-10/+48
2019-12-09NFSD COPY_NOTIFY xdrOlga Kornievskaia1-0/+28
2019-12-07NFSD fixing possible null pointer derefering in copy offloadOlga Kornievskaia1-1/+2
2019-11-30nfsd: Ensure CLONE persists data and metadata changes to the target fileTrond Myklebust1-1/+2
2019-09-10nfsd: Support the server resetting the boot verifierTrond Myklebust1-10/+4
2019-08-19nfsd: hook up nfs4_preprocess_stateid_op to the nfsd_file cacheJeff Layton1-41/+42
2019-05-15Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+2
2019-04-24nfsd: Allow containers to set supported nfs versionsTrond Myklebust1-1/+2
2019-04-08fs: mark expected switch fall-throughsGustavo A. R. Silva1-0/+1
2018-12-14NFSD remove OP_CACHEME from 4.2 op_flagsOlga Kornievskaia1-4/+4
2018-11-27nfsd4: skip unused assignmentJ. Bruce Fields1-1/+1
2018-11-27nfsd4: forbid all renames during grace periodJ. Bruce Fields1-2/+1