summaryrefslogtreecommitdiff
path: root/fs/nfsd/vfs.c
AgeCommit message (Expand)Author
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-31annotate RWF_... flagsChristoph Hellwig
2017-07-05Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-06-29nfsd: remove nfsd_vfs_readChristoph Hellwig
2017-06-29nfsd: use vfs_iter_read/writeChristoph Hellwig
2017-05-27nfsd_readlink(): switch to vfs_get_link()Al Viro
2017-05-10Merge tag 'nfsd-4.12' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2017-04-25NFS: don't try to cross a mountpount when there isn't one there.NeilBrown
2017-04-11sched/core: Remove 'task' parameter and rename tsk_restore_flags() to current...NeilBrown
2017-02-21nfsd: special case truncates some moreChristoph Hellwig
2017-02-20nfsd: minor nfsd_setattr cleanupChristoph Hellwig
2017-02-20nfsd: merge stable fix into main nfsd branchJ. Bruce Fields
2017-02-09nfsd: Revert "nfsd: special case truncates some more"J. Bruce Fields
2017-01-31NFSD: Remove unused value inode in nfsd_vfs_writeKinglong Mee
2017-01-31NFSD: cleanup dead codes and values in nfsd_writeKinglong Mee
2017-01-31NFSD: pass an integer for stable type to nfsd_vfs_writeKinglong Mee
2017-01-31nfsd: special case truncates some moreChristoph Hellwig
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds
2016-12-16vfs: call vfs_clone_file_range() under freeze protectionAmir Goldstein
2016-12-09vfs: replace calling i_op->readlink with vfs_readlink()Miklos Szeredi
2016-10-07NFSD: Implement the COPY callAnna Schumaker
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