aboutsummaryrefslogtreecommitdiffstats
path: root/block/bio-integrity.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-09blk-integrity: checking for NULL instead of IS_ERRDan Carpenter1-5/+4
2015-12-03blk-integrity: empty implementation when disabledKeith Busch1-2/+2
2015-10-21block: blk_flush_integrity() for bio-based driversDan Williams1-0/+5
2015-10-21block: Reduce the size of struct blk_integrityMartin K. Petersen1-2/+2
2015-10-21block: Consolidate static integrity profile propertiesMartin K. Petersen1-4/+4
2015-09-11block: Refuse adding appending a gapped integrity page to a bioSagi Grimberg1-0/+5
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-6/+5
2015-07-07bio integrity: do not assume bio_integrity_pool exists if bioset existsMike Snitzer1-2/+2
2015-05-22block: remove management of bi_remaining when restoring original bi_end_ioMike Snitzer1-2/+2
2014-12-02block: fix regression where bio_integrity_process uses wrong bio_vec iteratorDarrick J. Wong1-6/+7
2014-10-13bio-integrity: remove the needless fail handle of bip_slab creatingGu Zheng1-2/+0
2014-09-27block: Integrity checksum flagMartin K. Petersen1-0/+3
2014-09-27block: Relocate bio integrity flagsMartin K. Petersen1-2/+2
2014-09-27block: Add prefix to block integrity profile flagsMartin K. Petersen1-2/+2
2014-09-27block: Clean up the code used to generate and verify integrity metadataMartin K. Petersen1-60/+22
2014-09-27block: Make protection interval calculation genericMartin K. Petersen1-5/+1
2014-09-27block: Deprecate the use of the term sector in the context of block integrityMartin K. Petersen1-21/+21
2014-09-27block: Remove bip_bufMartin K. Petersen1-4/+6
2014-09-27block: Remove integrity tagging functionsMartin K. Petersen1-93/+1
2014-09-27block: Replace bi_integrity with bi_specialMartin K. Petersen1-9/+10
2014-09-27block: Get rid of bdev_integrity_enabled()Martin K. Petersen1-22/+17
2014-08-21block: Fix BUG_ON when pi errors occurSagi Grimberg1-1/+1
2014-07-01bio-integrity: add "bip_max_vcnt" into struct bio_integrity_payloadGu Zheng1-9/+3
2014-05-19block: move bio.c and bio-integrity.c from fs/ to block/Jens Axboe1-0/+657