aboutsummaryrefslogtreecommitdiffstats
path: root/block/t10-pi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-07block: add pi for extended integrityKeith Busch1-0/+194
2022-03-07block: support pi with extended metadataKeith Busch1-2/+2
2021-10-18block: move integrity handling out of <linux/blkdev.h>Christoph Hellwig1-1/+1
2021-08-02block: use bvec_kmap_local in t10_pi_type1_{prepare,complete}Christoph Hellwig1-10/+6
2020-01-06block: Allow t10-pi to be modularHerbert Xu1-0/+3
2019-10-07block: Fix three kernel-doc warningsBart Van Assche1-6/+2
2019-09-23block: t10-pi: fix -Wswitch warningMax Gurtovoy1-6/+5
2019-09-17block: centralize PI remapping logic to the block layerMax Gurtovoy1-68/+76
2019-09-17block: use symbolic constants for t10_pi typeMax Gurtovoy1-14/+14
2019-04-30block: switch all files cleared marked as GPLv2 to SPDX tagsChristoph Hellwig1-18/+1
2018-07-30block: move dif_prepare/dif_complete functions to block layerMax Gurtovoy1-0/+110
2017-07-03t10-pi: Move opencoded contants to common headerDmitry Monakhov1-6/+3
2017-06-16block: Dedicated error code fixupsBart Van Assche1-1/+1
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-15/+15
2017-03-24block: constify struct blk_integrity_profileEric Biggers1-4/+4
2015-10-21block: Consolidate static integrity profile propertiesMartin K. Petersen1-12/+4
2014-09-27block: Add T10 Protection Information functionsMartin K. Petersen1-0/+197