summaryrefslogtreecommitdiffstats
path: root/include/linux/bio-integrity.h
Commit message (Expand)AuthorAgeFilesLines
* block: split struct bio_integrity_payloadChristoph Hellwig2025-03-031-23/+2
* block: make bio_integrity_map_user() static inlineJens Axboe2024-12-231-1/+1
* block: add support to pass user meta bufferKanchan Joshi2024-12-231-0/+7
* scsi: add support for user-meta interfaceAnuj Gupta2024-12-231-9/+7
* block: introduce BIP_CHECK_GUARD/REFTAG/APPTAG bip_flagsAnuj Gupta2024-12-231-1/+5
* block: modify bio_integrity_map_user to accept iov_iter as argumentAnuj Gupta2024-12-231-3/+2
* block: define set of integrity flags to be inherited by cloned bipAnuj Gupta2024-12-231-0/+3
* blk-integrity: remove seed for user mapped buffersKeith Busch2024-10-301-2/+2
* block: don't free the integrity payload in bio_integrity_unmap_free_userChristoph Hellwig2024-07-031-2/+2
* block: don't free submitter owned integrity payload on I/O completionChristoph Hellwig2024-07-031-2/+1
* block: also return bio_integrity_payload * from stubsChristoph Hellwig2024-07-031-3/+3
* block: split integrity support out of bio.hChristoph Hellwig2024-07-031-0/+153