Viewing profile — kerneltrap
kerneltrap
HN member- Joined
- Fri, Mar 05, 2021, 2:04 PM UTC
- HN karma
- 21
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About kerneltrap
No profile information was provided.
Recent public activity
-
comment
Comment #28923152
https://git.kernel.dk/cgit/fio/tree/t/io_uring.c
-
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 …
-
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…
-
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…