summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4proc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* nfsd4: zero-length WRITE should succeedJ. Bruce Fields2018-11-271-2/+0
* nfsd: COPY and CLONE operations require the saved filehandle to be setScott Mayhew2018-11-081-0/+3
* NFSD introduce async copy featureOlga Kornievskaia2018-09-251-19/+242
* NFSD OFFLOAD_CANCEL xdrOlga Kornievskaia2018-09-251-0/+14
* NFSD OFFLOAD_STATUS xdrOlga Kornievskaia2018-09-251-0/+20
* NFSD: Refactor the generic write vector fill helperChuck Lever2018-08-091-19/+4
* nfsd: fix corrupted reply to badly ordered compoundJ. Bruce Fields2018-06-171-0/+1
* nfsd: clarify check_op_orderingJ. Bruce Fields2018-06-171-4/+9
* nfsd4: extend reclaim period for reclaiming clientsJ. Bruce Fields2018-06-171-0/+4
* nfsd: fix incorrect umasksJ. Bruce Fields2018-04-031-2/+10
* nfsd: Trace NFSv4 COMPOUND executionChuck Lever2018-04-031-6/+3
* nfsd: Add I/O trace points in the NFSv4 read procChuck Lever2018-04-031-0/+5
* nfsd: Add I/O trace points in the NFSv4 write pathChuck Lever2018-04-031-2/+5
* nfsd: Add "nfsd_" to trace point namesChuck Lever2018-04-031-2/+2
* nfsd: remove unsused "cp_consecutive" fieldJ. Bruce Fields2018-03-191-1/+0
* nfsd: return RESOURCE not GARBAGE_ARGS on too many opsJ. Bruce Fields2018-02-081-0/+3
* nfsd4: permit layoutget of executable-only filesBenjamin Coddington2017-12-211-3/+3
* Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-11-181-14/+5
|\
| * nfds: avoid gettimeofday for nfssvc_boot timeArnd Bergmann2017-11-071-2/+3
| * nfsd: remove unnecessary nofilehandle checksJ. Bruce Fields2017-10-041-12/+2
* | nfsd4: define nfsd4_secinfo_no_name_release()Eryu Guan2017-10-051-1/+8
|/
* nfsd4: skip encoder in trivial error casesJ. Bruce Fields2017-08-241-3/+7
* nfsd4: define ->op_release for compound opsJ. Bruce Fields2017-08-241-0/+32
* nfsd4: opdesc will be useful outside nfs4proc.cJ. Bruce Fields2017-08-241-14/+11