aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
2016-11-18netns: make struct pernet_operations::id unsigned intGravatar Alexey Dobriyan 2-2/+2
2016-11-01nfsd: Fix general protection fault in release_lock_stateid()Gravatar Chuck Lever 1-6/+4
2016-10-24nfsd: move blocked lock handling under a dedicated spinlockGravatar Jeff Layton 2-13/+20
2016-10-13Merge tag 'nfsd-4.9' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 16-49/+511
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-5/+3
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscGravatar Al Viro 1-5/+3
2016-10-07cred: simpler, 1D supplementary groupsGravatar Alexey Dobriyan 2-4/+4
2016-10-07NFSD: Implement the COPY callGravatar Anna Schumaker 5-13/+181
2016-10-07nfsd: handle EUCLEANGravatar J. Bruce Fields 1-0/+1
2016-10-07nfsd: only WARN once on unmapped errorsGravatar J. Bruce Fields 1-1/+1
2016-09-27fs: Replace current_fs_time() with current_time()Gravatar Deepa Dinamani 1-1/+1
2016-09-26nfsd4: setclientid_confirm with unmatched verifier should failGravatar J. Bruce Fields 1-2/+3
2016-09-26nfsd: randomize SETCLIENTID reply to help distinguish serversGravatar J. Bruce Fields 1-0/+2
2016-09-26nfsd: set the MAY_NOTIFY_LOCK flag in OPEN repliesGravatar Jeff Layton 1-2/+4
2016-09-26nfsd: add a LRU list for blocked locksGravatar Jeff Layton 3-0/+65
2016-09-26nfsd: have nfsd4_lock use blocking locks for v4.1+ locksGravatar Jeff Layton 2-20/+156
2016-09-26nfsd: plumb in a CB_NOTIFY_LOCK operationGravatar Jeff Layton 3-0/+73
2016-09-26NFSD: fix corruption in notifier registrationGravatar Vasily Averin 1-4/+14
2016-09-23nfsd: fix dprintk in nfsd4_encode_getdeviceinfoGravatar Jeff Layton 1-1/+1
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeGravatar Jan Kara 1-5/+3
2016-09-16nfsd: eliminate cb_minorversion fieldGravatar Jeff Layton 2-5/+3
2016-09-16nfsd: don't set a FL_LAYOUT lease for flexfiles layoutsGravatar Jeff Layton 3-1/+7
2016-08-12nfsd: don't return an unhashed lock stateid after taking mutexGravatar Jeff Layton 1-5/+20
2016-08-11nfsd: Fix race between FREE_STATEID and LOCKGravatar Chuck Lever 1-12/+28
2016-08-11nfsd: fix dentry refcounting on createGravatar Josef Bacik 1-3/+6
2016-08-04Merge tag 'nfsd-4.8' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 22-180/+565
2016-08-04nfsd: remove some dead code in nfsd_create_locked()Gravatar Dan Carpenter 1-3/+2
2016-08-04nfsd: drop unnecessary MAY_EXEC check from createGravatar J. Bruce Fields 2-11/+2
2016-08-04nfsd: clean up bad-type check in nfsd_create_lockedGravatar J. Bruce Fields 1-7/+4
2016-08-04nfsd: remove unnecessary positive-dentry checkGravatar J. Bruce Fields 1-10/+0
2016-08-04nfsd: reorganize nfsd_createGravatar J. Bruce Fields 3-55/+61
2016-08-04nfsd: check d_can_lookup in fh_verify of directoriesGravatar J. Bruce Fields 2-13/+10
2016-08-04nfsd: remove redundant zero-length check from createGravatar J. Bruce Fields 2-6/+0
2016-08-04nfsd: Make creates return EEXIST instead of EACCESGravatar Oleg Drokin 2-2/+15
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-9/+4
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-4/+0
2016-07-27Merge tag 'xfs-for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-0/+2
2016-07-15nfsd: allow nfsd to advertise multiple layout typesGravatar Jeff Layton 5-24/+22
2016-07-15nfsd: Close race between nfsd4_release_lockowner and nfsd4_lockGravatar Chuck Lever 1-23/+17
2016-07-15nfsd/blocklayout: Make sure calculate signature/designator length alignedGravatar Kinglong Mee 1-2/+2
2016-07-15xfs: abstract block export operations from nfsd layoutsGravatar Benjamin Coddington 1-0/+2
2016-07-13nfsd: Fix some indent inconsistancyGravatar Christophe JAILLET 3-3/+3
2016-07-13nfsd: Correct a comment for NFSD_MAY_ defines locationGravatar Oleg Drokin 1-1/+1
2016-07-13nfsd: Add a super simple flex file serverGravatar Tom Haynes 7-1/+329
2016-07-13nfsd: flex file device id encoding will need the server addressGravatar Tom Haynes 3-1/+4
2016-07-13nfsd: implement machine credential support for some operationsGravatar Andrew Elble 7-28/+99
2016-07-13nfsd: allow mach_creds_match to be used more broadlyGravatar Andrew Elble 2-7/+9
2016-06-30Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszere...Gravatar Al Viro 7-76/+65
2016-06-24nfsd: check permissions when setting ACLsGravatar Ben Hutchings 3-27/+25