index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
scsi_lib.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-22
scsi: core: Extend struct scsi_exec_args
Bart Van Assche
1
-0
/
+1
2023-01-14
scsi: core: Convert to scsi_execute_cmd()
Mike Christie
1
-9
/
+17
2023-01-14
scsi: core: Add struct for args to execution functions
Mike Christie
1
-27
/
+25
2022-12-14
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-22
/
+21
2022-11-24
scsi: core: Do not increase scsi_device's iorequest_cnt if dispatch failed
Wenchao Hao
1
-2
/
+1
2022-11-02
blk-mq: pass a tagset to blk_mq_wait_quiesce_done
Christoph Hellwig
1
-1
/
+1
2022-10-22
scsi: core: Support failing requests while recovering
Bart Van Assche
1
-3
/
+5
2022-10-18
scsi: core: Rework scsi_single_lun_run()
Bart Van Assche
1
-17
/
+15
2022-10-07
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-19
/
+27
2022-10-07
Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linux
Linus Torvalds
1
-2
/
+2
2022-09-07
scsi: core: Convert scsi_decide_disposition() to use SCSIML_STAT
Mike Christie
1
-19
/
+5
2022-09-07
scsi: core: Add error codes for internal SCSI midlayer use
Mike Christie
1
-0
/
+22
2022-09-01
scsi: core: Fix a use-after-free
Bart Van Assche
1
-1
/
+5
2022-08-22
block: Change the return type of blk_mq_map_queues() into void
Bart Van Assche
1
-2
/
+2
2022-08-20
scsi: core: Fix passthrough retry counter handling
Mike Christie
1
-1
/
+2
2022-08-20
Merge branch '5.20/scsi-queue' into 6.0/scsi-fixes
Martin K. Petersen
1
-19
/
+25
2022-08-12
scsi: core: Allow the ALUA transitioning state enough time
Brian Bunker
1
-19
/
+25
2022-08-06
Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...
Linus Torvalds
1
-4
/
+0
2022-08-05
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-7
/
+7
2022-07-19
scsi: core: cap shost max_sectors according to DMA limits only once
John Garry
1
-4
/
+0
2022-07-14
scsi/core: Use the new blk_opf_t type
Bart Van Assche
1
-3
/
+3
2022-07-14
scsi/core: Improve static type checking
Bart Van Assche
1
-3
/
+3
2022-07-08
scsi: core: Move the definition of SCSI_QUEUE_DELAY
Bart Van Assche
1
-7
/
+7
2022-07-06
scsi: core: Remove reserved request time-out handling
John Garry
1
-8
/
+0
2022-06-28
block: simplify disk shutdown
Christoph Hellwig
1
-3
/
+3
2022-06-02
scsi: core: Return BLK_STS_TRANSPORT for ALUA transitioning
Hannes Reinecke
1
-1
/
+1
2022-04-26
scsi: core: Refine how we set tag_set NUMA node
John Garry
1
-1
/
+1
2022-03-25
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-72
/
+67
2022-03-02
scsi: core: Remove struct scsi_request
Christoph Hellwig
1
-5
/
+1
2022-03-02
scsi: core: Move the result field from struct scsi_request to struct scsi_cmnd
Christoph Hellwig
1
-11
/
+4
2022-03-02
scsi: core: Move the resid_len field from struct scsi_request to struct scsi_...
Christoph Hellwig
1
-3
/
+3
2022-03-02
scsi: core: Remove the sense and sense_len fields from struct scsi_request
Christoph Hellwig
1
-11
/
+7
2022-03-02
scsi: core: Remove the cmd field from struct scsi_request
Christoph Hellwig
1
-11
/
+8
2022-03-02
scsi: core: Don't memset() the entire scsi_cmnd in scsi_init_command()
Christoph Hellwig
1
-32
/
+28
2022-02-08
scsi: core: Add scsi_done_direct() for immediate completion
Sebastian Andrzej Siewior
1
-2
/
+19
2022-02-04
scsi: use BLK_STS_OFFLINE for not fully online devices
Song Liu
1
-1
/
+1
2022-01-22
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-5
/
+3
2022-01-05
scsi: core: Fix scsi_mode_select() interface
Damien Le Moal
1
-5
/
+3
2021-11-29
block: remove the gendisk argument to blk_execute_rq
Christoph Hellwig
1
-1
/
+1
2021-11-29
block: remove the ->rq_disk field in struct request
Christoph Hellwig
1
-1
/
+2
2021-11-29
block: move blk_rq_err_bytes to scsi
Christoph Hellwig
1
-1
/
+41
2021-11-12
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-2
/
+1
2021-11-09
Merge tag 'for-5.16/block-2021-11-09' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-22
/
+40
2021-11-09
scsi: make sure that request queue queiesce and unquiesce balanced
Ming Lei
1
-9
/
+28
2021-11-09
scsi: avoid to quiesce sdev->request_queue two times
Ming Lei
1
-15
/
+14
2021-11-05
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-22
/
+42
2021-11-05
scsi: core: Remove command size deduction from scsi_setup_scsi_cmnd()
Tadeusz Struk
1
-2
/
+0
2021-11-04
scsi: core: Avoid leaving shost->last_reset with stale value if EH does not run
Ewan D. Milne
1
-0
/
+1
2021-10-29
block: remove blk_{get,put}_request
Christoph Hellwig
1
-2
/
+2
2021-10-22
block: remove QUEUE_FLAG_SCSI_PASSTHROUGH
Christoph Hellwig
1
-0
/
+8
[next]