Sergey Bugaev
88e23113ae
Kernel: Tweak FileBackedFS API to avoid intermediary copies
...
read_block() and write_block() now accept the count (how many bytes to read
or write) and offset (where in the block to start; defaults to 0). Using these
new APIs, we can avoid doing copies between intermediary buffers in a lot more
cases. Hopefully this improves performance or something.
2020-05-19 11:07:35 +02:00
..
2020-03-23 13:48:44 +01:00
2020-02-26 15:25:53 +01:00
2020-03-23 13:48:44 +01:00
2020-02-16 01:27:42 +01:00
2020-01-25 10:34:32 +01:00
2020-01-18 09:45:54 +01:00
2020-05-19 11:07:35 +02:00
2020-05-19 11:07:35 +02:00
2020-04-10 11:59:30 +02:00
2020-04-10 11:59:30 +02:00
2020-03-23 13:48:44 +01:00
2020-05-16 12:00:04 +02:00
2020-05-19 11:07:35 +02:00
2020-05-19 11:07:35 +02:00
2020-04-18 13:58:29 +02:00
2020-05-16 12:00:04 +02:00
2020-05-19 11:07:35 +02:00
2020-05-19 11:07:35 +02:00
2020-05-19 11:07:35 +02:00
2020-05-19 11:07:35 +02:00
2020-04-10 11:59:30 +02:00
2020-04-10 11:59:30 +02:00
2020-02-16 01:27:42 +01:00
2020-02-18 11:35:47 +01:00
2020-04-10 11:59:30 +02:00
2020-04-10 11:59:30 +02:00
2020-05-19 11:07:35 +02:00
2020-02-16 01:50:32 +01:00
2020-04-18 13:58:29 +02:00
2020-02-16 01:50:32 +01:00
2020-04-19 18:07:16 +02:00
2020-03-19 09:57:34 +01:00