summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/vfs.c
Commit message (Expand)AuthorAgeFilesLines
* nfsd: fix dentry refcounting on createJosef Bacik2016-08-111-3/+6
* nfsd: remove some dead code in nfsd_create_locked()Dan Carpenter2016-08-041-3/+2
* nfsd: drop unnecessary MAY_EXEC check from createJ. Bruce Fields2016-08-041-5/+1
* nfsd: clean up bad-type check in nfsd_create_lockedJ. Bruce Fields2016-08-041-7/+4
* nfsd: remove unnecessary positive-dentry checkJ. Bruce Fields2016-08-041-10/+0
* nfsd: reorganize nfsd_createJ. Bruce Fields2016-08-041-53/+56
* nfsd: check d_can_lookup in fh_verify of directoriesJ. Bruce Fields2016-08-041-9/+0
* nfsd: remove redundant zero-length check from createJ. Bruce Fields2016-08-041-3/+0
* nfsd: Make creates return EEXIST instead of EACCESOleg Drokin2016-08-041-1/+10
* nfsd: use RWF_SYNCChristoph Hellwig2016-05-011-11/+7
* vfs: pass a flags argument to vfs_readv/vfs_writevChristoph Hellwig2016-03-041-2/+2
* wrappers for ->i_mutex accessAl Viro2016-01-221-2/+2
* Merge tag 'nfsd-4.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-01-151-0/+15
|\
| * nfsd: add new io class tracepointJeff Layton2016-01-141-0/+15
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-121-14/+9
|\ \
| * | nfsd: don't hold i_mutex over userspace upcallsNeilBrown2016-01-091-14/+9
| |/
* / nfsd: implement the NFSv4.2 CLONE operationChristoph Hellwig2015-12-071-0/+8
|/
* nfsd: switch unsigned char flags in svc_fh to boolsJeff Layton2015-10-121-2/+2
* NFSD: Set the attributes used to store the verifier for EXCLUSIVE4_1Kinglong Mee2015-08-311-6/+0
* nfsd: take struct file setup fully into nfs4_preprocess_stateid_opChristoph Hellwig2015-06-221-6/+1
* nfsd: clean up raparams handlingChristoph Hellwig2015-06-191-44/+24
* nfsd: Disable NFSv2 timestamp workaround for NFSv3+Andreas Gruenbacher2015-05-291-36/+0
* nfsd: remove nfsd_closeChristoph Hellwig2015-05-041-14/+5
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-31/+31
* VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2015-02-221-4/+4
* Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-12-161-6/+31
|\
| * sunrpc: move rq_splice_ok flag into rq_flagsJeff Layton2014-12-091-1/+1
| * sunrpc: move rq_local field to rq_flagsJeff Layton2014-12-091-2/+2
| * nfsd: Add ALLOCATE supportAnna Schumaker2014-11-071-0/+21
| * nfsd: fix inclusive vfs_fsync_range() endZach Brown2014-10-231-3/+7
* | nfsd_vfs_write(): use file_inode()Al Viro2014-11-191-3/+1
* | vfs: make first argument of dir_context.actor typedMiklos Szeredi2014-10-311-5/+7
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2014-10-121-1/+1
|\
| * ima: pass 'opened' flag to identify newly created filesDmitry Kasatkin2014-09-091-1/+1
* | nfsd: update mtime on truncateChristoph Hellwig2014-09-111-0/+10
* | NFSD: Put file after ima_file_check fail in nfsd_open()Kinglong Mee2014-09-031-10/+17
* | nfsd: properly convert return from commit_metadata to __be32Jeff Layton2014-07-091-2/+2
* | nfsd: Ensure that nfsd_create_setattr commits files to stable storageTrond Myklebust2014-07-081-6/+9
* | NFSD: Remove iattr parameter from nfsd_symlink()Kinglong Mee2014-07-081-2/+1
* | nfsd: let nfsd_symlink assume null-terminated dataJ. Bruce Fields2014-07-081-14/+3
* | nfsd: nfsd_splice_read and nfsd_readv should return __be32Jeff Layton2014-06-231-3/+4
* | NFSD: Using exp_get for export gettingKinglong Mee2014-06-231-2/+1
* | NFSD: Using min/max/min_t/max_t for calculateKinglong Mee2014-06-231-2/+1
|/
* nfsd: remove unused function nfsd_read_fileChristoph Hellwig2014-05-301-20/+0
* nfsd4: separate splice and readv casesJ. Bruce Fields2014-05-301-46/+75
* nfsd4: nfsd_vfs_read doesn't use file handle parameterJ. Bruce Fields2014-05-301-3/+3
* nfsd: Only set PF_LESS_THROTTLE when really needed.NeilBrown2014-05-221-0/+12
* NFSD: Don't clear SUID/SGID after root writing dataKinglong Mee2014-05-211-18/+0
* Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-04-081-3/+12
|\
| * nfsd: typo in nfsd_rename commentJ. Bruce Fields2014-03-281-3/+3