aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAge
* nfsd: encoders mustn't use unitialized values in error casesJ. Bruce Fields2017-05-25
* nfsd: fix undefined behavior in nfsd4_layout_verifyAri Kauppi2017-05-25
* nfsd: stricter decoding of write-like NFSv2/v3 opsJ. Bruce Fields2017-05-03
* nfsd4: minor NFSv2/v3 write decoding cleanupJ. Bruce Fields2017-05-03
* nfsd: check for oversized NFSv2/v3 argumentsJ. Bruce Fields2017-05-03
* nfsd: map the ENOKEY to nfserr_perm for avoiding warningKinglong Mee2017-04-08
* nfsd: special case truncates some moreChristoph Hellwig2017-03-12
* nfsd: minor nfsd_setattr cleanupChristoph Hellwig2017-03-12
* NFSD: Fix a null reference case in find_or_create_lock_stateid()Kinglong Mee2017-02-09
* nfsd: Fix general protection fault in release_lock_stateid()Chuck Lever2016-11-01
* nfsd: move blocked lock handling under a dedicated spinlockJeff Layton2016-10-24
* Merge tag 'nfsd-4.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-10-14
|\
| * NFSD: Implement the COPY callAnna Schumaker2016-10-07
| * nfsd: handle EUCLEANJ. Bruce Fields2016-10-07
| * nfsd: only WARN once on unmapped errorsJ. Bruce Fields2016-10-07
| * nfsd4: setclientid_confirm with unmatched verifier should failJ. Bruce Fields2016-09-26
| * nfsd: randomize SETCLIENTID reply to help distinguish serversJ. Bruce Fields2016-09-26
| * nfsd: set the MAY_NOTIFY_LOCK flag in OPEN repliesJeff Layton2016-09-26
| * nfsd: add a LRU list for blocked locksJeff Layton2016-09-26
| * nfsd: have nfsd4_lock use blocking locks for v4.1+ locksJeff Layton2016-09-26
| * nfsd: plumb in a CB_NOTIFY_LOCK operationJeff Layton2016-09-26
| * NFSD: fix corruption in notifier registrationVasily Averin2016-09-26
| * nfsd: fix dprintk in nfsd4_encode_getdeviceinfoJeff Layton2016-09-23
| * nfsd: eliminate cb_minorversion fieldJeff Layton2016-09-16
| * nfsd: don't set a FL_LAYOUT lease for flexfiles layoutsJeff Layton2016-09-16
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-10
|\ \
| * | fs: Replace current_fs_time() with current_time()Deepa Dinamani2016-09-27
| |/
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-10
|\ \
| * \ Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2016-10-08
| |\ \ | | |/ | |/|
| | * fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-22
* | | cred: simpler, 1D supplementary groupsAlexey Dobriyan2016-10-07
|/ /
* | nfsd: don't return an unhashed lock stateid after taking mutexJeff Layton2016-08-12
* | nfsd: Fix race between FREE_STATEID and LOCKChuck Lever2016-08-11
* | nfsd: fix dentry refcounting on createJosef Bacik2016-08-11
|/
* Merge tag 'nfsd-4.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-08-04
|\
| * nfsd: remove some dead code in nfsd_create_locked()Dan Carpenter2016-08-04
| * nfsd: drop unnecessary MAY_EXEC check from createJ. Bruce Fields2016-08-04
| * nfsd: clean up bad-type check in nfsd_create_lockedJ. Bruce Fields2016-08-04
| * nfsd: remove unnecessary positive-dentry checkJ. Bruce Fields2016-08-04
| * nfsd: reorganize nfsd_createJ. Bruce Fields2016-08-04
| * nfsd: check d_can_lookup in fh_verify of directoriesJ. Bruce Fields2016-08-04
| * nfsd: remove redundant zero-length check from createJ. Bruce Fields2016-08-04
| * nfsd: Make creates return EEXIST instead of EACCESOleg Drokin2016-08-04
| * nfsd: allow nfsd to advertise multiple layout typesJeff Layton2016-07-15
| * nfsd: Close race between nfsd4_release_lockowner and nfsd4_lockChuck Lever2016-07-15
| * nfsd/blocklayout: Make sure calculate signature/designator length alignedKinglong Mee2016-07-15
| * xfs: abstract block export operations from nfsd layoutsBenjamin Coddington2016-07-15
| * nfsd: Fix some indent inconsistancyChristophe JAILLET2016-07-13
| * nfsd: Correct a comment for NFSD_MAY_ defines locationOleg Drokin2016-07-13
| * nfsd: Add a super simple flex file serverTom Haynes2016-07-13