aboutsummaryrefslogtreecommitdiffstats
path: root/fs/9p/vfs_dir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-059p: Reduce object size with CONFIG_NET_9P_DEBUGJoe Perches1-7/+6
2011-10-24net/9p: Convert net/9p protocol dumps to tracepointsAneesh Kumar K.V1-7/+5
2011-10-24fs/9p: Update zero-copy implementation in 9pAneesh Kumar K.V1-1/+1
2011-03-15fs/9p: We need not writeback dirty pages during closeAneesh Kumar K.V1-1/+0
2010-10-289p: Add datasync to client side TFSYNC/RFSYNC for dotlVenkateswararao Jujjuri (JV)1-0/+1
2010-10-289p: Pass the correct end of buffer to p9dirent_readSripathi Kodi1-1/+2
2010-09-139p: Check for NULL fid in v9fs_dir_release()jvrao1-2/+4
2010-08-029p: readdir implementation for 9p2000.LSripathi Kodi1-16/+118
2010-07-279p: Pass the correct end of buffer to p9stat_readLatchesar Ionkov1-1/+1
2010-05-219p: VFS switches for 9p2000.L: VFS switchesSripathi Kodi1-0/+8
2010-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds1-0/+2
2010-04-059p: return on mutex_lock_interruptible()Dan Carpenter1-0/+2
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-13fs/9p: re-init the wstat in readdir loopAneesh Kumar K.V1-1/+10
2010-03-059P2010.L handshake: Remove "dotu" variableSripathi Kodi1-1/+1
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