summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAgeFilesLines
* nfsd: fix jiffies/time_t mixup in LRU listArnd Bergmann2020-02-142-2/+2
* nfsd: fix delay timer on 32-bit architecturesArnd Bergmann2020-02-141-1/+1
* nfsd4: fix up replay_matches_cache()Scott Mayhew2020-01-121-5/+10
* nfsd: Return EPERM, not EACCES, in some SETATTR caseszhengbin2019-12-211-2/+15
* nfsd: fix a warning in __cld_pipe_upcall()Scott Mayhew2019-12-211-11/+6
* nfsd: Fix overflow causing non-working mounts on 1 TB machinesPaul Menzel2019-08-041-1/+1
* nfsd: fix performance-limiting session calculationJ. Bruce Fields2019-08-041-4/+4
* nfsd: give out fewer session slots as limit approachesJ. Bruce Fields2019-08-041-0/+5
* nfsd: increase DRC cache limitJ. Bruce Fields2019-08-041-1/+1
* nfsd: allow fh_want_write to be called twiceJ. Bruce Fields2019-06-221-1/+4
* nfsd: Don't release the callback slot unless it was actually heldTrond Myklebust2019-05-022-1/+8
* nfsd: fix wrong check in write_v4_end_grace()Yihao Wu2019-03-231-1/+1
* nfsd: fix memory corruption caused by readdirNeilBrown2019-03-232-2/+15
* nfsd4: catch some false session retriesJ. Bruce Fields2019-02-152-1/+37
* nfsd4: fix cached replies to solo SEQUENCE compoundsJ. Bruce Fields2019-02-153-7/+27
* nfsd4: fix crash on writing v4_end_grace before nfsd startupJ. Bruce Fields2019-02-121-0/+2
* nfsd: COPY and CLONE operations require the saved filehandle to be setScott Mayhew2018-11-211-0/+3
* nfsd: fix corrupted reply to badly ordered compoundJ. Bruce Fields2018-10-031-0/+1
* nfsd: fix potential use-after-free in nfsd4_decode_getdeviceinfoScott Mayhew2018-08-031-0/+2
* nfsd: restrict rd_maxcount to svc_max_payload in nfsd_encode_readdirScott Mayhew2018-07-031-2/+3
* nfsd: remove blocked locks on client teardownJeff Layton2018-03-281-19/+43
* nfsd4: permit layoutget of executable-only filesBenjamin Coddington2018-03-241-3/+3
* NFS: don't try to cross a mountpount when there isn't one there.NeilBrown2018-03-241-4/+20
* lockd: fix "list_add double add" caused by legacy signal interfaceVasily Averin2018-02-031-3/+4
* nfsd: check for use of the closed special stateidAndrew Elble2018-02-031-2/+5
* nfsd: Ensure we check stateid validity in the seqid operation checksTrond Myklebust2018-02-031-9/+3
* nfsd: CLOSE SHOULD return the invalid special stateid for NFSv4.x (x>0)Trond Myklebust2018-02-031-0/+8
* nfsd: auth: Fix gid sorting when rootsquash enabledBen Hutchings2018-01-311-3/+3
* kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker2018-01-101-0/+3
* NFSD: fix nfsd_reset_versions for NFSv4.NeilBrown2017-12-201-15/+12
* NFSD: fix nfsd_minorversion(.., NFSD_AVAIL)NeilBrown2017-12-201-1/+2
* nfsd: fix panic in posix_unblock_lock called from nfs4_laundromatNaofumi Honda2017-12-051-2/+2
* nfsd: Fix another OPEN stateid raceTrond Myklebust2017-12-051-15/+13
* nfsd: Fix stateid races between OPEN and CLOSETrond Myklebust2017-12-051-8/+59
* nfsd: deal with revoked delegations appropriatelyAndrew Elble2017-11-301-1/+24
* nfsd/callback: Cleanup callback cred on shutdownKinglong Mee2017-10-213-4/+15
* nfsd: Limit end of page list when decoding NFSv4 WRITEChuck Lever2017-08-301-4/+2
* fs: add i_blocksize()Fabian Frederick2017-06-141-3/+3
* nfsd: Fix up the "supattr_exclcreat" attributesTrond Myklebust2017-06-141-3/+10
* nfsd4: fix null dereference on replayJ. Bruce Fields2017-06-141-7/+6
* nfsd: encoders mustn't use unitialized values in error casesJ. Bruce Fields2017-05-251-4/+4
* nfsd: fix undefined behavior in nfsd4_layout_verifyAri Kauppi2017-05-251-1/+2
* nfsd: stricter decoding of write-like NFSv2/v3 opsJ. Bruce Fields2017-05-032-0/+6
* nfsd4: minor NFSv2/v3 write decoding cleanupJ. Bruce Fields2017-05-032-8/+9
* nfsd: check for oversized NFSv2/v3 argumentsJ. Bruce Fields2017-05-031-0/+36
* nfsd: map the ENOKEY to nfserr_perm for avoiding warningKinglong Mee2017-04-081-0/+1
* nfsd: special case truncates some moreChristoph Hellwig2017-03-121-6/+26
* nfsd: minor nfsd_setattr cleanupChristoph Hellwig2017-03-121-17/+12
* NFSD: Fix a null reference case in find_or_create_lock_stateid()Kinglong Mee2017-02-093-15/+13
* nfsd: Fix general protection fault in release_lock_stateid()Chuck Lever2016-11-011-6/+4