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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
/
9p.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-28
9pfs: fix 'Tgetattr' after unlink
Christian Schoenebeck
1
-1
/
+7
2024-11-28
9pfs: remove obsolete comment in v9fs_getattr()
Christian Schoenebeck
1
-4
/
+0
2024-11-08
9pfs: fix crash on 'Treaddir' request
Christian Schoenebeck
1
-0
/
+5
2023-10-20
migration: simplify blockers
Steve Sistare
1
-8
/
+2
2023-07-25
hw/9pfs: spelling fixes
Michael Tokarev
1
-2
/
+2
2023-06-01
hw/9pfs: use qemu_xxhash4
Alex Bennée
1
-3
/
+2
2023-02-08
Don't include headers already included by qemu/osdep.h
Markus Armbruster
1
-2
/
+0
2022-10-25
Merge tag 'trivial-branch-for-7.2-pull-request' of https://gitlab.com/laurent...
Stefan Hajnoczi
1
-1
/
+1
2022-10-24
treewide: Remove the unnecessary space before semicolon
Bin Meng
1
-1
/
+1
2022-10-24
9pfs: use GHashTable for fid table
Linus Heckemann
1
-83
/
+111
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-01
9pfs: fix wrong errno being sent to Linux client on macOS host
Christian Schoenebeck
1
-0
/
+2
2022-05-01
9pfs: fix wrong encoding of rdev field in Rgetattr on macOS
Christian Schoenebeck
1
-1
/
+1
2022-04-01
9p: move P9_XATTR_SIZE_MAX from 9p.h to 9p.c
Will Cohen
1
-5
/
+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
1
-4
/
+4
2022-03-07
9pfs/9p.c: convert Doxygen -> kerneldoc format
Christian Schoenebeck
1
-27
/
+35
2022-03-07
9p: darwin: Move XATTR_SIZE_MAX->P9_XATTR_SIZE_MAX
Keno Fischer
1
-1
/
+1
2022-03-07
9p: darwin: Ignore O_{NOATIME, DIRECT}
Keno Fischer
1
-1
/
+12
2022-03-07
9p: darwin: Handle struct dirent differences
Keno Fischer
1
-2
/
+5
2022-03-07
9p: darwin: Handle struct stat(fs) differences
Keno Fischer
1
-2
/
+14
2022-03-07
9p: linux: Fix a couple Linux assumptions
Keno Fischer
1
-0
/
+4
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
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
1
-1
/
+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
1
-1
/
+9
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
1
-0
/
+5
2021-03-09
qtest: delete superfluous inclusions of qtest.h
Chen Qun
1
-1
/
+0
2021-01-22
9pfs: Convert reclaim list to QSLIST
Greg Kurz
1
-9
/
+8
2021-01-22
9pfs: Improve unreclaim loop
Greg Kurz
1
-14
/
+32
2021-01-21
9pfs: Convert V9fsFidState::fid_list to QSIMPLEQ
Greg Kurz
1
-23
/
+18
2021-01-21
9pfs: Convert V9fsFidState::clunked to bool
Greg Kurz
1
-2
/
+2
2021-01-15
9pfs: Fully restart unreclaim loop (CVE-2021-20181)
Greg Kurz
1
-3
/
+3
2020-11-05
hw/9pfs : add spaces around operator
Xinhao Zhang
1
-8
/
+8
2020-09-15
9pfs: disable msize warning for synth driver
Christian Schoenebeck
1
-1
/
+1
2020-09-15
9pfs: log warning if msize <= 8192
Christian Schoenebeck
1
-0
/
+9
2020-08-12
9pfs: differentiate readdir lock between 9P2000.u vs. 9P2000.L
Christian Schoenebeck
1
-3
/
+18
2020-08-12
9pfs: T_readdir latency optimization
Christian Schoenebeck
1
-74
/
+58
2020-08-12
9pfs: make v9fs_readdir_response_size() public
Christian Schoenebeck
1
-2
/
+8
[next]