All of lore.kernel.org
 help / color / mirror / Atom feed
* [v4.17-stable 0/5] Fix DM DAX handling
@ 2018-07-02 20:20 Ross Zwisler
  2018-07-02 20:20 ` [v4.17-stable 1/5] fs: allow per-device dax status checking for filesystems Ross Zwisler
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Ross Zwisler @ 2018-07-02 20:20 UTC (permalink / raw)
  To: gregkh; +Cc: Ross Zwisler, dan.j.williams, snitzer, toshi.kani, stable

This is a v4.17-stable backport of my "Fix DM DAX handling" series which
had backport collisions.

Greg, please let me know if I need to adjust anything in my backport
formatting.

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

Dave Jiang (1):
  dax: change bdev_dax_supported() to support boolean returns

Ross Zwisler (3):
  pmem: only set QUEUE_FLAG_DAX for fsdax mode
  dax: bdev_dax_supported() check for QUEUE_FLAG_DAX
  dm: prevent DAX mounts if not supported

 drivers/dax/super.c   | 48 ++++++++++++++++++++++++++++--------------------
 drivers/md/dm-table.c |  7 ++++---
 drivers/md/dm.c       |  3 +--
 drivers/nvdimm/pmem.c |  3 ++-
 fs/ext2/super.c       |  3 +--
 fs/ext4/super.c       |  3 +--
 fs/xfs/xfs_ioctl.c    |  3 ++-
 fs/xfs/xfs_iops.c     | 30 +++++++++++++++++++++++++-----
 fs/xfs/xfs_super.c    | 10 ++++++++--
 include/linux/dax.h   | 11 ++++++-----
 10 files changed, 78 insertions(+), 43 deletions(-)

-- 
2.14.4

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

end of thread, other threads:[~2018-07-03 21:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-02 20:20 [v4.17-stable 0/5] Fix DM DAX handling Ross Zwisler
2018-07-02 20:20 ` [v4.17-stable 1/5] fs: allow per-device dax status checking for filesystems Ross Zwisler
2018-07-02 20:20 ` [v4.17-stable 2/5] dax: change bdev_dax_supported() to support boolean returns Ross Zwisler
2018-07-02 20:20 ` [v4.17-stable 3/5] pmem: only set QUEUE_FLAG_DAX for fsdax mode Ross Zwisler
2018-07-02 20:20 ` [v4.17-stable 4/5] dax: bdev_dax_supported() check for QUEUE_FLAG_DAX Ross Zwisler
2018-07-02 20:20 ` [v4.17-stable 5/5] dm: prevent DAX mounts if not supported Ross Zwisler
2018-07-03 21:42 ` [v4.17-stable 0/5] Fix DM DAX handling Ross Zwisler

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.