Age | Commit message (Expand) | Author |
2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro |
2024-08-22 | scsi: Expand all create*_workqueue() invocations | Bart Van Assche |
2024-05-15 | scsi: core: alua: I/O errors for ALUA state transitions | Martin Wilck |
2024-01-29 | scsi: device_handler: rdac: Have midlayer retry send_mode_select() errors | Mike Christie |
2024-01-29 | scsi: device_handler: hp_sw: Have midlayer retry scsi_execute_cmd() errors | Mike Christie |
2023-10-13 | scsi: rdac: Fix sshdr use | Mike Christie |
2023-10-13 | scsi: rdac: Fix send_mode_select retry handling | Mike Christie |
2023-10-13 | scsi: hp_sw: Fix sshdr use | Mike Christie |
2023-03-16 | scsi: scsi_dh_alua: Fix memleak for 'qdata' in alua_activate() | Yu Kuai |
2023-02-22 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2023-01-18 | scsi: device_handler: alua: Remove a might_sleep() annotation | Bart Van Assche |
2023-01-13 | scsi: scsi_dh: Convert to scsi_execute_cmd() | Mike Christie |
2022-11-26 | scsi: device_handler: alua: Call scsi_device_put() from non-atomic context | Bart Van Assche |
2022-11-26 | scsi: device_handler: alua: Revert "Move a scsi_device_put() call out of alua... | Bart Van Assche |
2022-11-08 | scsi: alua: Move a scsi_device_put() call out of alua_rtpg_select_sdev() | Bart Van Assche |
2022-11-08 | scsi: alua: Move a scsi_device_put() call out of alua_check_vpd() | Bart Van Assche |
2022-07-14 | scsi/device_handlers: Use the new blk_opf_t type | Bart Van Assche |
2022-05-02 | scsi: scsi_dh_alua: Properly handle the ALUA transitioning state | Brian Bunker |
2021-07-29 | scsi: scsi_dh_rdac: Avoid crash during rdac_bus_attach() | Ye Bin |
2021-06-07 | scsi: scsi_dh_alua: Fix signedness bug in alua_rtpg() | Dan Carpenter |
2021-05-31 | scsi: scsi_dh_alua: Check for negative result value | Hannes Reinecke |
2021-05-21 | scsi: scsi_dh_alua: Retry RTPG on a different path after failure | Martin Wilck |
2021-04-15 | scsi: core: Introduce enum scsi_disposition | Bart Van Assche |
2021-04-05 | scsi: scsi_dh_alua: Remove check for ASC 24h in alua_rtpg() | Ewan D. Milne |
2021-04-05 | scsi: scsi_dh_alua: Prevent duplicate pg info print in alua_rtpg() | John Pittman |
2020-12-16 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2020-11-10 | scsi: scsi_dh_alua: Set 'transitioning' state on Unit Attention | Hannes Reinecke |
2020-11-10 | scsi: scsi_dh_alua: Return BLK_STS_AGAIN for ALUA transitioning state | Hannes Reinecke |
2020-11-02 | scsi: scsi_dh_alua: Avoid crash during alua_bus_detach() | Hannes Reinecke |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |
2019-10-25 | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds |
2019-10-09 | scsi: scsi_dh_alua: handle RTPG sense code correctly during state transitions | Hannes Reinecke |
2019-09-21 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2019-09-10 | scsi: scsi_dh_rdac: zero cdb in send_mode_select() | Martin Wilck |
2019-07-23 | scsi: scsi_dh_alua: always use a 2 second delay before retrying RTPG | Hannes Reinecke |
2019-06-02 | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner |
2019-05-29 | scsi: scsi_dh_alua: Fix possible null-ptr-deref | YueHaibing |
2019-05-21 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18 | Thomas Gleixner |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner |
2018-11-09 | scsi: return blk_status_t from device handler ->prep_fn | Christoph Hellwig |
2018-04-03 | Merge branch 'fixes' into misc | James Bottomley |
2018-03-15 | scsi: scsi_dh_alua: Correct comment for alua_alloc_pg() | John Pittman |
2018-03-12 | scsi: device_handler: remove VLAs | Stephen Kitt |
2018-01-30 | scsi: scsi_dh: Document alua_rtpg_queue() arguments | Bart Van Assche |
2018-01-10 | scsi: scsi_dh_alua: skip RTPG for devices only supporting active/optimized | Hannes Reinecke |
2017-09-25 | scsi: scsi_dh: Return SCSI_DH_XX error code from ->attach() | Hannes Reinecke |
2017-06-26 | scsi: scsi_dh_alua: remove synchronous STPG support | Christoph Hellwig |
2017-05-23 | scsi: scsi_dh_rdac: Use ctlr directly in rdac_failover_get() | Artem Savkov |
2017-03-19 | scsi: scsi_dh_alua: Warn if the first argument of alua_rtpg_queue() is NULL | Bart Van Assche |