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
2018-01-08
9pfs: fix error path in pdu_submit()
Greg Kurz
1
-4
/
+2
2018-01-08
9pfs: fix type in *_parse_opts declarations
Greg Kurz
3
-3
/
+3
2018-01-08
9pfs: handle: fix type definition
Greg Kurz
1
-24
/
+24
2018-01-08
9pfs: fix some type definitions
Greg Kurz
4
-11
/
+11
2018-01-08
9pfs: fix XattrOperations typedef
Greg Kurz
1
-3
/
+2
2018-01-08
virtio-9p: move unrealize/realize after virtio_9p_transport definition
Greg Kurz
1
-31
/
+29
2017-11-06
9pfs: fix v9fs_mark_fids_unreclaim() return value
Greg Kurz
1
-1
/
+1
2017-11-06
9pfs: drop one user of struct V9fsFidState
Greg Kurz
1
-4
/
+4
2017-10-16
9pfs: use g_malloc0 to allocate space for xattr
Prasad J Pandit
1
-2
/
+2
2017-09-20
9pfs: check the size of transport buffer before marshaling
Jan Dakinevich
1
-3
/
+12
2017-09-20
9pfs: fix name_to_path assertion in v9fs_complete_rename()
Jan Dakinevich
1
-14
/
+9
2017-09-20
9pfs: fix readdir() for 9p2000.u
Jan Dakinevich
1
-13
/
+9
2017-09-05
9pfs: local: clarify fchmodat_nofollow() implementation
Greg Kurz
1
-4
/
+8
2017-09-05
9pfs: avoid sign conversion error simplifying the code
Philippe Mathieu-Daudé
1
-4
/
+2
2017-08-30
9pfs: fix dependencies
Cornelia Huck
1
-1
/
+1
2017-08-10
9pfs: local: fix fchmodat_nofollow() limitations
Greg Kurz
2
-16
/
+50
2017-07-31
docs: fix broken paths to docs/devel/tracing.txt
Philippe Mathieu-Daudé
1
-1
/
+1
2017-07-13
Convert error_report() to warn_report()
Alistair Francis
1
-1
/
+1
2017-06-29
9pfs: handle transport errors in pdu_complete()
Greg Kurz
1
-8
/
+15
2017-06-29
xen-9pfs: disconnect if buffers are misconfigured
Stefano Stabellini
1
-21
/
+64
2017-06-29
virtio-9p: break device if buffers are misconfigured
Greg Kurz
4
-7
/
+40
2017-06-29
virtio-9p: message header is 7-byte long
Greg Kurz
2
-5
/
+8
2017-06-29
virtio-9p: record element after sanity checks
Greg Kurz
1
-1
/
+2
2017-06-29
9pfs: replace g_malloc()+memcpy() with g_memdup()
Marc-André Lureau
1
-2
/
+1
2017-06-29
9pfs: local: Add support for custom fmode/dmode in 9ps mapped security modes
Tobias Schramm
2
-4
/
+24
2017-06-29
9pfs: local: remove: use correct path component
Bruce Rogers
1
-1
/
+1
2017-05-25
9pfs: local: metadata file for the VirtFS root
Greg Kurz
1
-27
/
+59
2017-05-25
9pfs: local: simplify file opening
Greg Kurz
3
-50
/
+29
2017-05-25
9pfs: local: resolve special directories in paths
Greg Kurz
1
-7
/
+25
2017-05-25
9pfs: check return value of v9fs_co_name_to_path()
Greg Kurz
1
-11
/
+25
2017-05-25
9pfs: assume utimensat() and futimens() are present
Greg Kurz
1
-5
/
+0
2017-05-25
9pfs: local: fix unlink of alien files in mapped-file mode
Greg Kurz
1
-19
/
+15
2017-05-25
9pfs: drop pdu_push_and_notify()
Greg Kurz
1
-6
/
+1
2017-05-25
virtio-9p/xen-9p: move 9p specific bits to core 9p code
Greg Kurz
4
-14
/
+10
2017-05-18
Merge remote-tracking branch 'quintela/tags/migration/20170517' into staging
Stefan Hajnoczi
1
-1
/
+1
2017-05-17
migration: Create migration/blocker.h
Juan Quintela
1
-1
/
+1
2017-05-16
xen: call qemu_set_cloexec instead of fcntl
Stefano Stabellini
1
-1
/
+1
2017-05-16
xen/9pfs: fix two resource leaks on error paths, discovered by Coverity
Stefano Stabellini
1
-0
/
+2
2017-05-15
9pfs: local: forbid client access to metadata (CVE-2017-7493)
Greg Kurz
1
-2
/
+56
2017-04-26
Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170421-v2-tag' i...
Peter Maydell
5
-5
/
+469
2017-04-25
xen/9pfs: build and register Xen 9pfs backend
Stefano Stabellini
1
-0
/
+1
2017-04-25
xen/9pfs: send responses back to the frontend
Stefano Stabellini
1
-0
/
+19
2017-04-25
xen/9pfs: implement in/out_iov_from_pdu and vmarshal/vunmarshal
Stefano Stabellini
1
-2
/
+97
2017-04-25
xen/9pfs: receive requests from the frontend
Stefano Stabellini
1
-0
/
+50
2017-04-25
xen/9pfs: connect to the frontend
Stefano Stabellini
1
-1
/
+181
2017-04-25
xen/9pfs: introduce Xen 9pfs backend
Stefano Stabellini
2
-0
/
+117
2017-04-21
9p: introduce a type for the 9p header
Stefano Stabellini
2
-5
/
+7
2017-04-18
9pfs: local: set the path of the export root to "."
Greg Kurz
1
-1
/
+6
2017-04-10
9pfs: xattr: fix memory leak in v9fs_list_xattr
Li Qiang
1
-0
/
+1
2017-04-04
9pfs: clear migration blocker at session reset
Greg Kurz
1
-5
/
+6
[prev]
[next]