aboutsummaryrefslogtreecommitdiff
path: root/hw/9pfs/codir.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-259pfs: mark more coroutine_fnsPaolo Bonzini1-3/+3
2023-01-19coroutine: Clean up superfluous inclusion of qemu/coroutine.hMarkus Armbruster1-1/+0
2022-03-219pfs: Use g_new() & friends where that makes obvious senseMarkus Armbruster1-3/+3
2022-03-079pfs/codir.c: convert Doxygen -> kerneldoc formatChristian Schoenebeck1-15/+15
2022-03-079p: darwin: Handle struct dirent differencesKeno Fischer1-1/+3
2022-02-179pfs: Fix segfault in do_readdir_many caused by struct dirent overreadVitaly Chikunov1-2/+1
2021-07-059pfs: add link to 9p developer docsChristian Schoenebeck1-0/+5
2020-08-129pfs: add new function v9fs_co_readdir_many()Christian Schoenebeck1-0/+171
2020-08-129pfs: split out fs driver core of v9fs_co_readdir()Christian Schoenebeck1-14/+24
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster1-0/+1
2016-10-179pfs: use coroutine_fn annotation in hw/9pfs/co*.[ch]Greg Kurz1-7/+10
2016-06-069p: switch back to readdir()Greg Kurz1-4/+6
2016-06-069p/fsdev: remove obsolete references to virtioGreg Kurz1-2/+1
2016-01-299pfs: Clean up includesPeter Maydell1-0/+1
2016-01-089pfs: rename virtio-9p-coth.{c,h} to coth.{c,h}Wei Liu1-1/+1
2015-10-20coroutine: move into libqemuutil.a libraryDaniel P. Berrange1-1/+1
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-12-19block: move include files to include/block/Paolo Bonzini1-1/+1
2011-12-06fix typo: delete redundant semicolonDong Xu Wang1-3/+3
2011-10-31hw/9pfs: Abstract open state of fid to V9fsFidOpenStateAneesh Kumar K.V1-8/+8
2011-09-22hw/9pfs: Implement TFLUSH operationAneesh Kumar K.V1-8/+36
2011-09-22hw/9pfs: Add fs driver specific details to fscontextAneesh Kumar K.V1-4/+4
2011-09-22hw/9pfs: Move fid pathname tracking to seperate data type.Aneesh Kumar K.V1-9/+11
2011-09-22hw/9pfs: Use read-write lock for protecting fid path.Aneesh Kumar K.V1-2/+16
2011-08-25hw/9pfs: Add directory reclaim supportAneesh Kumar K.V1-0/+9
2011-08-25hw/9pfs: Add file descriptor reclaim supportAneesh Kumar K.V1-3/+1
2011-08-22use readdir_r instead of readdir for reentrancyHarsh Prateek Bora1-4/+4
2011-08-22hw/9pfs: Add yeild support for clunk related coroutineAneesh Kumar K.V1-0/+16
2011-08-22hw/9pfs: Add yield support for open and opendir coroutineAneesh Kumar K.V1-0/+16
2011-08-08hw/9pfs: Add yield support for mkdir coroutineVenkateswararao Jujjuri1-0/+19
2011-08-08hw/9pfs: Add yield support for readdir related coroutinesAneesh Kumar K.V1-0/+66