aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd (follow)
AgeCommit message (Expand)AuthorFilesLines
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-13Merge tag 'nfsd-4.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds16-49/+511
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+3
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro1-5/+3
2016-10-07cred: 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-27fs: 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-04Merge tag 'nfsd-4.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds22-180/+565
2016-08-04nfsd: remove some dead code in nfsd_create_locked()Dan Carpenter1-3/+2
2016-08-04nfsd: drop unnecessary MAY_EXEC check from createJ. Bruce Fields2-11/+2
2016-08-04nfsd: clean up bad-type check in nfsd_create_lockedJ. Bruce Fields1-7/+4
2016-08-04nfsd: remove unnecessary positive-dentry checkJ. Bruce Fields1-10/+0
2016-08-04nfsd: reorganize nfsd_createJ. Bruce Fields3-55/+61
2016-08-04nfsd: check d_can_lookup in fh_verify of directoriesJ. Bruce Fields2-13/+10
2016-08-04nfsd: remove redundant zero-length check from createJ. Bruce Fields2-6/+0
2016-08-04nfsd: Make creates return EEXIST instead of EACCESOleg Drokin2-2/+15
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-9/+4
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-4/+0
2016-07-27Merge tag 'xfs-for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfsLinus Torvalds2-0/+2
2016-07-15nfsd: allow nfsd to advertise multiple layout typesJeff Layton5-24/+22
2016-07-15nfsd: Close race between nfsd4_release_lockowner and nfsd4_lockChuck Lever1-23/+17
2016-07-15nfsd/blocklayout: Make sure calculate signature/designator length alignedKinglong Mee1-2/+2
2016-07-15xfs: abstract block export operations from nfsd layoutsBenjamin Coddington1-0/+2
2016-07-13nfsd: Fix some indent inconsistancyChristophe JAILLET3-3/+3
2016-07-13nfsd: Correct a comment for NFSD_MAY_ defines locationOleg Drokin1-1/+1
2016-07-13nfsd: Add a super simple flex file serverTom Haynes7-1/+329
2016-07-13nfsd: flex file device id encoding will need the server addressTom Haynes3-1/+4
2016-07-13nfsd: implement machine credential support for some operationsAndrew Elble7-28/+99
2016-07-13nfsd: allow mach_creds_match to be used more broadlyAndrew Elble2-7/+9
2016-06-30Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs into work.miscAl Viro7-76/+65
2016-06-24nfsd: check permissions when setting ACLsBen Hutchings3-27/+25
2016-06-23vfs: Pass data, ns, and ns->userns to mount_nsEric W. Biederman1-9/+4