summaryrefslogtreecommitdiffstats
path: root/fs/nfsd (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ |/|
* | nfsd: Limit end of page list when decoding NFSv4 WRITEChuck Lever2017-08-241-4/+2
|/
* nfsd: Fix a memory scribble in the callback channelTrond Myklebust2017-07-171-3/+3
* Merge tag 'nfsd-4.13' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-07-1317-876/+999
|\
| * nfsd4: factor ctime into change attributeJ. Bruce Fields2017-07-123-3/+25
| * Merge tag 'v4.12-rc5' into nfsd treeJ. Bruce Fields2017-06-283-34/+15
| |\
| * | nfsd4: const-ify nfsd4_opsChristoph Hellwig2017-05-151-7/+6
| * | sunrpc: mark all struct svc_version instances as constChristoph Hellwig2017-05-157-36/+36
| * | sunrpc: mark all struct svc_procinfo instances as constChristoph Hellwig2017-05-156-7/+7
| * | sunrpc: move pc_count out of struct svc_procinfoChristoph Hellwig2017-05-155-0/+10
| * | nfsd4: properly type op_func callbacksChristoph Hellwig2017-05-153-173/+209
| * | nfsd4: remove nfsd4op_rsizeChristoph Hellwig2017-05-151-55/+54
| * | nfsd4: properly type op_get_currentstateid callbacksChristoph Hellwig2017-05-153-35/+50
| * | nfsd4: properly type op_set_currentstateid callbacksChristoph Hellwig2017-05-154-19/+27