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
/
9p.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-01
9p: move P9_XATTR_SIZE_MAX from 9p.h to 9p.c
Will Cohen
1
-18
/
+0
2022-03-07
9pfs/9p.h: convert Doxygen -> kerneldoc format
Christian Schoenebeck
1
-6
/
+6
2022-03-07
9p: darwin: Move XATTR_SIZE_MAX->P9_XATTR_SIZE_MAX
Keno Fischer
1
-0
/
+18
2021-07-05
9pfs: drop root_qid
Christian Schoenebeck
1
-1
/
+0
2021-07-05
9pfs: capture root stat
Christian Schoenebeck
1
-0
/
+1
2021-01-22
9pfs: Convert reclaim list to QSLIST
Greg Kurz
1
-1
/
+1
2021-01-21
9pfs: Convert V9fsFidState::fid_list to QSIMPLEQ
Greg Kurz
1
-2
/
+2
2021-01-21
9pfs: Convert V9fsFidState::clunked to bool
Greg Kurz
1
-1
/
+1
2020-11-05
hw/9pfs : open brace '{' following struct go on the same line
Xinhao Zhang
1
-6
/
+3
2020-08-12
9pfs: differentiate readdir lock between 9P2000.u vs. 9P2000.L
Christian Schoenebeck
1
-5
/
+22
2020-08-12
9pfs: add new function v9fs_co_readdir_many()
Christian Schoenebeck
1
-0
/
+22
2020-08-12
9pfs: make v9fs_readdir_response_size() public
Christian Schoenebeck
1
-0
/
+1
2020-05-25
Revert "9p: init_in_iov_from_pdu can truncate the size"
Stefano Stabellini
1
-1
/
+1
2020-05-25
9p: Lock directory streams with a CoMutex
Greg Kurz
1
-4
/
+4
2020-05-15
qdev: Unrealize must not fail
Markus Armbruster
1
-1
/
+1
2020-02-08
9pfs: require msize >= 4096
Christian Schoenebeck
1
-0
/
+11
2020-01-20
9p: init_in_iov_from_pdu can truncate the size
Greg Kurz
1
-1
/
+1
2019-10-10
9p: Use variable length suffixes for inode remapping
Christian Schoenebeck
1
-3
/
+41
2019-10-10
9p: stat_to_qid: implement slow path
Antonios Motakis
1
-0
/
+9
2019-10-10
9p: Added virtfs option 'multidevs=remap|forbid|warn'
Antonios Motakis
1
-0
/
+12
2019-10-10
9p: Treat multiple devices on one export as an error
Antonios Motakis
1
-0
/
+1
2018-06-07
9p: xattr: Properly translate xattrcreate flags
Keno Fischer
1
-0
/
+4
2018-02-19
9p: v9fs_path_copy() readability
Marc-André Lureau
1
-1
/
+1
2018-02-01
9pfs: drop v9fs_register_transport()
Greg Kurz
1
-8
/
+2
2018-01-08
9pfs: make pdu_marshal() and pdu_unmarshal() static functions
Greg Kurz
1
-2
/
+0
2018-01-08
9pfs: fix some type definitions
Greg Kurz
1
-6
/
+6
2017-11-06
9pfs: drop one user of struct V9fsFidState
Greg Kurz
1
-4
/
+4
2017-06-29
virtio-9p: break device if buffers are misconfigured
Greg Kurz
1
-1
/
+1
2017-06-29
virtio-9p: message header is 7-byte long
Greg Kurz
1
-0
/
+5
2017-05-25
virtio-9p/xen-9p: move 9p specific bits to core 9p code
Greg Kurz
1
-1
/
+1
2017-04-21
9p: introduce a type for the 9p header
Stefano Stabellini
1
-0
/
+6
2017-01-03
9pfs: fix P9_NOTAG and P9_NOFID macros
Greg Kurz
1
-2
/
+2
2017-01-03
9pfs: introduce init_out/in_iov_from_pdu
Stefano Stabellini
1
-2
/
+4
2017-01-03
9pfs: introduce transport specific callbacks
Stefano Stabellini
1
-0
/
+19
2017-01-03
9pfs: move pdus to V9fsState
Stefano Stabellini
1
-0
/
+1
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
1
-0
/
+1
2016-10-17
virtio-9p: add reset handler
Greg Kurz
1
-0
/
+1
2016-10-17
9pfs: use coroutine_fn annotation in hw/9pfs/9p.[ch]
Greg Kurz
1
-1
/
+1
2016-10-17
9pfs: fsdev: drop useless extern annotation for functions
Greg Kurz
1
-9
/
+9
2016-09-16
9pfs: introduce v9fs_path_sprintf() helper
Greg Kurz
1
-0
/
+1
2016-08-30
9pfs: handle walk of ".." in the root directory
Greg Kurz
1
-0
/
+1
2016-07-12
Clean up ill-advised or unusual header guards
Markus Armbruster
1
-2
/
+2
2016-06-07
all: Remove unnecessary glib.h includes
Peter Maydell
1
-1
/
+0
2016-06-06
9p: add locking to V9fsDir
Greg Kurz
1
-0
/
+16
2016-06-06
9p: introduce the V9fsDir type
Greg Kurz
1
-1
/
+5
2016-06-06
9p/fsdev: remove obsolete references to virtio
Greg Kurz
1
-2
/
+0
2016-02-23
all: Clean up includes
Peter Maydell
1
-2
/
+0
2016-01-12
9pfs: introduce V9fsVirtioState
Wei Liu
1
-5
/
+1
2016-01-08
9pfs: factor out v9fs_device_{,un}realize_common
Wei Liu
1
-0
/
+2
[next]