aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/vfs.c
Commit message (Expand)AuthorAgeFilesLines
* nfsd4: permit read opens of executable-only filesJ. Bruce Fields2011-11-111-1/+2
* 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
| * nfsd: remove unused assignment from nfsd_linkJ. Bruce Fields2010-07-231-2/+1
| * nfsd4: comment nitpickJ. Bruce Fields2010-07-061-1/+1
* | Merge branch 'for-2.6.35' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2010-06-091-2/+1
|\ \ | |/ |/|
| * Merge branch 'for-2.6.34-incoming' into for-2.6.35-incomingJ. Bruce Fields2010-06-081-2/+1
| |\
| | * nfsd: nfsd_setattr needs to call commit_metadataChristoph Hellwig2010-06-011-2/+1
* | | sanitize vfs_fsync calling conventionsChristoph Hellwig2010-05-211-3/+2
|/ /
* | Merge commit 'v2.6.34-rc6'J. Bruce Fields2010-05-041-0/+1
|\ \ | |/
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | nfsd: don't break lease while servicing a COMMITJeff Layton2010-03-221-3/+5
|/
* Merge branch 'for-2.6.34' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2010-03-061-80/+73
|\
| * Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs into for-2.6.34-incomingJ. Bruce Fields2010-03-041-1/+2
| |\
| * | commit_metadata export operation replacing nfsd_sync_dirBen Myers2010-02-201-54/+52
| * | nfsd: Use vfs_fsync_range() in nfsd_commitTrond Myklebust2010-01-291-10/+20