Age | Commit message (Expand) | Author | Files | Lines |
2022-03-07 | xen/9p: use alloc/free_pages_exact() | Juergen Gross | 1 | -8/+6 |
2022-01-10 | 9p/xen: autoload when xenbus service is available | Thomas Weißschuh | 1 | -0/+1 |
2021-11-03 | 9p: fix file headers | Dominique Martinet | 1 | -24/+1 |
2021-11-03 | net/9p: autoload transport modules | Thomas Weißschuh | 1 | -0/+1 |
2021-07-27 | 9p/xen: Fix end of loop tests for list_for_each_entry | Harshvardhan Jha | 1 | -2/+2 |
2020-10-09 | 9p/xen: Fix format argument warning | Ye Bin | 1 | -2/+2 |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -1/+1 |
2020-06-02 | 9p/xen: increase XEN_9PFS_RING_ORDER | Stefano Stabellini | 1 | -27/+34 |
2019-07-12 | Merge tag '9p-for-5.3' of git://github.com/martinetd/linux | Linus Torvalds | 1 | -1/+7 |
2019-05-15 | 9p/xen: Add cleanup path in p9_trans_xen_init | YueHaibing | 1 | -1/+7 |
2019-01-23 | 9p: mark expected switch fall-through | Gustavo A. R. Silva | 1 | -1/+1 |
2018-09-08 | 9p: Add refcount to p9_req_t | Tomas Bortoli | 1 | -0/+1 |
2018-09-08 | 9p: embed fcall in req to round down buffer allocs | Dominique Martinet | 1 | -6/+6 |
2018-08-27 | 9p/xen: fix check for xenbus_read error in front_probe | Dominique Martinet | 1 | -2/+2 |
2018-08-13 | 9p: fix multiple NULL-pointer-dereferences | Tomas Bortoli | 1 | -0/+3 |
2018-06-07 | net/9p/trans_xen.c: don't inclide rwlock.h directly | Sebastian Andrzej Siewior | 1 | -1/+0 |
2018-05-10 | net/9p: fix spelling mistake: "suspsend" -> "suspend" | Colin Ian King | 1 | -1/+1 |
2018-01-15 | 9p: add missing module license for xen transport | Stephen Hemminger | 1 | -0/+4 |
2017-10-23 | net/9p: Switch to wait_event_killable() | Tuomas Tynkkynen | 1 | -2/+2 |
2017-05-18 | xen/9pfs: p9_trans_xen_init and p9_trans_xen_exit can be static | Wei Yongjun | 1 | -2/+2 |
2017-05-18 | xen/9pfs: fix return value check in xen_9pfs_front_probe() | Wei Yongjun | 1 | -2/+2 |
2017-05-02 | xen/9pfs: initialize len to 0 to detect xenbus_read errors | Stefano Stabellini | 1 | -1/+1 |
2017-05-02 | xen/9pfs: receive responses | Stefano Stabellini | 1 | -0/+56 |
2017-05-02 | xen/9pfs: send requests to the backend | Stefano Stabellini | 1 | -2/+85 |
2017-05-02 | xen/9pfs: connect to the backend | Stefano Stabellini | 1 | -0/+281 |
2017-05-02 | xen/9pfs: introduce Xen 9pfs transport driver | Stefano Stabellini | 1 | -0/+125 |