Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2019-01-14 | xen-block: avoid repeated memory allocation | Tim Smith | 1 | -5/+9 |
2019-01-14 | xen-block: improve response latency | Tim Smith | 1 | -38/+18 |
2019-01-14 | xen-block: improve batching behaviour | Tim Smith | 1 | -0/+35 |
2019-01-14 | xen: purge 'blk' and 'ioreq' from function names in dataplane/xen-block.c | Paul Durrant | 1 | -44/+46 |
2019-01-14 | xen: remove 'ioreq' struct/varable/field names from dataplane/xen-block.c | Paul Durrant | 1 | -154/+156 |
2019-01-14 | xen: remove 'XenBlkDev' and 'blkdev' names from dataplane/xen-block | Paul Durrant | 1 | -170/+182 |
2019-01-14 | xen: add header and build dataplane/xen-block.c | Paul Durrant | 1 | -100/+256 |
2019-01-14 | xen: remove unnecessary code from dataplane/xen-block.c | Paul Durrant | 1 | -406/+23 |
2019-01-14 | xen: duplicate xen_disk.c as basis of dataplane/xen-block.c | Paul Durrant | 1 | -0/+1019 |