aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/vfs.c
AgeCommit message (Expand)Author
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
2013-02-13nfsd: Properly compare and initialize kuids and kgidsEric W. Biederman
2012-12-21Revert "nfsd: warn on odd reply state in nfsd_vfs_read"J. Bruce Fields
2012-12-17nfsd4: cleanup: replace rq_resused count by rq_next_page pointerJ. Bruce Fields
2012-12-17nfsd: warn on odd reply state in nfsd_vfs_readJ. Bruce Fields
2012-12-10nfsd: avoid permission checks on EXCLUSIVE_CREATE replayNeil Brown
2012-11-07nfsd: use vfs_fsync_range(), not O_SYNC, for stable writesJ. Bruce Fields
2012-11-07nfsd: assume writeable exportabled filesystems have f_syncJ. Bruce Fields
2012-10-09nfs: disintegrate UAPI for nfsJ. Bruce Fields
2012-09-18userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattrEric W. Biederman
2012-09-10nfsd4: cast readlink() bug argumentJ. Bruce Fields
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-07-31Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2012-07-31nfsd: Push mnt_want_write() outside of i_mutexJan Kara
2012-07-23switch dentry_open() to struct path, make it grab references itselfAl Viro
2012-07-14don't pass nameidata * to vfs_create()Al Viro
2012-07-10nfsd: allow owner_override only for regular filesJ. Bruce Fields
2012-04-25nfsd: trivial: use SEEK_SET instead of 0 in vfs_llseekJeff Layton
2012-04-11nfsd: don't fail unchecked creates of non-special filesJ. Bruce Fields
2012-03-29Merge branch 'for-3.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds