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
/
blk-merge.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: take offset into account in blk_bvec_map_sg again
Christoph Hellwig
2024-07-09
1
-2
/
+2
*
block: fix get_max_segment_size() warning
Chaitanya Kulkarni
2024-07-09
1
-1
/
+1
*
block: pass a phys_addr_t to get_max_segment_size
Christoph Hellwig
2024-07-08
1
-14
/
+11
*
block: Add core atomic write support
John Garry
2024-06-20
1
-4
/
+46
*
block: Generalize chunk_sectors support as boundary support
John Garry
2024-06-20
1
-6
/
+14
*
block: Pass blk_queue_get_max_sectors() a request pointer
John Garry
2024-06-20
1
-1
/
+2
*
block: support to account io_ticks precisely
Yu Kuai
2024-05-09
1
-0
/
+2
*
block: Do not special-case plugging of zone write operations
Damien Le Moal
2024-04-17
1
-2
/
+1
*
block: Introduce zone write plugging
Damien Le Moal
2024-04-17
1
-0
/
+12
*
block: Allow using bio_attempt_back_merge() internally
Damien Le Moal
2024-04-17
1
-7
/
+1
*
block: Make blk_rq_set_mixed_merge() static
John Garry
2024-03-26
1
-1
/
+1
*
block, fs: Restore the per-bio/request data lifetime fields
Bart Van Assche
2024-02-06
1
-0
/
+8
*
block: remove two comments in bio_split_discard
Christoph Hellwig
2023-12-29
1
-5
/
+1
*
blk-mq: release crypto keyslot before reporting I/O complete
Eric Biggers
2023-03-16
1
-0
/
+2
*
Merge tag 'block-6.3-2023-03-03' of git://git.kernel.dk/linux
Linus Torvalds
2023-03-03
1
-7
/
+0
|
\
|
*
blk-mq: enforce op-specific segment limits in blk_insert_cloned_request
Uday Shankar
2023-03-02
1
-7
/
+0
*
|
Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linux
Linus Torvalds
2023-02-20
1
-2
/
+33
|
\
|
|
*
block: use proper return value from bio_failfast()
Jens Axboe
2023-02-16
1
-1
/
+1
|
*
block: sync mixed merged request's failfast with 1st bio's
Ming Lei
2023-02-16
1
-2
/
+33
*
|
block: export bio_split_rw
Christoph Hellwig
2023-02-15
1
-1
/
+2
|
/
*
block: don't allow splitting of a REQ_NOWAIT bio
Jens Axboe
2023-01-04
1
-0
/
+10
*
block: handle bio_split_to_limits() NULL return
Jens Axboe
2023-01-04
1
-1
/
+3
*
block: Micro-optimize get_max_segment_size()
Bart Van Assche
2022-10-25
1
-4
/
+11
*
block: Constify most queue limits pointers
Bart Van Assche
2022-10-25
1
-13
/
+16
*
block: pass struct queue_limits to the bio splitting helpers
Christoph Hellwig
2022-08-02
1
-57
/
+50
*
block: move bio_allowed_max_sectors to blk-merge.c
Christoph Hellwig
2022-08-02
1
-0
/
+10
*
block: move the call to get_max_io_size out of blk_bio_segment_split
Christoph Hellwig
2022-08-02
1
-4
/
+5
*
block: move ->bio_split to the gendisk
Christoph Hellwig
2022-08-02
1
-3
/
+4
*
block: change the blk_queue_split calling convention
Christoph Hellwig
2022-08-02
1
-50
/
+48
*
Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-08-02
1
-33
/
+46
|
\
|
*
block: Use the new blk_opf_t type
Bart Van Assche
2022-07-14
1
-3
/
+3
|
*
block: Change the type of req_op() and bio_op() into enum req_op
Bart Van Assche
2022-07-14
1
-0
/
+2
|
*
block: simplify blk_mq_plug
Christoph Hellwig
2022-07-06
1
-1
/
+1
|
*
block: fold blk_max_size_offset into get_max_io_size
Christoph Hellwig
2022-06-27
1
-2
/
+7
|
*
block: cleanup variable naming in get_max_io_size
Christoph Hellwig
2022-06-27
1
-10
/
+8
|
*
block: open code blk_max_size_offset in blk_rq_get_max_sectors
Christoph Hellwig
2022-06-27
1
-4
/
+5
|
*
block/merge: count bytes instead of sectors
Keith Busch
2022-06-27
1
-17
/
+24
*
|
block: fix missing blkcg_bio_issue_init
Muchun Song
2022-07-14
1
-0
/
+1
|
/
*
Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-03-26
1
-14
/
+0
|
\
|
*
block: remove the per-bio/request write hint
Christoph Hellwig
2022-03-07
1
-14
/
+0
*
|
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2022-03-24
1
-40
/
+0
|
\
\
|
*
|
scsi: block: Remove REQ_OP_WRITE_SAME support
Christoph Hellwig
2022-02-22
1
-40
/
+0
*
|
|
block: don't merge across cgroup boundaries if blkcg is enabled
Tejun Heo
2022-03-14
1
-0
/
+11
*
|
|
block: ensure plug merging checks the correct queue at least once
Jens Axboe
2022-03-11
1
-6
/
+14
|
|
/
|
/
|
*
|
block: throttle split bio in case of iops limit
Ming Lei
2022-02-16
1
-2
/
+0
|
/
*
block: don't check ->rq_disk in merges
Christoph Hellwig
2021-11-29
1
-6
/
+1
*
block: don't include <linux/part_stat.h> in blk.h
Christoph Hellwig
2021-11-29
1
-0
/
+1
*
block: don't include blk-mq-sched.h in blk.h
Christoph Hellwig
2021-11-29
1
-0
/
+1
*
blk-mq: simplify the plug handling in blk_mq_submit_bio
Christoph Hellwig
2021-11-29
1
-8
/
+1
*
blk-mq: only try to run plug merge if request has same queue with incoming bio
Ming Lei
2021-11-03
1
-2
/
+4
[next]