| Commit message (Expand) | Author | Age | Files | Lines |
* | block: bio-integrity: Advance seed correctly for larger interval sizes | Martin K. Petersen | 2022-02-04 | 1 | -1/+1 |
* | block: convert the rest of block to bdev_get_queue | Pavel Begunkov | 2021-10-18 | 1 | -1/+1 |
* | block: move integrity handling out of <linux/blkdev.h> | Christoph Hellwig | 2021-10-18 | 1 | -1/+1 |
* | block: use bvec_virt in bio_integrity_{process,free} | Christoph Hellwig | 2021-08-16 | 1 | -5/+2 |
* | block: use bvec_kmap_local in bio_integrity_process | Christoph Hellwig | 2021-08-02 | 1 | -8/+6 |
* | block: remove BLK_BOUNCE_ISA support | Christoph Hellwig | 2021-04-06 | 1 | -2/+1 |
* | block: use bi_max_vecs to find the bvec pool | Christoph Hellwig | 2021-02-08 | 1 | -7/+4 |
* | block: reuse BIO_INLINE_VECS for integrity bvecs | Christoph Hellwig | 2021-02-08 | 1 | -4/+2 |
* | block: store a block_device pointer in struct bio | Christoph Hellwig | 2021-01-25 | 1 | -9/+9 |
* | block: make function __bio_integrity_free() static | Wei Yongjun | 2020-07-02 | 1 | -1/+2 |
* | block: release bip in a right way in error path | Chengguang Xu | 2020-06-24 | 1 | -9/+14 |
* | block/bio-integrity: don't free 'buf' if bio_integrity_add_page() failed | yu kuai | 2020-06-03 | 1 | -1/+0 |
* | block: Make blk-integrity preclude hardware inline encryption | Satya Tangirala | 2020-05-14 | 1 | -0/+3 |
* | block: fix memleak of bio integrity data | Justin Tee | 2019-12-05 | 1 | -1/+1 |
* | block/bio-integrity: fix a memory leak bug | Wenwen Wang | 2019-07-12 | 1 | -2/+6 |
* | block/bio-integrity: use struct_size() in kmalloc() | Jackie Liu | 2019-05-16 | 1 | -2/+1 |
* | block: switch all files cleared marked as GPLv2 to SPDX tags | Christoph Hellwig | 2019-05-01 | 1 | -15/+1 |
* | block: remove the bio_integrity_advance export | Christoph Hellwig | 2018-12-16 | 1 | -1/+0 |
* | block: remove the bioset_integrity_free export | Christoph Hellwig | 2018-12-16 | 1 | -1/+0 |
* | block: remove bio_rewind_iter() | Ming Lei | 2018-09-06 | 1 | -8/+4 |
* | block: move bio_integrity_{intervals,bytes} into blkdev.h | Greg Edwards | 2018-07-26 | 1 | -22/+0 |
* | block: Convert bio_set to mempool_init() | Kent Overstreet | 2018-05-14 | 1 | -15/+14 |
* | block: Fix __bio_integrity_endio() documentation | Bart Van Assche | 2018-01-17 | 1 | -1/+0 |
* | block: remove unnecessary NULL checks in bioset_integrity_free() | Tim Hansen | 2017-10-06 | 1 | -5/+2 |
* | Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 2017-09-07 | 1 | -14/+12 |
|\ |
|
| * | bio-integrity: Fix regression if profile verify_fn is NULL | Milan Broz | 2017-08-24 | 1 | -1/+4 |
| * | block: replace bi_bdev with a gendisk pointer and partitions index | Christoph Hellwig | 2017-08-23 | 1 | -10/+8 |
| * | bio-integrity: move the bio integrity profile check earlier in bio_integrity_... | Christoph Hellwig | 2017-08-09 | 1 | -3/+3 |
* | | bio-integrity: only verify integrity on the lowest stacked driver | Christoph Hellwig | 2017-08-10 | 1 | -3/+2 |
* | | bio-integrity: Fix regression if profile verify_fn is NULL | Milan Broz | 2017-08-10 | 1 | -1/+4 |
|/ |
|
* | bio-integrity: fix boolreturn.cocci warnings | kbuild test robot | 2017-07-05 | 1 | -1/+1 |
* | bio-integrity: stop abusing bi_end_io | Christoph Hellwig | 2017-07-04 | 1 | -27/+12 |
* | bio-integrity: Restore original iterator on verify stage | Dmitry Monakhov | 2017-07-04 | 1 | -6/+20 |
* | bio-integrity: fold bio_integrity_enabled to bio_integrity_prep | Dmitry Monakhov | 2017-07-04 | 1 | -49/+39 |
* | bio-integrity: fix interface for bio_integrity_trim | Dmitry Monakhov | 2017-07-04 | 1 | -9/+2 |
* | bio-integrity: bio_integrity_advance must update integrity seed | Dmitry Monakhov | 2017-07-04 | 1 | -0/+1 |
* | Merge tag 'v4.12-rc5' into for-4.13/block | Jens Axboe | 2017-06-12 | 1 | -0/+3 |
|\ |
|
| * | bio-integrity: Do not allocate integrity context for bio w/o data | Dmitry Monakhov | 2017-06-03 | 1 | -0/+3 |
* | | block: switch bios to blk_status_t | Christoph Hellwig | 2017-06-09 | 1 | -4/+4 |
|/ |
|
* | block: remove bio_is_rw | Christoph Hellwig | 2016-10-28 | 1 | -1/+1 |
* | block: rename bio bi_rw to bi_opf | Jens Axboe | 2016-08-07 | 1 | -1/+1 |
* | Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds | 2016-07-27 | 1 | -5/+4 |
|\ |
|
| * | block: simplify and cleanup bvec pool handling | Christoph Hellwig | 2016-07-21 | 1 | -5/+4 |
* | | block/bio-integrity.c: Add #include "blk.h" | Bart Van Assche | 2016-06-14 | 1 | -0/+1 |
|/ |
|
* | blk-integrity: checking for NULL instead of IS_ERR | Dan Carpenter | 2015-12-09 | 1 | -5/+4 |
* | blk-integrity: empty implementation when disabled | Keith Busch | 2015-12-03 | 1 | -2/+2 |
* | block: blk_flush_integrity() for bio-based drivers | Dan Williams | 2015-10-21 | 1 | -0/+5 |
* | block: Reduce the size of struct blk_integrity | Martin K. Petersen | 2015-10-21 | 1 | -2/+2 |
* | block: Consolidate static integrity profile properties | Martin K. Petersen | 2015-10-21 | 1 | -4/+4 |
* | block: Refuse adding appending a gapped integrity page to a bio | Sagi Grimberg | 2015-09-11 | 1 | -0/+5 |