aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/vfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-01vfs: add renameat2 syscallMiklos Szeredi1-1/+1
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
2013-11-09locks: break delegations on linkJ. Bruce Fields1-1/+1
2013-11-09locks: break delegations on renameJ. Bruce Fields1-1/+1
2013-11-09locks: break delegations on unlinkJ. Bruce Fields1-1/+1
2013-10-24nfsd: switch to %p[dD]Al Viro1-5/+4
2013-07-23nfsd: nfsd_open: when dentry_open returns an error do not propagate as struct fileHarshula Jayasuriya1-2/+3
2013-07-11Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+28
2013-06-29[readdir] constify ->actorAl Viro1-3/+4
2013-06-29[readdir] introduce iterate_dir() and dir_contextAl Viro1-1/+3
2013-05-15NFSD: Server implementation of MAC LabelingDavid Quigley1-0/+28
2013-04-26nfsd: fix EXDEV checking in renameJ. Bruce Fields1-4/+2
2013-03-22nfsd: fix bad offset useKent Overstreet1-1/+2
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2013-02-22new helper: file_inode(file)Al Viro1-3/+3
2013-02-13nfsd: Properly compare and initialize kuids and kgidsEric W. Biederman1-4/+4
2012-12-21Revert "nfsd: warn on odd reply state in nfsd_vfs_read"J. Bruce Fields1-1/+0
2012-12-17nfsd4: cleanup: replace rq_resused count by rq_next_page pointerJ. Bruce Fields1-10/+8
2012-12-17nfsd: warn on odd reply state in nfsd_vfs_readJ. Bruce Fields1-0/+1
2012-12-10nfsd: avoid permission checks on EXCLUSIVE_CREATE replayNeil Brown1-2/+8
2012-11-07nfsd: use vfs_fsync_range(), not O_SYNC, for stable writesJ. Bruce Fields1-7/+6
2012-11-07nfsd: assume writeable exportabled filesystems have f_syncJ. Bruce Fields1-13/+0
2012-10-09nfs: disintegrate UAPI for nfsJ. Bruce Fields1-4/+4
2012-09-18userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattrEric W. Biederman1-4/+4
2012-09-10nfsd4: cast readlink() bug argumentJ. Bruce Fields1-1/+1
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-39/+40
2012-07-31Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+9
2012-07-31nfsd: Push mnt_want_write() outside of i_mutexJan Kara1-39/+40
2012-07-23switch dentry_open() to struct path, make it grab references itselfAl Viro1-5/+5
2012-07-14don't pass nameidata * to vfs_create()Al Viro1-2/+2
2012-07-10nfsd: allow owner_override only for regular filesJ. Bruce Fields1-1/+9
2012-04-25nfsd: trivial: use SEEK_SET instead of 0 in vfs_llseekJeff Layton1-1/+1
2012-04-11nfsd: don't fail unchecked creates of non-special filesJ. Bruce Fields1-1/+1
2012-03-29Merge branch 'for-3.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-10/+23
2012-03-20switch touch_atime to struct pathAl Viro1-5/+6
2012-03-18nfsd: vfs_llseek() with 32 or 64 bit offsets (hashes)Bernd Schubert1-2/+13
2012-03-18nfsd: rename 'int access' to 'int may_flags' in nfsd_open()Bernd Schubert1-8/+10
2012-01-14Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-3/+14
2012-01-05NFSD: Change name of extended attribute containing junctionChuck Lever1-3/+14
2012-01-03fs: propagate umode_t, misc bitsAl Viro1-2/+2
2012-01-03new helpers: fh_{want,drop}_write()Al Viro1-17/+17
2011-10-17nfsd4: warn on open failure after createJ. Bruce Fields1-1/+1