summaryrefslogtreecommitdiff
path: root/drivers/io/io_block.c
Commit message (Expand)AuthorAgeFilesLines
* fix(io): compare function pointers with NULLYann Gautier2023-01-101-4/+4
* io: change seek offset to signed long longYann Gautier2020-01-101-29/+31
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-041-6/+8
* io_block: define MAX_IO_BLOCK_DEVICES as unsignedYann Gautier2018-12-101-1/+3
* io: block: fix block_read/write may read/write overlap bufferRoberto Vargas2017-12-131-140/+260
* Use SPDX license identifiersdp-arm2017-05-031-25/+1
* Replace some memset call by zeromemDouglas Raillard2017-02-061-3/+4
* io: block: fix unaligned bufferHaojian Zhuang2016-08-041-14/+50
* IO: support block device typeHaojian Zhuang2016-04-271-0/+412