aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd (follow)
AgeCommit message (Expand)AuthorFilesLines
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-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani1-1/+1
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-5/+3
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
2016-06-21fs: move struct iomap from exportfs.h to a separate headerChristoph Hellwig2-0/+2
2016-06-15nfsd: Make init_open_stateid() a bit more wholeOleg Drokin1-15/+12
2016-06-15nfsd: Extend the mutex holding region around in nfsd4_process_open2()Oleg Drokin1-3/+13
2016-06-15nfsd: Always lock state exclusively.Oleg Drokin2-21/+21
2016-06-15nfsd4/rpc: move backchannel create logic into rpc codeJ. Bruce Fields1-17/+1
2016-06-14nfsd: Fix NFSD_MDS_PR_KEY on 32-bit by adding ULL postfixGeert Uytterhoeven1-1/+1
2016-05-29drop redundant ->owner initializationsAl Viro2-4/+0
2016-05-24Merge tag 'nfsd-4.7' of git://linux-nfs.org/~bfields/linuxLinus Torvalds4-9/+8
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-11/+7
2016-05-13svcrdma: Do not add XDR padding to xdr_buf page vectorChuck Lever1-1/+1
2016-05-13nfsd: handle seqid wraparound in nfsd4_preprocess_layout_stateidJeff Layton3-8/+7
2016-05-01nfsd: use RWF_SYNCChristoph Hellwig1-11/+7
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro3-4/+4
2016-03-24Merge tag 'nfsd-4.6-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds11-64/+439
2016-03-24Merge tag 'nfsd-4.6' of git://linux-nfs.org/~bfields/linuxLinus Torvalds4-20/+28
2016-03-23nfsd: use short read as well as i_size to set eofBenjamin Coddington3-7/+30