]> www.infradead.org Git - nvme.git/commit
Merge tag 'for-6.11/block-post-20240722' of git://git.kernel.dk/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 22 Jul 2024 18:04:09 +0000 (11:04 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 22 Jul 2024 18:04:09 +0000 (11:04 -0700)
commit0256994887d7c89c2a41d872aac67605bda8f115
tree2eb9062a07d84b6027a7ef139fa82ab207428d0e
parentdd018c238b8489b6dd8c06f6b962ea75d79115ff
parent74cc150282e41c6c0704cd305c9a4392dc64ef4d
Merge tag 'for-6.11/block-post-20240722' of git://git.kernel.dk/linux

Pull block integrity mapping updates from Jens Axboe:
 "A set of cleanups and fixes for the block integrity support.

  Sent separately from the main block changes from last week, as they
  depended on later fixes in the 6.10-rc cycle"

* tag 'for-6.11/block-post-20240722' of git://git.kernel.dk/linux:
  block: don't free the integrity payload in bio_integrity_unmap_free_user
  block: don't free submitter owned integrity payload on I/O completion
  block: call bio_integrity_unmap_free_user from blk_rq_unmap_user
  block: don't call bio_uninit from bio_endio
  block: also return bio_integrity_payload * from stubs
  block: split integrity support out of bio.h
block/bio-integrity.c
block/bio.c
block/blk.h
drivers/md/dm.c
drivers/scsi/sd.c