Subject: [PATCH v2 00/15] btrfs dax support

This patch set adds support for dax on the BTRFS filesystem.
In order to support for CoW for btrfs, there were changes which had to be
made to the dax handling. The important one is copying blocks into the
same dax device before using them.

I have some doubts: I have put them in patch headers of the individual
patches.

Git: https://github.com/goldwynr/linux/tree/btrfs-dax


Changes since V1:
 - use iomap instead of redoing everything in btrfs
 - support for mmap writeprotecting on snapshotting

Reply via email to