aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd/vfs.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-10Merge tag 'nfsd-4.12' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-4/+20
2017-04-25NFS: don't try to cross a mountpount when there isn't one there.Gravatar NeilBrown 1-4/+20
2017-04-11sched/core: Remove 'task' parameter and rename tsk_restore_flags() to current...Gravatar NeilBrown 1-1/+1
2017-02-21nfsd: special case truncates some moreGravatar Christoph Hellwig 1-6/+26
2017-02-20nfsd: minor nfsd_setattr cleanupGravatar Christoph Hellwig 1-17/+12
2017-02-20nfsd: merge stable fix into main nfsd branchGravatar J. Bruce Fields 1-37/+60
2017-02-09nfsd: Revert "nfsd: special case truncates some more"Gravatar J. Bruce Fields 1-37/+60
2017-01-31NFSD: Remove unused value inode in nfsd_vfs_writeGravatar Kinglong Mee 1-4/+1
2017-01-31NFSD: cleanup dead codes and values in nfsd_writeGravatar Kinglong Mee 1-24/+11
2017-01-31NFSD: pass an integer for stable type to nfsd_vfs_writeGravatar Kinglong Mee 1-6/+5
2017-01-31nfsd: special case truncates some moreGravatar Christoph Hellwig 1-60/+37
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Gravatar Linus Torvalds 1-4/+2
2016-12-16vfs: call vfs_clone_file_range() under freeze protectionGravatar Amir Goldstein 1-2/+1
2016-12-09vfs: replace calling i_op->readlink with vfs_readlink()Gravatar Miklos Szeredi 1-4/+2
2016-10-07NFSD: Implement the COPY callGravatar Anna Schumaker 1-0/+16
2016-08-11nfsd: fix dentry refcounting on createGravatar Josef Bacik 1-3/+6
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 1-5/+1
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 1-53/+56
2016-08-04nfsd: check d_can_lookup in fh_verify of directoriesGravatar J. Bruce Fields 1-9/+0
2016-08-04nfsd: remove redundant zero-length check from createGravatar J. Bruce Fields 1-3/+0
2016-08-04nfsd: Make creates return EEXIST instead of EACCESGravatar Oleg Drokin 1-1/+10
2016-05-01nfsd: use RWF_SYNCGravatar Christoph Hellwig 1-11/+7
2016-03-04vfs: pass a flags argument to vfs_readv/vfs_writevGravatar Christoph Hellwig 1-2/+2
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-2/+2
2016-01-15Merge tag 'nfsd-4.5' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-0/+15
2016-01-14nfsd: add new io class tracepointGravatar Jeff Layton 1-0/+15
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-14/+9
2016-01-09nfsd: don't hold i_mutex over userspace upcallsGravatar NeilBrown 1-14/+9
2015-12-07nfsd: implement the NFSv4.2 CLONE operationGravatar Christoph Hellwig 1-0/+8
2015-10-12nfsd: switch unsigned char flags in svc_fh to boolsGravatar Jeff Layton 1-2/+2
2015-08-31NFSD: Set the attributes used to store the verifier for EXCLUSIVE4_1Gravatar Kinglong Mee 1-6/+0
2015-06-22nfsd: take struct file setup fully into nfs4_preprocess_stateid_opGravatar Christoph Hellwig 1-6/+1
2015-06-19nfsd: clean up raparams handlingGravatar Christoph Hellwig 1-44/+24
2015-05-29nfsd: Disable NFSv2 timestamp workaround for NFSv3+Gravatar Andreas Gruenbacher 1-36/+0
2015-05-04nfsd: remove nfsd_closeGravatar Christoph Hellwig 1-14/+5
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-31/+31
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)Gravatar David Howells 1-4/+4
2014-12-16Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-6/+31
2014-12-09sunrpc: move rq_splice_ok flag into rq_flagsGravatar Jeff Layton 1-1/+1
2014-12-09sunrpc: move rq_local field to rq_flagsGravatar Jeff Layton 1-2/+2
2014-11-19nfsd_vfs_write(): use file_inode()Gravatar Al Viro 1-3/+1
2014-11-07nfsd: Add ALLOCATE supportGravatar Anna Schumaker 1-0/+21
2014-10-31vfs: make first argument of dir_context.actor typedGravatar Miklos Szeredi 1-5/+7
2014-10-23nfsd: fix inclusive vfs_fsync_range() endGravatar Zach Brown 1-3/+7
2014-10-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 1-1/+1
2014-09-11nfsd: update mtime on truncateGravatar Christoph Hellwig 1-0/+10