summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAgeFilesLines
* nfsd: apply umask on fs without ACL supportJ. Bruce Fields2020-07-091-0/+6
* nfsd: Fix svc_xprt refcnt leak when setup callback client failedXiyu Yang2020-06-251-0/+2
* nfsd: memory corruption in nfsd4_lock()Vasily Averin2020-05-021-0/+2
* 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-091-5/+10
* nfsd: Return EPERM, not EACCES, in some SETATTR caseszhengbin2019-12-171-2/+15
* nfsd: fix a warning in __cld_pipe_upcall()Scott Mayhew2019-12-171-11/+6
* nfsd: Fix overflow causing non-working mounts on 1 TB machinesPaul Menzel2019-07-311-1/+1
* nfsd: fix performance-limiting session calculationJ. Bruce Fields2019-07-311-4/+4
* nfsd: give out fewer session slots as limit approachesJ. Bruce Fields2019-07-311-0/+5
* nfsd: increase DRC cache limitJ. Bruce Fields2019-07-311-1/+1
* nfsd: allow fh_want_write to be called twiceJ. Bruce Fields2019-06-151-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-122-1/+37
* nfsd4: fix cached replies to solo SEQUENCE compoundsJ. Bruce Fields2019-02-123-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
* vfs: swap names of {do,vfs}_clone_file_range()Amir Goldstein2018-11-101-1/+2
* 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: fix incorrect umasksJ. Bruce Fields2018-04-193-7/+15
* nfsd: remove blocked locks on client teardownJeff Layton2018-03-281-19/+43
* nfsd4: permit layoutget of executable-only filesBenjamin Coddington2018-03-241-3/+3
* 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 Becker2017-12-201-0/+3
* 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
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0236-0/+36
* nfsd4: define nfsd4_secinfo_no_name_release()Eryu Guan2017-10-051-1/+8
* Merge tag 'nfsd-4.14' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-09-094-275/+233
|\
| * nfsd: Incoming xdr_bufs may have content in tail bufferChuck Lever2017-09-052-0/+21
| * merge nfsd 4.13 bugfixes into nfsd for-4.14 branchJ. Bruce Fields2017-09-051-4/+2
| |\
| * | sunrpc: Const-ify struct sv_serv_opsChuck Lever2017-08-241-1/+1
| * | nfsd: Const-ify NFSv4 encoding and decoding ops arraysChuck Lever2017-08-241-2/+2
| * | nfsd4: individual encoders no longer see error casesJ. Bruce Fields2017-08-241-206/+103
| * | nfsd4: skip encoder in trivial error casesJ. Bruce Fields2017-08-243-3/+12
| * | nfsd4: define ->op_release for compound opsJ. Bruce Fields2017-08-243-6/+36
| * | nfsd4: opdesc will be useful outside nfs4proc.cJ. Bruce Fields2017-08-243-14/+14
| * | nfsd4: move some nfsd4 op definitions to xdr4.hJ. Bruce Fields2017-08-012-43/+44
* | | annotate RWF_... flagsChristoph Hellwig2017-08-311-1/+1
| |/ |/|