Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(io): compare function pointers with NULL | Yann Gautier | 2023-01-10 | 1 | -4/+4 |
* | io: change seek offset to signed long long | Yann Gautier | 2020-01-10 | 1 | -29/+31 |
* | Sanitise includes across codebase | Antonio Nino Diaz | 2019-01-04 | 1 | -6/+8 |
* | io_block: define MAX_IO_BLOCK_DEVICES as unsigned | Yann Gautier | 2018-12-10 | 1 | -1/+3 |
* | io: block: fix block_read/write may read/write overlap buffer | Roberto Vargas | 2017-12-13 | 1 | -140/+260 |
* | Use SPDX license identifiers | dp-arm | 2017-05-03 | 1 | -25/+1 |
* | Replace some memset call by zeromem | Douglas Raillard | 2017-02-06 | 1 | -3/+4 |
* | io: block: fix unaligned buffer | Haojian Zhuang | 2016-08-04 | 1 | -14/+50 |
* | IO: support block device type | Haojian Zhuang | 2016-04-27 | 1 | -0/+412 |