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
/
bsg-lib.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
scsi: bsg: Pass dev to blk_mq_alloc_queue()
John Garry
2024-05-30
1
-2
/
+1
*
scsi: bsg: Pass queue_limits to bsg_setup_queue()
Christoph Hellwig
2024-04-11
1
-2
/
+4
*
block: pass a queue_limits argument to blk_mq_init_queue
Christoph Hellwig
2024-02-13
1
-1
/
+1
*
scsi: replace the fmode_t argument to ->sg_io_fn with a simple bool
Christoph Hellwig
2023-06-12
1
-1
/
+1
*
blk-mq: move the call to blk_put_queue out of blk_mq_destroy_queue
Christoph Hellwig
2022-10-25
1
-0
/
+2
*
blk-mq: Drop blk_mq_ops.timeout 'reserved' arg
John Garry
2022-07-06
1
-1
/
+1
*
block: simplify disk shutdown
Christoph Hellwig
2022-06-28
1
-2
/
+2
*
block: remove the gendisk argument to blk_execute_rq
Christoph Hellwig
2021-11-29
1
-1
/
+1
*
bsg-lib: initialize the bsg_job in bsg_transport_sg_io_fn
Christoph Hellwig
2021-10-22
1
-19
/
+13
*
scsi: bsg-lib: Fix commands without data transfer in bsg_transport_sg_io_fn()
Christoph Hellwig
2021-08-01
1
-0
/
+1
*
scsi: bsg: Move the whole request execution into the SCSI/transport handlers
Christoph Hellwig
2021-07-30
1
-41
/
+39
*
scsi: bsg: Simplify device registration
Christoph Hellwig
2021-07-30
1
-5
/
+6
*
Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-07-09
1
-1
/
+1
|
\
|
*
block: remove REQ_OP_SCSI_{IN,OUT}
Christoph Hellwig
2021-06-30
1
-1
/
+1
*
|
scsi: core: Drop the now obsolete driver_byte definitions
Hannes Reinecke
2021-05-31
1
-1
/
+1
|
/
*
block: drop double zeroing
Julia Lawall
2020-09-23
1
-1
/
+1
*
bsg-lib: convert comma to semicolon
Xu Wang
2020-08-16
1
-1
/
+1
*
blk-mq: move failure injection out of blk_mq_complete_request
Christoph Hellwig
2020-06-24
1
-1
/
+4
*
block: Fix the type of 'sts' in bsg_queue_rq()
Bart Van Assche
2019-12-20
1
-1
/
+1
*
block: drop device references in bsg_queue_rq()
Martin Wilck
2019-09-23
1
-4
/
+6
*
block: Fix bsg_setup_queue() kernel-doc header
Bart Van Assche
2019-05-31
1
-0
/
+1
*
block: switch all files cleared marked as GPLv2 or later to SPDX tags
Christoph Hellwig
2019-04-30
1
-15
/
+1
*
scsi: bsg-lib: handle bidi requests without block layer help
Christoph Hellwig
2019-02-05
1
-6
/
+38
*
bsg: move bsg-lib parts outside of request queue
Jens Axboe
2018-11-07
1
-16
/
+27
*
block: kill legacy parts of timeout handling
Jens Axboe
2018-11-07
1
-3
/
+3
*
bsg: convert to use blk-mq
Jens Axboe
2018-11-07
1
-48
/
+75
*
bsg: provide bsg_remove_queue() helper
Jens Axboe
2018-11-07
1
-0
/
+9
*
bsg: pass in desired timeout handler
Jens Axboe
2018-11-07
1
-1
/
+2
*
block/bsg-lib: use PTR_ERR_OR_ZERO to simplify the flow path
zhong jiang
2018-08-01
1
-3
/
+2
*
block: remove parent device reference from struct bsg_class_device
Christoph Hellwig
2018-05-29
1
-4
/
+2
*
bsg: split handling of SCSI CDBs vs transport requeues
Christoph Hellwig
2018-03-13
1
-53
/
+105
*
bsg-lib: remove bsg_job.req
Christoph Hellwig
2018-03-13
1
-8
/
+6
*
bsg-lib: introduce a timeout field in struct bsg_job
Christoph Hellwig
2018-03-13
1
-0
/
+1
*
block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()
Bart Van Assche
2018-03-08
1
-2
/
+2
*
block: Fix kernel-doc warnings reported when building with W=1
Bart Van Assche
2018-01-09
1
-1
/
+2
*
bsg-lib: fix use-after-free under memory-pressure
Benjamin Block
2017-10-04
1
-6
/
+21
*
bsg-lib: don't free job in bsg_prepare_job
Christoph Hellwig
2017-09-25
1
-1
/
+0
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2017-09-07
1
-3
/
+4
|
\
|
*
scsi: bsg-lib: pass the release callback through bsg_setup_queue
Christoph Hellwig
2017-08-29
1
-3
/
+4
*
|
bsg-lib: fix kernel panic resulting from missing allocation of reply-buffer
Benjamin Block
2017-08-24
1
-30
/
+44
|
/
*
block: introduce new block status code type
Christoph Hellwig
2017-06-09
1
-2
/
+2
*
block: Introduce queue flag QUEUE_FLAG_SCSI_PASSTHROUGH
Bart Van Assche
2017-06-01
1
-0
/
+1
*
scsi: introduce a result field in struct scsi_request
Christoph Hellwig
2017-04-20
1
-4
/
+4
*
block: split scsi_request out of struct request
Christoph Hellwig
2017-01-27
1
-11
/
+23
*
block/bsg: move queue creation into bsg_setup_queue
Christoph Hellwig
2017-01-27
1
-10
/
+11
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2016-12-14
1
-3
/
+20
|
\
|
*
scsi: fc: move FC transport's bsg code to bsg-lib
Johannes Thumshirn
2016-11-17
1
-2
/
+1
|
*
block: add bsg_job_put() and bsg_job_get()
Johannes Thumshirn
2016-11-17
1
-3
/
+14
|
*
scsi: fc: use bsg_softirq_done
Johannes Thumshirn
2016-11-17
1
-1
/
+2
|
*
scsi: fc: Use bsg_destroy_job
Johannes Thumshirn
2016-11-17
1
-2
/
+5
[next]