lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Mon, 4 May 2020 09:13:52 -0700 From: "Darrick J. Wong" <darrick.wong@...cle.com> To: linux-kernel@...r.kernel.org, linux-xfs@...r.kernel.org, linux-api@...r.kernel.org, linux-ext4@...r.kernel.org, linux-fsdevel@...r.kernel.org Cc: ira.weiny@...el.com, Al Viro <viro@...iv.linux.org.uk>, Dan Williams <dan.j.williams@...el.com>, Dave Chinner <david@...morbit.com>, Christoph Hellwig <hch@....de>, "Theodore Y. Ts'o" <tytso@....edu>, Jan Kara <jack@...e.cz>, Jeff Moyer <jmoyer@...hat.com> Subject: [ANNOUNCE] xfs-linux: vfs-for-next updated to 83d9088659e8 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(-)
Powered by blists - more mailing lists