aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/vfs.c
Commit message (Expand)AuthorAgeFilesLines
* nfsd: Fix ACL null pointer derefSergio Gelato2014-11-051-0/+3
* nfsd: notify_change needs elevated write countJ. Bruce Fields2014-04-301-0/+9
* nfsd: make sure to balance get/put_write_accessChristoph Hellwig2014-01-031-14/+15
* nfsd: split up nfsd_setattrChristoph Hellwig2014-01-031-60/+84
* nfsd: vfs_llseek() with 32 or 64 bit offsets (hashes)Bernd Schubert2013-11-281-2/+13
* nfsd: rename 'int access' to 'int may_flags' in nfsd_open()Bernd Schubert2013-11-281-8/+10
* nfsd: nfsd_open: when dentry_open returns an error do not propagate as struct...Harshula Jayasuriya2013-08-021-2/+3
* nfsd: avoid permission checks on EXCLUSIVE_CREATE replayNeil Brown2013-01-031-2/+8
* nfsd: don't fail unchecked creates of non-special filesJ. Bruce Fields2012-05-111-1/+1
* nfsd4: warn on open failure after createJ. Bruce Fields2011-10-171-1/+1
* NFSD: Add a cache for fs_locations informationTrond Myklebust2011-09-131-0/+18
* nfsd4: permit read opens of executable-only filesJ. Bruce Fields2011-08-271-1/+2
* nfsd4: fix incorrect comment in nfsd4_set_nfs4_aclJ. Bruce Fields2011-08-261-1/+1
* nfsd: open-code special directory-hardlink checkJ. Bruce Fields2011-08-261-2/+4
* nfsd4: fix break_lease flags on nfsd openJ. Bruce Fields2011-06-201-6/+9
* nfsd: link returns nfserr_delay when breaking leaseCasey Bodley2011-06-061-1/+3
* Merge branch 'for-2.6.40' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2011-05-291-13/+20
|\
| * NFSD: Remove setting unused variable in nfsd_vfs_read()Bryan Schumaker2011-04-291-2/+0
| * nfsd41: make sure nfs server process OPEN with EXCLUSIVE4_1 correctlyMi Jinlong2011-04-291-4/+16
| * nfsd4: make fh_verify responsibility of nfsd_lookup_dentry callerJ. Bruce Fields2011-04-111-6/+3
| * nfsd: distinguish functions of NFSD_MAY_* flagsJ. Bruce Fields2011-04-111-1/+1
* | Open with O_CREAT flag set fails to open existing files on non writable direc...Sachin Prabhu2011-04-201-1/+8
|/
* Merge branch 'for-2.6.39' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2011-03-241-2/+0
|\
| * NFSD, VFS: Remove dead code in nfsd_rename()Jesper Juhl2011-03-071-2/+0
* | don't pass 'mounting_here' flag to follow_down()Al Viro2011-03-181-1/+1
|/
* nfsd: break lease on unlink due to renameJ. Bruce Fields2011-02-141-0/+7
* NFSD: memory corruption due to writing beyond the stat arrayKonstantin Khorenko2011-02-141-1/+1
* nfsd: don't leak dentry count on mnt_want_write failureJ. Bruce Fields2011-02-141-6/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-01-161-2/+3
|\
| * Add a dentry op to allow processes to be held during pathwalk transitDavid Howells2011-01-151-2/+3
* | Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2011-01-141-55/+30
|\ \ | |/ |/|
| * nfsd: break lease on unlink, link, and renameJ. Bruce Fields2011-01-131-4/+23
| * nfsd4: break lease on nfsd setattrJ. Bruce Fields2011-01-131-8/+4
| * nfsd: don't support msnfs export optionJ. Bruce Fields2011-01-131-39/+2
| * nfsd4: move idmap and acl header files into fs/nfsdJ. Bruce Fields2011-01-041-2/+2
| * nfsd: remove some unnecessary dropit handlingJ. Bruce Fields2011-01-041-4/+0
* | Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-01-131-5/+0
|\ \
| * | Fix compile warnings due to missing removal of a 'ret' variableJens Axboe2010-12-201-1/+0
| * | fs/splice: Pull buf->ops->confirm() from splice_from_pipe actorsMichał Mirosław2010-12-171-4/+0
| |/
* | fs: dcache scale dentry refcountNick Piggin2011-01-071-3/+2
|/
* fs: add sync_inode_metadataChristoph Hellwig2010-10-251-13/+3
* nfsd: fix NULL dereference in nfsd_statfs()Takashi Iwai2010-08-261-6/+8
* Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2010-08-101-2/+2
|\
| * fsnotify: pass a file instead of an inode to open, read, and writeEric Paris2010-07-281-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-08-101-2/+8
|\ \
| * | pass a struct path to vfs_statfsChristoph Hellwig2010-08-091-2/+8
| |/
* | Merge branch 'for-2.6.36' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2010-08-071-37/+42
|\ \ | |/ |/|
| * nfsd: minor nfsd read api cleanupJ. Bruce Fields2010-07-301-9/+10
| * gcc-4.6: nfsd: fix initialized but not read warningsAndi Kleen2010-07-291-9/+0
| * nfsd: bypass readahead cache when have struct fileJ. Bruce Fields2010-07-271-24/+38