summaryrefslogtreecommitdiff
path: root/net/9p/trans_xen.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-11xen/9p: use alloc/free_pages_exact()Juergen Gross1-8/+6
2021-07-279p/xen: Fix end of loop tests for list_for_each_entryHarshvardhan Jha1-2/+2
2020-10-099p/xen: Fix format argument warningYe Bin1-2/+2
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-06-029p/xen: increase XEN_9PFS_RING_ORDERStefano Stabellini1-27/+34
2019-07-13Merge tag '9p-for-5.3' of git://github.com/martinetd/linuxLinus Torvalds1-1/+7
2019-05-159p/xen: Add cleanup path in p9_trans_xen_initYueHaibing1-1/+7
2019-01-239p: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2018-09-079p: Add refcount to p9_req_tTomas Bortoli1-0/+1
2018-09-079p: embed fcall in req to round down buffer allocsDominique Martinet1-6/+6
2018-08-279p/xen: fix check for xenbus_read error in front_probeDominique Martinet1-2/+2
2018-08-139p: fix multiple NULL-pointer-dereferencesTomas Bortoli1-0/+3
2018-06-08net/9p/trans_xen.c: don't inclide rwlock.h directlySebastian Andrzej Siewior1-1/+0
2018-05-10net/9p: fix spelling mistake: "suspsend" -> "suspend"Colin Ian King1-1/+1
2018-01-159p: add missing module license for xen transportStephen Hemminger1-0/+4
2017-10-24net/9p: Switch to wait_event_killable()Tuomas Tynkkynen1-2/+2
2017-05-18xen/9pfs: p9_trans_xen_init and p9_trans_xen_exit can be staticWei Yongjun1-2/+2
2017-05-18xen/9pfs: fix return value check in xen_9pfs_front_probe()Wei Yongjun1-2/+2
2017-05-02xen/9pfs: initialize len to 0 to detect xenbus_read errorsStefano Stabellini1-1/+1
2017-05-02xen/9pfs: receive responsesStefano Stabellini1-0/+56
2017-05-02xen/9pfs: send requests to the backendStefano Stabellini1-2/+85
2017-05-02xen/9pfs: connect to the backendStefano Stabellini1-0/+281
2017-05-02xen/9pfs: introduce Xen 9pfs transport driverStefano Stabellini1-0/+125