From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Wilcox Subject: [PATCH 0/5] DAX updates for 4.2 Date: Mon, 29 Jun 2015 16:02:27 -0400 Message-ID: <1435608152-6982-1-git-send-email-matthew.r.wilcox@intel.com> Cc: Matthew Wilcox To: linux-fsdevel@vger.kernel.org, Alexander Viro Return-path: Received: from mga09.intel.com ([134.134.136.24]:4752 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752634AbbF2UCj (ORCPT ); Mon, 29 Jun 2015 16:02:39 -0400 Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Five small independent changes for DAX. Al, please can you take these through the VFS tree? Matthew Wilcox (5): dax: Add block size note to documentation dax: Use copy_from_iter_nocache block: Add support for DAX on block devices ext4: Use ext4_get_block_write() for DAX vfs: Allow truncate, chomd and chown to be interrupted by fatal signals Documentation/filesystems/dax.txt | 6 ++++-- fs/block_dev.c | 38 ++++++++++++++++++++++++++++++++++++-- fs/dax.c | 8 +++++--- fs/ext4/file.c | 5 ++--- fs/open.c | 9 ++++++--- 5 files changed, 53 insertions(+), 13 deletions(-) -- 2.1.4