summaryrefslogtreecommitdiff
path: root/fs/nfsd/vfs.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-10nfs: 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-11nfsd4: cast readlink() bug argumentJ. Bruce Fields1-1/+1
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-39/+40
2012-08-01Merge 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-11nfsd: 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-12nfsd: don't fail unchecked creates of non-special filesJ. Bruce Fields1-1/+1
2012-03-30Merge branch 'for-3.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-10/+23
2012-03-21switch touch_atime to struct pathAl Viro1-5/+6
2012-03-19nfsd: vfs_llseek() with 32 or 64 bit offsets (hashes)Bernd Schubert1-2/+13
2012-03-19nfsd: rename 'int access' to 'int may_flags' in nfsd_open()Bernd Schubert1-8/+10
2012-01-15Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-3/+14
2012-01-06NFSD: Change name of extended attribute containing junctionChuck Lever1-3/+14
2012-01-04fs: propagate umode_t, misc bitsAl Viro1-2/+2
2012-01-04new helpers: fh_{want,drop}_write()Al Viro1-17/+17
2011-10-18nfsd4: warn on open failure after createJ. Bruce Fields1-1/+1
2011-09-14NFSD: Add a cache for fs_locations informationTrond Myklebust1-0/+18
2011-08-27nfsd4: permit read opens of executable-only filesJ. Bruce Fields1-1/+2
2011-08-27nfsd4: fix incorrect comment in nfsd4_set_nfs4_aclJ. Bruce Fields1-1/+1
2011-08-27nfsd: open-code special directory-hardlink checkJ. Bruce Fields1-2/+4
2011-06-20nfsd4: fix break_lease flags on nfsd openJ. Bruce Fields1-6/+9
2011-06-07nfsd: link returns nfserr_delay when breaking leaseCasey Bodley1-1/+3
2011-05-29Merge branch 'for-2.6.40' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-13/+20
2011-04-30NFSD: Remove setting unused variable in nfsd_vfs_read()Bryan Schumaker1-2/+0
2011-04-30nfsd41: make sure nfs server process OPEN with EXCLUSIVE4_1 correctlyMi Jinlong1-4/+16
2011-04-20Open with O_CREAT flag set fails to open existing files on non writable direc...Sachin Prabhu1-1/+8
2011-04-11nfsd4: make fh_verify responsibility of nfsd_lookup_dentry callerJ. Bruce Fields1-6/+3
2011-04-11nfsd: distinguish functions of NFSD_MAY_* flagsJ. Bruce Fields1-1/+1
2011-03-24Merge branch 'for-2.6.39' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-2/+0
2011-03-18don't pass 'mounting_here' flag to follow_down()Al Viro1-1/+1
2011-03-07NFSD, VFS: Remove dead code in nfsd_rename()Jesper Juhl1-2/+0
2011-02-14nfsd: break lease on unlink due to renameJ. Bruce Fields1-0/+7
2011-02-14NFSD: memory corruption due to writing beyond the stat arrayKonstantin Khorenko1-1/+1
2011-02-14nfsd: don't leak dentry count on mnt_want_write failureJ. Bruce Fields1-6/+6
2011-01-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+3
2011-01-16Add a dentry op to allow processes to be held during pathwalk transitDavid Howells1-2/+3
2011-01-15Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-55/+30
2011-01-14nfsd: break lease on unlink, link, and renameJ. Bruce Fields1-4/+23
2011-01-14nfsd4: break lease on nfsd setattrJ. Bruce Fields1-8/+4
2011-01-14nfsd: don't support msnfs export optionJ. Bruce Fields1-39/+2
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-5/+0
2011-01-07fs: dcache scale dentry refcountNick Piggin1-3/+2
2011-01-05nfsd4: move idmap and acl header files into fs/nfsdJ. Bruce Fields1-2/+2
2011-01-05nfsd: remove some unnecessary dropit handlingJ. Bruce Fields1-4/+0
2010-12-20Fix compile warnings due to missing removal of a 'ret' variableJens Axboe1-1/+0
2010-12-17fs/splice: Pull buf->ops->confirm() from splice_from_pipe actorsMichał Mirosław1-4/+0