index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
9pfs
/
9p.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'trivial-branch-for-7.2-pull-request' of https://gitlab.com/laurent...
Stefan Hajnoczi
2022-10-25
1
-1
/
+1
|
\
|
*
treewide: Remove the unnecessary space before semicolon
Bin Meng
2022-10-24
1
-1
/
+1
*
|
9pfs: use GHashTable for fid table
Linus Heckemann
2022-10-24
1
-83
/
+111
|
/
*
9pfs: fix 'Twalk' to only send error if no component walked
Christian Schoenebeck
2022-06-16
1
-16
/
+33
*
9pfs: refactor 'name_idx' -> 'nwalked' in v9fs_walk()
Christian Schoenebeck
2022-06-16
1
-8
/
+8
*
9pfs: fix wrong errno being sent to Linux client on macOS host
Christian Schoenebeck
2022-05-01
1
-0
/
+2
*
9pfs: fix wrong encoding of rdev field in Rgetattr on macOS
Christian Schoenebeck
2022-05-01
1
-1
/
+1
*
9p: move P9_XATTR_SIZE_MAX from 9p.h to 9p.c
Will Cohen
2022-04-01
1
-5
/
+23
*
Replace GCC_FMT_ATTR with G_GNUC_PRINTF
Marc-André Lureau
2022-03-22
1
-1
/
+1
*
9pfs: Use g_new() & friends where that makes obvious sense
Markus Armbruster
2022-03-21
1
-4
/
+4
*
9pfs/9p.c: convert Doxygen -> kerneldoc format
Christian Schoenebeck
2022-03-07
1
-27
/
+35
*
9p: darwin: Move XATTR_SIZE_MAX->P9_XATTR_SIZE_MAX
Keno Fischer
2022-03-07
1
-1
/
+1
*
9p: darwin: Ignore O_{NOATIME, DIRECT}
Keno Fischer
2022-03-07
1
-1
/
+12
*
9p: darwin: Handle struct dirent differences
Keno Fischer
2022-03-07
1
-2
/
+5
*
9p: darwin: Handle struct stat(fs) differences
Keno Fischer
2022-03-07
1
-2
/
+14
*
9p: linux: Fix a couple Linux assumptions
Keno Fischer
2022-03-07
1
-0
/
+4
*
9pfs: use P9Array in v9fs_walk()
Christian Schoenebeck
2021-10-27
1
-12
/
+5
*
9pfs: make V9fsPath usable via P9Array API
Christian Schoenebeck
2021-10-27
1
-0
/
+2
*
9pfs: simplify blksize_to_iounit()
Christian Schoenebeck
2021-10-27
1
-2
/
+1
*
9pfs: deduplicate iounit code
Christian Schoenebeck
2021-10-27
1
-21
/
+20
*
9pfs: fix wrong I/O block size in Rgetattr
Christian Schoenebeck
2021-10-27
1
-1
/
+20
*
hw/9pfs: use g_autofree in v9fs_walk() where possible
Christian Schoenebeck
2021-09-02
1
-4
/
+3
*
hw/9pfs: avoid 'path' copy in v9fs_walk()
Christian Schoenebeck
2021-09-02
1
-4
/
+4
*
9pfs: reduce latency of Twalk
Christian Schoenebeck
2021-07-05
1
-19
/
+70
*
9pfs: drop root_qid
Christian Schoenebeck
2021-07-05
1
-1
/
+0
*
9pfs: replace not_same_qid() by same_stat_id()
Christian Schoenebeck
2021-07-05
1
-3
/
+3
*
9pfs: drop fid_to_qid()
Christian Schoenebeck
2021-07-05
1
-18
/
+5
*
9pfs: capture root stat
Christian Schoenebeck
2021-07-05
1
-1
/
+9
*
9pfs: fix not_same_qid()
Christian Schoenebeck
2021-07-05
1
-4
/
+1
*
9pfs: simplify v9fs_walk()
Christian Schoenebeck
2021-07-05
1
-4
/
+5
*
9pfs: add link to 9p developer docs
Christian Schoenebeck
2021-07-05
1
-0
/
+5
*
qtest: delete superfluous inclusions of qtest.h
Chen Qun
2021-03-09
1
-1
/
+0
*
9pfs: Convert reclaim list to QSLIST
Greg Kurz
2021-01-22
1
-9
/
+8
*
9pfs: Improve unreclaim loop
Greg Kurz
2021-01-22
1
-14
/
+32
*
9pfs: Convert V9fsFidState::fid_list to QSIMPLEQ
Greg Kurz
2021-01-21
1
-23
/
+18
*
9pfs: Convert V9fsFidState::clunked to bool
Greg Kurz
2021-01-21
1
-2
/
+2
*
9pfs: Fully restart unreclaim loop (CVE-2021-20181)
Greg Kurz
2021-01-15
1
-3
/
+3
*
hw/9pfs : add spaces around operator
Xinhao Zhang
2020-11-05
1
-8
/
+8
*
9pfs: disable msize warning for synth driver
Christian Schoenebeck
2020-09-15
1
-1
/
+1
*
9pfs: log warning if msize <= 8192
Christian Schoenebeck
2020-09-15
1
-0
/
+9
*
9pfs: differentiate readdir lock between 9P2000.u vs. 9P2000.L
Christian Schoenebeck
2020-08-12
1
-3
/
+18
*
9pfs: T_readdir latency optimization
Christian Schoenebeck
2020-08-12
1
-74
/
+58
*
9pfs: make v9fs_readdir_response_size() public
Christian Schoenebeck
2020-08-12
1
-2
/
+8
*
virtio-9p: Use ERRP_GUARD()
Vladimir Sementsov-Ogievskiy
2020-07-10
1
-0
/
+1
*
Clean up some calls to ignore Error objects the right way
Markus Armbruster
2020-07-02
1
-4
/
+2
*
Revert "9p: init_in_iov_from_pdu can truncate the size"
Stefano Stabellini
2020-05-25
1
-22
/
+11
*
9pfs: include linux/limits.h for XATTR_SIZE_MAX
Dan Robertson
2020-05-25
1
-0
/
+1
*
qdev: Unrealize must not fail
Markus Armbruster
2020-05-15
1
-2
/
+2
*
9pfs: validate count sent by client with T_readdir
Christian Schoenebeck
2020-02-08
1
-0
/
+9
*
9pfs: require msize >= 4096
Christian Schoenebeck
2020-02-08
1
-0
/
+12
[next]