aboutsummaryrefslogtreecommitdiff
path: root/block/bio-integrity.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-16block: remove the bio_integrity_advance exportGravatar Christoph Hellwig 1-1/+0
2018-12-16block: remove the bioset_integrity_free exportGravatar Christoph Hellwig 1-1/+0
2018-09-06block: remove bio_rewind_iter()Gravatar Ming Lei 1-8/+4
2018-07-26block: move bio_integrity_{intervals,bytes} into blkdev.hGravatar Greg Edwards 1-22/+0
2018-05-14block: Convert bio_set to mempool_init()Gravatar Kent Overstreet 1-15/+14
2018-01-17block: Fix __bio_integrity_endio() documentationGravatar Bart Van Assche 1-1/+0
2017-10-06block: remove unnecessary NULL checks in bioset_integrity_free()Gravatar Tim Hansen 1-5/+2
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-14/+12
2017-08-24bio-integrity: Fix regression if profile verify_fn is NULLGravatar Milan Broz 1-1/+4
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexGravatar Christoph Hellwig 1-10/+8
2017-08-09bio-integrity: only verify integrity on the lowest stacked driverGravatar Christoph Hellwig 1-3/+2
2017-08-09bio-integrity: Fix regression if profile verify_fn is NULLGravatar Milan Broz 1-1/+4
2017-08-09bio-integrity: move the bio integrity profile check earlier in bio_integrity_...Gravatar Christoph Hellwig 1-3/+3
2017-07-04bio-integrity: fix boolreturn.cocci warningsGravatar kbuild test robot 1-1/+1
2017-07-03bio-integrity: stop abusing bi_end_ioGravatar Christoph Hellwig 1-27/+12
2017-07-03bio-integrity: Restore original iterator on verify stageGravatar Dmitry Monakhov 1-6/+20
2017-07-03bio-integrity: fold bio_integrity_enabled to bio_integrity_prepGravatar Dmitry Monakhov 1-49/+39
2017-07-03bio-integrity: fix interface for bio_integrity_trimGravatar Dmitry Monakhov 1-9/+2
2017-07-03bio-integrity: bio_integrity_advance must update integrity seedGravatar Dmitry Monakhov 1-0/+1
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockGravatar Jens Axboe 1-0/+3
2017-06-09block: switch bios to blk_status_tGravatar Christoph Hellwig 1-4/+4
2017-06-03bio-integrity: Do not allocate integrity context for bio w/o dataGravatar Dmitry Monakhov 1-0/+3
2016-10-28block: remove bio_is_rwGravatar Christoph Hellwig 1-1/+1
2016-08-07block: rename bio bi_rw to bi_opfGravatar Jens Axboe 1-1/+1
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-5/+4
2016-07-20block: simplify and cleanup bvec pool handlingGravatar Christoph Hellwig 1-5/+4
2016-06-14block/bio-integrity.c: Add #include "blk.h"Gravatar Bart Van Assche 1-0/+1
2015-12-09blk-integrity: checking for NULL instead of IS_ERRGravatar Dan Carpenter 1-5/+4
2015-12-03blk-integrity: empty implementation when disabledGravatar Keith Busch 1-2/+2
2015-10-21block: blk_flush_integrity() for bio-based driversGravatar Dan Williams 1-0/+5
2015-10-21block: Reduce the size of struct blk_integrityGravatar Martin K. Petersen 1-2/+2
2015-10-21block: Consolidate static integrity profile propertiesGravatar Martin K. Petersen 1-4/+4
2015-09-11block: Refuse adding appending a gapped integrity page to a bioGravatar Sagi Grimberg 1-0/+5
2015-07-29block: add a bi_error field to struct bioGravatar Christoph Hellwig 1-6/+5
2015-07-07bio integrity: do not assume bio_integrity_pool exists if bioset existsGravatar Mike Snitzer 1-2/+2
2015-05-22block: remove management of bi_remaining when restoring original bi_end_ioGravatar Mike Snitzer 1-2/+2
2014-12-02block: fix regression where bio_integrity_process uses wrong bio_vec iteratorGravatar Darrick J. Wong 1-6/+7
2014-10-13bio-integrity: remove the needless fail handle of bip_slab creatingGravatar Gu Zheng 1-2/+0
2014-09-27block: Integrity checksum flagGravatar Martin K. Petersen 1-0/+3
2014-09-27block: Relocate bio integrity flagsGravatar Martin K. Petersen 1-2/+2
2014-09-27block: Add prefix to block integrity profile flagsGravatar Martin K. Petersen 1-2/+2
2014-09-27block: Clean up the code used to generate and verify integrity metadataGravatar Martin K. Petersen 1-60/+22
2014-09-27block: Make protection interval calculation genericGravatar Martin K. Petersen 1-5/+1
2014-09-27block: Deprecate the use of the term sector in the context of block integrityGravatar Martin K. Petersen 1-21/+21
2014-09-27block: Remove bip_bufGravatar Martin K. Petersen 1-4/+6
2014-09-27block: Remove integrity tagging functionsGravatar Martin K. Petersen 1-93/+1
2014-09-27block: Replace bi_integrity with bi_specialGravatar Martin K. Petersen 1-9/+10
2014-09-27block: Get rid of bdev_integrity_enabled()Gravatar Martin K. Petersen 1-22/+17
2014-08-21block: Fix BUG_ON when pi errors occurGravatar Sagi Grimberg 1-1/+1
2014-07-01bio-integrity: add "bip_max_vcnt" into struct bio_integrity_payloadGravatar Gu Zheng 1-9/+3