All of lore.kernel.org
 help / color / mirror / Atom feed
* [dm-devel] [git pull] device mapper changes for 5.16
@ 2021-11-08 21:25 ` Mike Snitzer
  0 siblings, 0 replies; 4+ messages in thread
From: Mike Snitzer @ 2021-11-08 21:25 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Michael Weiß, Luis Chamberlain, Michał Mirosław,
	linux-block, dm-devel, Christophe JAILLET, Cai Huoqing,
	Christoph Hellwig, Alasdair G Kergon

Hi Linus,

The following changes since commit d208b89401e073de986dc891037c5a668f5d5d95:

  dm: fix mempool NULL pointer race when completing IO (2021-10-12 13:54:10 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 7552750d0494fdd12f71acd8a432f51334a4462d:

  dm table: log table creation error code (2021-11-01 13:28:52 -0400)

Please pull, thanks.
Mike

----------------------------------------------------------------
- Add DM core support for emitting audit events through the audit
  subsystem. Also enhance both the integrity and crypt targets to emit
  events to via dm-audit.

- Various other simple code improvements and cleanups.

----------------------------------------------------------------
Cai Huoqing (2):
      dm crypt: Make use of the helper macro kthread_run()
      dm writecache: Make use of the helper macro kthread_run()

Christoph Hellwig (4):
      dm integrity: use bvec_kmap_local in integrity_metadata
      dm integrity: use bvec_kmap_local in __journal_read_write
      dm log writes: use memcpy_from_bvec in log_writes_map
      dm verity: use bvec_kmap_local in verity_for_bv_block

Christophe JAILLET (1):
      dm: Remove redundant flush_workqueue() calls

Luis Chamberlain (1):
      dm: add add_disk() error handling

Michael Weiß (3):
      dm: introduce audit event module for device mapper
      dm integrity: log audit events for dm-integrity target
      dm crypt: log aead integrity violations to audit subsystem

Michał Mirosław (2):
      dm: make workqueue names device-specific
      dm table: log table creation error code

 drivers/md/Kconfig            | 10 ++++++
 drivers/md/Makefile           |  4 +++
 drivers/md/dm-audit.c         | 84 +++++++++++++++++++++++++++++++++++++++++++
 drivers/md/dm-audit.h         | 66 ++++++++++++++++++++++++++++++++++
 drivers/md/dm-bufio.c         |  1 -
 drivers/md/dm-crypt.c         | 25 +++++++++----
 drivers/md/dm-integrity.c     | 35 +++++++++++++-----
 drivers/md/dm-log-writes.c    |  6 ++--
 drivers/md/dm-table.c         |  4 +--
 drivers/md/dm-verity-target.c |  6 ++--
 drivers/md/dm-writecache.c    |  6 ++--
 drivers/md/dm-zoned-target.c  |  1 -
 drivers/md/dm.c               |  6 ++--
 include/uapi/linux/audit.h    |  2 ++
 14 files changed, 224 insertions(+), 32 deletions(-)
 create mode 100644 drivers/md/dm-audit.c
 create mode 100644 drivers/md/dm-audit.h

--
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:[~2021-11-09 19:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-08 21:25 [dm-devel] [git pull] device mapper changes for 5.16 Mike Snitzer
2021-11-08 21:25 ` Mike Snitzer
2021-11-09 19:31 ` [dm-devel] " pr-tracker-bot
2021-11-09 19:31   ` 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.