[ANNOUNCE] xfs-linux: vfs-for-next updated to 83d9088659e8

From: Darrick J. Wong
Date: Mon May 04 2020 - 12:14:15 EST


Hi folks,

The vfs-for-next branch of the xfs-linux repository at:

git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git

has just been updated.

After a very, very long process of discussing how sysadmins and app
programmers are supposed to tag files for DAX data access mode, we have
reached an agreement about how the userspace knobs should work. This
first update contains the necessary documentation updates and statx mode
flag to enable the behaviors that we have decided on. The second part
(hinting at inode eviction to change the DAX mode) will come later after
everyone has had a few days to let this soak in.

The new head of the vfs-for-next branch is commit:

83d9088659e8 Documentation/dax: Update Usage section

New Commits:

Ira Weiny (3):
[efbe3c2493d2] fs: Remove unneeded IS_DAX() check in io_is_direct()
[712b2698e4c0] fs/stat: Define DAX statx attribute
[83d9088659e8] Documentation/dax: Update Usage section


Code Diffstat:

Documentation/filesystems/dax.txt | 142 +++++++++++++++++++++++++++++++++++++-
drivers/block/loop.c | 6 +-
fs/stat.c | 3 +
include/linux/fs.h | 7 +-
include/uapi/linux/stat.h | 1 +
5 files changed, 147 insertions(+), 12 deletions(-)