summaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
2020-07-09nfsd: apply umask on fs without ACL supportJ. Bruce Fields1-0/+6
2020-06-25nfsd: Fix svc_xprt refcnt leak when setup callback client failedXiyu Yang1-0/+2
2020-05-02nfsd: memory corruption in nfsd4_lock()Vasily Averin1-0/+2
2020-02-15nfsd: fix jiffies/time_t mixup in LRU listArnd Bergmann2-2/+2
2020-02-15nfsd: fix delay timer on 32-bit architecturesArnd Bergmann1-1/+1
2020-01-09nfsd4: fix up replay_matches_cache()Scott Mayhew1-5/+10
2019-12-17nfsd: Return EPERM, not EACCES, in some SETATTR caseszhengbin1-2/+15
2019-12-17nfsd: fix a warning in __cld_pipe_upcall()Scott Mayhew1-11/+6
2019-07-31nfsd: Fix overflow causing non-working mounts on 1 TB machinesPaul Menzel1-1/+1
2019-07-31nfsd: fix performance-limiting session calculationJ. Bruce Fields1-4/+4
2019-07-31nfsd: give out fewer session slots as limit approachesJ. Bruce Fields1-0/+5
2019-07-31nfsd: increase DRC cache limitJ. Bruce Fields1-1/+1
2019-06-15nfsd: allow fh_want_write to be called twiceJ. Bruce Fields1-1/+4
2019-05-02nfsd: Don't release the callback slot unless it was actually heldTrond Myklebust2-1/+8
2019-03-23nfsd: fix wrong check in write_v4_end_grace()Yihao Wu1-1/+1
2019-03-23nfsd: fix memory corruption caused by readdirNeilBrown2-2/+15
2019-02-12nfsd4: catch some false session retriesJ. Bruce Fields2-1/+37
2019-02-12nfsd4: fix cached replies to solo SEQUENCE compoundsJ. Bruce Fields3-7/+27
2019-02-12nfsd4: fix crash on writing v4_end_grace before nfsd startupJ. Bruce Fields1-0/+2
2018-11-21nfsd: COPY and CLONE operations require the saved filehandle to be setScott Mayhew1-0/+3
2018-11-10vfs: swap names of {do,vfs}_clone_file_range()Amir Goldstein1-1/+2
2018-10-04nfsd: fix corrupted reply to badly ordered compoundJ. Bruce Fields1-0/+1
2018-08-03nfsd: fix potential use-after-free in nfsd4_decode_getdeviceinfoScott Mayhew1-0/+2
2018-07-03nfsd: restrict rd_maxcount to svc_max_payload in nfsd_encode_readdirScott Mayhew1-2/+3
2018-04-19nfsd: fix incorrect umasksJ. Bruce Fields3-7/+15
2018-03-28nfsd: remove blocked locks on client teardownJeff Layton1-19/+43
2018-03-24nfsd4: permit layoutget of executable-only filesBenjamin Coddington1-3/+3
2018-02-03lockd: fix "list_add double add" caused by legacy signal interfaceVasily Averin1-3/+4
2018-02-03nfsd: check for use of the closed special stateidAndrew Elble1-2/+5
2018-02-03nfsd: Ensure we check stateid validity in the seqid operation checksTrond Myklebust1-9/+3
2018-02-03nfsd: CLOSE SHOULD return the invalid special stateid for NFSv4.x (x>0)Trond Myklebust1-0/+8
2018-01-31nfsd: auth: Fix gid sorting when rootsquash enabledBen Hutchings1-3/+3
2017-12-20kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker1-0/+3
2017-12-05nfsd: fix panic in posix_unblock_lock called from nfs4_laundromatNaofumi Honda1-2/+2
2017-12-05nfsd: Fix another OPEN stateid raceTrond Myklebust1-15/+13
2017-12-05nfsd: Fix stateid races between OPEN and CLOSETrond Myklebust1-8/+59
2017-11-30nfsd: deal with revoked delegations appropriatelyAndrew Elble1-1/+24
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman36-0/+36
2017-10-05nfsd4: define nfsd4_secinfo_no_name_release()Eryu Guan1-1/+8
2017-09-09Merge tag 'nfsd-4.14' of git://linux-nfs.org/~bfields/linuxLinus Torvalds4-275/+233
2017-09-05nfsd: Incoming xdr_bufs may have content in tail bufferChuck Lever2-0/+21
2017-09-05merge nfsd 4.13 bugfixes into nfsd for-4.14 branchJ. Bruce Fields1-4/+2
2017-09-01annotate RWF_... flagsChristoph Hellwig1-1/+1
2017-08-25sunrpc: Const-ify struct sv_serv_opsChuck Lever1-1/+1
2017-08-25nfsd: Const-ify NFSv4 encoding and decoding ops arraysChuck Lever1-2/+2
2017-08-25nfsd4: individual encoders no longer see error casesJ. Bruce Fields1-206/+103
2017-08-25nfsd4: skip encoder in trivial error casesJ. Bruce Fields3-3/+12
2017-08-25nfsd4: define ->op_release for compound opsJ. Bruce Fields3-6/+36
2017-08-25nfsd4: opdesc will be useful outside nfs4proc.cJ. Bruce Fields3-14/+14
2017-08-25nfsd: Limit end of page list when decoding NFSv4 WRITEChuck Lever1-4/+2