aboutsummaryrefslogtreecommitdiffstats
path: root/fs/9p/vfs_dir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-039p: fix file headersDominique Martinet1-2/+0
2021-11-039p: fix minor indentation and codestyleSohaib Mohamed1-1/+3
2020-11-199p: add refcount to p9_fid structJianyong Wu1-4/+5
2020-11-03fs/9p: track open fidsGreg Kurz1-0/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188Thomas Gleixner1-16/+1
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells1-1/+1
2018-09-089p: do not trust pdu content for stat item sizeGertjan Halkes1-5/+3
2018-08-29v9fs_dir_readdir: fix double-free on p9stat_read errorDominique Martinet1-11/+0
2016-05-099p: switch to ->iterate_shared()Al Viro1-2/+2
2015-04-24fs/9p: fix readdir()Johannes Berg1-0/+2
2015-04-119p: switch p9_client_read() to passing struct iov_iter *Al Viro1-4/+11
2014-10-099p: switch to %p[dD]Al Viro1-2/+2
2014-06-04fs/9p: kerneldoc fixesFabian Frederick1-1/+0
2013-06-29[readdir] convert 9pAl Viro1-44/+28
2013-02-10locking in fs/9p ->readdir()Al Viro1-69/+23
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