summaryrefslogtreecommitdiffstats
path: root/hw/9pfs/codir.c
Commit message (Expand)AuthorAgeFilesLines
* 9pfs: add new function v9fs_co_readdir_many()Christian Schoenebeck2020-08-121-0/+171
* 9pfs: split out fs driver core of v9fs_co_readdir()Christian Schoenebeck2020-08-121-14/+24
* Include qemu/main-loop.h lessMarkus Armbruster2019-08-161-0/+1
* 9pfs: use coroutine_fn annotation in hw/9pfs/co*.[ch]Greg Kurz2016-10-171-7/+10
* 9p: switch back to readdir()Greg Kurz2016-06-061-4/+6
* 9p/fsdev: remove obsolete references to virtioGreg Kurz2016-06-061-2/+1Star
* 9pfs: Clean up includesPeter Maydell2016-01-291-0/+1
* 9pfs: rename virtio-9p-coth.{c,h} to coth.{c,h}Wei Liu2016-01-081-1/+1
* coroutine: move into libqemuutil.a libraryDaniel P. Berrange2015-10-201-1/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* block: move include files to include/block/Paolo Bonzini2012-12-191-1/+1
* fix typo: delete redundant semicolonDong Xu Wang2011-12-061-3/+3
* hw/9pfs: Abstract open state of fid to V9fsFidOpenStateAneesh Kumar K.V2011-10-311-8/+8
* hw/9pfs: Implement TFLUSH operationAneesh Kumar K.V2011-09-221-8/+36
* hw/9pfs: Add fs driver specific details to fscontextAneesh Kumar K.V2011-09-221-4/+4
* hw/9pfs: Move fid pathname tracking to seperate data type.Aneesh Kumar K.V2011-09-221-9/+11
* hw/9pfs: Use read-write lock for protecting fid path.Aneesh Kumar K.V2011-09-221-2/+16
* hw/9pfs: Add directory reclaim supportAneesh Kumar K.V2011-08-251-0/+9
* hw/9pfs: Add file descriptor reclaim supportAneesh Kumar K.V2011-08-251-3/+1Star
* use readdir_r instead of readdir for reentrancyHarsh Prateek Bora2011-08-221-4/+4
* hw/9pfs: Add yeild support for clunk related coroutineAneesh Kumar K.V2011-08-221-0/+16
* hw/9pfs: Add yield support for open and opendir coroutineAneesh Kumar K.V2011-08-221-0/+16
* hw/9pfs: Add yield support for mkdir coroutineVenkateswararao Jujjuri2011-08-081-0/+19
* hw/9pfs: Add yield support for readdir related coroutinesAneesh Kumar K.V2011-08-081-0/+66