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
2017-02-28
9pfs: local: mkdir: don't follow symlinks
Greg Kurz
1
-35
/
+20
2017-02-28
9pfs: local: mknod: don't follow symlinks
Greg Kurz
1
-33
/
+35
2017-02-28
9pfs: local: symlink: don't follow symlinks
Greg Kurz
1
-56
/
+25
2017-02-28
9pfs: local: chown: don't follow symlinks
Greg Kurz
1
-9
/
+17
2017-02-28
9pfs: local: chmod: don't follow symlinks
Greg Kurz
1
-11
/
+167
2017-02-28
9pfs: local: link: don't follow symlinks
Greg Kurz
1
-29
/
+55
2017-02-28
9pfs: local: improve error handling in link op
Greg Kurz
1
-11
/
+21
2017-02-28
9pfs: local: rename: use renameat
Greg Kurz
1
-30
/
+27
2017-02-28
9pfs: local: renameat: don't follow symlinks
Greg Kurz
1
-10
/
+64
2017-02-28
9pfs: local: lstat: don't follow symlinks
Greg Kurz
1
-17
/
+61
2017-02-28
9pfs: local: readlink: don't follow symlinks
Greg Kurz
1
-9
/
+17
2017-02-28
9pfs: local: truncate: don't follow symlinks
Greg Kurz
1
-6
/
+7
2017-02-28
9pfs: local: statfs: don't follow symlinks
Greg Kurz
1
-6
/
+4
2017-02-28
9pfs: local: utimensat: don't follow symlinks
Greg Kurz
1
-6
/
+13
2017-02-28
9pfs: local: remove: don't follow symlinks
Greg Kurz
1
-43
/
+21
2017-02-28
9pfs: local: unlinkat: don't follow symlinks
Greg Kurz
1
-43
/
+56
2017-02-28
9pfs: local: lremovexattr: don't follow symlinks
Greg Kurz
4
-20
/
+36
2017-02-28
9pfs: local: lsetxattr: don't follow symlinks
Greg Kurz
5
-27
/
+43
2017-02-28
9pfs: local: llistxattr: don't follow symlinks
Greg Kurz
1
-6
/
+29
2017-02-28
9pfs: local: lgetxattr: don't follow symlinks
Greg Kurz
6
-28
/
+43
2017-02-28
9pfs: local: open/opendir: don't follow symlinks
Greg Kurz
2
-10
/
+47
2017-02-28
9pfs: local: keep a file descriptor on the shared folder
Greg Kurz
1
-2
/
+28
2017-02-28
9pfs: introduce relative_openat_nofollow() helper
Greg Kurz
3
-1
/
+108
2017-02-28
9pfs: remove side-effects in local_open() and local_opendir()
Greg Kurz
1
-3
/
+10
2017-02-28
9pfs: remove side-effects in local_init()
Greg Kurz
1
-18
/
+19
2017-02-28
9pfs: local: move xattr security ops to 9p-xattr.c
Greg Kurz
2
-66
/
+75
2017-02-21
coroutine-lock: add mutex argument to CoQueue APIs
Paolo Bonzini
1
-1
/
+1
2017-01-25
Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into staging
Peter Maydell
2
-8
/
+7
2017-01-25
9pfs: fix offset error in v9fs_xattr_read()
Greg Kurz
1
-3
/
+3
2017-01-25
9pfs: local: trivial cosmetic fix in pwritev op
Greg Kurz
1
-2
/
+1
2017-01-25
9pfs: fix off-by-one error in PDU free list
Greg Kurz
1
-1
/
+1
2017-01-25
9pfs: add missing coroutine_fn annotations
Greg Kurz
1
-2
/
+2
2017-01-24
migration: disallow migrate_add_blocker during migration
Ashijeet Acharya
1
-11
/
+22
2017-01-03
9pfs: fix P9_NOTAG and P9_NOFID macros
Greg Kurz
1
-2
/
+2
2017-01-03
9pfs: fix crash when fsdev is missing
Greg Kurz
1
-1
/
+1
2017-01-03
9pfs: introduce init_out/in_iov_from_pdu
Stefano Stabellini
3
-13
/
+27
2017-01-03
9pfs: call v9fs_init_qiov_from_pdu before v9fs_pack
Stefano Stabellini
1
-29
/
+30
2017-01-03
9pfs: introduce transport specific callbacks
Stefano Stabellini
4
-20
/
+40
2017-01-03
9pfs: move pdus to V9fsState
Stefano Stabellini
3
-5
/
+4
2016-11-23
9pfs: add cleanup operation for proxy backend driver
Li Qiang
1
-0
/
+13
2016-11-23
9pfs: add cleanup operation for handle backend driver
Li Qiang
1
-0
/
+9
2016-11-23
9pfs: add cleanup operation in FileOperations
Li Qiang
1
-0
/
+6
2016-11-23
9pfs: adjust the order of resource cleanup in device unrealize
Li Qiang
1
-2
/
+2
2016-11-01
9pfs: drop excessive error message from virtfs_reset()
Greg Kurz
1
-6
/
+1
2016-11-01
9pfs: don't BUG_ON() if fid is already opened
Greg Kurz
1
-4
/
+16
2016-11-01
9pfs: xattrcreate requires non-opened fids
Greg Kurz
1
-1
/
+6
2016-11-01
9pfs: limit xattr size in xattrcreate
Greg Kurz
2
-2
/
+7
2016-11-01
9pfs: fix integer overflow issue in xattr read/write
Li Qiang
1
-20
/
+12
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
2
-3
/
+5
[next]