aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/vfs.c
AgeCommit message (Expand)Author
2016-08-11nfsd: fix dentry refcounting on createJosef Bacik
2016-08-04nfsd: remove some dead code in nfsd_create_locked()Dan Carpenter
2016-08-04nfsd: drop unnecessary MAY_EXEC check from createJ. Bruce Fields
2016-08-04nfsd: clean up bad-type check in nfsd_create_lockedJ. Bruce Fields
2016-08-04nfsd: remove unnecessary positive-dentry checkJ. Bruce Fields
2016-08-04nfsd: reorganize nfsd_createJ. Bruce Fields
2016-08-04nfsd: check d_can_lookup in fh_verify of directoriesJ. Bruce Fields
2016-08-04nfsd: remove redundant zero-length check from createJ. Bruce Fields
2016-08-04nfsd: Make creates return EEXIST instead of EACCESOleg Drokin
2016-05-01nfsd: use RWF_SYNCChristoph Hellwig
2016-03-04vfs: pass a flags argument to vfs_readv/vfs_writevChristoph Hellwig
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-15Merge tag 'nfsd-4.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2016-01-14nfsd: add new io class tracepointJeff Layton
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-01-09nfsd: don't hold i_mutex over userspace upcallsNeilBrown
2015-12-07nfsd: implement the NFSv4.2 CLONE operationChristoph Hellwig
2015-10-12nfsd: switch unsigned char flags in svc_fh to boolsJeff Layton
2015-08-31NFSD: Set the attributes used to store the verifier for EXCLUSIVE4_1Kinglong Mee
2015-06-22nfsd: take struct file setup fully into nfs4_preprocess_stateid_opChristoph Hellwig
2015-06-19nfsd: clean up raparams handlingChristoph Hellwig
2015-05-29nfsd: Disable NFSv2 timestamp workaround for NFSv3+Andreas Gruenbacher
2015-05-04nfsd: remove nfsd_closeChristoph Hellwig
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells
2014-12-16Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2014-12-09sunrpc: move rq_splice_ok flag into rq_flagsJeff Layton
2014-12-09sunrpc: move rq_local field to rq_flagsJeff Layton
2014-11-19nfsd_vfs_write(): use file_inode()Al Viro
2014-11-07nfsd: Add ALLOCATE supportAnna Schumaker
2014-10-31vfs: make first argument of dir_context.actor typedMiklos Szeredi
2014-10-23nfsd: fix inclusive vfs_fsync_range() endZach Brown
2014-10-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2014-09-11nfsd: update mtime on truncateChristoph Hellwig
2014-09-09ima: pass 'opened' flag to identify newly created filesDmitry Kasatkin
2014-09-03NFSD: Put file after ima_file_check fail in nfsd_open()Kinglong Mee
2014-07-09nfsd: properly convert return from commit_metadata to __be32Jeff Layton
2014-07-08nfsd: Ensure that nfsd_create_setattr commits files to stable storageTrond Myklebust
2014-07-08NFSD: Remove iattr parameter from nfsd_symlink()Kinglong Mee
2014-07-08nfsd: let nfsd_symlink assume null-terminated dataJ. Bruce Fields
2014-06-23nfsd: nfsd_splice_read and nfsd_readv should return __be32Jeff Layton
2014-06-23NFSD: Using exp_get for export gettingKinglong Mee
2014-06-23NFSD: Using min/max/min_t/max_t for calculateKinglong Mee
2014-05-30nfsd: remove unused function nfsd_read_fileChristoph Hellwig
2014-05-30nfsd4: separate splice and readv casesJ. Bruce Fields
2014-05-30nfsd4: nfsd_vfs_read doesn't use file handle parameterJ. Bruce Fields
2014-05-22nfsd: Only set PF_LESS_THROTTLE when really needed.NeilBrown
2014-05-21NFSD: Don't clear SUID/SGID after root writing dataKinglong Mee
2014-04-08Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2014-04-01vfs: add renameat2 syscallMiklos Szeredi