aboutsummaryrefslogtreecommitdiffstats
path: root/block/bio-integrity.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-06block: remove BLK_BOUNCE_ISA supportChristoph Hellwig1-2/+1
2021-02-08block: use bi_max_vecs to find the bvec poolChristoph Hellwig1-7/+4
2021-02-08block: reuse BIO_INLINE_VECS for integrity bvecsChristoph Hellwig1-4/+2
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig1-9/+9
2020-07-02block: make function __bio_integrity_free() staticWei Yongjun1-1/+2
2020-06-24block: release bip in a right way in error pathChengguang Xu1-9/+14
2020-06-02block/bio-integrity: don't free 'buf' if bio_integrity_add_page() failedyu kuai1-1/+0
2020-05-14block: Make blk-integrity preclude hardware inline encryptionSatya Tangirala1-0/+3
2019-12-05block: fix memleak of bio integrity dataJustin Tee1-1/+1
2019-07-11block/bio-integrity: fix a memory leak bugWenwen Wang1-2/+6
2019-05-16block/bio-integrity: use struct_size() in kmalloc()Jackie Liu1-2/+1
2019-04-30block: switch all files cleared marked as GPLv2 to SPDX tagsChristoph Hellwig1-15/+1
2018-12-16block: remove the bio_integrity_advance exportChristoph Hellwig1-1/+0
2018-12-16block: remove the bioset_integrity_free exportChristoph Hellwig1-1/+0
2018-09-06block: remove bio_rewind_iter()Ming Lei1-8/+4
2018-07-26block: move bio_integrity_{intervals,bytes} into blkdev.hGreg Edwards1-22/+0
2018-05-14block: Convert bio_set to mempool_init()Kent Overstreet1-15/+14
2018-01-17block: Fix __bio_integrity_endio() documentationBart Van Assche1-1/+0
2017-10-06block: remove unnecessary NULL checks in bioset_integrity_free()Tim Hansen1-5/+2
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-14/+12
2017-08-24bio-integrity: Fix regression if profile verify_fn is NULLMilan Broz1-1/+4
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-10/+8
2017-08-09bio-integrity: only verify integrity on the lowest stacked driverChristoph Hellwig1-3/+2
2017-08-09bio-integrity: Fix regression if profile verify_fn is NULLMilan Broz1-1/+4
2017-08-09bio-integrity: move the bio integrity profile check earlier in bio_integrity_prepChristoph Hellwig1-3/+3
2017-07-04bio-integrity: fix boolreturn.cocci warningskbuild test robot1-1/+1
2017-07-03bio-integrity: stop abusing bi_end_ioChristoph Hellwig1-27/+12
2017-07-03bio-integrity: Restore original iterator on verify stageDmitry Monakhov1-6/+20
2017-07-03bio-integrity: fold bio_integrity_enabled to bio_integrity_prepDmitry Monakhov1-49/+39
2017-07-03bio-integrity: fix interface for bio_integrity_trimDmitry Monakhov1-9/+2
2017-07-03bio-integrity: bio_integrity_advance must update integrity seedDmitry Monakhov1-0/+1
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe1-0/+3
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-4/+4
2017-06-03bio-integrity: Do not allocate integrity context for bio w/o dataDmitry Monakhov1-0/+3
2016-10-28block: remove bio_is_rwChristoph Hellwig1-1/+1
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe1-1/+1
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+4
2016-07-20block: simplify and cleanup bvec pool handlingChristoph Hellwig1-5/+4
2016-06-14block/bio-integrity.c: Add #include "blk.h"Bart Van Assche1-0/+1
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