summaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
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
2017-08-02nfsd4: move some nfsd4 op definitions to xdr4.hJ. Bruce Fields2-43/+44
2017-07-17nfsd: Fix a memory scribble in the callback channelTrond Myklebust1-3/+3
2017-07-13Merge tag 'nfsd-4.13' of git://linux-nfs.org/~bfields/linuxLinus Torvalds17-876/+999
2017-07-12nfsd4: factor ctime into change attributeJ. Bruce Fields3-3/+25
2017-07-06Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-21/+13
2017-07-05Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-23/+16
2017-06-30nfsd: remove nfsd_vfs_readChristoph Hellwig1-11/+6
2017-06-30nfsd: use vfs_iter_read/writeChristoph Hellwig1-10/+7
2017-06-28Merge tag 'v4.12-rc5' into nfsd treeJ. Bruce Fields3-34/+15
2017-06-21block: Make most scsi_req_init() calls implicitBart Van Assche1-1/+0
2017-06-13Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme...Christoph Hellwig1-2/+2
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe3-34/+15
2017-06-05nfsd: namespace-prefix uuid_parseChristoph Hellwig1-2/+2
2017-06-01nfsd: Check queue type before submitting a SCSI requestBart Van Assche1-0/+3
2017-05-27nfsd_readlink(): switch to vfs_get_link()Al Viro1-23/+16
2017-05-23nfsd4: fix null dereference on replayJ. Bruce Fields1-7/+6
2017-05-16nfsd: Revert "nfsd: check for oversized NFSv2/v3 arguments"J. Bruce Fields2-27/+9
2017-05-15nfsd4: const-ify nfsd4_opsChristoph Hellwig1-7/+6
2017-05-15sunrpc: mark all struct svc_version instances as constChristoph Hellwig7-36/+36