aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_lib.c
AgeCommit message (Expand)Author
2021-07-20scsi: core: Retry I/O for Notify (Enable Spinup) Required errorQuat Le
2020-12-29scsi: core: Fix VPD LUN ID designator prioritiesMartin Wilck
2019-11-20scsi: core: Handle drivers which set sg_tablesize to zeroMichael Schmitz
2019-07-31scsi: core: Fix race on creating sense cacheMing Lei
2019-04-27scsi: core: set result when the command cannot be dispatchedJaesoo Lee
2019-03-13scsi: core: reset host byte in DID_NEXUS_FAILURE caseMartin Wilck
2018-11-21SCSI: fix queue cleanup race before queue initialization is doneMing Lei
2018-05-25scsi: core: Make SCSI Status CONDITION MET equivalent to GOODDouglas Gilbert
2018-03-15scsi: core: Avoid that ATA error handling can trigger a kernel hang or oopsBart Van Assche
2018-02-16scsi: core: Ensure that the SCSI error handler gets woken upBart Van Assche
2017-12-14scsi: use dma_get_cache_alignment() as minimum DMA alignmentHuacai Chen
2017-11-07Revert "scsi: make 'state' device attribute pollable"Linus Torvalds
2017-10-23scsi: Suppress a kernel warning in case the prep function returns BLKPREP_DEFERBart Van Assche
2017-08-31scsi: scsi-mq: Always unprepare before requeuing a requestBart Van Assche
2017-08-31scsi: Improve requeuing behaviorBart Van Assche
2017-08-31scsi: Call scsi_initialize_rq() for filesystem requestsBart Van Assche
2017-08-29scsi: Rework handling of scsi_device.vpd_pg8[03]Bart Van Assche
2017-08-25scsi: Fix the kerneldoc for scsi_initialize_rq()Jonathan Corbet
2017-08-25scsi: fix comment in scsi_device_set_state()Hannes Reinecke
2017-08-25scsi: Use blk_mq_rq_to_pdu() to convert a request to a SCSI command pointerBart Van Assche
2017-08-25scsi: Document which queue type a function is intended forBart Van Assche
2017-08-24scsi: make 'state' device attribute pollableHannes Reinecke
2017-08-24scsi: scsi_lib: rework scsi_internal_device_unblock_nowait()Hannes Reinecke
2017-07-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2017-06-20block: Change argument type of scsi_req_init()Bart Van Assche
2017-06-20block: Make most scsi_req_init() calls implicitBart Van Assche
2017-06-18blk-mq: use the introduced blk_mq_unquiesce_queue()Ming Lei
2017-06-12scsi: Make scsi_mq_prep_fn() call scsi_init_command()Bart Van Assche
2017-06-12scsi: Introduce scsi_mq_sgl_size()Bart Van Assche
2017-06-12scsi: Only add commands to the device command list if required by the LLDBart Van Assche
2017-06-12scsi: Make __scsi_remove_device go straight from BLOCKED to DELBart Van Assche
2017-06-12scsi: Introduce scsi_start_queue()Bart Van Assche
2017-06-12scsi: Protect SCSI device state changes with a mutexBart Van Assche
2017-06-12scsi: Create two versions of scsi_internal_device_unblock()Bart Van Assche
2017-06-12scsi: Split scsi_internal_device_block()Bart Van Assche
2017-06-12scsi: Avoid that scsi_exit_rq() triggers a use-after-freeBart Van Assche
2017-06-09blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig
2017-06-09block: introduce new block status code typeChristoph Hellwig
2017-06-01block: Introduce queue flag QUEUE_FLAG_SCSI_PASSTHROUGHBart Van Assche
2017-05-18scsi: zero per-cmd private driver data for each MQ I/OLong Li
2017-05-08scsi: scsi_lib: Add #include <scsi/scsi_transport.h>Bart Van Assche
2017-05-06Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-05-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2017-05-02blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-04-26scsi: Implement blk_mq_ops.show_rq()Bart Van Assche
2017-04-24Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2017-04-20blk-mq: remove the error argument to blk_mq_complete_requestChristoph Hellwig
2017-04-20scsi: introduce a result field in struct scsi_requestChristoph Hellwig
2017-04-15Merge remote-tracking branch 'mkp-scsi/4.11/scsi-fixes' into fixesJames Bottomley