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.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-6.11/block-post-20240722' of git://git.kernel.dk/linux
Linus Torvalds
2024-07-22
1
-3
/
+13
|
\
|
*
block: don't call bio_uninit from bio_endio
Christoph Hellwig
2024-07-03
1
-2
/
+12
|
*
block: split integrity support out of bio.h
Christoph Hellwig
2024-07-03
1
-1
/
+1
*
|
block: add a bvec_phys helper
Christoph Hellwig
2024-07-08
1
-1
/
+1
|
/
*
Merge tag 'for-6.10-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
2024-05-14
1
-0
/
+1
|
\
|
*
bio: Export bio_add_folio_nofail to modules
Matthew Wilcox (Oracle)
2024-05-07
1
-0
/
+1
*
|
blk-throttle: remove CONFIG_BLK_DEV_THROTTLING_LOW
Yu Kuai
2024-05-09
1
-1
/
+0
*
|
block: add a bio_await_chain helper
Keith Busch
2024-05-07
1
-0
/
+20
*
|
block: add a bio_chain_and_submit helper
Christoph Hellwig
2024-05-07
1
-8
/
+19
*
|
block: Introduce zone write plugging
Damien Le Moal
2024-04-17
1
-0
/
+2
|
/
*
Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linux
Linus Torvalds
2024-03-11
1
-26
/
+19
|
\
|
*
block: Fix page refcounts for unaligned buffers in __bio_release_pages()
Tony Battersby
2024-03-06
1
-3
/
+4
|
*
block: io wait hang check helper
Keith Busch
2024-02-24
1
-11
/
+1
|
*
block: optimise in irq bio put caching
Pavel Begunkov
2024-02-08
1
-11
/
+12
|
*
block: extend bio caching to task context
Pavel Begunkov
2024-02-08
1
-1
/
+2
*
|
block, fs: Restore the per-bio/request data lifetime fields
Bart Van Assche
2024-02-06
1
-0
/
+2
|
/
*
block: support adding less than len in bio_add_hw_page
Christoph Hellwig
2023-12-15
1
-1
/
+4
*
block: prevent an integer overflow in bvec_try_merge_hw_page
Christoph Hellwig
2023-12-15
1
-1
/
+1
*
block: Remove special-casing of compound pages
Matthew Wilcox (Oracle)
2023-12-07
1
-22
/
+24
*
block: Bring back zero_fill_bio_iter
Kent Overstreet
2023-08-14
1
-3
/
+3
*
block: Allow bio_iov_iter_get_pages() with bio->bi_bdev unset
Kent Overstreet
2023-08-14
1
-4
/
+6
*
block: Add some exports for bcachefs
Kent Overstreet
2023-08-14
1
-0
/
+2
*
block: make bvec_try_merge_hw_page() non-static
Jinyoung Choi
2023-08-09
1
-1
/
+1
*
block: don't pass a bio to bio_try_merge_hw_seg
Christoph Hellwig
2023-07-24
1
-9
/
+7
*
block: move the bi_size update out of __bio_try_merge_page
Christoph Hellwig
2023-07-24
1
-37
/
+20
*
block: downgrade a bio_full call in bio_add_page
Christoph Hellwig
2023-07-24
1
-1
/
+1
*
block: move the bi_size overflow check in __bio_try_merge_page
Christoph Hellwig
2023-07-24
1
-4
/
+5
*
block: move the bi_vcnt check out of __bio_try_merge_page
Christoph Hellwig
2023-07-24
1
-23
/
+22
*
block: move the BIO_CLONED checks out of __bio_try_merge_page
Christoph Hellwig
2023-07-24
1
-3
/
+6
*
block: use SECTOR_SHIFT bio_add_hw_page
Christoph Hellwig
2023-07-24
1
-1
/
+1
*
block: tidy up the bio full checks in bio_add_hw_page
Christoph Hellwig
2023-07-24
1
-6
/
+4
*
block: add bio_add_folio_nofail
Johannes Thumshirn
2023-06-01
1
-0
/
+8
*
block: Convert bio_iov_iter_get_pages to use iov_iter_extract_pages
David Howells
2023-05-24
1
-11
/
+12
*
block: Add BIO_PAGE_PINNED and associated infrastructure
David Howells
2023-05-24
1
-3
/
+3
*
block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logic
Christoph Hellwig
2023-05-24
1
-1
/
+1
*
ext4: Convert ext4_bio_write_page() to use a folio
Matthew Wilcox
2023-04-06
1
-0
/
+1
*
Merge tag 'block-6.3-2023-03-03' of git://git.kernel.dk/linux
Linus Torvalds
2023-03-03
1
-0
/
+1
|
\
|
*
block: clear bio->bi_bdev when putting a bio back in the cache
Jens Axboe
2023-02-24
1
-0
/
+1
*
|
Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2023-02-22
1
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
iov_iter: Define flags to qualify page extraction.
David Howells
2023-02-20
1
-3
/
+3
*
|
block: Remove the ALLOC_CACHE_SLACK constant
Bart Van Assche
2023-02-09
1
-1
/
+0
*
|
block: factor out a bvec_set_page helper
Christoph Hellwig
2023-02-03
1
-10
/
+2
*
|
block: add a BUILD_BUG_ON() for adding more bio flags than we have space
Jens Axboe
2023-01-29
1
-0
/
+2
|
/
*
Revert "block: bio_copy_data_iter"
Jens Axboe
2023-01-04
1
-15
/
+22
*
block: bio_copy_data_iter
Christoph Hellwig
2022-12-06
1
-22
/
+15
*
bio: shrink max number of pcpu cached bios
Pavel Begunkov
2022-11-16
1
-1
/
+1
*
bio: add pcpu caching for non-polling bio_put
Pavel Begunkov
2022-11-16
1
-16
/
+54
*
bio: split pcpu cache part of bio_put into a helper
Pavel Begunkov
2022-11-16
1
-13
/
+25
*
bio: don't rob starving biosets of bios
Pavel Begunkov
2022-11-16
1
-0
/
+2
*
block: set FOLL_PCI_P2PDMA in __bio_iov_iter_get_pages()
Logan Gunthorpe
2022-11-09
1
-2
/
+7
[next]