aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd/vfs.c
AgeCommit message (Expand)Author
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
2012-03-20switch touch_atime to struct pathAl Viro
2012-03-18nfsd: vfs_llseek() with 32 or 64 bit offsets (hashes)Bernd Schubert
2012-03-18nfsd: rename 'int access' to 'int may_flags' in nfsd_open()Bernd Schubert
2012-01-14Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2012-01-05NFSD: Change name of extended attribute containing junctionChuck Lever
2012-01-03fs: propagate umode_t, misc bitsAl Viro
2012-01-03new helpers: fh_{want,drop}_write()Al Viro
2011-10-17nfsd4: warn on open failure after createJ. Bruce Fields
2011-09-13NFSD: Add a cache for fs_locations informationTrond Myklebust
2011-08-27nfsd4: permit read opens of executable-only filesJ. Bruce Fields
2011-08-26nfsd4: fix incorrect comment in nfsd4_set_nfs4_aclJ. Bruce Fields
2011-08-26nfsd: open-code special directory-hardlink checkJ. Bruce Fields
2011-06-20nfsd4: fix break_lease flags on nfsd openJ. Bruce Fields
2011-06-06nfsd: link returns nfserr_delay when breaking leaseCasey Bodley
2011-05-29Merge branch 'for-2.6.40' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2011-04-29NFSD: Remove setting unused variable in nfsd_vfs_read()Bryan Schumaker
2011-04-29nfsd41: make sure nfs server process OPEN with EXCLUSIVE4_1 correctlyMi Jinlong
2011-04-20Open with O_CREAT flag set fails to open existing files on non writable direc...Sachin Prabhu
2011-04-11nfsd4: make fh_verify responsibility of nfsd_lookup_dentry callerJ. Bruce Fields
2011-04-11nfsd: distinguish functions of NFSD_MAY_* flagsJ. Bruce Fields
2011-03-24Merge branch 'for-2.6.39' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2011-03-18don't pass 'mounting_here' flag to follow_down()Al Viro
2011-03-07NFSD, VFS: Remove dead code in nfsd_rename()Jesper Juhl
2011-02-14nfsd: break lease on unlink due to renameJ. Bruce Fields
2011-02-14NFSD: memory corruption due to writing beyond the stat arrayKonstantin Khorenko
2011-02-14nfsd: don't leak dentry count on mnt_want_write failureJ. Bruce Fields
2011-01-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-01-15Add a dentry op to allow processes to be held during pathwalk transitDavid Howells
2011-01-14Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2011-01-13nfsd: break lease on unlink, link, and renameJ. Bruce Fields
2011-01-13nfsd4: break lease on nfsd setattrJ. Bruce Fields
2011-01-13nfsd: don't support msnfs export optionJ. Bruce Fields
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-01-07fs: dcache scale dentry refcountNick Piggin
2011-01-04nfsd4: move idmap and acl header files into fs/nfsdJ. Bruce Fields
2011-01-04nfsd: remove some unnecessary dropit handlingJ. Bruce Fields
2010-12-20Fix compile warnings due to missing removal of a 'ret' variableJens Axboe
2010-12-17fs/splice: Pull buf->ops->confirm() from splice_from_pipe actorsMichał Mirosław
2010-10-25fs: add sync_inode_metadataChristoph Hellwig
2010-08-26nfsd: fix NULL dereference in nfsd_statfs()Takashi Iwai
2010-08-10Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds