Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755545AbbGCOmU (ORCPT ); Fri, 3 Jul 2015 10:42:20 -0400 Received: from mga14.intel.com ([192.55.52.115]:52751 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932087AbbGCOk6 (ORCPT ); Fri, 3 Jul 2015 10:40:58 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,400,1432623600"; d="scan'208";a="755522886" From: Matthew Wilcox To: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, Alexander Viro Cc: Matthew Wilcox , willy@linux.intel.com Subject: [PATCH v2 0/6] Miscellaneous DAX patches, take 2 Date: Fri, 3 Jul 2015 10:40:37 -0400 Message-Id: <1435934443-17090-1-git-send-email-matthew.r.wilcox@intel.com> X-Mailer: git-send-email 2.1.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1364 Lines: 37 A miscellaneous set of patches to improve DAX. All are independent of each other. I dropped the DAX mmap support for block devices; I started trying to put in a sysfs toggle and ran into some difficulties, so just drop that part of the patch for now. There's no problem (that I know of) with the read()/write() portion of the patch. I fixed up the conflict between Dave Chinner's changes to ext4 and mine. I forgot the 'bdev_direct_access() may sleep' patch in the previous submission. Matthew Wilcox (6): dax: Add block size note to documentation dax: Use copy_from_iter_nocache ext4: Use ext4_get_block_write() for DAX vfs: Allow truncate, chomd and chown to be interrupted by fatal signals block: Add support for DAX reads/writes to block devices dax: bdev_direct_access() may sleep Documentation/filesystems/dax.txt | 6 ++++-- fs/block_dev.c | 10 ++++++++++ fs/dax.c | 8 +++++--- fs/ext4/file.c | 8 ++++---- fs/open.c | 9 ++++++--- 5 files changed, 29 insertions(+), 12 deletions(-) -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/