All of lore.kernel.org
 help / color / mirror / Atom feed
* [git pull v2] device mapper changes for 6.1
@ 2022-10-18 21:37 ` Mike Snitzer
  0 siblings, 0 replies; 4+ messages in thread
From: Mike Snitzer @ 2022-10-18 21:37 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: dm-devel, linux-block, Alasdair G Kergon, Genjian Zhang,
	Jiangshan Yi, Jilin Yuan, Mikulas Patocka, Milan Broz,
	Nathan Huckleberry, Nikos Tsironis, Shaomin Deng

Hi Linus,

I dropped the DM ioctl changes to allow returning an error string to
userspace.  I rebased the unrelated earlier DM changes (from tag
for-6.1/dm-changes) ontop of the 'for-6.1/dm-fix' tag... and arrived
this single new tag (for-6.1/dm-changes-v2) for you to pull.

The following changes since commit bb1a1146467ad812bb65440696df0782e2bc63c8:

  Merge tag 'cgroup-for-6.1-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup (2022-10-17 18:52:43 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git tags/for-6.1/dm-changes-v2

for you to fetch changes up to 5434ee8d28575b2e784bd5b4dbfc912e5da90759:

  dm clone: Fix typo in block_device format specifier (2022-10-18 17:17:48 -0400)

Please pull, thanks.
Mike

----------------------------------------------------------------
- Fix dm-bufio to use test_bit_acquire to properly test_bit on arches
  with weaker memory ordering.

- DM core replace DMWARN with DMERR or DMCRIT for fatal errors.

- Enable WQ_HIGHPRI on DM verity target's verify_wq.

- Add documentation for DM verity's try_verify_in_tasklet option.

- Various typo and redundant word fixes in code and/or comments.

----------------------------------------------------------------
Genjian Zhang (1):
      dm: remove unnecessary assignment statement in alloc_dev()

Jiangshan Yi (1):
      dm raid: fix typo in analyse_superblocks code comment

Jilin Yuan (1):
      dm raid: delete the redundant word 'that' in comment

Mikulas Patocka (2):
      dm bufio: use the acquire memory barrier when testing for B_READING
      dm: change from DMWARN to DMERR or DMCRIT for fatal errors

Milan Broz (1):
      dm verity: Add documentation for try_verify_in_tasklet option

Nathan Huckleberry (1):
      dm verity: enable WQ_HIGHPRI on verify_wq

Nikos Tsironis (1):
      dm clone: Fix typo in block_device format specifier

Shaomin Deng (1):
      dm cache: delete the redundant word 'each' in comment

 Documentation/admin-guide/device-mapper/verity.rst |  4 ++
 drivers/md/dm-bufio.c                              | 13 ++--
 drivers/md/dm-cache-policy.h                       |  2 +-
 drivers/md/dm-clone-target.c                       |  2 +-
 drivers/md/dm-ioctl.c                              | 78 +++++++++++-----------
 drivers/md/dm-raid.c                               |  4 +-
 drivers/md/dm-rq.c                                 |  4 +-
 drivers/md/dm-stats.c                              |  2 +-
 drivers/md/dm-table.c                              | 78 +++++++++++-----------
 drivers/md/dm-verity-target.c                      | 18 ++---
 drivers/md/dm.c                                    |  9 ++-
 11 files changed, 110 insertions(+), 104 deletions(-)

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

* [dm-devel] [git pull v2] device mapper changes for 6.1
@ 2022-10-18 21:37 ` Mike Snitzer
  0 siblings, 0 replies; 4+ messages in thread
From: Mike Snitzer @ 2022-10-18 21:37 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Jilin Yuan, Nikos Tsironis, Shaomin Deng, Nathan Huckleberry,
	linux-block, dm-devel, Mikulas Patocka, Genjian Zhang,
	Milan Broz, Alasdair G Kergon, Jiangshan Yi

Hi Linus,

I dropped the DM ioctl changes to allow returning an error string to
userspace.  I rebased the unrelated earlier DM changes (from tag
for-6.1/dm-changes) ontop of the 'for-6.1/dm-fix' tag... and arrived
this single new tag (for-6.1/dm-changes-v2) for you to pull.

The following changes since commit bb1a1146467ad812bb65440696df0782e2bc63c8:

  Merge tag 'cgroup-for-6.1-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup (2022-10-17 18:52:43 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git tags/for-6.1/dm-changes-v2

for you to fetch changes up to 5434ee8d28575b2e784bd5b4dbfc912e5da90759:

  dm clone: Fix typo in block_device format specifier (2022-10-18 17:17:48 -0400)

Please pull, thanks.
Mike

----------------------------------------------------------------
- Fix dm-bufio to use test_bit_acquire to properly test_bit on arches
  with weaker memory ordering.

- DM core replace DMWARN with DMERR or DMCRIT for fatal errors.

- Enable WQ_HIGHPRI on DM verity target's verify_wq.

- Add documentation for DM verity's try_verify_in_tasklet option.

- Various typo and redundant word fixes in code and/or comments.

----------------------------------------------------------------
Genjian Zhang (1):
      dm: remove unnecessary assignment statement in alloc_dev()

Jiangshan Yi (1):
      dm raid: fix typo in analyse_superblocks code comment

Jilin Yuan (1):
      dm raid: delete the redundant word 'that' in comment

Mikulas Patocka (2):
      dm bufio: use the acquire memory barrier when testing for B_READING
      dm: change from DMWARN to DMERR or DMCRIT for fatal errors

Milan Broz (1):
      dm verity: Add documentation for try_verify_in_tasklet option

Nathan Huckleberry (1):
      dm verity: enable WQ_HIGHPRI on verify_wq

Nikos Tsironis (1):
      dm clone: Fix typo in block_device format specifier

Shaomin Deng (1):
      dm cache: delete the redundant word 'each' in comment

 Documentation/admin-guide/device-mapper/verity.rst |  4 ++
 drivers/md/dm-bufio.c                              | 13 ++--
 drivers/md/dm-cache-policy.h                       |  2 +-
 drivers/md/dm-clone-target.c                       |  2 +-
 drivers/md/dm-ioctl.c                              | 78 +++++++++++-----------
 drivers/md/dm-raid.c                               |  4 +-
 drivers/md/dm-rq.c                                 |  4 +-
 drivers/md/dm-stats.c                              |  2 +-
 drivers/md/dm-table.c                              | 78 +++++++++++-----------
 drivers/md/dm-verity-target.c                      | 18 ++---
 drivers/md/dm.c                                    |  9 ++-
 11 files changed, 110 insertions(+), 104 deletions(-)

--
dm-devel mailing list
dm-devel@redhat.com
https://listman.redhat.com/mailman/listinfo/dm-devel


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

* Re: [git pull v2] device mapper changes for 6.1
  2022-10-18 21:37 ` [dm-devel] " Mike Snitzer
@ 2022-10-21  0:41   ` pr-tracker-bot
  -1 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2022-10-21  0:41 UTC (permalink / raw)
  To: Mike Snitzer
  Cc: Linus Torvalds, dm-devel, linux-block, Alasdair G Kergon,
	Genjian Zhang, Jiangshan Yi, Jilin Yuan, Mikulas Patocka,
	Milan Broz, Nathan Huckleberry, Nikos Tsironis, Shaomin Deng

The pull request you sent on Tue, 18 Oct 2022 17:37:22 -0400:

> git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git tags/for-6.1/dm-changes-v2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/a3ccea6ed80db39e8aaed22d896099be477e1f85

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

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

* Re: [dm-devel] [git pull v2] device mapper changes for 6.1
@ 2022-10-21  0:41   ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2022-10-21  0:41 UTC (permalink / raw)
  To: Mike Snitzer
  Cc: Jilin Yuan, Nikos Tsironis, Shaomin Deng, Nathan Huckleberry,
	linux-block, dm-devel, Mikulas Patocka, Genjian Zhang,
	Linus Torvalds, Milan Broz, Alasdair G Kergon, Jiangshan Yi

The pull request you sent on Tue, 18 Oct 2022 17:37:22 -0400:

> git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git tags/for-6.1/dm-changes-v2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/a3ccea6ed80db39e8aaed22d896099be477e1f85

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

--
dm-devel mailing list
dm-devel@redhat.com
https://listman.redhat.com/mailman/listinfo/dm-devel


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

end of thread, other threads:[~2022-10-21  0:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-18 21:37 [git pull v2] device mapper changes for 6.1 Mike Snitzer
2022-10-18 21:37 ` [dm-devel] " Mike Snitzer
2022-10-21  0:41 ` pr-tracker-bot
2022-10-21  0:41   ` [dm-devel] " pr-tracker-bot

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.