summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAgeFilesLines
* nfsd: fix memory corruption caused by readdirNeilBrown2019-07-092-2/+15
* nfsd: silence sparse warning about accessing credentialsJeff Layton2018-11-201-1/+1
* nfsd: restrict rd_maxcount to svc_max_payload in nfsd_encode_readdirScott Mayhew2018-11-201-2/+3
* nfsd: auth: Fix gid sorting when rootsquash enabledBen Hutchings2018-03-031-3/+3
* kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker2018-03-031-0/+3
* nfsd: Limit end of page list when decoding NFSv4 WRITEChuck Lever2017-11-111-4/+2
* ima: pass 'opened' flag to identify newly created filesDmitry Kasatkin2017-08-261-1/+1
* nfsd: stricter decoding of write-like NFSv2/v3 opsJ. Bruce Fields2017-06-052-0/+6
* nfsd4: minor NFSv2/v3 write decoding cleanupJ. Bruce Fields2017-06-052-8/+8
* nfsd: check for oversized NFSv2/v3 argumentsJ. Bruce Fields2017-06-051-0/+36
* nfsd: special case truncates some moreChristoph Hellwig2017-06-051-6/+26
* nfsd: minor nfsd_setattr cleanupChristoph Hellwig2017-06-051-17/+12
* nfsd: update mtime on truncateChristoph Hellwig2017-06-051-0/+10
* fs: Give dentry to inode_change_ok() instead of inodeJan Kara2017-02-231-5/+7
* Revert "fs: Give dentry to inode_change_ok() instead of inode"Ben Hutchings2017-02-231-7/+5
* fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-11-201-5/+7
* nfsd: check permissions when setting ACLsBen Hutchings2016-08-223-27/+25
* nfsd: fix deadlock secinfo+readdir compoundJ. Bruce Fields2016-05-011-0/+1
* nfsd4: fix bad bounds checkingJ. Bruce Fields2016-05-011-5/+8
* nfsd: Drop BUG_ON and ignore SECLABEL on absent filesystemKinglong Mee2015-08-271-5/+6
* nfsd: fix the check for confirmed openowner in nfs4_preprocess_stateid_opChristoph Hellwig2015-05-281-9/+12
* nfsd: fix nsfd startup race triggering BUG_ONGiuseppe Cantavenera2015-05-061-8/+8
* nfsd4: fix xdr4 count of server in fs_location4Benjamin Coddington2015-01-151-1/+1
* nfsd4: fix xdr4 inclusion of escaped charBenjamin Coddington2015-01-151-0/+3
* fs: nfsd: Fix signedness bug in compare_blobRasmus Villemoes2015-01-151-8/+7
* nfsd: Fix slot wake up race in the nfsv4.1 callback codeTrond Myklebust2014-12-101-2/+6
* nfsd: correctly define v4.2 support attributesChristoph Hellwig2014-12-101-3/+6
* nfsd4: fix crash on unknown operation numberJ. Bruce Fields2014-11-131-1/+2
* nfsd4: fix response size estimation for OP_SEQUENCEJ. Bruce Fields2014-11-131-1/+3
* nfsd4: reserve adequate space for LOCK opJ. Bruce Fields2014-10-301-0/+8
* nfsd4: fix corruption of NFSv4 read dataJ. Bruce Fields2014-10-051-1/+2
* nfsd4: fix rd_dircount enforcementJ. Bruce Fields2014-10-051-1/+13
* svcrdma: Select NFSv4.1 backchannel transport based on forward channelChuck Lever2014-09-051-1/+2
* NFSD: Decrease nfsd_users in nfsd_startup_generic failKinglong Mee2014-09-051-1/+4
* NFSD: Fix crash encoding lock reply on 32-bitKinglong Mee2014-07-231-1/+3
* nfsd: Fix bad reserving space for encoding rdattr_errorKinglong Mee2014-07-071-1/+1
* nfs: fix nfs4d readlink truncated packetAvi Kivity2014-07-021-1/+1
* nfsd: fix rare symlink decoding bugJ. Bruce Fields2014-06-272-10/+12
* NFSD: fix bug for readdir of pseudofsKinglong Mee2014-06-171-0/+1
* NFSD: Don't hand out delegations for 30 seconds after recalling them.NeilBrown2014-06-171-0/+78
* nfsd4: fix FREE_STATEID lockowner leakJ. Bruce Fields2014-06-091-1/+1
* nfsd: don't halt scanning the DRC LRU list when there's an RC_INPROG entryJeff Layton2014-06-061-9/+8
* nfsd4: kill READ64J. Bruce Fields2014-06-061-17/+16
* nfsd4: kill READ32J. Bruce Fields2014-06-061-128/+127
* nfsd4: simplify server xdr->next_page useJ. Bruce Fields2014-06-061-1/+1
* nfsd4: hash deleg stateid only on successful nfs4_set_delegationBenny Halevy2014-06-041-1/+1
* nfsd4: rename recall_lock to state_lockBenny Halevy2014-06-041-31/+32
* nfsd: remove unneeded zeroing of fields in nfsd4_proc_compoundJeff Layton2014-06-041-3/+0
* nfsd: fix setting of NFS4_OO_CONFIRMED in nfsd4_openJeff Layton2014-06-041-2/+1
* nfsd4: use recall_lock for delegation hashingBenny Halevy2014-06-041-5/+15