Live data from Hacker News

Viewing profile — kerneltrap

kerneltrap

HN member
Joined
Fri, Mar 05, 2021, 2:04 PM UTC
HN karma
21
Public activity
4 items

About kerneltrap

No profile information was provided.

Recent public activity

  1. comment
    Comment #28923152

    https://git.kernel.dk/cgit/fio/tree/t/io_uring.c

  2. comment
    Comment #28923104

    Not necessarily, while reflink works only within the boundaries of the same filesystem there are other optimizations that can operate across filesystems (even networked ones). For …

  3. comment
    Comment #28911300

    The fastest `cp` is actually doing no data copies at all (relying on copy-on-write), on filesystems with reflink support. Incidentally, coreutils v9.0 cp switched to doing reflinks…

  4. comment
    Comment #26357048

    Your first point is the correct one. Basically the offset passed to bdev_write_page() was wrong, and has been like that since it was introduced to swap code back in v3.16. In pract…