| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-04-16 | block: integrity: Do not call set_page_dirty_lock() | Martin K. Petersen | 1 | -11/+6 |
| 2025-03-03 | block: split struct bio_integrity_payload | Christoph Hellwig | 1 | -85/+22 |
| 2025-03-03 | block: move the block layer auto-integrity code into a new file | Christoph Hellwig | 1 | -159/+0 |
| 2024-12-23 | block: add support to pass user meta buffer | Kanchan Joshi | 1 | -0/+50 |
| 2024-12-23 | block: introduce BIP_CHECK_GUARD/REFTAG/APPTAG bip_flags | Anuj Gupta | 1 | -0/+5 |
| 2024-12-23 | block: modify bio_integrity_map_user to accept iov_iter as argument | Anuj Gupta | 1 | -7/+5 |
| 2024-12-23 | block: copy back bounce buffer to user-space correctly in case of split | Christoph Hellwig | 1 | -7/+8 |
| 2024-12-23 | block: define set of integrity flags to be inherited by cloned bip | Anuj Gupta | 1 | -1/+1 |
| 2024-10-30 | blk-integrity: remove seed for user mapped buffers | Keith Busch | 1 | -8/+5 |
| 2024-09-17 | Merge tag 'v6.11' into for-6.12/block | Jens Axboe | 1 | -4/+0 |
| 2024-09-13 | block: provide a request helper for user integrity segments | Keith Busch | 1 | -1/+0 |
| 2024-09-04 | bio-integrity: don't restrict the size of integrity metadata | Mikulas Patocka | 1 | -4/+0 |
| 2024-07-22 | Merge tag 'for-6.11/block-post-20240722' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -55/+32 |
| 2024-07-15 | Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -98/+37 |
| 2024-07-04 | block: reuse original bio_vec array for integrity during clone | Anuj Gupta | 1 | -6/+3 |
| 2024-07-03 | block: don't free the integrity payload in bio_integrity_unmap_free_user | Christoph Hellwig | 1 | -20/+11 |
| 2024-07-03 | block: don't free submitter owned integrity payload on I/O completion | Christoph Hellwig | 1 | -35/+22 |
| 2024-07-03 | block: call bio_integrity_unmap_free_user from blk_rq_unmap_user | Christoph Hellwig | 1 | -1/+0 |
| 2024-07-03 | Merge tag 'v6.10-rc6' into for-6.11/block-post | Jens Axboe | 1 | -2/+24 |
| 2024-06-28 | block: set bip_vcnt correctly | Anuj Gupta | 1 | -0/+2 |
| 2024-06-28 | block: remove bio_integrity_process | Christoph Hellwig | 1 | -45/+2 |
| 2024-06-28 | block: switch on bio operation in bio_integrity_prep | Christoph Hellwig | 1 | -5/+7 |
| 2024-06-28 | block: remove allocation failure warnings in bio_integrity_prep | Christoph Hellwig | 1 | -2/+0 |
| 2024-06-28 | block: simplify adding the payload in bio_integrity_prep | Christoph Hellwig | 1 | -26/+6 |
| 2024-06-28 | block: only zero non-PI metadata tuples in bio_integrity_prep | Christoph Hellwig | 1 | -4/+4 |
| 2024-06-26 | block: move dma_pad_mask into queue_limits | Christoph Hellwig | 1 | -1/+1 |
| 2024-06-14 | block: invert the BLK_INTEGRITY_{GENERATE,VERIFY} flags | Christoph Hellwig | 1 | -2/+2 |
| 2024-06-14 | block: remove the blk_integrity_profile structure | Christoph Hellwig | 1 | -19/+13 |
| 2024-06-14 | block: initialize integrity buffer to zero before writing it to media | Christoph Hellwig | 1 | -1/+10 |
| 2024-06-12 | block: unmap and free user mapped integrity via submitter | Anuj Gupta | 1 | -2/+24 |
| 2024-02-12 | block: support PI at non-zero offset within metadata | Kanchan Joshi | 1 | -0/+1 |
| 2024-01-16 | block: bio-integrity: fix kcalloc() arguments order | Dmitry Antipov | 1 | -1/+1 |
| 2023-12-01 | block: bio-integrity: directly map user buffers | Keith Busch | 1 | -2/+216 |
| 2023-08-09 | bio-integrity: create multi-page bvecs in bio_integrity_add_page() | Jinyoung Choi | 1 | -7/+24 |
| 2023-08-09 | bio-integrity: cleanup adding integrity pages to bip's bvec. | Jinyoung Choi | 1 | -13/+3 |
| 2023-08-09 | bio-integrity: update the payload size in bio_integrity_add_page() | Jinyoung Choi | 1 | -1/+1 |
| 2023-07-25 | block: cleanup bio_integrity_prep | Jinyoung Choi | 1 | -5/+1 |
| 2023-07-20 | block: refactor to use helper | Nitesh Shetty | 1 | -3/+1 |
| 2023-02-16 | block: bio-integrity: Copy flags when bio_integrity_payload is cloned | Martin K. Petersen | 1 | -0/+1 |
| 2023-02-03 | block: factor out a bvec_set_page helper | Christoph Hellwig | 1 | -6/+1 |
| 2022-08-02 | block: pass struct queue_limits to the bio splitting helpers | Christoph Hellwig | 1 | -1/+1 |
| 2022-03-07 | block: support pi with extended metadata | Keith Busch | 1 | -0/+1 |
| 2022-03-07 | Merge branch 'for-5.18/block' into for-5.18/64bit-pi | Jens Axboe | 1 | -1/+0 |
| 2022-02-04 | block: clone crypto and integrity data in __bio_clone_fast | Christoph Hellwig | 1 | -1/+0 |
| 2022-02-03 | block: bio-integrity: Advance seed correctly for larger interval sizes | Martin K. Petersen | 1 | -1/+1 |
| 2021-10-18 | block: convert the rest of block to bdev_get_queue | Pavel Begunkov | 1 | -1/+1 |
| 2021-10-18 | block: move integrity handling out of <linux/blkdev.h> | Christoph Hellwig | 1 | -1/+1 |
| 2021-08-16 | block: use bvec_virt in bio_integrity_{process,free} | Christoph Hellwig | 1 | -5/+2 |
| 2021-08-02 | block: use bvec_kmap_local in bio_integrity_process | Christoph Hellwig | 1 | -8/+6 |
| 2021-04-06 | block: remove BLK_BOUNCE_ISA support | Christoph Hellwig | 1 | -2/+1 |
| 2021-02-08 | block: use bi_max_vecs to find the bvec pool | Christoph Hellwig | 1 | -7/+4 |
| 2021-02-08 | block: reuse BIO_INLINE_VECS for integrity bvecs | Christoph Hellwig | 1 | -4/+2 |
| 2021-01-24 | block: store a block_device pointer in struct bio | Christoph Hellwig | 1 | -9/+9 |
| 2020-07-02 | block: make function __bio_integrity_free() static | Wei Yongjun | 1 | -1/+2 |
| 2020-06-24 | block: release bip in a right way in error path | Chengguang Xu | 1 | -9/+14 |
| 2020-06-02 | block/bio-integrity: don't free 'buf' if bio_integrity_add_page() failed | yu kuai | 1 | -1/+0 |
| 2020-05-14 | block: Make blk-integrity preclude hardware inline encryption | Satya Tangirala | 1 | -0/+3 |
| 2019-12-05 | block: fix memleak of bio integrity data | Justin Tee | 1 | -1/+1 |
| 2019-07-11 | block/bio-integrity: fix a memory leak bug | Wenwen Wang | 1 | -2/+6 |
| 2019-05-16 | block/bio-integrity: use struct_size() in kmalloc() | Jackie Liu | 1 | -2/+1 |
| 2019-04-30 | block: switch all files cleared marked as GPLv2 to SPDX tags | Christoph Hellwig | 1 | -15/+1 |
| 2018-12-16 | block: remove the bio_integrity_advance export | Christoph Hellwig | 1 | -1/+0 |
| 2018-12-16 | block: remove the bioset_integrity_free export | Christoph Hellwig | 1 | -1/+0 |
| 2018-09-06 | block: remove bio_rewind_iter() | Ming Lei | 1 | -8/+4 |
| 2018-07-26 | block: move bio_integrity_{intervals,bytes} into blkdev.h | Greg Edwards | 1 | -22/+0 |
| 2018-05-14 | block: Convert bio_set to mempool_init() | Kent Overstreet | 1 | -15/+14 |
| 2018-01-17 | block: Fix __bio_integrity_endio() documentation | Bart Van Assche | 1 | -1/+0 |
| 2017-10-06 | block: remove unnecessary NULL checks in bioset_integrity_free() | Tim Hansen | 1 | -5/+2 |
| 2017-09-07 | Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -14/+12 |
| 2017-08-24 | bio-integrity: Fix regression if profile verify_fn is NULL | Milan Broz | 1 | -1/+4 |
| 2017-08-23 | block: replace bi_bdev with a gendisk pointer and partitions index | Christoph Hellwig | 1 | -10/+8 |
| 2017-08-09 | bio-integrity: only verify integrity on the lowest stacked driver | Christoph Hellwig | 1 | -3/+2 |
| 2017-08-09 | bio-integrity: Fix regression if profile verify_fn is NULL | Milan Broz | 1 | -1/+4 |
| 2017-08-09 | bio-integrity: move the bio integrity profile check earlier in bio_integrity_... | Christoph Hellwig | 1 | -3/+3 |
| 2017-07-04 | bio-integrity: fix boolreturn.cocci warnings | kbuild test robot | 1 | -1/+1 |
| 2017-07-03 | bio-integrity: stop abusing bi_end_io | Christoph Hellwig | 1 | -27/+12 |
| 2017-07-03 | bio-integrity: Restore original iterator on verify stage | Dmitry Monakhov | 1 | -6/+20 |
| 2017-07-03 | bio-integrity: fold bio_integrity_enabled to bio_integrity_prep | Dmitry Monakhov | 1 | -49/+39 |
| 2017-07-03 | bio-integrity: fix interface for bio_integrity_trim | Dmitry Monakhov | 1 | -9/+2 |
| 2017-07-03 | bio-integrity: bio_integrity_advance must update integrity seed | Dmitry Monakhov | 1 | -0/+1 |
| 2017-06-12 | Merge tag 'v4.12-rc5' into for-4.13/block | Jens Axboe | 1 | -0/+3 |
| 2017-06-09 | block: switch bios to blk_status_t | Christoph Hellwig | 1 | -4/+4 |
| 2017-06-03 | bio-integrity: Do not allocate integrity context for bio w/o data | Dmitry Monakhov | 1 | -0/+3 |
| 2016-10-28 | block: remove bio_is_rw | Christoph Hellwig | 1 | -1/+1 |
| 2016-08-07 | block: rename bio bi_rw to bi_opf | Jens Axboe | 1 | -1/+1 |
| 2016-07-26 | Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -5/+4 |
| 2016-07-20 | block: simplify and cleanup bvec pool handling | Christoph Hellwig | 1 | -5/+4 |
| 2016-06-14 | block/bio-integrity.c: Add #include "blk.h" | Bart Van Assche | 1 | -0/+1 |
| 2015-12-09 | blk-integrity: checking for NULL instead of IS_ERR | Dan Carpenter | 1 | -5/+4 |
| 2015-12-03 | blk-integrity: empty implementation when disabled | Keith Busch | 1 | -2/+2 |
| 2015-10-21 | block: blk_flush_integrity() for bio-based drivers | Dan Williams | 1 | -0/+5 |
| 2015-10-21 | block: Reduce the size of struct blk_integrity | Martin K. Petersen | 1 | -2/+2 |
| 2015-10-21 | block: Consolidate static integrity profile properties | Martin K. Petersen | 1 | -4/+4 |
| 2015-09-11 | block: Refuse adding appending a gapped integrity page to a bio | Sagi Grimberg | 1 | -0/+5 |
| 2015-07-29 | block: add a bi_error field to struct bio | Christoph Hellwig | 1 | -6/+5 |
| 2015-07-07 | bio integrity: do not assume bio_integrity_pool exists if bioset exists | Mike Snitzer | 1 | -2/+2 |
| 2015-05-22 | block: remove management of bi_remaining when restoring original bi_end_io | Mike Snitzer | 1 | -2/+2 |
| 2014-12-02 | block: fix regression where bio_integrity_process uses wrong bio_vec iterator | Darrick J. Wong | 1 | -6/+7 |
| 2014-10-13 | bio-integrity: remove the needless fail handle of bip_slab creating | Gu Zheng | 1 | -2/+0 |
| 2014-09-27 | block: Integrity checksum flag | Martin K. Petersen | 1 | -0/+3 |
| 2014-09-27 | block: Relocate bio integrity flags | Martin K. Petersen | 1 | -2/+2 |
| 2014-09-27 | block: Add prefix to block integrity profile flags | Martin K. Petersen | 1 | -2/+2 |
| 2014-09-27 | block: Clean up the code used to generate and verify integrity metadata | Martin K. Petersen | 1 | -59/+21 |
| 2014-09-27 | block: Make protection interval calculation generic | Martin K. Petersen | 1 | -5/+1 |
| 2014-09-27 | block: Deprecate the use of the term sector in the context of block integrity | Martin K. Petersen | 1 | -21/+21 |
| 2014-09-27 | block: Remove bip_buf | Martin K. Petersen | 1 | -4/+6 |
| 2014-09-27 | block: Remove integrity tagging functions | Martin K. Petersen | 1 | -93/+1 |
| 2014-09-27 | block: Replace bi_integrity with bi_special | Martin K. Petersen | 1 | -9/+10 |
| 2014-09-27 | block: Get rid of bdev_integrity_enabled() | Martin K. Petersen | 1 | -22/+17 |
| 2014-08-21 | block: Fix BUG_ON when pi errors occur | Sagi Grimberg | 1 | -1/+1 |
| 2014-07-01 | bio-integrity: add "bip_max_vcnt" into struct bio_integrity_payload | Gu Zheng | 1 | -9/+3 |
| 2014-05-19 | block: move bio.c and bio-integrity.c from fs/ to block/ | Jens Axboe | 1 | -0/+657 |