index
:
asahi-linux.git
20240806-atcphy-rewrite
aic2
asahi
asahi-6.5-rc1-wip
asahi-dcpext-2022-11-12
asahi-soc/base
asahi-soc/dt
asahi-soc/fixes
asahi-soc/for-next
asahi-soc/mailbox
asahi-soc/maintainers
asahi-soc/pmgr
asahi-soc/prev
asahi-soc/soc
asahi-wip
asahi-wip-6.8
atcphy-20230219
audio/testing
base
bases/000-devicetree
bits/000-devicetree
bits/002-backports
bits/005-maintainers
bits/010-soc
bits/020-dart
bits/030-misc
bits/040-dwc3
bits/050-nvme
bits/060-spi
bits/070-audio
bits/080-wifi
bits/090-spi-hid
bits/100-bluetooth
bits/110-smc
bits/120-spmi
bits/130-cpufreq
bits/140-pci
bits/150-xhci-firmware
bits/160-fpwm
bits/170-atcphy
bits/180-sio
bits/200-dcp
bits/210-gpu
bits/220-tso
bits/230-touchbar
bits/240-isp
clk/new
cpufreq/v1
cpufreq/wip
dcp/dptx-fixes
dcp/sleep
dcp/wtf
dp-altmode-WIP
fixes/6.5
fixes/usb-streams-snafu
gpu/base
gpu/clustering-debug
gpu/compute
gpu/explicit-sync
gpu/history-20230305
gpu/history-6.2
gpu/modpost
gpu/new
gpu/new-bits
gpu/omg-it-works
gpu/pin-init-hack
gpu/pin_init_woes
gpu/prev
gpu/rebase-20230224
gpu/rebase-6.4
gpu/rust-1.74-ice
gpu/rust-drm
gpu/rust-for-later
gpu/rust-for-next
gpu/rust-for-next-merged
gpu/rust-next
gpu/rust-rebased
gpu/rust-submitted
gpu/rust-wip
gpu/rust-wip-5.19
gpu/rust-wip-6.3
gpu/uapi-2024-06
gpu/uapi-revamp
isp/heap-alloc
isp/t602x
isp/t602x-v2
kvm-tso
mailbox/i-hate-mailbox
main
misc/dax-fixes
next-base
nvme/suspend
nvme/wip-clocks
pcie/wip-sd-pm
pmgr-stuff
pmgr/dev
pmgr/nvme-merge
rust/makefile-fix
rust/unsafe_pr
smc/rtkit-patches
smc/work
sound/ivsense-fix
sound/ivsense-improvements
sound/speaker-safety
speakers/enablement-READ-COMMIT-MESSAGE
spmi/work
sven/i2c-pasemi-fixes
t6000/bringup-work
t602x/bringup
t8112/bringup
touchpad/wip
tso/fixes
wifi/bcm4388
wifi/take1
wifi/take2
wifi/take3
wifi/take4
wifi/take5
wifi/v2
wifi/v3-wip-asahi
My (slowly updated) mirror of Linux from Asahi Linux
Runxi Yu
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
bio-integrity.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bio-integrity: don't restrict the size of integrity metadata
Mikulas Patocka
2024-09-04
1
-4
/
+0
*
Merge tag 'for-6.11/block-post-20240722' of git://git.kernel.dk/linux
Linus Torvalds
2024-07-22
1
-55
/
+32
|
\
|
*
block: don't free the integrity payload in bio_integrity_unmap_free_user
Christoph Hellwig
2024-07-03
1
-20
/
+11
|
*
block: don't free submitter owned integrity payload on I/O completion
Christoph Hellwig
2024-07-03
1
-35
/
+22
|
*
block: call bio_integrity_unmap_free_user from blk_rq_unmap_user
Christoph Hellwig
2024-07-03
1
-1
/
+0
|
*
Merge tag 'v6.10-rc6' into for-6.11/block-post
Jens Axboe
2024-07-03
1
-2
/
+24
|
|
\
*
|
\
Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linux
Linus Torvalds
2024-07-15
1
-98
/
+37
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
block: reuse original bio_vec array for integrity during clone
Anuj Gupta
2024-07-04
1
-6
/
+3
|
|
/
|
*
block: set bip_vcnt correctly
Anuj Gupta
2024-06-28
1
-0
/
+2
|
*
block: remove bio_integrity_process
Christoph Hellwig
2024-06-28
1
-45
/
+2
|
*
block: switch on bio operation in bio_integrity_prep
Christoph Hellwig
2024-06-28
1
-5
/
+7
|
*
block: remove allocation failure warnings in bio_integrity_prep
Christoph Hellwig
2024-06-28
1
-2
/
+0
|
*
block: simplify adding the payload in bio_integrity_prep
Christoph Hellwig
2024-06-28
1
-26
/
+6
|
*
block: only zero non-PI metadata tuples in bio_integrity_prep
Christoph Hellwig
2024-06-28
1
-4
/
+4
|
*
block: move dma_pad_mask into queue_limits
Christoph Hellwig
2024-06-26
1
-1
/
+1
|
*
block: invert the BLK_INTEGRITY_{GENERATE,VERIFY} flags
Christoph Hellwig
2024-06-14
1
-2
/
+2
|
*
block: remove the blk_integrity_profile structure
Christoph Hellwig
2024-06-14
1
-19
/
+13
|
*
block: initialize integrity buffer to zero before writing it to media
Christoph Hellwig
2024-06-14
1
-1
/
+10
*
|
block: unmap and free user mapped integrity via submitter
Anuj Gupta
2024-06-12
1
-2
/
+24
|
/
*
block: support PI at non-zero offset within metadata
Kanchan Joshi
2024-02-12
1
-0
/
+1
*
block: bio-integrity: fix kcalloc() arguments order
Dmitry Antipov
2024-01-16
1
-1
/
+1
*
block: bio-integrity: directly map user buffers
Keith Busch
2023-12-01
1
-2
/
+216
*
bio-integrity: create multi-page bvecs in bio_integrity_add_page()
Jinyoung Choi
2023-08-09
1
-7
/
+24
*
bio-integrity: cleanup adding integrity pages to bip's bvec.
Jinyoung Choi
2023-08-09
1
-13
/
+3
*
bio-integrity: update the payload size in bio_integrity_add_page()
Jinyoung Choi
2023-08-09
1
-1
/
+1
*
block: cleanup bio_integrity_prep
Jinyoung Choi
2023-07-25
1
-5
/
+1
*
block: refactor to use helper
Nitesh Shetty
2023-07-20
1
-3
/
+1
*
block: bio-integrity: Copy flags when bio_integrity_payload is cloned
Martin K. Petersen
2023-02-16
1
-0
/
+1
*
block: factor out a bvec_set_page helper
Christoph Hellwig
2023-02-03
1
-6
/
+1
*
block: pass struct queue_limits to the bio splitting helpers
Christoph Hellwig
2022-08-02
1
-1
/
+1
*
block: support pi with extended metadata
Keith Busch
2022-03-07
1
-0
/
+1
*
Merge branch 'for-5.18/block' into for-5.18/64bit-pi
Jens Axboe
2022-03-07
1
-1
/
+0
|
\
|
*
block: clone crypto and integrity data in __bio_clone_fast
Christoph Hellwig
2022-02-04
1
-1
/
+0
*
|
block: bio-integrity: Advance seed correctly for larger interval sizes
Martin K. Petersen
2022-02-03
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-24
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-02
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-11
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-04-30
1
-15
/
+1
[next]