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
2022-06-28
trivial typos: namesapce
Dr. David Alan Gilbert
1
-4
/
+4
2022-06-16
9pfs: fix 'Twalk' to only send error if no component walked
Christian Schoenebeck
1
-16
/
+33
2022-06-16
9pfs: refactor 'name_idx' -> 'nwalked' in v9fs_walk()
Christian Schoenebeck
1
-8
/
+8
2022-05-16
virtio: drop name parameter for virtio_init()
Jonah Palmer
1
-1
/
+1
2022-05-01
9pfs: fix qemu_mknodat() to always return -1 on error on macOS host
Christian Schoenebeck
1
-1
/
+2
2022-05-01
9pfs: fix removing non-existent POSIX ACL xattr on macOS host
Christian Schoenebeck
1
-2
/
+10
2022-05-01
9pfs: fix wrong errno being sent to Linux client on macOS host
Christian Schoenebeck
2
-0
/
+32
2022-05-01
9pfs: fix wrong encoding of rdev field in Rgetattr on macOS
Christian Schoenebeck
2
-1
/
+40
2022-05-01
9pfs: fix qemu_mknodat(S_IFSOCK) on macOS
Christian Schoenebeck
1
-1
/
+41
2022-04-30
9pfs: fix qemu_mknodat(S_IFREG) on macOS
Christian Schoenebeck
1
-0
/
+9
2022-04-30
9pfs: fix inode sequencing in 'synth' driver
Christian Schoenebeck
1
-2
/
+2
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
1
-1
/
+0
2022-04-01
9p: move P9_XATTR_SIZE_MAX from 9p.h to 9p.c
Will Cohen
2
-23
/
+23
2022-03-22
Replace GCC_FMT_ATTR with G_GNUC_PRINTF
Marc-André Lureau
1
-1
/
+1
2022-03-21
9pfs: Use g_new() & friends where that makes obvious sense
Markus Armbruster
4
-10
/
+10
2022-03-07
9pfs/coth.h: drop Doxygen format on v9fs_co_run_in_worker()
Christian Schoenebeck
1
-2
/
+2
2022-03-07
9pfs/9p-util.h: convert Doxygen -> kerneldoc format
Christian Schoenebeck
1
-5
/
+5
2022-03-07
9pfs/9p.c: convert Doxygen -> kerneldoc format
Christian Schoenebeck
1
-27
/
+35
2022-03-07
9pfs/codir.c: convert Doxygen -> kerneldoc format
Christian Schoenebeck
1
-15
/
+15
2022-03-07
9pfs/9p.h: convert Doxygen -> kerneldoc format
Christian Schoenebeck
1
-6
/
+6
2022-03-07
9pfs: drop Doxygen format from qemu_dirent_dup() API comment
Christian Schoenebeck
1
-2
/
+2
2022-03-07
9pfs: move qemu_dirent_dup() from osdep -> 9p-util
Christian Schoenebeck
1
-0
/
+30
2022-03-07
9p: darwin: Implement compatibility for mknodat
Keno Fischer
4
-2
/
+52
2022-03-07
9p: darwin: Compatibility for f/l*xattr
Keno Fischer
2
-4
/
+25
2022-03-07
9p: darwin: *xattr_nofollow implementations
Keno Fischer
2
-0
/
+65
2022-03-07
9p: darwin: Move XATTR_SIZE_MAX->P9_XATTR_SIZE_MAX
Keno Fischer
2
-1
/
+19
2022-03-07
9p: darwin: Ignore O_{NOATIME, DIRECT}
Keno Fischer
2
-1
/
+16
2022-03-07
9p: darwin: Handle struct dirent differences
Keno Fischer
6
-4
/
+52
2022-03-07
9p: darwin: Handle struct stat(fs) differences
Keno Fischer
3
-4
/
+36
2022-03-07
9p: Rename 9p-util -> 9p-util-linux
Keno Fischer
2
-2
/
+2
2022-03-07
9p: linux: Fix a couple Linux assumptions
Keno Fischer
2
-0
/
+6
2022-02-17
9pfs: Fix segfault in do_readdir_many caused by struct dirent overread
Vitaly Chikunov
3
-5
/
+21
2021-10-27
9pfs: use P9Array in v9fs_walk()
Christian Schoenebeck
1
-12
/
+5
2021-10-27
9pfs: make V9fsPath usable via P9Array API
Christian Schoenebeck
1
-0
/
+2
2021-10-27
9pfs: simplify blksize_to_iounit()
Christian Schoenebeck
1
-2
/
+1
2021-10-27
9pfs: deduplicate iounit code
Christian Schoenebeck
1
-21
/
+20
2021-10-27
9pfs: fix wrong I/O block size in Rgetattr
Christian Schoenebeck
1
-1
/
+20
2021-09-02
9pfs: fix crash in v9fs_walk()
Christian Schoenebeck
1
-1
/
+3
2021-09-02
hw/9pfs: use g_autofree in v9fs_walk() where possible
Christian Schoenebeck
1
-4
/
+3
2021-09-02
hw/9pfs: avoid 'path' copy in v9fs_walk()
Christian Schoenebeck
1
-4
/
+4
2021-07-05
9pfs: reduce latency of Twalk
Christian Schoenebeck
1
-19
/
+70
2021-07-05
9pfs: drop root_qid
Christian Schoenebeck
2
-2
/
+0
2021-07-05
9pfs: replace not_same_qid() by same_stat_id()
Christian Schoenebeck
1
-3
/
+3
2021-07-05
9pfs: drop fid_to_qid()
Christian Schoenebeck
1
-18
/
+5
2021-07-05
9pfs: capture root stat
Christian Schoenebeck
2
-1
/
+10
2021-07-05
9pfs: fix not_same_qid()
Christian Schoenebeck
1
-4
/
+1
2021-07-05
9pfs: simplify v9fs_walk()
Christian Schoenebeck
1
-4
/
+5
2021-07-05
9pfs: add link to 9p developer docs
Christian Schoenebeck
15
-0
/
+75
2021-06-02
docs: fix references to docs/devel/tracing.rst
Stefano Garzarella
1
-1
/
+1
2021-03-16
hw/9pfs/9p-synth: Replaced qemu_mutex_lock with QEMU_LOCK_GUARD
Mahmoud Mandour
1
-8
/
+4
[next]