Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1430155 > unrolled thread

[PATCH v3 0/4] Support DAX for device-mapper linear devices

Started byMike Snitzer <snitzer@redhat.com>
First post2016-06-23 23:10 +0200
Last post2016-07-08 21:40 +0200
Articles 3 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH v3 0/4] Support DAX for device-mapper linear devices Mike Snitzer <snitzer@redhat.com> - 2016-06-23 23:10 +0200
    Re: [PATCH v3 0/4] Support DAX for device-mapper linear devices Mike Snitzer <snitzer@redhat.com> - 2016-06-30 19:10 +0200
      Re: [PATCH v3 0/4] Support DAX for device-mapper linear devices Mike Snitzer <snitzer@redhat.com> - 2016-07-08 21:40 +0200

#1430155 — [PATCH v3 0/4] Support DAX for device-mapper linear devices

FromMike Snitzer <snitzer@redhat.com>
Date2016-06-23 23:10 +0200
Subject[PATCH v3 0/4] Support DAX for device-mapper linear devices
Message-ID<rNk2S-7gz-13@gated-at.bofh.it>
Jens, please pick up the first 2 block patches and I'll get the other
2 DM patches staged for 4.8.

v3:
 - fixed "warning: context imbalance in 'dm_blk_direct_access' -
   different lock contexts for basic block" due to missing
   dm_put_live_table in dm_blk_direct_access's dm_get_live_table error
   path
 - refactored dm-table.c code to centralize checking if all devices in
   a DM table support DAX (removed need for target to set
   ->dax_supported)
 - included Yigal Korman's patch to add 'dax' sysfs attribute

Toshi Kani (3):
  block: add QUEUE_FLAG_DAX for devices to advertise their DAX support
  dm: add infrastructure for DAX support
  dm linear: add DAX support

Yigal Korman (1):
  block: expose QUEUE_FLAG_DAX in sysfs

 block/blk-sysfs.c             | 11 +++++++++++
 drivers/block/brd.c           |  4 +++-
 drivers/md/dm-linear.c        | 21 ++++++++++++++++++++-
 drivers/md/dm-table.c         | 44 ++++++++++++++++++++++++++++++++++++++++++-
 drivers/md/dm.c               | 38 +++++++++++++++++++++++++++++++++++--
 drivers/md/dm.h               |  1 +
 drivers/nvdimm/pmem.c         |  1 +
 drivers/s390/block/dcssblk.c  |  1 +
 fs/block_dev.c                |  5 +++--
 include/linux/blkdev.h        |  2 ++
 include/linux/device-mapper.h | 10 ++++++++++
 include/uapi/linux/dm-ioctl.h |  4 ++--
 12 files changed, 133 insertions(+), 9 deletions(-)

-- 
2.7.4 (Apple Git-66)

[toc] | [next] | [standalone]


#1434746

FromMike Snitzer <snitzer@redhat.com>
Date2016-06-30 19:10 +0200
Message-ID<rPNDr-3QT-9@gated-at.bofh.it>
In reply to#1430155
On Thu, Jun 23 2016 at  5:05pm -0400,
Mike Snitzer <snitzer@redhat.com> wrote:

> Jens, please pick up the first 2 block patches and I'll get the other
> 2 DM patches staged for 4.8.

Hey Jens,

Looks like you're back so I figured I'd ping you on these first 2 block
patches again.  Can you pick them up for 4.8/core?

Thanks,
Mike

[toc] | [prev] | [next] | [standalone]


#1439762

FromMike Snitzer <snitzer@redhat.com>
Date2016-07-08 21:40 +0200
Message-ID<rSJMZ-CK-5@gated-at.bofh.it>
In reply to#1434746
On Thu, Jun 30 2016 at  1:00pm -0400,
Mike Snitzer <snitzer@redhat.com> wrote:

> On Thu, Jun 23 2016 at  5:05pm -0400,
> Mike Snitzer <snitzer@redhat.com> wrote:
> 
> > Jens, please pick up the first 2 block patches and I'll get the other
> > 2 DM patches staged for 4.8.
> 
> Hey Jens,
> 
> Looks like you're back so I figured I'd ping you on these first 2 block
> patches again.  Can you pick them up for 4.8/core?
> 
> Thanks,
> Mike

ping^2

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web