linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/6] Miscellaneous DAX patches, take 2
@ 2015-07-03 14:40 Matthew Wilcox
  2015-07-03 14:40 ` [PATCH v2 1/6] dax: Add block size note to documentation Matthew Wilcox
                   ` (5 more replies)
  0 siblings, 6 replies; 15+ messages in thread
From: Matthew Wilcox @ 2015-07-03 14:40 UTC (permalink / raw)
  To: linux-fsdevel, linux-kernel, Alexander Viro; +Cc: Matthew Wilcox, willy

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

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2015-07-05 13:47 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-03 14:40 [PATCH v2 0/6] Miscellaneous DAX patches, take 2 Matthew Wilcox
2015-07-03 14:40 ` [PATCH v2 1/6] dax: Add block size note to documentation Matthew Wilcox
2015-07-04  5:03   ` Christoph Hellwig
2015-07-05  8:43     ` Boaz Harrosh
2015-07-03 14:40 ` [PATCH v2 2/6] dax: Use copy_from_iter_nocache Matthew Wilcox
2015-07-05 13:11   ` Boaz Harrosh
2015-07-03 14:40 ` [PATCH v2 3/6] ext4: Use ext4_get_block_write() for DAX Matthew Wilcox
2015-07-03 18:30   ` Theodore Ts'o
2015-07-03 18:48     ` Matthew Wilcox
2015-07-03 19:07       ` Theodore Ts'o
2015-07-05 13:29         ` Boaz Harrosh
2015-07-03 14:40 ` [PATCH v2 4/6] vfs: Allow truncate, chomd and chown to be interrupted by fatal signals Matthew Wilcox
2015-07-03 14:40 ` [PATCH v2 5/6] block: Add support for DAX reads/writes to block devices Matthew Wilcox
2015-07-05 13:47   ` Boaz Harrosh
2015-07-03 14:40 ` [PATCH v2 6/6] dax: bdev_direct_access() may sleep Matthew Wilcox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).