| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-21 | scsi: scsi_lib: drop nth_page() usage within SG entry | David Hildenbrand | 1 | -2/+1 |
| 2025-07-08 | scsi: core: Use scsi_cmd_priv() instead of open-coding it | Bart Van Assche | 1 | -1/+1 |
| 2025-05-26 | Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -5/+1 |
| 2025-05-07 | block: remove the q argument from blk_rq_map_kern | Christoph Hellwig | 1 | -2/+1 |
| 2025-05-05 | scsi: remove the no_highmem flag in the host | Christoph Hellwig | 1 | -3/+0 |
| 2025-04-21 | scsi: core: Clear flags for scsi_cmnd that did not complete | Anastasia Kovaleva | 1 | -1/+5 |
| 2025-03-26 | Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -1/+1 |
| 2025-03-13 | block: remove unused parameter 'q' parameter in __blk_rq_map_sg() | Anuj Gupta | 1 | -1/+1 |
| 2025-02-20 | scsi: core: Clear driver private data when retrying request | Ye Bin | 1 | -7/+7 |
| 2025-02-03 | scsi: core: Do not retry I/Os during depopulation | Igor Pylypiv | 1 | -2/+7 |
| 2025-01-31 | Merge tag 'block-6.14-20250131' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -2/+3 |
| 2025-01-31 | block: force noio scope in blk_mq_freeze_queue | Christoph Hellwig | 1 | -2/+3 |
| 2025-01-26 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -3/+18 |
| 2025-01-20 | Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -3/+2 |
| 2025-01-10 | scsi: scsi_lib: Add kernel-doc for exported functions | Randy Dunlap | 1 | -3/+18 |
| 2025-01-09 | scsi: core: Fix command pass through retry regression | Mike Christie | 1 | -0/+3 |
| 2025-01-06 | block: simplify tag allocation policy selection | Christoph Hellwig | 1 | -2/+2 |
| 2024-12-23 | block: remove BLK_MQ_F_SHOULD_MERGE | Christoph Hellwig | 1 | -1/+0 |
| 2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 1 | -1/+1 |
| 2024-09-25 | Merge tag 'for-6.12/block-20240925' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -9/+3 |
| 2024-09-13 | blk-integrity: improved sg segment mapping | Keith Busch | 1 | -8/+3 |
| 2024-09-13 | scsi: use request to get integrity segments | Keith Busch | 1 | -2/+1 |
| 2024-08-29 | scsi: check that busses support the DMA API before setting dma parameters | Christoph Hellwig | 1 | -2/+9 |
| 2024-06-26 | block: move dma_pad_mask into queue_limits | Christoph Hellwig | 1 | -2/+2 |
| 2024-06-19 | block: move the bounce flag into the features field | Christoph Hellwig | 1 | -1/+1 |
| 2024-06-19 | block: move the add_random flag to queue_limits | Christoph Hellwig | 1 | -2/+1 |
| 2024-05-14 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -23/+17 |
| 2024-05-13 | Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -1/+0 |
| 2024-04-17 | block: Remove BLK_STS_ZONE_RESOURCE | Damien Le Moal | 1 | -1/+0 |
| 2024-04-11 | scsi: core: Add a dma_alignment field to the host and host template | Christoph Hellwig | 1 | -9/+2 |
| 2024-04-11 | scsi: core: Add a no_highmem flag to struct Scsi_Host | Christoph Hellwig | 1 | -0/+3 |
| 2024-04-11 | scsi: core: Initialize scsi midlayer limits before allocating the queue | Christoph Hellwig | 1 | -17/+15 |
| 2024-04-08 | scsi: core: Fix handling of SCMD_FAIL_IF_RECOVERING | Bart Van Assche | 1 | -4/+3 |
| 2024-03-16 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -10/+114 |
| 2024-02-12 | scsi: core: Really include kunit tests with SCSI_LIB_KUNIT_TEST | Lukas Bulwahn | 1 | -1/+1 |
| 2024-02-05 | scsi: core: Move scsi_host_busy() out of host lock if it is for per-command | Ming Lei | 1 | -1/+3 |
| 2024-01-29 | scsi: core: Add kunit tests for scsi_check_passthrough() | Mike Christie | 1 | -0/+4 |
| 2024-01-29 | scsi: core: Have midlayer retry scsi_mode_sense() UAs | Mike Christie | 1 | -7/+15 |
| 2024-01-29 | scsi: core: Allow passthrough to request midlayer retries | Mike Christie | 1 | -3/+95 |
| 2024-01-23 | scsi: core: Move scsi_host_busy() out of host lock for waking up EH handler | Ming Lei | 1 | -1/+1 |
| 2023-10-24 | scsi: core: Clean up scsi_dev_queue_ready() | Wenchao Hao | 1 | -17/+15 |
| 2023-10-16 | scsi: core: Handle depopulation and restoration in progress | Douglas Gilbert | 1 | -0/+1 |
| 2023-10-13 | scsi: Fix sshdr use in scsi_test_unit_ready | Mike Christie | 1 | -2/+2 |
| 2023-09-09 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -1/+1 |
| 2023-08-24 | scsi: core: Improve type safety of scsi_rescan_device() | Bart Van Assche | 1 | -1/+1 |
| 2023-07-24 | block: Improve performance for BLK_MQ_F_BLOCKING drivers | Bart Van Assche | 1 | -1/+2 |
| 2023-07-24 | scsi: Remove a blk_mq_run_hw_queues() call | Bart Van Assche | 1 | -1/+1 |
| 2023-07-24 | scsi: Inline scsi_kick_queue() | Bart Van Assche | 1 | -7/+2 |
| 2023-06-30 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -64/+73 |
| 2023-06-16 | Merge patch series "scsi: fixes for targets with many LUNs, and scsi_target_b... | Martin K. Petersen | 1 | -40/+40 |
| 2023-06-16 | scsi: core: Improve warning message in scsi_device_block() | Martin Wilck | 1 | -2/+4 |
| 2023-06-16 | scsi: core: Replace scsi_target_block() with scsi_block_targets() | Martin Wilck | 1 | -10/+16 |
| 2023-06-16 | scsi: core: Don't wait for quiesce in scsi_device_block() | Martin Wilck | 1 | -7/+10 |
| 2023-06-16 | scsi: core: Don't wait for quiesce in scsi_stop_queue() | Martin Wilck | 1 | -16/+16 |
| 2023-06-16 | scsi: core: Merge scsi_internal_device_block() and device_block() | Martin Wilck | 1 | -19/+8 |
| 2023-05-31 | Merge patch series "ufs: Do not requeue while ungating the clock" | Martin K. Petersen | 1 | -11/+16 |
| 2023-05-31 | scsi: core: Support setting BLK_MQ_F_BLOCKING | Bart Van Assche | 1 | -7/+4 |
| 2023-05-31 | scsi: core: Rework scsi_host_block() | Bart Van Assche | 1 | -5/+13 |
| 2023-05-31 | scsi: core: Only kick the requeue list if necessary | Bart Van Assche | 1 | -5/+8 |
| 2023-05-22 | Merge patch series "Add Command Duration Limits support" | Martin K. Petersen | 1 | -7/+8 |
| 2023-05-22 | scsi: sd: Handle read/write CDL timeout failures | Niklas Cassel | 1 | -0/+4 |
| 2023-05-22 | scsi: core: Support retrieving sub-pages of mode pages | Damien Le Moal | 1 | -1/+3 |
| 2023-05-22 | scsi: core: Rename and move get_scsi_ml_byte() | Niklas Cassel | 1 | -6/+1 |
| 2023-05-16 | scsi: core: Decrease scsi_device's iorequest_cnt if dispatch failed | Wenchao Hao | 1 | -0/+2 |
| 2023-05-16 | scsi: Revert "scsi: core: Do not increase scsi_device's iorequest_cnt if disp... | Wenchao Hao | 1 | -1/+2 |
| 2023-04-11 | block: Rename BLK_STS_NEXUS to BLK_STS_RESV_CONFLICT | Mike Christie | 1 | -1/+1 |
| 2023-02-21 | scsi: core: Extend struct scsi_exec_args | Bart Van Assche | 1 | -0/+1 |
| 2023-01-13 | scsi: core: Convert to scsi_execute_cmd() | Mike Christie | 1 | -9/+17 |
| 2023-01-13 | 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-06 | scsi: core: Convert scsi_decide_disposition() to use SCSIML_STAT | Mike Christie | 1 | -19/+5 |
| 2022-09-06 | 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-19 | scsi: core: Fix passthrough retry counter handling | Mike Christie | 1 | -1/+2 |
| 2022-08-19 | Merge branch '5.20/scsi-queue' into 6.0/scsi-fixes | Martin K. Petersen | 1 | -19/+25 |
| 2022-08-11 | 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-04 | 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-07 | 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-01 | 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-24 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -72/+67 |
| 2022-03-01 | scsi: core: Remove struct scsi_request | Christoph Hellwig | 1 | -5/+1 |
| 2022-03-01 | scsi: core: Move the result field from struct scsi_request to struct scsi_cmnd | Christoph Hellwig | 1 | -11/+4 |
| 2022-03-01 | scsi: core: Move the resid_len field from struct scsi_request to struct scsi_... | Christoph Hellwig | 1 | -3/+3 |
| 2022-03-01 | scsi: core: Remove the sense and sense_len fields from struct scsi_request | Christoph Hellwig | 1 | -11/+7 |
| 2022-03-01 | scsi: core: Remove the cmd field from struct scsi_request | Christoph Hellwig | 1 | -11/+8 |
| 2022-03-01 | scsi: core: Don't memset() the entire scsi_cmnd in scsi_init_command() | Christoph Hellwig | 1 | -32/+28 |
| 2022-02-07 | scsi: core: Add scsi_done_direct() for immediate completion | Sebastian Andrzej Siewior | 1 | -2/+19 |
| 2022-02-03 | 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-04 | scsi: core: Remove command size deduction from scsi_setup_scsi_cmnd() | Tadeusz Struk | 1 | -2/+0 |
| 2021-11-03 | 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 |
| 2021-10-22 | scsi: add a scsi_alloc_request helper | Christoph Hellwig | 1 | -6/+13 |
| 2021-10-18 | block: add a struct io_comp_batch argument to fops->iopoll() | Jens Axboe | 1 | -1/+1 |
| 2021-10-18 | block: move integrity handling out of <linux/blkdev.h> | Christoph Hellwig | 1 | -0/+1 |
| 2021-10-16 | scsi: core: Call scsi_done directly | Bart Van Assche | 1 | -2/+1 |
| 2021-10-16 | scsi: core: Rename scsi_mq_done() into scsi_done() and export it | Bart Van Assche | 1 | -2/+3 |
| 2021-10-16 | scsi: core: Use a structure member to track the SCSI command submitter | Bart Van Assche | 1 | -0/+10 |
| 2021-10-04 | scsi: core: Fix spelling in a source code comment | Bart Van Assche | 1 | -1/+1 |
| 2021-09-29 | scsi: core: Fix scsi_mode_select() buffer length handling | Damien Le Moal | 1 | -8/+13 |
| 2021-09-29 | scsi: core: Fix scsi_mode_sense() buffer length handling | Damien Le Moal | 1 | -10/+15 |
| 2021-08-17 | scsi: core: Remove scsi_cmnd.tag | John Garry | 1 | -1/+0 |
| 2021-08-11 | scsi: core: Remove the request member from struct scsi_cmnd | Bart Van Assche | 1 | -1/+0 |
| 2021-08-11 | scsi: core: Use scsi_cmd_to_rq() instead of scsi_cmnd.request | Bart Van Assche | 1 | -13/+15 |
| 2021-07-28 | scsi: scsi_ioctl: Remove scsi_req_init() | Christoph Hellwig | 1 | -1/+6 |
| 2021-07-12 | scsi: core: Fix the documentation of the scsi_execute() time parameter | Bart Van Assche | 1 | -1/+1 |
| 2021-07-11 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -12/+1 |
| 2021-07-09 | Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -4/+4 |
| 2021-06-30 | block: remove REQ_OP_SCSI_{IN,OUT} | Christoph Hellwig | 1 | -4/+4 |
| 2021-06-29 | scsi: core: Retry I/O for Notify (Enable Spinup) Required error | Quat Le | 1 | -0/+1 |
| 2021-06-22 | scsi: core: Inline scsi_mq_alloc_queue() | Bart Van Assche | 1 | -12/+0 |
| 2021-05-31 | scsi: core: Drop obsolete Linux-specific SCSI status codes | Hannes Reinecke | 1 | -1/+1 |
| 2021-05-31 | scsi: core: Kill message byte | Hannes Reinecke | 1 | -4/+1 |
| 2021-05-31 | scsi: core: Kill DRIVER_SENSE | Hannes Reinecke | 1 | -7/+3 |
| 2021-05-31 | scsi: core: Introduce scsi_status_is_check_condition() | Hannes Reinecke | 1 | -1/+1 |
| 2021-05-31 | scsi: core: Introduce scsi_build_sense() | Hannes Reinecke | 1 | -0/+18 |
| 2021-05-31 | scsi: core: Stop using DRIVER_ERROR | Hannes Reinecke | 1 | -6/+9 |
| 2021-05-31 | scsi: core: Reshuffle response handling in scsi_mode_sense() | Hannes Reinecke | 1 | -38/+37 |
| 2021-05-31 | scsi: core: Fixup calling convention for scsi_mode_sense() | Hannes Reinecke | 1 | -4/+6 |
| 2021-04-28 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -32/+87 |
| 2021-04-15 | scsi: core: Introduce enum scsi_disposition | Bart Van Assche | 1 | -1/+1 |
| 2021-04-15 | scsi: core: Rename scsi_softirq_done() into scsi_complete() | Bart Van Assche | 1 | -3/+7 |
| 2021-04-15 | 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-04 | scsi: core: Set shost as hctx driver_data | Kashyap Desai | 1 | -6/+13 |
| 2021-03-04 | scsi: core: Add mq_poll support to SCSI layer | Kashyap Desai | 1 | -0/+16 |
| 2021-03-04 | scsi: core: Replace sdev->device_busy with sbitmap | Ming Lei | 1 | -17/+18 |
| 2021-03-04 | scsi: core: Add scsi_device_busy() wrapper | Ming Lei | 1 | -2/+2 |
| 2021-03-04 | scsi: blk-mq: Return budget token from .get_budget callback | Ming Lei | 1 | -5/+11 |
| 2021-03-04 | 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-24 | block: remove unnecessary argument from blk_execute_rq | Guoqing Jiang | 1 | -1/+1 |
| 2021-01-14 | 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-16 | 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-07 | scsi: core: Fix race between handling STS_RESOURCE and completion | Ming Lei | 1 | -2/+1 |
| 2020-11-16 | scsi: core: Replace while-loop by for-loop in scsi_vpd_lun_id() | Martin Wilck | 1 | -5/+4 |
| 2020-11-16 | scsi: core: Fix VPD LUN ID designator priorities | Martin Wilck | 1 | -40/+86 |
| 2020-11-10 | scsi: core: Return BLK_STS_AGAIN for ALUA transitioning | Hannes Reinecke | 1 | -0/+3 |
| 2020-11-10 | scsi: scsi_dh_alua: Return BLK_STS_AGAIN for ALUA transitioning state | Hannes Reinecke | 1 | -0/+5 |
| 2020-10-26 | 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-23 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -73/+35 |
| 2020-10-14 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -14/+63 |
| 2020-10-13 | 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-07 | scsi: core: Only start the request just before dispatching | Christoph Hellwig | 1 | -3/+1 |
| 2020-10-07 | scsi: core: Remove scsi_setup_cmnd() and scsi_setup_fs_cmnd() | Christoph Hellwig | 1 | -33/+18 |
| 2020-10-07 | scsi: core: Clean up allocation and freeing of sgtables | Christoph Hellwig | 1 | -14/+8 |
| 2020-10-07 | scsi: core: Rename scsi_mq_prep_fn() to scsi_prepare_cmd() | Christoph Hellwig | 1 | -2/+2 |
| 2020-10-07 | scsi: core: Rename scsi_prep_state_check() to scsi_device_state_check() | Christoph Hellwig | 1 | -2/+2 |
| 2020-10-07 | scsi: core: Use rq_dma_dir in scsi_setup_cmnd() | Christoph Hellwig | 1 | -6/+1 |
| 2020-10-07 | scsi: core: Move command size detection out of the fast path | Christoph Hellwig | 1 | -2/+2 |
| 2020-10-07 | scsi: core: Remove scsi_init_cmd_errh | Christoph Hellwig | 1 | -16/+4 |
| 2020-10-07 | 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-02 | scsi: core: Add limitless cmd retry support | Mike Christie | 1 | -10/+19 |
| 2020-09-15 | scsi: core: Only re-run queue in scsi_end_request() if device queue is busy | Ming Lei | 1 | -4/+44 |
| 2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -1/+1 |
| 2020-08-06 | 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-24 | scsi: core: Add missing scsi_device_put() in scsi_host_block() | Ye Bin | 1 | -1/+3 |
| 2020-07-20 | 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-19 | scsi: core: Fix formatting errors in scsi_lib.c | Bean Huo | 1 | -22/+21 |
| 2020-06-19 | scsi: core: Remove scsi_sdb_cache | Bean Huo | 1 | -15/+0 |
| 2020-06-05 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -125/+105 |
| 2020-06-02 | Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -32/+55 |
| 2020-05-19 | scsi: core: Refactor scsi_mq_setup_tags function | Ye Bin | 1 | -11/+12 |
| 2020-05-19 | scsi: core: Fix incorrect usage of shost_for_each_device | Ye Bin | 1 | -1/+3 |
| 2020-05-12 | block: Introduce REQ_OP_ZONE_APPEND | Keith Busch | 1 | -0/+1 |
| 2020-04-29 | scsi: core: free sgtables in case command setup fails | Johannes Thumshirn | 1 | -5/+11 |
| 2020-04-27 | scsi: core: doc: Change function comments to kernel-doc style | André Almeida | 1 | -107/+62 |
| 2020-04-24 | scsi: core: Avoid calling synchronize_rcu() for each device in scsi_host_block() | Ming Lei | 1 | -1/+17 |