summaryrefslogtreecommitdiff
path: root/fs/9p/vfs_dir.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-05-051-1/+0
|\
| * 9p: Remove INET dependencyJason Andryuk2023-05-041-1/+0
* | fs/9p: Consolidate file operations and add readahead and writebackEric Van Hensbergen2023-03-271-3/+7
|/
* fs/9p: fix error reporting in v9fs_dir_releaseEric Van Hensbergen2023-02-241-3/+4
* Merge tag '9p-for-6.2-rc1' of https://github.com/martinetd/linuxLinus Torvalds2022-12-231-1/+0
|\
| * 9p/fs: Remove unneeded idr.h #includeChristophe JAILLET2022-12-021-1/+0
* | use less confusing names for iov_iter direction initializersAl Viro2022-11-251-1/+1
|/
* 9p fid refcount: add p9_fid_get/put wrappersDominique Martinet2022-07-021-1/+1
* 9p: Use fscache indexing rewrite and reenable cachingDavid Howells2022-01-101-0/+13
* 9p: fix file headersDominique Martinet2021-11-031-2/+0
* 9p: fix minor indentation and codestyleSohaib Mohamed2021-11-031-1/+3
* 9p: add refcount to p9_fid structJianyong Wu2020-11-191-4/+5
* fs/9p: track open fidsGreg Kurz2020-11-031-0/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188Thomas Gleixner2019-05-301-16/+1
* Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-011-1/+1
|\
| * iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-1/+1
* | 9p: do not trust pdu content for stat item sizeGertjan Halkes2018-09-081-5/+3
* | v9fs_dir_readdir: fix double-free on p9stat_read errorDominique Martinet2018-08-291-11/+0
|/
* 9p: switch to ->iterate_shared()Al Viro2016-05-091-2/+2
* fs/9p: fix readdir()Johannes Berg2015-04-241-0/+2
* 9p: switch p9_client_read() to passing struct iov_iter *Al Viro2015-04-111-4/+11
* 9p: switch to %p[dD]Al Viro2014-10-091-2/+2
* fs/9p: kerneldoc fixesFabian Frederick2014-06-041-1/+0
* [readdir] convert 9pAl Viro2013-06-291-44/+28
* locking in fs/9p ->readdir()Al Viro2013-02-101-69/+23
* 9p: Reduce object size with CONFIG_NET_9P_DEBUGJoe Perches2012-01-051-7/+6
* net/9p: Convert net/9p protocol dumps to tracepointsAneesh Kumar K.V2011-10-241-7/+5
* fs/9p: Update zero-copy implementation in 9pAneesh Kumar K.V2011-10-241-1/+1
* fs/9p: We need not writeback dirty pages during closeAneesh Kumar K.V2011-03-151-1/+0
* 9p: Add datasync to client side TFSYNC/RFSYNC for dotlVenkateswararao Jujjuri (JV)2010-10-281-0/+1
* 9p: Pass the correct end of buffer to p9dirent_readSripathi Kodi2010-10-281-1/+2
* 9p: Check for NULL fid in v9fs_dir_release()jvrao2010-09-131-2/+4
* 9p: readdir implementation for 9p2000.LSripathi Kodi2010-08-021-16/+118
* 9p: Pass the correct end of buffer to p9stat_readLatchesar Ionkov2010-07-271-1/+1
* 9p: VFS switches for 9p2000.L: VFS switchesSripathi Kodi2010-05-211-0/+8
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2010-04-051-0/+2
|\
| * 9p: return on mutex_lock_interruptible()Dan Carpenter2010-04-051-0/+2
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* fs/9p: re-init the wstat in readdir loopAneesh Kumar K.V2010-03-131-1/+10
* 9P2010.L handshake: Remove "dotu" variableSripathi Kodi2010-03-051-1/+1
* 9p: fix readdir corner casesEric Van Hensbergen2009-11-021-27/+67
* 9p: fix a small bug in readdir for long directoriesMartin Stava2009-11-021-0/+1
* 9p: eliminate depricated conv functionsEric Van Hensbergen2008-10-171-8/+12
* 9p: rework client code to use new protocol support functionsEric Van Hensbergen2008-10-171-2/+2
* 9p: move dirread to fs layerEric Van Hensbergen2008-10-171-16/+38
* [PATCH] fix ->llseek() for a bunch of directoriesAl Viro2008-08-251-0/+1
* 9p: Documentation updatesEric Van Hensbergen2008-05-141-1/+1
* 9p: Reorganization of 9p file system codeLatchesar Ionkov2007-07-141-121/+34
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* [PATCH] 9p: change uses of f_{dentry,vfsmnt} to use f_pathJosef "Jeff" Sipek2006-12-081-2/+2