aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/vfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-09-13NFSD: 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-26nfsd4: fix incorrect comment in nfsd4_set_nfs4_aclJ. Bruce Fields1-1/+1
2011-08-26nfsd: 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-06nfsd: 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-29NFSD: Remove setting unused variable in nfsd_vfs_read()Bryan Schumaker1-2/+0
2011-04-29nfsd41: 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 directoriesSachin 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/viro/vfs-2.6Linus Torvalds1-2/+3
2011-01-15Add a dentry op to allow processes to be held during pathwalk transitDavid Howells1-2/+3
2011-01-14Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-55/+30
2011-01-13nfsd: break lease on unlink, link, and renameJ. Bruce Fields1-4/+23
2011-01-13nfsd4: break lease on nfsd setattrJ. Bruce Fields1-8/+4
2011-01-13nfsd: 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-04nfsd4: move idmap and acl header files into fs/nfsdJ. Bruce Fields1-2/+2
2011-01-04nfsd: 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
2010-10-25fs: add sync_inode_metadataChristoph Hellwig1-13/+3
2010-08-26nfsd: fix NULL dereference in nfsd_statfs()Takashi Iwai1-6/+8
2010-08-10Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds1-2/+2