aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4proc.c
AgeCommit message (Expand)Author
2022-02-16NFSD: Clamp WRITE offsetsChuck Lever
2021-05-14NFSv4.2: fix copy stateid copying for the async copyOlga Kornievskaia
2021-05-14NFSD: Fix sparse warning in nfs4proc.cChuck Lever
2021-03-25NFSD: fix dest to src mount in inter-server COPYOlga Kornievskaia
2020-11-05NFSD: fix missing refcount in nfsd4_copy by nfsd4_do_async_copyDai Ngo
2020-11-05NFSD: Fix use-after-free warning when doing inter-server copyDai Ngo
2020-10-21NFSv4.2: Fix NFS4ERR_STALE error when doing inter server copyDai Ngo
2020-10-12NFSD: Add READ_PLUS data supportAnna Schumaker
2020-10-12NFSD: Hoist status code encoding into XDR encoder functionsChuck Lever
2020-10-02NFSD: Encoder and decoder functions are always presentChuck Lever
2020-09-25nfsd: fix comparison to bool warningZheng Bin
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-13nfsd: implement the xattr functions and en/decode logicFrank van der Linden
2020-07-13nfsd: take xattr bits into account for permission checksFrank van der Linden
2020-05-21Merge branch 'nfsd-5.8' of git://linux-nfs.org/~cel/cel-2.6 into for-5.8-inco...J. Bruce Fields
2020-05-20NFSD: Fix improperly-formatted Doxygen commentsChuck Lever
2020-05-08nfsd: clients don't need to break their own delegationsJ. Bruce Fields
2020-02-06nfsd4: fix double free in nfsd4_do_async_copy()Dan Carpenter
2020-01-22nfsd: Ensure sampling of the write verifier is atomic with the writeTrond Myklebust
2020-01-22nfsd: Ensure sampling of the commit verifier is atomic with the commitTrond Myklebust
2020-01-22nfsd: Pass the nfsd_file as arguments to nfsd4_clone_file_range()Trond Myklebust
2020-01-22nfsd: Allow nfsd_vfs_write() to take the nfsd_file as an argumentTrond Myklebust
2020-01-03nfsd: use true,false for bool variable in nfs4proc.czhengbin
2019-12-19nfsd: pass a 64-bit guardtime to nfsd_setattr()Arnd Bergmann
2019-12-09nfsd4: avoid NULL deference on strange COPY compoundsJ. Bruce Fields
2019-12-09NFSD fixing possible null pointer derefering in copy offloadOlga Kornievskaia
2019-12-09NFSD fix nfserro errno mismatchOlga Kornievskaia
2019-12-09NFSD: fix seqid in copy stateidOlga Kornievskaia
2019-12-09NFSD add nfs4 inter ssc to nfsd4_copyOlga Kornievskaia
2019-12-09NFSD: allow inter server COPY to have a STALE source server fhOlga Kornievskaia
2019-12-09NFSD generalize nfsd4_compound_state flag namesOlga Kornievskaia
2019-12-09NFSD add COPY_NOTIFY operationOlga Kornievskaia
2019-12-09NFSD COPY_NOTIFY xdrOlga Kornievskaia
2019-12-07NFSD fixing possible null pointer derefering in copy offloadOlga Kornievskaia
2019-11-30nfsd: Ensure CLONE persists data and metadata changes to the target fileTrond Myklebust
2019-09-10nfsd: Support the server resetting the boot verifierTrond Myklebust
2019-08-19nfsd: hook up nfs4_preprocess_stateid_op to the nfsd_file cacheJeff Layton
2019-05-15Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2019-04-24nfsd: Allow containers to set supported nfs versionsTrond Myklebust
2019-04-08fs: mark expected switch fall-throughsGustavo A. R. Silva
2018-12-14NFSD remove OP_CACHEME from 4.2 op_flagsOlga Kornievskaia
2018-11-27nfsd4: skip unused assignmentJ. Bruce Fields
2018-11-27nfsd4: forbid all renames during grace periodJ. Bruce Fields
2018-11-27nfsd4: zero-length WRITE should succeedJ. Bruce Fields
2018-11-08nfsd: COPY and CLONE operations require the saved filehandle to be setScott Mayhew
2018-09-25NFSD introduce async copy featureOlga Kornievskaia
2018-09-25NFSD OFFLOAD_CANCEL xdrOlga Kornievskaia
2018-09-25NFSD OFFLOAD_STATUS xdrOlga Kornievskaia
2018-08-09NFSD: Refactor the generic write vector fill helperChuck Lever
2018-06-17nfsd: fix corrupted reply to badly ordered compoundJ. Bruce Fields