summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAgeFilesLines
* 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: fix crash on writing v4_end_grace before nfsd startupJ. Bruce Fields2019-02-201-0/+2
* nfsd: fix corrupted reply to badly ordered compoundJ. Bruce Fields2018-10-101-0/+1
* nfsd: fix potential use-after-free in nfsd4_decode_getdeviceinfoScott Mayhew2018-08-061-0/+2
* nfsd: restrict rd_maxcount to svc_max_payload in nfsd_encode_readdirScott Mayhew2018-07-031-2/+3
* 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-2/+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 another OPEN stateid raceTrond Myklebust2017-12-051-15/+13
* nfsd: Fix stateid races between OPEN and CLOSETrond Myklebust2017-12-051-8/+59
* nfsd: Make init_open_stateid() a bit more wholeOleg Drokin2017-12-051-15/+12
* nfsd: deal with revoked delegations appropriatelyAndrew Elble2017-11-301-1/+24
* nfsd/callback: Cleanup callback cred on shutdownKinglong Mee2017-10-213-4/+15
* nfsd: Fix general protection fault in release_lock_stateid()Chuck Lever2017-09-271-6/+4
* nfsd: Limit end of page list when decoding NFSv4 WRITEChuck Lever2017-08-301-4/+2
* fs: add i_blocksize()Fabian Frederick2017-06-141-2/+2
* 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: stricter decoding of write-like NFSv2/v3 opsJ. Bruce Fields2017-05-082-0/+6
* nfsd4: minor NFSv2/v3 write decoding cleanupJ. Bruce Fields2017-05-082-8/+8
* nfsd: check for oversized NFSv2/v3 argumentsJ. Bruce Fields2017-05-021-0/+36
* 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: Close race between nfsd4_release_lockowner and nfsd4_lockChuck Lever2016-09-241-23/+17
* nfsd: don't return an unhashed lock stateid after taking mutexJeff Layton2016-08-201-5/+20
* nfsd: Fix race between FREE_STATEID and LOCKChuck Lever2016-08-201-12/+28
* nfsd: check permissions when setting ACLsBen Hutchings2016-07-273-27/+25
* nfsd: Extend the mutex holding region around in nfsd4_process_open2()Oleg Drokin2016-07-271-3/+13
* nfsd: Always lock state exclusively.Oleg Drokin2016-07-272-21/+21
* nfsd4/rpc: move backchannel create logic into rpc codeJ. Bruce Fields2016-07-271-17/+1
* nfsd: fix deadlock secinfo+readdir compoundJ. Bruce Fields2016-04-121-0/+1
* nfsd4: fix bad bounds checkingJ. Bruce Fields2016-04-121-5/+8
* nfsd: don't hold ls_mutex across a layout recallJeff Layton2015-12-161-1/+1
* nfsd: fix race with open / open upgrade stateidsAndrew Elble2015-11-101-25/+53
* nfsd: eliminate sending duplicate and repeated delegationsAndrew Elble2015-11-101-10/+84
* nfsd: remove recurring workqueue job to clean DRCJeff Layton2015-11-101-26/+0
* nfsd: ensure that seqid morphing operations are atomic wrt to copiesJeff Layton2015-10-233-39/+31
* nfsd: serialize layout stateid morphing operationsJeff Layton2015-10-233-4/+26
* nfsd: improve client_has_state to check for unused openownersJ. Bruce Fields2015-10-231-8/+12
* nfsd: fix clid_inuse on mount with security changeJ. Bruce Fields2015-10-231-2/+8