index
:
drm-intel
core-for-ci
drm-intel-fixes
drm-intel-gt-next
drm-intel-gt-next-backup
drm-intel-next
drm-intel-next-fixes
drm-intel-next-queued
drm-intel-testing
for-linux-next
for-linux-next-fixes
for-linux-next-gt
i915-orig
main
maintainer-tools
topic/core-for-CI
topic/drm-intel-gem-next
topic/thunderbolt-next
Linux driver for Intel graphics
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
bio-integrity.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-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
[next]