- fe91c47 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 3 years, 2 months ago
- 2dc26d9 Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 3 years, 2 months ago
- e20f80b scsi: ibmvfc: Fix up duplicate response detection by Brian King · 3 years, 2 months ago
- 3319a8b scsi: ibmvscsi: Use GFP_KERNEL with dma_alloc_coherent() in initialize_event_pool() by Tyrel Datwyler · 6 years ago
- 7adbf68 scsi: ibmvfc: Switch to attribute groups by Bart Van Assche · 3 years, 3 months ago
- c7da4e1 scsi: ibmvscsi: Switch to attribute groups by Bart Van Assche · 3 years, 3 months ago
- af049df scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functions by Bart Van Assche · 3 years, 3 months ago
- 85f6dd0 scsi: ibmvscsi: Call scsi_done() directly by Bart Van Assche · 3 years, 3 months ago
- 3d0107a scsi: ibmvscsi: Avoid multi-field memset() overflow by aiming at srp by Kees Cook · 3 years, 6 months ago
- 7a3795f scsi: ibmvfc: Do not wait for initial device scan by Hannes Reinecke · 3 years, 4 months ago
- 6a036ce scsi: ibmvfc: Stop using scsi_cmnd.tag by John Garry · 3 years, 4 months ago
- 3154802 Merge branch '5.14/scsi-fixes' into 5.15/scsi-staging by Martin K. Petersen · 3 years, 5 months ago
- 0cd7510 scsi: ibmvscsi: Use scsi_cmd_to_rq() instead of scsi_cmnd.request by Bart Van Assche · 3 years, 5 months ago
- e9ddad7 scsi: ibmvfc: Use scsi_cmd_to_rq() instead of scsi_cmnd.request by Bart Van Assche · 3 years, 5 months ago
- a264cf5 scsi: ibmvfc: Fix command state accounting and stale response detection by Tyrel Datwyler · 3 years, 5 months ago
- bd31b9e Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 3 years, 6 months ago
- 5951be4 scsi/ibmvscsi: Directly include linux/{of.h,irqdomain.h} by Marc Zyngier · 6 years ago
- d0672a0 scsi: core: Introduce scsi_status_is_check_condition() by Hannes Reinecke · 3 years, 8 months ago
- 2e51f78 scsi: ibmvfc: Reinit target retries by Brian King · 3 years, 8 months ago
- 5114975 scsi: ibmvfc: Avoid move login if fast fail is enabled by Brian King · 3 years, 8 months ago
- d5b45dd scsi: ibmvfc: Handle move login failure by Brian King · 3 years, 8 months ago
- d72cd4a Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 3 years, 8 months ago
- 15cfef8 scsi: ibmvfc: Fix invalid state machine BUG_ON() by Brian King · 3 years, 9 months ago
- 556666b Merge branch '5.12/scsi-fixes' into 5.13/scsi-staging by Martin K. Petersen · 3 years, 9 months ago
- e8cfe8f Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 3 years, 9 months ago
- 0d556a2 scsi: ibmvscsi: Remove unnecessary cast by Wang Qing · 3 years, 10 months ago
- 62fc266 scsi: ibmvfc: Make ibmvfc_wait_for_ops() MQ aware by Tyrel Datwyler · 3 years, 9 months ago
- 8b1c9b2 scsi: ibmvfc: Fix potential race in ibmvfc_wait_for_ops() by Tyrel Datwyler · 3 years, 9 months ago
- af97713 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 3 years, 9 months ago
- dd9c772 scsi: ibmvscsi: Fix a bunch of misdocumentation by Lee Jones · 3 years, 10 months ago
- 841d7df scsi: ibmvscsi: Fix a bunch of kernel-doc related issues by Lee Jones · 3 years, 10 months ago
- febb0cc scsi: ibmvfc: Free channel_setup_buf during device tear down by Tyrel Datwyler · 3 years, 10 months ago
- 9afc116 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 3 years, 10 months ago
- 18c2a59 scsi: ibmvfc: Switch to using kobj_to_dev() by Jiapeng Chong · 3 years, 10 months ago
- dbdbb81 scsi: ibmvfc: Reinitialize sub-CRQs and perform channel enquiry after LPM by Tyrel Datwyler · 3 years, 10 months ago
- 0217a272 scsi: ibmvfc: Store return code of H_FREE_SUB_CRQ during cleanup by Tyrel Datwyler · 3 years, 10 months ago
- 2162dc2 scsi: ibmvfc: Treat H_CLOSED as success during sub-CRQ registration by Tyrel Datwyler · 3 years, 10 months ago
- 5cf5296 scsi: ibmvfc: Fix invalid sub-CRQ handles after hard reset by Tyrel Datwyler · 3 years, 10 months ago
- 443cc4b scsi: ibmvfc: Simplify handling of sub-CRQ initialization by Tyrel Datwyler · 3 years, 10 months ago
- 386a966 vio: make remove callback return void by Uwe Kleine-König · 3 years, 10 months ago
- 4d82e9d Merge branch '5.11/scsi-fixes' into 5.12/scsi-queue by Martin K. Petersen · 4 years ago
- ff79acc scsi: ibmvfc: Fix spelling mistake "succeded" -> "succeeded" by Colin Ian King · 4 years ago
- 032d190 scsi: ibmvfc: Provide modules parameters for MQ settings by Tyrel Datwyler · 4 years ago
- 9000cb9 scsi: ibmvfc: Enable MQ and set reasonable defaults by Tyrel Datwyler · 4 years ago
- 7eb3ccd scsi: ibmvfc: Purge SCSI channels after transport loss/reset by Tyrel Datwyler · 4 years ago
- a835f38 scsi: ibmvfc: Send Cancel MAD down each hw SCSI channel by Tyrel Datwyler · 4 years ago
- a61236d scsi: ibmvfc: Add cancel mad initialization helper by Tyrel Datwyler · 4 years ago
- b88a5d9 scsi: ibmvfc: Register Sub-CRQ handles with VIOS during channel setup by Tyrel Datwyler · 4 years ago
- 31750fb scsi: ibmvfc: Send commands down HW Sub-CRQ when channelized by Tyrel Datwyler · 4 years ago
- cb72477 scsi: ibmvfc: Set and track hw queue in ibmvfc_event struct by Tyrel Datwyler · 4 years ago
- c53408b scsi: ibmvfc: Advertise client support for using hardware channels by Tyrel Datwyler · 4 years ago
- e95eef3 scsi: ibmvfc: Implement channel enquiry and setup commands by Tyrel Datwyler · 4 years ago
- 39e461f scsi: ibmvfc: Map/request irq and register Sub-CRQ interrupt handler by Tyrel Datwyler · 4 years ago
- 80a9e8e scsi: ibmvfc: Define Sub-CRQ interrupt handler routine by Tyrel Datwyler · 4 years ago
- 1d956ad scsi: ibmvfc: Add handlers to drain and complete Sub-CRQ responses by Tyrel Datwyler · 4 years ago
- d20046e scsi: ibmvfc: Add Sub-CRQ IRQ enable/disable routine by Tyrel Datwyler · 4 years ago
- 3034ebe scsi: ibmvfc: Add alloc/dealloc routines for SCSI Sub-CRQ Channels by Tyrel Datwyler · 4 years ago
- 6d07f12 scsi: ibmvfc: Add Subordinate CRQ definitions by Tyrel Datwyler · 4 years ago
- 9e6b6b8 scsi: ibmvfc: Define hcall wrapper for registering a Sub-CRQ by Tyrel Datwyler · 4 years ago
- bb35ecb scsi: ibmvfc: Add size parameter to ibmvfc_init_event_pool() by Tyrel Datwyler · 4 years ago
- 003d91a scsi: ibmvfc: Init/free event pool during queue allocation/free by Tyrel Datwyler · 4 years ago
- 225acf5 scsi: ibmvfc: Move event pool init/free routines by Tyrel Datwyler · 4 years ago
- 6ae208e scsi: ibmvfc: Add vhost fields and defaults for MQ enablement by Tyrel Datwyler · 4 years ago
- 7649072 scsi: ibmvfc: Set default timeout to avoid crash during migration by Brian King · 4 years ago
- 654080d scsi: ibmvfc: Relax locking around ibmvfc_queuecommand() by Tyrel Datwyler · 4 years ago
- 1f4a4a1 scsi: ibmvfc: Complete commands outside the host/queue lock by Tyrel Datwyler · 4 years ago
- 57e80e0 scsi: ibmvfc: Define per-queue state/list locks by Tyrel Datwyler · 4 years ago
- e4b26f3 scsi: ibmvfc: Make command event pool queue specific by Tyrel Datwyler · 4 years ago
- f896866 scsi: ibmvfc: Define generic queue structure for CRQs by Tyrel Datwyler · 4 years ago
- 901d01c scsi: ibmvfc: Fix missing cast of ibmvfc_event pointer to u64 handle by Tyrel Datwyler · 4 years ago
- 60f7c50 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years ago
- e4af87b scsi: ibmvfc: Advertise client support for targetWWPN using v2 commands by Tyrel Datwyler · 4 years, 1 month ago
- ebc7c74 scsi: ibmvfc: Add support for target_wwpn field in v2 MADs and vfcFrame by Tyrel Datwyler · 4 years, 1 month ago
- 5a9d16f scsi: ibmvfc: Add FC payload retrieval routines for versioned vfcFrames by Tyrel Datwyler · 4 years, 1 month ago
- a318c2b scsi: ibmvfc: Add helper for testing capability flags by Tyrel Datwyler · 4 years, 1 month ago
- c16b8a6 scsi: ibmvfc: Add new fields for version 2 of several MADs by Tyrel Datwyler · 4 years, 1 month ago
- fad74a1 scsi: ibmvfc: Deduplicate common ibmvfc_cmd init code by Tyrel Datwyler · 4 years, 1 month ago
- 2aa0102 scsi: ibmvfc: Use correlation token to tag commands by Tyrel Datwyler · 4 years, 1 month ago
- 4e07161 scsi: ibmvfc: Remove trailing semicolon by Tyrel Datwyler · 4 years, 1 month ago
- 61bdb4e scsi: ibmvfc: Byte swap login_buf.resp values in attribute show functions by Tyrel Datwyler · 4 years, 1 month ago
- 665e022 scsi: ibmvscsi: Fix potential race after loss of transport by Tyrel Datwyler · 4 years, 2 months ago
- 55e0500 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 2 months ago
- 2584e5a scsi: ibmvfc: Protect vhost->task_set increment by the host lock by Brian King · 4 years, 3 months ago
- 4b29cb6 scsi: ibmvfc: Avoid link down on FS9100 canister reboot by Brian King · 4 years, 4 months ago
- 5e48a08 scsi: ibmvfc: Fix error return in ibmvfc_probe() by Jing Xiangfeng · 4 years, 4 months ago
- df4d732 scsi: ibmvfc: Interface updates for future FPIN and MQ support by Tyrel Datwyler · 4 years, 4 months ago
- 802c60e scsi: ibmvfc: Use compiler attribute defines instead of __attribute__() by Tyrel Datwyler · 4 years, 4 months ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
- 0a19a72 scsi: Fix trivial spelling by Kieran Bingham · 4 years, 7 months ago
- 3df83e1 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 7 months ago
- 4919b33 scsi: ibmvscsi: Don't send host info in adapter info MAD after LPM by Tyrel Datwyler · 4 years, 7 months ago
- 818dbde Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 7 months ago
- 1f93ad1 scsi: ibmvscsi: Make some functions static by Chen Tao · 4 years, 7 months ago
- b365221 scsi: ibmvscsi: Fix WARN_ON during event pool release by Tyrel Datwyler · 4 years, 8 months ago
- 66bb7fa scsi: ibmvfc: Don't send implicit logouts prior to NPIV login by Brian King · 4 years, 8 months ago
- b893eb0 scsi: ibmvfc: Fix NULL return compiler warning by Brian King · 4 years, 10 months ago
- ed830385 scsi: ibmvfc: Avoid loss of all paths during SVC node reboot by Brian King · 4 years, 10 months ago
- 10fd717 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 5 years ago
- 4c73598 scsi: ibmvfc: Mark expected switch fall-throughs by Gustavo A. R. Silva · 5 years ago
- 5578257c scsi: ibmvfc: fix WARN_ON during event pool release by Tyrel Datwyler · 5 years ago