summaryrefslogtreecommitdiffstats
path: root/block/bio-integrity.c
Commit message (Expand)AuthorAgeFilesLines
* block: remove bio_is_rwChristoph Hellwig2016-10-281-1/+1
* block: rename bio bi_rw to bi_opfJens Axboe2016-08-071-1/+1
* Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-261-5/+4
|\
| * block: simplify and cleanup bvec pool handlingChristoph Hellwig2016-07-201-5/+4
* | block/bio-integrity.c: Add #include "blk.h"Bart Van Assche2016-06-141-0/+1
|/
* blk-integrity: checking for NULL instead of IS_ERRDan Carpenter2015-12-091-5/+4
* blk-integrity: empty implementation when disabledKeith Busch2015-12-031-2/+2
* block: blk_flush_integrity() for bio-based driversDan Williams2015-10-211-0/+5
* block: Reduce the size of struct blk_integrityMartin K. Petersen2015-10-211-2/+2
* block: Consolidate static integrity profile propertiesMartin K. Petersen2015-10-211-4/+4
* block: Refuse adding appending a gapped integrity page to a bioSagi Grimberg2015-09-111-0/+5
* block: add a bi_error field to struct bioChristoph Hellwig2015-07-291-6/+5
* bio integrity: do not assume bio_integrity_pool exists if bioset existsMike Snitzer2015-07-071-2/+2
* block: remove management of bi_remaining when restoring original bi_end_ioMike Snitzer2015-05-221-2/+2
* block: fix regression where bio_integrity_process uses wrong bio_vec iteratorDarrick J. Wong2014-12-021-6/+7
* bio-integrity: remove the needless fail handle of bip_slab creatingGu Zheng2014-10-131-2/+0
* block: Integrity checksum flagMartin K. Petersen2014-09-271-0/+3
* block: Relocate bio integrity flagsMartin K. Petersen2014-09-271-2/+2
* block: Add prefix to block integrity profile flagsMartin K. Petersen2014-09-271-2/+2
* block: Clean up the code used to generate and verify integrity metadataMartin K. Petersen2014-09-271-60/+22
* block: Make protection interval calculation genericMartin K. Petersen2014-09-271-5/+1
* block: Deprecate the use of the term sector in the context of block integrityMartin K. Petersen2014-09-271-21/+21
* block: Remove bip_bufMartin K. Petersen2014-09-271-4/+6
* block: Remove integrity tagging functionsMartin K. Petersen2014-09-271-93/+1
* block: Replace bi_integrity with bi_specialMartin K. Petersen2014-09-271-9/+10
* block: Get rid of bdev_integrity_enabled()Martin K. Petersen2014-09-271-22/+17
* block: Fix BUG_ON when pi errors occurSagi Grimberg2014-08-211-1/+1
* bio-integrity: add "bip_max_vcnt" into struct bio_integrity_payloadGu Zheng2014-07-011-9/+3
* block: move bio.c and bio-integrity.c from fs/ to block/Jens Axboe2014-05-191-0/+657