summaryrefslogtreecommitdiff
path: root/fs/nfsd/vfs.c
AgeCommit message (Expand)Author
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
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-08-09pass a struct path to vfs_statfsChristoph Hellwig
2010-08-07Merge branch 'for-2.6.36' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2010-07-30nfsd: minor nfsd read api cleanupJ. Bruce Fields
2010-07-29gcc-4.6: nfsd: fix initialized but not read warningsAndi Kleen
2010-07-28fsnotify: pass a file instead of an inode to open, read, and writeEric Paris
2010-07-27nfsd: bypass readahead cache when have struct fileJ. Bruce Fields
2010-07-23nfsd: remove unused assignment from nfsd_linkJ. Bruce Fields
2010-07-06nfsd4: comment nitpickJ. Bruce Fields
2010-06-09Merge branch 'for-2.6.35' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2010-06-08Merge branch 'for-2.6.34-incoming' into for-2.6.35-incomingJ. Bruce Fields
2010-06-01nfsd: nfsd_setattr needs to call commit_metadataChristoph Hellwig
2010-05-21sanitize vfs_fsync calling conventionsChristoph Hellwig
2010-05-04Merge commit 'v2.6.34-rc6'J. Bruce Fields
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-22nfsd: don't break lease while servicing a COMMITJeff Layton
2010-03-06Merge branch 'for-2.6.34' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2010-03-05dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig
2010-03-04Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs into for-2.6.34-incomingJ. Bruce Fields
2010-03-03Switch may_open() and break_lease() to passing O_...Al Viro
2010-02-20commit_metadata export operation replacing nfsd_sync_dirBen Myers
2010-02-20vfs: don't call ima_file_check() unconditionally in nfsd_open()Chuck Ebbert
2010-02-07ima: rename ima_path_check to ima_file_checkMimi Zohar
2010-02-07fix ima breakageMimi Zohar
2010-02-07Take ima_path_check() in nfsd past dentry_open() in nfsd_open()Al Viro
2010-01-29nfsd: Use vfs_fsync_range() in nfsd_commitTrond Myklebust
2010-01-13nfsd: use vfs_fsync for non-directoriesChristoph Hellwig
2010-01-06Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2010-01-06nfsd: make sure data is on disk before calling ->fsyncChristoph Hellwig
2009-12-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/v...Linus Torvalds
2009-12-16Untangling ima mess, part 3: kill dead code in imaAl Viro
2009-12-16Untangling ima mess, part 2: deal with countersAl Viro
2009-12-15nfsd: remove pointless paths in file headersJ. Bruce Fields
2009-12-15nfsd: restrict filehandles accepted in V4ROOT caseSteve Dickson
2009-12-15nfsd: filter readdir results in V4ROOT caseJ. Bruce Fields
2009-12-15nfsd: filter lookup results in V4ROOT caseJ. Bruce Fields
2009-12-15nfsd4: don't continue "under" mounts in V4ROOT caseJ. Bruce Fields
2009-12-14nfsd: Move private headers to source directoryBoaz Harrosh
2009-12-14nfsd: Source files #include cleanupsBoaz Harrosh
2009-11-13nfsd: make fs/nfsd/vfs.h for common includesJ. Bruce Fields
2009-09-28nfsd: minor nfsd_lookup cleanupJ. Bruce Fields
2009-09-28nfsd4: cross mountpoints when looking up parentsJ. Bruce Fields
2009-09-22Merge branch 'for-2.6.32' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2009-09-21nfsd4: nfsv4 clients should cross mountpointsSteve Dickson
2009-09-02CRED: Add some configurable debugging [try #6]David Howells
2009-07-03NFSD: Don't hold unrefcounted creds over call to nfsd_setuser()David Howells
2009-06-22Merge branch 'for-2.6.31' of git://fieldses.org/git/linux-nfsdLinus Torvalds