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
starfive-6.6.48-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
2021-04-29
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-32
/
+87
2021-04-16
scsi: core: Introduce enum scsi_disposition
Bart Van Assche
1
-1
/
+1
2021-04-16
scsi: core: Rename scsi_softirq_done() into scsi_complete()
Bart Van Assche
1
-3
/
+7
2021-04-16
scsi: core: Make the scsi_alloc_sgtables() documentation more accurate
Bart Van Assche
1
-2
/
+5
2021-04-06
scsi: remove the unchecked_isa_dma flag
Christoph Hellwig
1
-47
/
+5
2021-03-05
scsi: core: Set shost as hctx driver_data
Kashyap Desai
1
-6
/
+13
2021-03-05
scsi: core: Add mq_poll support to SCSI layer
Kashyap Desai
1
-0
/
+16
2021-03-05
scsi: core: Replace sdev->device_busy with sbitmap
Ming Lei
1
-17
/
+18
2021-03-05
scsi: core: Add scsi_device_busy() wrapper
Ming Lei
1
-2
/
+2
2021-03-05
scsi: blk-mq: Return budget token from .get_budget callback
Ming Lei
1
-5
/
+11
2021-03-05
scsi: blk-mq: Add callbacks for storing & retrieving budget token
Ming Lei
1
-0
/
+18
2021-02-22
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-0
/
+1
2021-01-25
block: remove unnecessary argument from blk_execute_rq
Guoqing Jiang
1
-1
/
+1
2021-01-15
scsi: core: Add a new error code DID_TRANSPORT_MARGINAL in scsi.h
Muneendra Kumar
1
-0
/
+1
2021-01-01
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
1
-13
/
+14
2020-12-17
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-48
/
+101
2020-12-09
scsi: core: Only process PM requests if rpm_status != RPM_ACTIVE
Bart Van Assche
1
-13
/
+14
2020-12-08
scsi: core: Fix race between handling STS_RESOURCE and completion
Ming Lei
1
-2
/
+1
2020-11-17
scsi: core: Replace while-loop by for-loop in scsi_vpd_lun_id()
Martin Wilck
1
-5
/
+4
2020-11-17
scsi: core: Fix VPD LUN ID designator priorities
Martin Wilck
1
-40
/
+86
2020-11-11
scsi: core: Return BLK_STS_AGAIN for ALUA transitioning
Hannes Reinecke
1
-0
/
+3
2020-11-11
scsi: scsi_dh_alua: Return BLK_STS_AGAIN for ALUA transitioning state
Hannes Reinecke
1
-0
/
+5
2020-10-27
scsi: doc: Fix some kernel-doc markups
Mauro Carvalho Chehab
1
-3
/
+3
2020-10-24
Merge tag 'block-5.10-2020-10-24' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+9
2020-10-24
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-73
/
+35
2020-10-15
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-14
/
+63
2020-10-14
scsi: handle zone resources errors
Damien Le Moal
1
-0
/
+9
2020-10-08
scsi: core: Set sc_data_direction to DMA_NONE for no-transfer commands
Christoph Hellwig
1
-1
/
+4
2020-10-08
scsi: core: Only start the request just before dispatching
Christoph Hellwig
1
-3
/
+1
2020-10-08
scsi: core: Remove scsi_setup_cmnd() and scsi_setup_fs_cmnd()
Christoph Hellwig
1
-33
/
+18
2020-10-08
scsi: core: Clean up allocation and freeing of sgtables
Christoph Hellwig
1
-14
/
+8
2020-10-08
scsi: core: Rename scsi_mq_prep_fn() to scsi_prepare_cmd()
Christoph Hellwig
1
-2
/
+2
2020-10-08
scsi: core: Rename scsi_prep_state_check() to scsi_device_state_check()
Christoph Hellwig
1
-2
/
+2
2020-10-08
scsi: core: Use rq_dma_dir in scsi_setup_cmnd()
Christoph Hellwig
1
-6
/
+1
2020-10-08
scsi: core: Move command size detection out of the fast path
Christoph Hellwig
1
-2
/
+2
2020-10-08
scsi: core: Remove scsi_init_cmd_errh
Christoph Hellwig
1
-16
/
+4
2020-10-08
scsi: core: Don't export scsi_device_from_queue()
Christoph Hellwig
1
-1
/
+0
2020-10-06
scsi: Add host and host template flag 'host_tagset'
Hannes Reinecke
1
-0
/
+2
2020-10-03
scsi: core: Add limitless cmd retry support
Mike Christie
1
-10
/
+19
2020-09-16
scsi: core: Only re-run queue in scsi_end_request() if device queue is busy
Ming Lei
1
-4
/
+44
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-08-07
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-38
/
+24
2020-08-03
Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-14
/
+6
2020-07-25
scsi: core: Add missing scsi_device_put() in scsi_host_block()
Ye Bin
1
-1
/
+3
2020-07-21
scsi: core: Run queue in case of I/O resource contention failure
Ming Lei
1
-5
/
+11
2020-06-30
blk-mq: pass request queue into get/put budget callback
Ming Lei
1
-5
/
+3
2020-06-24
blk-mq: move failure injection out of blk_mq_complete_request
Christoph Hellwig
1
-9
/
+3
2020-06-20
scsi: core: Fix formatting errors in scsi_lib.c
Bean Huo
1
-22
/
+21
2020-06-20
scsi: core: Remove scsi_sdb_cache
Bean Huo
1
-15
/
+0
2020-06-06
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-125
/
+105
[next]