mbox series

[v2,0/13] Btrfs iomap

Message ID 20190802220048.16142-1-rgoldwyn@suse.de (mailing list archive)
Headers show
Series Btrfs iomap | expand

Message

Goldwyn Rodrigues Aug. 2, 2019, 10 p.m. UTC
This is an effort to use iomap for btrfs. This would keep most
responsibility of page handling during writes in iomap code, hence
code reduction. For CoW support, changes are needed in iomap code
to make sure we perform a copy before the write.
This is in line with the discussion we had during adding dax support in
btrfs.

Efforts on adding dax support have been put on hold until MM experts can
come with a way of performing multiple mappings to a single page
(primarily the TODO before dax_associate_entry()). While we are waiting
on that we could add support for buffered writes in btrfs.

[1] https://github.com/goldwynr/linux/tree/btrfs-iomap