aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/vfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-22wrappers for ->i_mutex accessAl Viro1-2/+2
2016-01-15Merge tag 'nfsd-4.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+15
2016-01-14nfsd: add new io class tracepointJeff Layton1-0/+15
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-14/+9
2016-01-09nfsd: don't hold i_mutex over userspace upcallsNeilBrown1-14/+9
2015-12-07nfsd: implement the NFSv4.2 CLONE operationChristoph Hellwig1-0/+8
2015-10-12nfsd: switch unsigned char flags in svc_fh to boolsJeff Layton1-2/+2
2015-08-31NFSD: Set the attributes used to store the verifier for EXCLUSIVE4_1Kinglong Mee1-6/+0
2015-06-22nfsd: take struct file setup fully into nfs4_preprocess_stateid_opChristoph Hellwig1-6/+1
2015-06-19nfsd: clean up raparams handlingChristoph Hellwig1-44/+24
2015-05-29nfsd: Disable NFSv2 timestamp workaround for NFSv3+Andreas Gruenbacher1-36/+0
2015-05-04nfsd: remove nfsd_closeChristoph Hellwig1-14/+5
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-31/+31
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells1-4/+4
2014-12-16Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-6/+31
2014-12-09sunrpc: move rq_splice_ok flag into rq_flagsJeff Layton1-1/+1
2014-12-09sunrpc: move rq_local field to rq_flagsJeff Layton1-2/+2
2014-11-19nfsd_vfs_write(): use file_inode()Al Viro1-3/+1
2014-11-07nfsd: Add ALLOCATE supportAnna Schumaker1-0/+21
2014-10-31vfs: make first argument of dir_context.actor typedMiklos Szeredi1-5/+7
2014-10-23nfsd: fix inclusive vfs_fsync_range() endZach Brown1-3/+7
2014-10-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-1/+1
2014-09-11nfsd: update mtime on truncateChristoph Hellwig1-0/+10
2014-09-09ima: pass 'opened' flag to identify newly created filesDmitry Kasatkin1-1/+1
2014-09-03NFSD: Put file after ima_file_check fail in nfsd_open()Kinglong Mee1-10/+17
2014-07-09nfsd: properly convert return from commit_metadata to __be32Jeff Layton1-2/+2
2014-07-08nfsd: Ensure that nfsd_create_setattr commits files to stable storageTrond Myklebust1-6/+9
2014-07-08NFSD: Remove iattr parameter from nfsd_symlink()Kinglong Mee1-2/+1
2014-07-08nfsd: let nfsd_symlink assume null-terminated dataJ. Bruce Fields1-14/+3
2014-06-23nfsd: nfsd_splice_read and nfsd_readv should return __be32Jeff Layton1-3/+4
2014-06-23NFSD: Using exp_get for export gettingKinglong Mee1-2/+1
2014-06-23NFSD: Using min/max/min_t/max_t for calculateKinglong Mee1-2/+1
2014-05-30nfsd: remove unused function nfsd_read_fileChristoph Hellwig1-20/+0
2014-05-30nfsd4: separate splice and readv casesJ. Bruce Fields1-46/+75
2014-05-30nfsd4: nfsd_vfs_read doesn't use file handle parameterJ. Bruce Fields1-3/+3
2014-05-22nfsd: Only set PF_LESS_THROTTLE when really needed.NeilBrown1-0/+12
2014-05-21NFSD: Don't clear SUID/SGID after root writing dataKinglong Mee1-18/+0
2014-04-08Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-3/+12
2014-04-01vfs: add renameat2 syscallMiklos Szeredi1-1/+1
2014-03-28nfsd: typo in nfsd_rename commentJ. Bruce Fields1-3/+3
2014-03-27nfsd: notify_change needs elevated write countJ. Bruce Fields1-0/+9
2014-02-18nfsd: fix lost nfserrno() call in nfsd_setattr()J. R. Okajima1-0/+1
2014-01-30Merge branch 'for-3.14' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-33/+7
2014-01-27nfsd4: fix delegation-unlink/rename raceJ. Bruce Fields1-1/+6
2014-01-26nfsd: use get_acl and ->set_aclChristoph Hellwig1-241/+0
2014-01-07nfsd4: break only delegations when appropriateJ. Bruce Fields1-30/+0
2013-12-12nfsd: revoking of suid/sgid bits after chown() in a consistent wayStanislav Kholmanskikh1-2/+1
2013-11-18nfsd: make sure to balance get/put_write_accessChristoph Hellwig1-14/+15
2013-11-18nfsd: split up nfsd_setattrChristoph Hellwig1-60/+84
2013-11-09locks: break delegations on any attribute modificationJ. Bruce Fields1-2/+6