summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4proc.c
Commit message (Expand)AuthorAgeFilesLines
* nfsd: cstate->session->se_client -> cstate->clpJ. Bruce Fields2021-01-281-3/+2
* nfsd: simplify nfsd4_check_open_reclaimJ. Bruce Fields2021-01-281-2/+1
* nfsd: protect concurrent access to nfsd stats countersAmir Goldstein2021-01-251-1/+1
* SUNRPC: Make trace_svc_process() display the RPC procedure symbolicallyChuck Lever2021-01-251-0/+2
* NFSD: Fix sparse warning in nfssvc.cChuck Lever2020-12-181-0/+5
* NFSD: Fix sparse warning in nfs4proc.cChuck Lever2020-12-091-6/+2
* NFSD: Make nfsd4_ops::opnum a u32Chuck Lever2020-11-301-1/+1
* NFSD: Add helper to decode OPEN's open_claim4 argumentChuck Lever2020-11-301-4/+4
* NFSD: Replace the internals of the READ_BUF() macroChuck Lever2020-11-301-2/+2
* NFSD: Add common helpers to decode void args and encode void resultsChuck Lever2020-11-301-7/+4
* SUNRPC: Add xdr_set_scratch_page() and xdr_reset_scratch_buffer()Chuck Lever2020-11-301-1/+1
* NFSD: fix missing refcount in nfsd4_copy by nfsd4_do_async_copyDai Ngo2020-11-051-0/+1
* NFSD: Fix use-after-free warning when doing inter-server copyDai Ngo2020-11-051-1/+1
* NFSv4.2: Fix NFS4ERR_STALE error when doing inter server copyDai Ngo2020-10-211-1/+2
* NFSD: Add READ_PLUS data supportAnna Schumaker2020-10-121-0/+21
* NFSD: Hoist status code encoding into XDR encoder functionsChuck Lever2020-10-121-4/+3
* NFSD: Encoder and decoder functions are always presentChuck Lever2020-10-021-0/+1
* nfsd: fix comparison to bool warningZheng Bin2020-09-251-1/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* nfsd: implement the xattr functions and en/decode logicFrank van der Linden2020-07-131-0/+120
* nfsd: take xattr bits into account for permission checksFrank van der Linden2020-07-131-1/+7
* Merge branch 'nfsd-5.8' of git://linux-nfs.org/~cel/cel-2.6 into for-5.8-inco...J. Bruce Fields2020-05-211-4/+3
|\
| * NFSD: Fix improperly-formatted Doxygen commentsChuck Lever2020-05-201-4/+3
* | nfsd: clients don't need to break their own delegationsJ. Bruce Fields2020-05-081-0/+2
|/
* nfsd4: fix double free in nfsd4_do_async_copy()Dan Carpenter2020-02-061-1/+0
* nfsd: Ensure sampling of the write verifier is atomic with the writeTrond Myklebust2020-01-221-2/+2
* nfsd: Ensure sampling of the commit verifier is atomic with the commitTrond Myklebust2020-01-221-2/+2
* nfsd: Pass the nfsd_file as arguments to nfsd4_clone_file_range()Trond Myklebust2020-01-221-2/+2
* nfsd: Allow nfsd_vfs_write() to take the nfsd_file as an argumentTrond Myklebust2020-01-221-1/+1
* nfsd: use true,false for bool variable in nfs4proc.czhengbin2020-01-031-2/+2
* nfsd: pass a 64-bit guardtime to nfsd_setattr()Arnd Bergmann2019-12-191-1/+1
* nfsd4: avoid NULL deference on strange COPY compoundsJ. Bruce Fields2019-12-091-1/+2
* NFSD fixing possible null pointer derefering in copy offloadOlga Kornievskaia2019-12-091-1/+2
* NFSD fix nfserro errno mismatchOlga Kornievskaia2019-12-091-6/+5
* NFSD: fix seqid in copy stateidOlga Kornievskaia2019-12-091-1/+1
* NFSD add nfs4 inter ssc to nfsd4_copyOlga Kornievskaia2019-12-091-22/+271
* NFSD: allow inter server COPY to have a STALE source server fhOlga Kornievskaia2019-12-091-4/+53
* NFSD generalize nfsd4_compound_state flag namesOlga Kornievskaia2019-12-091-4/+4
* NFSD add COPY_NOTIFY operationOlga Kornievskaia2019-12-091-10/+48
* NFSD COPY_NOTIFY xdrOlga Kornievskaia2019-12-091-0/+28
* NFSD fixing possible null pointer derefering in copy offloadOlga Kornievskaia2019-12-071-1/+2
* nfsd: Ensure CLONE persists data and metadata changes to the target fileTrond Myklebust2019-11-301-1/+2
* nfsd: Support the server resetting the boot verifierTrond Myklebust2019-09-101-10/+4
* nfsd: hook up nfs4_preprocess_stateid_op to the nfsd_file cacheJeff Layton2019-08-191-41/+42
* Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-05-151-1/+2
|\
| * nfsd: Allow containers to set supported nfs versionsTrond Myklebust2019-04-241-1/+2
* | fs: mark expected switch fall-throughsGustavo A. R. Silva2019-04-081-0/+1
|/
* NFSD remove OP_CACHEME from 4.2 op_flagsOlga Kornievskaia2018-12-141-4/+4
* nfsd4: skip unused assignmentJ. Bruce Fields2018-11-271-1/+1
* nfsd4: forbid all renames during grace periodJ. Bruce Fields2018-11-271-2/+1