index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
9p
/
trans_xen.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
9p/net: xen: fix false positive printf format overflow warning
Dominique Martinet
2023-10-27
1
-8
/
+7
*
9p/xen : Fix use after free bug in xen_9pfs_front_remove due to race condition
Zheng Wang
2023-04-02
1
-0
/
+4
*
Merge tag '9p-6.3-for-linus-part1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2023-03-01
1
-17
/
+31
|
\
|
*
9p/xen: fix connection sequence
Juergen Gross
2023-02-24
1
-15
/
+23
|
*
9p/xen: fix version parsing
Juergen Gross
2023-02-24
1
-2
/
+8
*
|
Merge tag 'for-linus-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-01-13
1
-2
/
+1
|
\
\
|
|
/
|
/
|
|
*
xen: make remove callback of xen driver void returned
Dawei Li
2022-12-15
1
-2
/
+1
*
|
9p/client: fix data race on req->status
Dominique Martinet
2022-12-13
1
-2
/
+2
*
|
9p/xen: do not memcpy header into req->rc
Dominique Martinet
2022-12-02
1
-1
/
+3
|
/
*
9p/xen: check logical size for buffer size
Dominique Martinet
2022-11-23
1
-0
/
+9
*
net/9p: add __init/__exit annotations to module init/exit funcs
Xiu Jianfeng
2022-10-07
1
-2
/
+2
*
net/9p: add 'pooled_rbuffers' flag to struct p9_trans_module
Christian Schoenebeck
2022-10-05
1
-0
/
+1
*
9p: Add client parameter to p9_req_put()
Kent Overstreet
2022-07-09
1
-1
/
+1
*
xen: switch gnttab_end_foreign_access() to take a struct page pointer
Juergen Gross
2022-05-27
1
-4
/
+4
*
xen/grant-table: remove readonly parameter from functions
Juergen Gross
2022-03-16
1
-4
/
+4
*
xen/9p: use alloc/free_pages_exact()
Juergen Gross
2022-03-07
1
-8
/
+6
*
9p/xen: autoload when xenbus service is available
Thomas Weißschuh
2022-01-10
1
-0
/
+1
*
9p: fix file headers
Dominique Martinet
2021-11-03
1
-24
/
+1
*
net/9p: autoload transport modules
Thomas Weißschuh
2021-11-03
1
-0
/
+1
*
9p/xen: Fix end of loop tests for list_for_each_entry
Harshvardhan Jha
2021-07-27
1
-2
/
+2
*
9p/xen: Fix format argument warning
Ye Bin
2020-10-09
1
-2
/
+2
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-24
1
-1
/
+1
*
9p/xen: increase XEN_9PFS_RING_ORDER
Stefano Stabellini
2020-06-02
1
-27
/
+34
*
Merge tag '9p-for-5.3' of git://github.com/martinetd/linux
Linus Torvalds
2019-07-13
1
-1
/
+7
|
\
|
*
9p/xen: Add cleanup path in p9_trans_xen_init
YueHaibing
2019-05-15
1
-1
/
+7
*
|
9p: mark expected switch fall-through
Gustavo A. R. Silva
2019-01-23
1
-1
/
+1
|
/
*
9p: Add refcount to p9_req_t
Tomas Bortoli
2018-09-07
1
-0
/
+1
*
9p: embed fcall in req to round down buffer allocs
Dominique Martinet
2018-09-07
1
-6
/
+6
*
9p/xen: fix check for xenbus_read error in front_probe
Dominique Martinet
2018-08-27
1
-2
/
+2
*
9p: fix multiple NULL-pointer-dereferences
Tomas Bortoli
2018-08-13
1
-0
/
+3
*
net/9p/trans_xen.c: don't inclide rwlock.h directly
Sebastian Andrzej Siewior
2018-06-08
1
-1
/
+0
*
net/9p: fix spelling mistake: "suspsend" -> "suspend"
Colin Ian King
2018-05-10
1
-1
/
+1
*
9p: add missing module license for xen transport
Stephen Hemminger
2018-01-15
1
-0
/
+4
*
net/9p: Switch to wait_event_killable()
Tuomas Tynkkynen
2017-10-24
1
-2
/
+2
*
xen/9pfs: p9_trans_xen_init and p9_trans_xen_exit can be static
Wei Yongjun
2017-05-18
1
-2
/
+2
*
xen/9pfs: fix return value check in xen_9pfs_front_probe()
Wei Yongjun
2017-05-18
1
-2
/
+2
*
xen/9pfs: initialize len to 0 to detect xenbus_read errors
Stefano Stabellini
2017-05-02
1
-1
/
+1
*
xen/9pfs: receive responses
Stefano Stabellini
2017-05-02
1
-0
/
+56
*
xen/9pfs: send requests to the backend
Stefano Stabellini
2017-05-02
1
-2
/
+85
*
xen/9pfs: connect to the backend
Stefano Stabellini
2017-05-02
1
-0
/
+281
*
xen/9pfs: introduce Xen 9pfs transport driver
Stefano Stabellini
2017-05-02
1
-0
/
+125