summaryrefslogtreecommitdiff
path: root/block/bio-integrity.c
Commit message (Expand)AuthorAge
* block: Fix __bio_integrity_endio() documentationBart Van Assche2018-01-17
* block: remove unnecessary NULL checks in bioset_integrity_free()Tim Hansen2017-10-06
* Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-07
|\
| * bio-integrity: Fix regression if profile verify_fn is NULLMilan Broz2017-08-24
| * block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-23
| * bio-integrity: move the bio integrity profile check earlier in bio_integrity_...Christoph Hellwig2017-08-09
* | bio-integrity: only verify integrity on the lowest stacked driverChristoph Hellwig2017-08-09
* | bio-integrity: Fix regression if profile verify_fn is NULLMilan Broz2017-08-09
|/
* bio-integrity: fix boolreturn.cocci warningskbuild test robot2017-07-04
* bio-integrity: stop abusing bi_end_ioChristoph Hellwig2017-07-03
* bio-integrity: Restore original iterator on verify stageDmitry Monakhov2017-07-03
* bio-integrity: fold bio_integrity_enabled to bio_integrity_prepDmitry Monakhov2017-07-03
* bio-integrity: fix interface for bio_integrity_trimDmitry Monakhov2017-07-03
* bio-integrity: bio_integrity_advance must update integrity seedDmitry Monakhov2017-07-03
* Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe2017-06-12
|\
| * bio-integrity: Do not allocate integrity context for bio w/o dataDmitry Monakhov2017-06-03
* | block: switch bios to blk_status_tChristoph Hellwig2017-06-09
|/
* block: remove bio_is_rwChristoph Hellwig2016-10-28
* block: rename bio bi_rw to bi_opfJens Axboe2016-08-07
* Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-26
|\
| * block: simplify and cleanup bvec pool handlingChristoph Hellwig2016-07-20
* | block/bio-integrity.c: Add #include "blk.h"Bart Van Assche2016-06-14
|/
* blk-integrity: checking for NULL instead of IS_ERRDan Carpenter2015-12-09
* blk-integrity: empty implementation when disabledKeith Busch2015-12-03
* block: blk_flush_integrity() for bio-based driversDan Williams2015-10-21
* block: Reduce the size of struct blk_integrityMartin K. Petersen2015-10-21
* block: Consolidate static integrity profile propertiesMartin K. Petersen2015-10-21
* block: Refuse adding appending a gapped integrity page to a bioSagi Grimberg2015-09-11
* block: add a bi_error field to struct bioChristoph Hellwig2015-07-29
* bio integrity: do not assume bio_integrity_pool exists if bioset existsMike Snitzer2015-07-07
* block: remove management of bi_remaining when restoring original bi_end_ioMike Snitzer2015-05-22
* block: fix regression where bio_integrity_process uses wrong bio_vec iteratorDarrick J. Wong2014-12-02
* bio-integrity: remove the needless fail handle of bip_slab creatingGu Zheng2014-10-13
* block: Integrity checksum flagMartin K. Petersen2014-09-27
* block: Relocate bio integrity flagsMartin K. Petersen2014-09-27
* block: Add prefix to block integrity profile flagsMartin K. Petersen2014-09-27
* block: Clean up the code used to generate and verify integrity metadataMartin K. Petersen2014-09-27
* block: Make protection interval calculation genericMartin K. Petersen2014-09-27
* block: Deprecate the use of the term sector in the context of block integrityMartin K. Petersen2014-09-27
* block: Remove bip_bufMartin K. Petersen2014-09-27
* block: Remove integrity tagging functionsMartin K. Petersen2014-09-27
* block: Replace bi_integrity with bi_specialMartin K. Petersen2014-09-27
* block: Get rid of bdev_integrity_enabled()Martin K. Petersen2014-09-27
* block: Fix BUG_ON when pi errors occurSagi Grimberg2014-08-21
* bio-integrity: add "bip_max_vcnt" into struct bio_integrity_payloadGu Zheng2014-07-01
* block: move bio.c and bio-integrity.c from fs/ to block/Jens Axboe2014-05-19