summaryrefslogtreecommitdiff
path: root/fs/nfsd/vfs.c
AgeCommit message (Expand)Author
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
2014-03-28nfsd: typo in nfsd_rename commentJ. Bruce Fields
2014-03-27nfsd: notify_change needs elevated write countJ. Bruce Fields
2014-02-18nfsd: fix lost nfserrno() call in nfsd_setattr()J. R. Okajima
2014-01-30Merge branch 'for-3.14' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2014-01-27nfsd4: fix delegation-unlink/rename raceJ. Bruce Fields
2014-01-26nfsd: use get_acl and ->set_aclChristoph Hellwig
2014-01-07nfsd4: break only delegations when appropriateJ. Bruce Fields
2013-12-12nfsd: revoking of suid/sgid bits after chown() in a consistent wayStanislav Kholmanskikh
2013-11-18nfsd: make sure to balance get/put_write_accessChristoph Hellwig
2013-11-18nfsd: split up nfsd_setattrChristoph Hellwig
2013-11-09locks: break delegations on any attribute modificationJ. Bruce Fields
2013-11-09locks: break delegations on linkJ. Bruce Fields
2013-11-09locks: break delegations on renameJ. Bruce Fields
2013-11-09locks: break delegations on unlinkJ. Bruce Fields
2013-10-24nfsd: switch to %p[dD]Al Viro
2013-07-23nfsd: nfsd_open: when dentry_open returns an error do not propagate as struct...Harshula Jayasuriya
2013-07-11Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2013-06-29[readdir] constify ->actorAl Viro
2013-06-29[readdir] introduce iterate_dir() and dir_contextAl Viro
2013-05-15NFSD: Server implementation of MAC LabelingDavid Quigley
2013-04-26nfsd: fix EXDEV checking in renameJ. Bruce Fields
2013-03-22nfsd: fix bad offset useKent Overstreet
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-22new helper: file_inode(file)Al Viro