summaryrefslogtreecommitdiffstats
path: root/hw/9pfs/virtio-9p.c
Commit message (Expand)AuthorAgeFilesLines
* hw/9pfs: mark directories also as un-reclaimable on unlinkAneesh Kumar K.V2011-08-251-35/+38
* hw/9pfs: Add directory reclaim supportAneesh Kumar K.V2011-08-251-2/+29
* hw/9pfs: Use v9fs_do_close instead of closeAneesh Kumar K.V2011-08-251-2/+2
* hw/9pfs: Add file descriptor reclaim supportAneesh Kumar K.V2011-08-251-3/+184
* hw/9pfs: Add reference counting for fidAneesh Kumar K.V2011-08-251-91/+182
* use readdir_r instead of readdir for reentrancyHarsh Prateek Bora2011-08-221-6/+16
* hw/9pfs: Update v9fs_read to use coroutinesAneesh Kumar K.V2011-08-221-198/+117
* hw/9pfs: Update v9fs_attach to use coroutinesAneesh Kumar K.V2011-08-221-9/+4
* hw/9pfs: Update v9fs_wstat to use coroutinesAneesh Kumar K.V2011-08-221-201/+63
* hw/9pfs: Update v9fs_write to use coroutinesAneesh Kumar K.V2011-08-221-89/+59
* hw/9pfs: Update v9fs_link to use coroutinesVenkateswararao Jujjuri (JV)2011-08-221-13/+6
* hw/9pfs: Update v9fs_symlink to use coroutinesVenkateswararao Jujjuri2011-08-221-64/+28
* hw/9pfs: Update v9fs_create to use coroutinesVenkateswararao Jujjuri2011-08-221-202/+97
* hw/9pfs: Update v9fs_fsync to use coroutinesAneesh Kumar K.V2011-08-221-16/+11
* hw/9pfs: Update v9fs_clunk to use coroutinesAneesh Kumar K.V2011-08-221-37/+7
* hw/9pfs: Update v9fs_walk to use coroutinesAneesh Kumar K.V2011-08-221-138/+68
* hw/9pfs: Update v9fs_stat to use coroutinesAneesh Kumar K.V2011-08-221-41/+21
* hw/9pfs: Update v9fs_lcreate to use coroutinesVenkateswararao Jujjuri2011-08-221-91/+38
* hw/9pfs: Update v9fs_open to use coroutinesAneesh Kumar K.V2011-08-221-100/+43
* hw/9pfs: Update v9fs_getlock to use coroutinesAneesh Kumar K.V2011-08-221-23/+19
* hw/9pfs: Update v9fs_lock to use coroutinesAneesh Kumar K.V2011-08-221-24/+20
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-62/+62
* hw/9pfs: Update vfs_rename to use coroutinesAneesh Kumar K.V2011-08-081-80/+52
* hw/9pfs: Update v9fs_remove to use coroutinesVenkateswararao Jujjuri2011-08-081-37/+13
* hw/9pfs: Update mkdir to use coroutinesVenkateswararao Jujjuri2011-08-081-71/+25
* hw/9pfs: Update v9fs_mknod to use coroutinesAneesh Kumar K.V2011-08-081-58/+30
* hw/9pfs: Update v9fs_xattrcreate to use coroutinesAneesh Kumar K.V2011-08-081-27/+26
* hw/9pfs: Update v9fs_xattrwalk to coroutinesAneesh Kumar K.V2011-08-081-135/+63
* hw/9pfs: Update v9fs_setattr to use coroutinesAneesh Kumar K.V2011-08-081-109/+54
* hw/9pfs: Update v9fs_getattr to use coroutinesAneesh Kumar K.V2011-08-081-38/+19
* hw/9pfs: Update v9fs_statfs to use coroutinesAneesh Kumar K.V2011-08-081-48/+44
* hw/9pfs: Update v9fs_readdir to use coroutinesAneesh Kumar K.V2011-08-081-101/+72
* hw/9pfs: Update v9fs_readlink to use coroutineVenkateswararao Jujjuri2011-08-081-52/+17
* [virtio-9p] Change all pdu handlers to coroutines.Venkateswararao Jujjuri (JV)2011-08-081-42/+100
* Merge remote-tracking branch 'jvrao/for-anthony' into stagingAnthony Liguori2011-06-081-129/+35
|\
| * hw/9pfs: Don't crash when we get a request with not supported 9p operationAneesh Kumar K.V2011-06-011-6/+11
| * virtio-9p: Use relative includes for files in hwStefan Weil2011-06-011-3/+3
| * virtio-9p: Move device specific code to virtio-9p-deviceAneesh Kumar K.V2011-06-011-154/+1
| * virtio-9p: Move 9p device registration into virtio-9p.cAneesh Kumar K.V2011-06-011-0/+38
| * [virtio-9p] Stop renaming files with similar name!Malahal Naineni2011-06-011-4/+20
* | virtio-9p: Remove statement without effect (fix warning from cppcheck)Stefan Weil2011-06-031-1/+0
|/
* v9fs_walk: As per 9p2000 RFC, MAXWELEM >= nwnames >= 0.Harsh Prateek Bora2011-04-271-2/+5
* virtio-9p: Bugfix to send correct iounitM. Mohan Kumar2011-04-271-1/+1
* virtio-9p: Print the pdu details on returnAneesh Kumar K.V2011-04-271-1/+4
* virtio-9p: move 9p files aroundAneesh Kumar K.V2011-04-271-0/+3741
OpenPOWER on IntegriCloud