summary refs log tree commit diff
path: root/sys_util/src/write_zeroes.rs
Commit message (Expand)AuthorAge
* sys_util: do not deallocate space in write_zeroesDaniel Verkamp2019-11-27
* sys_util: add WriteZeroesAt traitDaniel Verkamp2019-11-27
* sys_util: add write_zeroes_all() functionDaniel Verkamp2019-09-25
* tempfile: Unify the two tempdir implementationsDavid Tolnay2019-07-11
* clippy: Iterate without calling .iter()David Tolnay2019-04-18
* sys_util: write_zeros: Make clippy cleanDylan Reid2019-03-26
* edition: Update absolute paths to 2018 styleDavid Tolnay2019-03-13
* devices: virtio: block: ignore Discard failuresDaniel Verkamp2018-10-19
* sys_util: use PUNCH_HOLE to implement write_zeroesDaniel Verkamp2018-10-13
* cargo fmt all source codeZach Reizner2018-10-09
* sys_util: add WriteZeroes trait and impl for FileDaniel Verkamp2018-09-05