linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/3] minimal DAX support for XFS realtime device
@ 2018-02-15 21:40 Dave Jiang
  2018-02-15 21:40 ` [PATCH v5 2/3] dax: change bdev_dax_supported() to support boolean returns Dave Jiang
       [not found] ` <151873070632.53899.3320294279108510082.stgit-Cxk7aZI4ujnJARH06PadV2t3HXsI98Cx0E9HWUfgJXw@public.gmane.org>
  0 siblings, 2 replies; 8+ messages in thread
From: Dave Jiang @ 2018-02-15 21:40 UTC (permalink / raw)
  To: darrick.wong
  Cc: linux-nvdimm, david, linux-xfs, ross.zwisler, linux-ext4,
	dan.j.williams

Darrick,
After reading the comments from you, Dave Chinner, and Dan, it looks like
the dyanmic S_DAX flag support won't be coming or not any time soon at the
least. Here are the the collection of patches so far to address yours and
Dave C's comments for minimal support. Please let me know what else I am
missing. Thanks!

v5:
- Removed sb parameter for bdev_dax_supported() since we only use it for
  debug output per Christoph comment.

v4:
- Removed setting of error return in ext2 and ext4 per Ross's comments
- Rebased against 4.16-rc1 with updates

---

Darrick J. Wong (1):
      fs: allow per-device dax status checking for filesystems

Dave Jiang (2):
      dax: change bdev_dax_supported() to support boolean returns
      xfs: reject removal of realtime flag when datadev doesn't support DAX


 drivers/dax/super.c |   44 ++++++++++++++++++++++----------------------
 fs/ext2/super.c     |    3 +--
 fs/ext4/super.c     |    3 +--
 fs/xfs/xfs_ioctl.c  |   17 ++++++++++++++++-
 fs/xfs/xfs_iops.c   |   30 +++++++++++++++++++++++++-----
 fs/xfs/xfs_super.c  |   10 ++++++++--
 include/linux/dax.h |   12 ++++--------
 7 files changed, 77 insertions(+), 42 deletions(-)

--

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

end of thread, other threads:[~2018-02-18  8:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-15 21:40 [PATCH v5 0/3] minimal DAX support for XFS realtime device Dave Jiang
2018-02-15 21:40 ` [PATCH v5 2/3] dax: change bdev_dax_supported() to support boolean returns Dave Jiang
     [not found] ` <151873070632.53899.3320294279108510082.stgit-Cxk7aZI4ujnJARH06PadV2t3HXsI98Cx0E9HWUfgJXw@public.gmane.org>
2018-02-15 21:40   ` [PATCH v5 1/3] fs: allow per-device dax status checking for filesystems Dave Jiang
2018-02-18  8:10     ` kbuild test robot
2018-02-15 21:40   ` [PATCH v5 3/3] xfs: reject removal of realtime flag when datadev doesn't support DAX Dave Jiang
2018-02-15 21:47     ` Christoph Hellwig
2018-02-15 22:44       ` Dave Jiang
     [not found]         ` <7657c80b-412b-e280-f126-a7d735a0a730-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2018-02-15 22:48           ` Christoph Hellwig

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).