index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
9pfs
/
virtio-9p.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
virtio: Drop superfluous conditionals around g_free()
Markus Armbruster
2014-06-19
1
-3
/
+1
*
qerror.h: Remove QERR defines that are only used once
Cole Robinson
2014-04-25
1
-2
/
+3
*
hw/9pfs: fix P9_STATS_GEN handling
Kirill A. Shutemov
2014-02-02
1
-2
/
+10
*
hw/9pfs: Fix segfault with 9p2000.u
Aneesh Kumar K.V
2013-05-28
1
-1
/
+1
*
virtio-9p: cleanup: QOM casts.
KONRAD Frederic
2013-04-23
1
-1
/
+1
*
hw: move headers to include/
Paolo Bonzini
2013-04-08
1
-2
/
+2
*
virtio-9p: remove PCI dependencies from hw/9pfs/
Paolo Bonzini
2013-03-01
1
-2
/
+1
*
qemu/9p: Don't ignore error in fid clunk
Aneesh Kumar K.V
2013-02-06
1
-5
/
+7
*
g_malloc(0) and g_malloc0(0) return NULL; simplify
Markus Armbruster
2013-01-30
1
-5
/
+1
*
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
migration: move include files to include/migration/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
cleanup useless return sentence
Amos Kong
2012-10-05
1
-5
/
+0
*
hw/9pfs: Fix assert when disabling migration
Aneesh Kumar K.V
2012-07-31
1
-5
/
+10
*
consolidate qemu_iovec_copy() and qemu_iovec_concat() and make them consistent
Michael Tokarev
2012-06-11
1
-4
/
+4
*
hw/9pfs: Endian fixes for virtfs
Benjamin Herrenschmidt
2012-02-24
1
-3
/
+5
*
hw/9pfs: Remove O_NOATIME flag from 9pfs open() calls in readonly mode
Daniel P. Berrange
2012-01-30
1
-1
/
+0
*
hw/9pfs: Fix crash when mounting with synthfs
Aneesh Kumar K.V
2012-01-30
1
-1
/
+1
*
hw/9pfs: Add validation to {un}marshal code
M. Mohan Kumar
2012-01-04
1
-123
/
+338
*
hw/9pfs: Move pdu_marshal/unmarshal code to a seperate file
M. Mohan Kumar
2012-01-04
1
-247
/
+4
*
hw/9pfs: iattr_valid flags are kernel internal flags map them to 9p values.
Aneesh Kumar K.V
2011-12-21
1
-23
/
+24
*
hw/9pfs: Use the correct signed type for different variables
Aneesh Kumar K.V
2011-12-21
1
-10
/
+11
*
hw/9pfs: replace iovec manipulation with QEMUIOVector
Stefan Hajnoczi
2011-12-21
1
-102
/
+60
*
fix typo: delete redundant semicolon
Dong Xu Wang
2011-12-06
1
-2
/
+2
*
hw/9pfs: Reset server state during TVERSION
Deepak C Shetty
2011-12-04
1
-0
/
+26
*
hw/9pfs: use migration blockers to prevent live migration when virtfs export ...
Aneesh Kumar K.V
2011-12-04
1
-0
/
+19
*
9p: pass dotl flags to the unlinkat method
Paolo Bonzini
2011-11-21
1
-10
/
+0
*
hw/9pfs: use g_vasprintf() instead of rolling our own
Stefan Hajnoczi
2011-11-02
1
-99
/
+4
*
hw/9pfs: Abstract open state of fid to V9fsFidOpenState
Aneesh Kumar K.V
2011-10-31
1
-6
/
+6
*
hw/9pfs: Read-only support for 9p export
M. Mohan Kumar
2011-10-31
1
-0
/
+50
*
hw/9pfs: Make VirtFS tracing work correctly
Aneesh Kumar K.V
2011-10-30
1
-31
/
+29
*
hw/9pfs: Use export_flag for indicating whether fs driver use path names.
Aneesh Kumar K.V
2011-10-15
1
-3
/
+3
*
hw/9pfs: Remove virtio-9p-debug.* infra to be replaced by Qemu Tracing.
Harsh Prateek Bora
2011-10-15
1
-8
/
+0
*
hw/9pfs: Introduce tracing for 9p pdu handlers
Harsh Prateek Bora
2011-10-15
1
-0
/
+72
*
hw/9pfs: Add st_gen support in getattr reply
Harsh Prateek Bora
2011-10-15
1
-0
/
+9
*
hw/9pfs: Add open flag mapping
M. Mohan Kumar
2011-10-15
1
-1
/
+52
*
virtio-9p: Use 9P specific Lock constants
M. Mohan Kumar
2011-10-15
1
-1
/
+1
*
hw/9pfs: Add new virtfs option writeout=immediate skip host page cache
Aneesh Kumar K.V
2011-10-12
1
-6
/
+16
*
hw/9pfs: Implement TFLUSH operation
Aneesh Kumar K.V
2011-09-22
1
-187
/
+225
*
hw/9pfs: Avoid unnecessary get_fid in v9fs_clunk
Aneesh Kumar K.V
2011-09-22
1
-10
/
+10
*
hw/9pfs: Add fs driver specific details to fscontext
Aneesh Kumar K.V
2011-09-22
1
-8
/
+22
*
hw/9pfs: Move fid pathname tracking to seperate data type.
Aneesh Kumar K.V
2011-09-22
1
-163
/
+203
*
hw/9pfs: Use read-write lock for protecting fid path.
Aneesh Kumar K.V
2011-09-22
1
-68
/
+42
*
hw/9pfs: Make v9fs_string* functions non-static
Aneesh Kumar K.V
2011-09-22
1
-5
/
+5
*
hw/9pfs: add 9P2000.L unlinkat operation
Aneesh Kumar K.V
2011-09-09
1
-0
/
+40
*
hw/9pfs: add 9P2000.L renameat operation
Aneesh Kumar K.V
2011-09-09
1
-0
/
+82
*
hw/9pfs: Fix memleaks in some 9p operation
Aneesh Kumar K.V
2011-09-09
1
-0
/
+2
*
hw/9pfs: Initialize rest of qid field to zero.
Aneesh Kumar K.V
2011-09-09
1
-0
/
+1
*
hw/9pfs: Update the fidp path before opendir
Aneesh Kumar K.V
2011-09-09
1
-0
/
+1
*
hw/9pfs: mark directories also as un-reclaimable on unlink
Aneesh Kumar K.V
2011-08-25
1
-35
/
+38
*
hw/9pfs: Add directory reclaim support
Aneesh Kumar K.V
2011-08-25
1
-2
/
+29
[next]