summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAgeFilesLines
* nfsd: encoders mustn't use unitialized values in error casesJ. Bruce Fields2017-05-251-4/+4
* nfsd: fix undefined behavior in nfsd4_layout_verifyAri Kauppi2017-05-251-1/+2
* nfsd: stricter decoding of write-like NFSv2/v3 opsJ. Bruce Fields2017-05-032-0/+6
* nfsd4: minor NFSv2/v3 write decoding cleanupJ. Bruce Fields2017-05-032-8/+9
* nfsd: check for oversized NFSv2/v3 argumentsJ. Bruce Fields2017-05-031-0/+36
* nfsd: map the ENOKEY to nfserr_perm for avoiding warningKinglong Mee2017-04-081-0/+1
* 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: Fix general protection fault in release_lock_stateid()Chuck Lever2016-11-011-6/+4
* nfsd: move blocked lock handling under a dedicated spinlockJeff Layton2016-10-242-13/+20
* Merge tag 'nfsd-4.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-10-1316-49/+511
|\
| * NFSD: Implement the COPY callAnna Schumaker2016-10-075-13/+181
| * nfsd: handle EUCLEANJ. Bruce Fields2016-10-071-0/+1
| * nfsd: only WARN once on unmapped errorsJ. Bruce Fields2016-10-071-1/+1
| * nfsd4: setclientid_confirm with unmatched verifier should failJ. Bruce Fields2016-09-261-2/+3
| * nfsd: randomize SETCLIENTID reply to help distinguish serversJ. Bruce Fields2016-09-261-0/+2
| * nfsd: set the MAY_NOTIFY_LOCK flag in OPEN repliesJeff Layton2016-09-261-2/+4
| * nfsd: add a LRU list for blocked locksJeff Layton2016-09-263-0/+65
| * nfsd: have nfsd4_lock use blocking locks for v4.1+ locksJeff Layton2016-09-262-20/+156
| * nfsd: plumb in a CB_NOTIFY_LOCK operationJeff Layton2016-09-263-0/+73
| * NFSD: fix corruption in notifier registrationVasily Averin2016-09-261-4/+14
| * nfsd: fix dprintk in nfsd4_encode_getdeviceinfoJeff Layton2016-09-231-1/+1
| * nfsd: eliminate cb_minorversion fieldJeff Layton2016-09-162-5/+3
| * nfsd: don't set a FL_LAYOUT lease for flexfiles layoutsJeff Layton2016-09-163-1/+7
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-1/+1
|\ \
| * | fs: Replace current_fs_time() with current_time()Deepa Dinamani2016-09-271-1/+1
| |/
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-5/+3
|\ \
| * \ Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2016-10-081-5/+3
| |\ \ | | |/ | |/|
| | * fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-5/+3
* | | cred: simpler, 1D supplementary groupsAlexey Dobriyan2016-10-072-4/+4
|/ /
* | nfsd: don't return an unhashed lock stateid after taking mutexJeff Layton2016-08-121-5/+20
* | nfsd: Fix race between FREE_STATEID and LOCKChuck Lever2016-08-111-12/+28
* | nfsd: fix dentry refcounting on createJosef Bacik2016-08-111-3/+6
|/
* Merge tag 'nfsd-4.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-08-0422-180/+565
|\
| * nfsd: remove some dead code in nfsd_create_locked()Dan Carpenter2016-08-041-3/+2
| * nfsd: drop unnecessary MAY_EXEC check from createJ. Bruce Fields2016-08-042-11/+2
| * nfsd: clean up bad-type check in nfsd_create_lockedJ. Bruce Fields2016-08-041-7/+4
| * nfsd: remove unnecessary positive-dentry checkJ. Bruce Fields2016-08-041-10/+0
| * nfsd: reorganize nfsd_createJ. Bruce Fields2016-08-043-55/+61
| * nfsd: check d_can_lookup in fh_verify of directoriesJ. Bruce Fields2016-08-042-13/+10
| * nfsd: remove redundant zero-length check from createJ. Bruce Fields2016-08-042-6/+0
| * nfsd: Make creates return EEXIST instead of EACCESOleg Drokin2016-08-042-2/+15
| * nfsd: allow nfsd to advertise multiple layout typesJeff Layton2016-07-155-24/+22
| * nfsd: Close race between nfsd4_release_lockowner and nfsd4_lockChuck Lever2016-07-151-23/+17
| * nfsd/blocklayout: Make sure calculate signature/designator length alignedKinglong Mee2016-07-151-2/+2
| * xfs: abstract block export operations from nfsd layoutsBenjamin Coddington2016-07-151-0/+2
| * nfsd: Fix some indent inconsistancyChristophe JAILLET2016-07-133-3/+3
| * nfsd: Correct a comment for NFSD_MAY_ defines locationOleg Drokin2016-07-131-1/+1
| * nfsd: Add a super simple flex file serverTom Haynes2016-07-137-1/+329