aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/vfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-2/+8
2010-08-09pass a struct path to vfs_statfsChristoph Hellwig1-2/+8
2010-08-07Merge branch 'for-2.6.36' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-37/+42
2010-07-30nfsd: minor nfsd read api cleanupJ. Bruce Fields1-9/+10
2010-07-29gcc-4.6: nfsd: fix initialized but not read warningsAndi Kleen1-9/+0
2010-07-28fsnotify: pass a file instead of an inode to open, read, and writeEric Paris1-2/+2
2010-07-27nfsd: bypass readahead cache when have struct fileJ. Bruce Fields1-24/+38
2010-07-23nfsd: remove unused assignment from nfsd_linkJ. Bruce Fields1-2/+1
2010-07-06nfsd4: comment nitpickJ. Bruce Fields1-1/+1
2010-06-09Merge branch 'for-2.6.35' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-2/+1
2010-06-08Merge branch 'for-2.6.34-incoming' into for-2.6.35-incomingJ. Bruce Fields1-2/+1
2010-06-01nfsd: nfsd_setattr needs to call commit_metadataChristoph Hellwig1-2/+1
2010-05-21sanitize vfs_fsync calling conventionsChristoph Hellwig1-3/+2
2010-05-04Merge commit 'v2.6.34-rc6'J. Bruce Fields1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-22nfsd: don't break lease while servicing a COMMITJeff Layton1-3/+5
2010-03-06Merge branch 'for-2.6.34' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-80/+73
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds1-4/+0
2010-03-05dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig1-4/+0
2010-03-04Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs into for-2.6.34-incomingJ. Bruce Fields1-1/+2
2010-03-03Switch may_open() and break_lease() to passing O_...Al Viro1-2/+2
2010-02-20commit_metadata export operation replacing nfsd_sync_dirBen Myers1-54/+52
2010-02-20vfs: don't call ima_file_check() unconditionally in nfsd_open()Chuck Ebbert1-1/+2
2010-02-07ima: rename ima_path_check to ima_file_checkMimi Zohar1-1/+1
2010-02-07fix ima breakageMimi Zohar1-2/+1
2010-02-07Take ima_path_check() in nfsd past dentry_open() in nfsd_open()Al Viro1-1/+2
2010-01-29nfsd: Use vfs_fsync_range() in nfsd_commitTrond Myklebust1-10/+20
2010-01-13nfsd: use vfs_fsync for non-directoriesChristoph Hellwig1-32/+17
2010-01-06Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-4/+1
2010-01-06nfsd: make sure data is on disk before calling ->fsyncChristoph Hellwig1-4/+1
2009-12-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-4/+1
2009-12-16Untangling ima mess, part 3: kill dead code in imaAl Viro1-2/+1
2009-12-16Untangling ima mess, part 2: deal with countersAl Viro1-2/+0
2009-12-15nfsd: remove pointless paths in file headersJ. Bruce Fields1-2/+0
2009-12-15nfsd: restrict filehandles accepted in V4ROOT caseSteve Dickson1-6/+0