summaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
2017-06-14fs: add i_blocksize()Fabian Frederick1-3/+3
2017-06-14nfsd: Fix up the "supattr_exclcreat" attributesTrond Myklebust1-3/+10
2017-06-14nfsd4: fix null dereference on replayJ. Bruce Fields1-7/+6
2017-05-25nfsd: encoders mustn't use unitialized values in error casesJ. Bruce Fields1-4/+4
2017-05-25nfsd: fix undefined behavior in nfsd4_layout_verifyAri Kauppi1-1/+2
2017-05-03nfsd: stricter decoding of write-like NFSv2/v3 opsJ. Bruce Fields2-0/+6
2017-05-03nfsd4: minor NFSv2/v3 write decoding cleanupJ. Bruce Fields2-8/+9
2017-05-03nfsd: check for oversized NFSv2/v3 argumentsJ. Bruce Fields1-0/+36
2017-04-08nfsd: map the ENOKEY to nfserr_perm for avoiding warningKinglong Mee1-0/+1
2017-03-12nfsd: special case truncates some moreChristoph Hellwig1-6/+26
2017-03-12nfsd: minor nfsd_setattr cleanupChristoph Hellwig1-17/+12
2017-02-09NFSD: Fix a null reference case in find_or_create_lock_stateid()Kinglong Mee3-15/+13
2016-11-01nfsd: Fix general protection fault in release_lock_stateid()Chuck Lever1-6/+4
2016-10-24nfsd: move blocked lock handling under a dedicated spinlockJeff Layton2-13/+20
2016-10-14Merge tag 'nfsd-4.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds16-49/+511
2016-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-5/+3
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro1-5/+3
2016-10-08cred: simpler, 1D supplementary groupsAlexey Dobriyan2-4/+4
2016-10-07NFSD: Implement the COPY callAnna Schumaker5-13/+181
2016-10-07nfsd: handle EUCLEANJ. Bruce Fields1-0/+1
2016-10-07nfsd: only WARN once on unmapped errorsJ. Bruce Fields1-1/+1
2016-09-28fs: Replace current_fs_time() with current_time()Deepa Dinamani1-1/+1
2016-09-26nfsd4: setclientid_confirm with unmatched verifier should failJ. Bruce Fields1-2/+3
2016-09-26nfsd: randomize SETCLIENTID reply to help distinguish serversJ. Bruce Fields1-0/+2
2016-09-26nfsd: set the MAY_NOTIFY_LOCK flag in OPEN repliesJeff Layton1-2/+4
2016-09-26nfsd: add a LRU list for blocked locksJeff Layton3-0/+65
2016-09-26nfsd: have nfsd4_lock use blocking locks for v4.1+ locksJeff Layton2-20/+156
2016-09-26nfsd: plumb in a CB_NOTIFY_LOCK operationJeff Layton3-0/+73
2016-09-26NFSD: fix corruption in notifier registrationVasily Averin1-4/+14
2016-09-23nfsd: fix dprintk in nfsd4_encode_getdeviceinfoJeff Layton1-1/+1
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-5/+3
2016-09-16nfsd: eliminate cb_minorversion fieldJeff Layton2-5/+3
2016-09-16nfsd: don't set a FL_LAYOUT lease for flexfiles layoutsJeff Layton3-1/+7
2016-08-12nfsd: don't return an unhashed lock stateid after taking mutexJeff Layton1-5/+20
2016-08-11nfsd: Fix race between FREE_STATEID and LOCKChuck Lever1-12/+28
2016-08-11nfsd: fix dentry refcounting on createJosef Bacik1-3/+6
2016-08-05Merge tag 'nfsd-4.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds22-180/+565
2016-08-05nfsd: remove some dead code in nfsd_create_locked()Dan Carpenter1-3/+2
2016-08-05nfsd: drop unnecessary MAY_EXEC check from createJ. Bruce Fields2-11/+2
2016-08-05nfsd: clean up bad-type check in nfsd_create_lockedJ. Bruce Fields1-7/+4
2016-08-05nfsd: remove unnecessary positive-dentry checkJ. Bruce Fields1-10/+0
2016-08-05nfsd: reorganize nfsd_createJ. Bruce Fields3-55/+61
2016-08-05nfsd: check d_can_lookup in fh_verify of directoriesJ. Bruce Fields2-13/+10
2016-08-05nfsd: remove redundant zero-length check from createJ. Bruce Fields2-6/+0
2016-08-05nfsd: Make creates return EEXIST instead of EACCESOleg Drokin2-2/+15
2016-07-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-9/+4
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-4/+0
2016-07-27Merge tag 'xfs-for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-0/+2
2016-07-15nfsd: allow nfsd to advertise multiple layout typesJeff Layton5-24/+22