index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
9pfs
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-21
coroutine-lock: add mutex argument to CoQueue APIs
Paolo Bonzini
1
-1
/
+1
2017-01-25
Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into staging
Peter Maydell
2
-8
/
+7
2017-01-25
9pfs: fix offset error in v9fs_xattr_read()
Greg Kurz
1
-3
/
+3
2017-01-25
9pfs: local: trivial cosmetic fix in pwritev op
Greg Kurz
1
-2
/
+1
2017-01-25
9pfs: fix off-by-one error in PDU free list
Greg Kurz
1
-1
/
+1
2017-01-25
9pfs: add missing coroutine_fn annotations
Greg Kurz
1
-2
/
+2
2017-01-24
migration: disallow migrate_add_blocker during migration
Ashijeet Acharya
1
-11
/
+22
2017-01-03
9pfs: fix P9_NOTAG and P9_NOFID macros
Greg Kurz
1
-2
/
+2
2017-01-03
9pfs: fix crash when fsdev is missing
Greg Kurz
1
-1
/
+1
2017-01-03
9pfs: introduce init_out/in_iov_from_pdu
Stefano Stabellini
3
-13
/
+27
2017-01-03
9pfs: call v9fs_init_qiov_from_pdu before v9fs_pack
Stefano Stabellini
1
-29
/
+30
2017-01-03
9pfs: introduce transport specific callbacks
Stefano Stabellini
4
-20
/
+40
2017-01-03
9pfs: move pdus to V9fsState
Stefano Stabellini
3
-5
/
+4
2016-11-23
9pfs: add cleanup operation for proxy backend driver
Li Qiang
1
-0
/
+13
2016-11-23
9pfs: add cleanup operation for handle backend driver
Li Qiang
1
-0
/
+9
2016-11-23
9pfs: add cleanup operation in FileOperations
Li Qiang
1
-0
/
+6
2016-11-23
9pfs: adjust the order of resource cleanup in device unrealize
Li Qiang
1
-2
/
+2
2016-11-01
9pfs: drop excessive error message from virtfs_reset()
Greg Kurz
1
-6
/
+1
2016-11-01
9pfs: don't BUG_ON() if fid is already opened
Greg Kurz
1
-4
/
+16
2016-11-01
9pfs: xattrcreate requires non-opened fids
Greg Kurz
1
-1
/
+6
2016-11-01
9pfs: limit xattr size in xattrcreate
Greg Kurz
2
-2
/
+7
2016-11-01
9pfs: fix integer overflow issue in xattr read/write
Li Qiang
1
-20
/
+12
2016-11-01
9pfs: convert 'len/copied_len' field in V9fsXattr to the type of uint64_t
Li Qiang
1
-2
/
+2
2016-11-01
9pfs: add xattrwalk_fid field in V9fsXattr struct
Li Qiang
2
-3
/
+5
2016-10-17
9pfs: fix memory leak in v9fs_write
Li Qiang
1
-1
/
+1
2016-10-17
9pfs: fix memory leak in v9fs_link
Li Qiang
1
-0
/
+1
2016-10-17
9pfs: fix memory leak in v9fs_xattrcreate
Li Qiang
1
-0
/
+1
2016-10-17
9pfs: fix information leak in xattr read
Li Qiang
1
-1
/
+1
2016-10-17
virtio-9p: add reset handler
Greg Kurz
3
-0
/
+39
2016-10-17
9pfs: only free completed request if not flushed
Greg Kurz
1
-11
/
+7
2016-10-17
9pfs: drop useless check in pdu_free()
Greg Kurz
1
-10
/
+8
2016-10-17
9pfs: use coroutine_fn annotation in hw/9pfs/9p.[ch]
Greg Kurz
2
-57
/
+62
2016-10-17
9pfs: use coroutine_fn annotation in hw/9pfs/co*.[ch]
Greg Kurz
5
-95
/
+109
2016-10-17
9pfs: fsdev: drop useless extern annotation for functions
Greg Kurz
4
-62
/
+62
2016-10-17
9pfs: fix potential host memory leak in v9fs_read
Li Qiang
1
-2
/
+3
2016-10-17
9pfs: allocate space for guest originated empty strings
Li Qiang
1
-1
/
+1
2016-10-10
virtio: cleanup VMSTATE_VIRTIO_DEVICE
Halil Pasic
1
-2
/
+0
2016-10-10
virtio-9p: convert VMSTATE_VIRTIO_DEVICE
Halil Pasic
1
-6
/
+11
2016-10-10
virtio-9p: handle handle_9p_output() error
Greg Kurz
1
-5
/
+21
2016-10-10
virtio-9p: add parentheses to sizeof operator
Greg Kurz
1
-3
/
+3
2016-09-19
9pfs: fix potential segfault during walk
Greg Kurz
1
-2
/
+3
2016-09-16
9pfs: introduce v9fs_path_sprintf() helper
Greg Kurz
4
-13
/
+21
2016-09-16
9pfs: drop useless v9fs_string_null() function
Greg Kurz
1
-4
/
+4
2016-09-16
9pfs: drop duplicate line in proxy backend
Greg Kurz
1
-1
/
+0
2016-09-16
9pfs: drop unused fmt strings in the proxy backend
Greg Kurz
1
-37
/
+30
2016-08-30
9pfs: handle walk of ".." in the root directory
Greg Kurz
2
-9
/
+32
2016-08-30
9pfs: forbid . and .. in file names
Greg Kurz
1
-0
/
+51
2016-08-30
9pfs: forbid illegal path names
Greg Kurz
1
-0
/
+56
2016-08-12
trace-events: fix first line comment in trace-events
Laurent Vivier
1
-1
/
+1
2016-07-21
9pfs: Wrap in vmstate
Dr. David Alan Gilbert
1
-9
/
+5
[next]