aboutsummaryrefslogtreecommitdiffstats
path: root/fs/9p/vfs_dir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-029p: fix readdir corner casesEric Van Hensbergen1-27/+67
2009-11-029p: fix a small bug in readdir for long directoriesMartin Stava1-0/+1
2008-10-179p: eliminate depricated conv functionsEric Van Hensbergen1-8/+12
2008-10-179p: rework client code to use new protocol support functionsEric Van Hensbergen1-2/+2
2008-10-179p: move dirread to fs layerEric Van Hensbergen1-16/+38
2008-08-25[PATCH] fix ->llseek() for a bunch of directoriesAl Viro1-0/+1
2008-05-149p: Documentation updatesEric Van Hensbergen1-1/+1
2007-07-149p: Reorganization of 9p file system codeLatchesar Ionkov1-121/+34
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2006-12-08[PATCH] 9p: change uses of f_{dentry,vfsmnt} to use f_pathJosef "Jeff" Sipek1-2/+2
2006-12-04[PATCH] severing fs.h, radix-tree.h -> sched.hAl Viro1-0/+1
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven1-1/+1
2006-03-25[PATCH] v9fs: update license boilerplateEric Van Hensbergen1-3/+2
2006-03-17[PATCH] v9fs: fix overzealous dropping of dentry which breaks dcacheEric Van Hensbergen1-1/+0
2006-01-08[PATCH] v9fs: zero copy implementationLatchesar Ionkov1-18/+13
2006-01-08[PATCH] v9fs: new multiplexer implementationLatchesar Ionkov1-10/+7
2006-01-08[PATCH] Fix and add EXPORT_SYMBOL(filemap_write_and_wait)OGAWA Hirofumi1-2/+1
2005-09-28[PATCH] v9fs: fix races in fid allocationLatchesar Ionkov1-7/+4
2005-09-09[PATCH] v9fs: VFS file, dentry, and directory operationsEric Van Hensbergen1-0/+226