Linux SCSI Development
[Prev Page][Next Page]
- Re: [V3 00/10] mpt3sas: Aero/Sea HBA feature addition, (continued)
- [PATCH RFC] hisi_sas_v3: multiqueue support,
Hannes Reinecke
- [PATCH 0/9] blk-mq/scsi: convert private reply queue into blk_mq hw queue,
Ming Lei
- [PATCH 1/9] blk-mq: allow hw queues to share hostwide tags, Ming Lei
- [PATCH 2/9] block: null_blk: introduce module parameter of 'g_host_tags', Ming Lei
- [PATCH 3/9] scsi: Add template flag 'host_tagset', Ming Lei
- [PATCH 4/9] scsi_debug: support host tagset, Ming Lei
- [PATCH 5/9] scsi: introduce scsi_cmnd_hctx_index(), Ming Lei
- [PATCH 6/9] scsi: hpsa: convert private reply queue to blk-mq hw queue, Ming Lei
- [PATCH 7/9] scsi: hisi_sas_v3: convert private reply queue to blk-mq hw queue, Ming Lei
- [PATCH 8/9] scsi: megaraid: convert private reply queue to blk-mq hw queue, Ming Lei
- [PATCH 9/9] scsi: mp3sas: convert private reply queue to blk-mq hw queue, Ming Lei
- Re: [PATCH 0/9] blk-mq/scsi: convert private reply queue into blk_mq hw queue, John Garry
- [PATCH] scsi: pmcraid: Remove call to memset after dma_alloc_coherent, Hariprasad Kelam
- [PATCH] scsi: dpt_i2o: Remove call memset after dma_alloc_coherent, Hariprasad Kelam
- [PATCH 0/2] scsi: add support for request batching,
Paolo Bonzini
- [PATCH 5.1 062/405] blk-mq: grab .q_usage_counter when queuing request from plug code path, Greg Kroah-Hartman
- [PATCH 5.1 061/405] blk-mq: split blk_mq_alloc_and_init_hctx into two parts, Greg Kroah-Hartman
- [PATCH 5.0 054/346] blk-mq: split blk_mq_alloc_and_init_hctx into two parts, Greg Kroah-Hartman
- [PATCH 5.0 055/346] blk-mq: grab .q_usage_counter when queuing request from plug code path, Greg Kroah-Hartman
- [PATCH] scsi: lpfc: Use *_pool_zalloc rather than *_pool_alloc,
Thomas Meyer
- [PATCH] scsi: pmcraid: Use *_pool_zalloc rather than *_pool_alloc,
Thomas Meyer
- [PATCH 00/20] qla2xxx Patches,
Bart Van Assche
- [PATCH 01/20] qla2xxx: Include the <asm/unaligned.h> header file from qla_dsd.h, Bart Van Assche
- [PATCH 03/20] qla2xxx: Remove an include directive from qla_mr.c, Bart Van Assche
- [PATCH 05/20] qla2xxx: Declare the fourth ql_dump_buffer() argument const, Bart Van Assche
- [PATCH 06/20] qla2xxx: Change the return type of qla2x00_update_ms_fdmi_iocb() into void, Bart Van Assche
- [PATCH 02/20] qla2xxx: Really fix abort handling, Bart Van Assche
- [PATCH 07/20] qla2xxx: Reduce the scope of three local variables in qla2xxx_queuecommand(), Bart Van Assche
- [PATCH 08/20] qla2xxx: Declare qla_tgt_cmd.cdb const, Bart Van Assche
- [PATCH 04/20] qla2xxx: Remove a forward declaration, Bart Van Assche
- [PATCH 09/20] qla2xxx: Change data_dsd into an array, Bart Van Assche
- [PATCH 10/20] qla2xxx: Verify locking assumptions at runtime, Bart Van Assche
- [PATCH 11/20] qla2xxx: Reduce the number of casts in GID list code, Bart Van Assche
- [PATCH 12/20] qla2xxx: Improve Linux kernel coding style conformance, Bart Van Assche
- [PATCH 13/20] qla2xxx: Remove two superfluous if-tests, Bart Van Assche
- [PATCH 14/20] qla2xxx: Simplify qlt_lport_dump(), Bart Van Assche
- [PATCH 15/20] qla2xxx: Introduce qla2x00_els_dcmd2_free(), Bart Van Assche
- [PATCH 16/20] qla2xxx: Remove a superfluous pointer check, Bart Van Assche
- [PATCH 17/20] qla2xxx: Remove two superfluous tests, Bart Van Assche
- [PATCH 18/20] qla2xxx: Fix session lookup in qlt_abort_work(), Bart Van Assche
- [PATCH 19/20] qla2xxx: Introduce the be_id_t and le_id_t data types for FC src/dst IDs, Bart Van Assche
- [PATCH 20/20] qla2xxx: Fix qla24xx_abort_sp_done(), Bart Van Assche
- Re: [PATCH 00/20] qla2xxx Patches, Himanshu Madhani
- [Patch v2] wd719x: pass GFP_ATOMIC instead of GFP_KERNEL,
Hariprasad Kelam
- [PATCH 0/3] megaraid_sas:,
Tomas Henzl
- [PATCH RFC 00/24] scsi: enable reserved commands for LLDDs,
Hannes Reinecke
- [PATCH 03/24] scsi: add 'nr_reserved_cmds' field to the SCSI host template, Hannes Reinecke
- [PATCH 01/24] block: disable elevator for reserved tags, Hannes Reinecke
- [PATCH 04/24] csiostor: use reserved command for LUN reset, Hannes Reinecke
- [PATCH 02/24] scsi: add scsi_{get,put}_reserved_cmd(), Hannes Reinecke
- [PATCH 12/24] hpsa: move hpsa_hba_inquiry after scsi_add_host(), Hannes Reinecke
- [PATCH 19/24] aacraid: move scsi_add_host(), Hannes Reinecke
- [PATCH 23/24] dpt_i2o: drop cmd_list usage, Hannes Reinecke
- [PATCH 18/24] scsi: Implement scsi_is_reserved_cmd(), Hannes Reinecke
- [PATCH 24/24] scsi: drop scsi command list, Hannes Reinecke
- [PATCH 17/24] snic: use tagset iter for traversing commands, Hannes Reinecke
- [PATCH 21/24] aacraid: replace cmd_list with scsi_host_tagset_busy_iter(), Hannes Reinecke
- [PATCH 09/24] fnic: use scsi_host_tagset_busy_iter() to traverse commands, Hannes Reinecke
- [PATCH 13/24] hpsa: use reserved commands, Hannes Reinecke
- [PATCH 08/24] fnic: use reserved commands, Hannes Reinecke
- [PATCH 20/24] aacraid: use private commands, Hannes Reinecke
- [PATCH 22/24] aacraid: use scsi_host_tagset_busy_iter() to traverse outstanding commands, Hannes Reinecke
- [PATCH 15/24] hpsa: drop refcount field from CommandList, Hannes Reinecke
- [PATCH 16/24] snic: use reserved commands, Hannes Reinecke
- [PATCH 14/24] hpsa: use blk_mq_tagset_busy_iter() to traverse outstanding commands, Hannes Reinecke
- [PATCH 06/24] virtio_scsi: use reserved commands for TMF, Hannes Reinecke
- [PATCH 10/24] scsi: allocate separate queue for reserved commands, Hannes Reinecke
- [PATCH 07/24] scsi: add host tagset busy iterator, Hannes Reinecke
- [PATCH 11/24] scsi: add scsi_host_get_reserved_cmd(), Hannes Reinecke
- [PATCH 05/24] scsi: add scsi_cmd_from_priv(), Hannes Reinecke
- Re: [PATCH RFC 00/24] scsi: enable reserved commands for LLDDs, John Garry
- [PATCH] scsi: smartpqi: unlock on error in pqi_submit_raid_request_synchronous(),
Dan Carpenter
- [PATCH 1/1] scsi: esas2r: esas2r_init: check return value, Xidong Wang
- [PATCH] wd719x: pass GFP_ATOMIC instead of GFP_KERNEL,
Hariprasad Kelam
- [PATCH net-next] cxgb4/libcxgb/cxgb4i/cxgbit: enable eDRAM page pods for iSCSI,
Varun Prakash
- [PATCH] scsi: ufs: Use pm_runtime_get_sync in shutdown flow, Stanley Chu
- [Patch v2] target/iscsi: fix possible condition with no effect (if == else),
Hariprasad Kelam
- [PATCH] fdomain: Add PCMCIA support,
Ondrej Zary
- [PATCH V2 0/5] blk-mq: Wait for for hctx inflight requests on CPU unplug,
Ming Lei
- [PATCH] scsi: scsi_dh_alua: Fix possible null-ptr-deref,
YueHaibing
- [PATCH] sg: fix a double-fetch bug in sg_write(),
Gen Zhang
- [PATCH v2] scsi: smartpqi: properly set both the DMA mask and the coherent DMA mask in pqi_pci_init(),
Lianbo Jiang
- [PATCH] mpt3sas_ctl: fix double-fetch bug in _ctl_ioctl_main(),
Gen Zhang
- FICON target support,
Christian Svensson
- [PATCH v2 net-next 00/11] qed*: Improve performance on 100G link for offload protocols,
Michal Kalderon
- [PATCH v2 net-next 01/11] qed: Modify api for performing a dmae to another PF, Michal Kalderon
- [PATCH v2 net-next 03/11] qed*: Change hwfn used for sb initialization, Michal Kalderon
- [PATCH v2 net-next 02/11] qed: Add llh ppfid interface and 100g support for offload protocols, Michal Kalderon
- [PATCH v2 net-next 04/11] qed: Modify offload protocols to use the affined engine, Michal Kalderon
- [PATCH v2 net-next 07/11] qed: Add qed devlink parameters table, Michal Kalderon
- [PATCH v2 net-next 09/11] Revert "scsi: qedi: Allocate IRQs based on msix_cnt", Michal Kalderon
- [PATCH v2 net-next 08/11] qed*: Add iWARP 100g support, Michal Kalderon
- [PATCH v2 net-next 11/11] qedf: Use hwfns and affin_hwfn_idx to get MSI-X vector index to use, Michal Kalderon
- [PATCH v2 net-next 10/11] qedi: Use hwfns and affin_hwfn_idx to get MSI-X vector index, Michal Kalderon
- [PATCH v2 net-next 06/11] qed: Set the doorbell address correctly, Michal Kalderon
- [PATCH v2 net-next 05/11] qedr: Change the MSI-X vectors selection to be based on affined engine, Michal Kalderon
- Re: [PATCH v2 net-next 00/11] qed*: Improve performance on 100G link for offload protocols, David Miller
- [PATCH] target/iscsi: fix possible condition with no effect (if == else),
Hariprasad Kelam
- [PATCH -next] scsi: megaraid_sas: remove set but not used variables 'host' and 'wait_time',
YueHaibing
- [PATCH -next] scsi: megaraid_sas: remove set but not used variables 'buff_addr' and 'ci_h',
YueHaibing
- [PATCH -next] scsi: megaraid_sas: remove set but not used variable 'cur_state',
YueHaibing
- [PATCH -next] scsi: megaraid_sas: remove set but not used variable 'sge_sz',
YueHaibing
- [PATCH] drivers/scsi: fix warning PTR_ERR_OR_ZERO can be used,
Hariprasad Kelam
- [GIT PULL] SCSI fixes for 5.2-rc1,
James Bottomley
- [PATCH 00/19] sg: v4 interface, rq sharing + multiple rqs,
Douglas Gilbert
- [PATCH 01/19] sg: move functions around, Douglas Gilbert
- [PATCH 03/19] sg: sg_log and is_enabled, Douglas Gilbert
- [PATCH 02/19] sg: remove typedefs, type+formatting cleanup, Douglas Gilbert
- [PATCH 06/19] sg: sense buffer cleanup, Douglas Gilbert
- [PATCH 04/19] sg: move header to uapi section, Douglas Gilbert
- [PATCH 08/19] sg: add 8 byte SCSI LUN to sg_scsi_id, Douglas Gilbert
- [PATCH 07/19] sg: add sg v4 interface support, Douglas Gilbert
- [PATCH 10/19] sg: add sg_ioabort ioctl, Douglas Gilbert
- [PATCH 05/19] sg: replace rq array with lists, Douglas Gilbert
- [PATCH 11/19] sg: add sg_iosubmit_v3 and sg_ioreceive_v3 ioctls, Douglas Gilbert
- [PATCH 09/19] sg: expand sg_comm_wr_t, Douglas Gilbert
- [PATCH 13/19] sg: sgat_elem_sz and sum_fd_dlens, Douglas Gilbert
- [PATCH 12/19] sg: add sg_set_get_extended ioctl, Douglas Gilbert
- [PATCH 14/19] sg: tag and more_async, Douglas Gilbert
- [PATCH 15/19] sg: add fd sharing , change, unshare, Douglas Gilbert
- [PATCH 17/19] sg: add multiple request support, Douglas Gilbert
- [PATCH 18/19] sg: add slave wait capability, Douglas Gilbert
- [PATCH 19/19] sg: table of error numbers with meanings, Douglas Gilbert
- [PATCH 16/19] sg: add shared requests, Douglas Gilbert
- Re: [PATCH 00/19] sg: v4 interface, rq sharing + multiple rqs, Bart Van Assche
- Re: [PATCH 00/19] sg: v4 interface, rq sharing + multiple rqs, Bart Van Assche
- [PATCH 5.0 020/139] blk-mq: free hw queues resource in hctxs release handler, Greg Kroah-Hartman
- [PATCH 5.1 024/122] blk-mq: free hw queues resource in hctxs release handler, Greg Kroah-Hartman
- [PATCH RFT plinth/v4.15 11/12] blk-mq: Allow PCI vector offset for mapping queues,
John Garry
- [PATCH 0/2] zfcp fixes for v5.2-rcX,
Steffen Maier
- [PATCH] scsi: smartpqi: properly set both the DMA mask and the coherent DMA mask in pqi_pci_init(),
Lianbo Jiang
- SCSI adapter: how to freeze and thaw I/O on hibernation?,
Dexuan Cui
- [PATCH] sg: Fix a double-fetch bug in drivers/scsi/sg.c,
Gen Zhang
- [PATCH] scsi: hpsa: Avoid using dev uninitialized in hpsa_eh_device_reset_handler, Nathan Chancellor
- [PATCH AUTOSEL 5.1 020/375] blk-mq: grab .q_usage_counter when queuing request from plug code path, Sasha Levin
- [PATCH AUTOSEL 5.1 019/375] blk-mq: split blk_mq_alloc_and_init_hctx into two parts, Sasha Levin
- [PATCH AUTOSEL 5.1 051/375] scsi: qla2xxx: Fix a qla24xx_enable_msix() error path, Sasha Levin
- [PATCH AUTOSEL 5.1 052/375] scsi: qla2xxx: Fix abort handling in tcm_qla2xxx_write_pending(), Sasha Levin
- [PATCH AUTOSEL 5.1 053/375] scsi: qla2xxx: Avoid that lockdep complains about unsafe locking in tcm_qla2xxx_close_session(), Sasha Levin
- [PATCH AUTOSEL 5.0 014/317] blk-mq: split blk_mq_alloc_and_init_hctx into two parts, Sasha Levin
- [PATCH AUTOSEL 5.0 015/317] blk-mq: grab .q_usage_counter when queuing request from plug code path, Sasha Levin
- [PATCH AUTOSEL 5.0 044/317] scsi: qla2xxx: Fix a qla24xx_enable_msix() error path, Sasha Levin
- [PATCH AUTOSEL 5.0 046/317] scsi: qla2xxx: Avoid that lockdep complains about unsafe locking in tcm_qla2xxx_close_session(), Sasha Levin
- [PATCH AUTOSEL 4.19 038/244] scsi: qla2xxx: Fix hardirq-unsafe locking, Sasha Levin
- [PATCH AUTOSEL 4.19 036/244] scsi: qla2xxx: Fix abort handling in tcm_qla2xxx_write_pending(), Sasha Levin
- [PATCH AUTOSEL 4.19 046/244] scsi: qedi: Abort ep termination if offload not scheduled, Sasha Levin
- [PATCH AUTOSEL 4.14 023/167] scsi: qla2xxx: Fix a qla24xx_enable_msix() error path, Sasha Levin
- [PATCH AUTOSEL 4.14 024/167] scsi: qla2xxx: Fix abort handling in tcm_qla2xxx_write_pending(), Sasha Levin
- [PATCH AUTOSEL 4.14 025/167] scsi: qla2xxx: Avoid that lockdep complains about unsafe locking in tcm_qla2xxx_close_session(), Sasha Levin
- [PATCH AUTOSEL 4.14 031/167] scsi: qedi: Abort ep termination if offload not scheduled, Sasha Levin
- [PATCH AUTOSEL 4.9 015/114] scsi: qla2xxx: Fix a qla24xx_enable_msix() error path, Sasha Levin
- [PATCH AUTOSEL 4.19 037/244] scsi: qla2xxx: Avoid that lockdep complains about unsafe locking in tcm_qla2xxx_close_session(), Sasha Levin
- [PATCH AUTOSEL 4.19 035/244] scsi: qla2xxx: Fix a qla24xx_enable_msix() error path, Sasha Levin
- [PATCH AUTOSEL 5.0 055/317] scsi: qedi: Abort ep termination if offload not scheduled, Sasha Levin
- [PATCH AUTOSEL 5.0 047/317] scsi: qla2xxx: Fix hardirq-unsafe locking, Sasha Levin
- [PATCH AUTOSEL 5.0 045/317] scsi: qla2xxx: Fix abort handling in tcm_qla2xxx_write_pending(), Sasha Levin
- [PATCH AUTOSEL 5.1 063/375] scsi: qedi: Abort ep termination if offload not scheduled, Sasha Levin
- [PATCH AUTOSEL 5.1 054/375] scsi: qla2xxx: Fix hardirq-unsafe locking, Sasha Levin
- [PATCH v2] message/fusion/mptbase.c: Use kmemdup instead of memcpy and kmalloc,
Bharath Vedartham
- [PATCH] scsi: libcxgbi: add a check for NULL pointer in cxgbi_check_route(),
Varun Prakash
- [PATCH] mpt3sas_ctl: Fix a double-fetch bug in drivers/scsi/mpt3sas/mpt3sas_ctl.c, Gen Zhang
- [PATCH] message/fusion/mptbase.c: Use kmemdup instead of memcpy and kmalloc,
Bharath Vedartham
- [PATCH][next] scsi: hpsa: fix an uninitialized read and dereference of pointer dev,
Colin King
- [PATCH 00/21] lpfc: Update lpfc to revision 12.2.0.3,
James Smart
- [PATCH 01/21] lpfc: Fix alloc context on oas lun creations, James Smart
- [PATCH 02/21] lpfc: Fix nvmet target abort cmd matching, James Smart
- [PATCH 03/21] lpfc: Correct nvmet buffer free race condition, James Smart
- [PATCH 04/21] lpfc: Revise message when stuck due to unresponsive adapter, James Smart
- [PATCH 07/21] lpfc: Revert message logging on unsupported topology, James Smart
- [PATCH 06/21] lpfc: Fix nvmet handling of received ABTS for unmapped frames, James Smart
- [PATCH 08/21] lpfc: Fix PT2PT PLOGI collison stopping discovery, James Smart
- [PATCH 05/21] lpfc: Separate CQ processing for nvmet_fc upcalls, James Smart
- [PATCH 09/21] lpfc: Prevent 'use after free' memory overwrite in nvmet LS handling., James Smart
- [PATCH 10/21] lpfc: Cancel queued work for an IO when processing a received ABTS., James Smart
- [PATCH 13/21] lpfc: Fix memory leak in abnormal exit path from lpfc_eq_create., James Smart
- [PATCH 11/21] lpfc: Fix hardlockup in scsi_cmd_iocb_cmpl, James Smart
- [PATCH 12/21] lpfc: Rework misleading nvme not supported in firmware message, James Smart
- [PATCH 15/21] lpfc: Fix oops when driver is loaded with 1 interrupt vector, James Smart
- [PATCH 14/21] lpfc: Fix incorrect logical link speed on trunks when links down, James Smart
- [PATCH 17/21] lpfc: Fix fcp_rsp_len checking on lun reset, James Smart
- [PATCH 16/21] lpfc: Fix poor use of hardware queues if fewer irq vectors, James Smart
- [PATCH 18/21] lpfc: Fix FDMI fc4type for nvme support, James Smart
- [PATCH 19/21] lpfc: Fix BFS crash with t10-dif enabled., James Smart
- [PATCH 21/21] lpfc: Update lpfc version to 12.2.0.3, James Smart
- [PATCH 20/21] lpfc: Fix kernel warnings related to smp_processor_id(), James Smart
- Re: [PATCH 00/21] lpfc: Update lpfc to revision 12.2.0.3, Martin K. Petersen
- Re: [PATCH] blk-mq: Wait for for hctx inflight requests on CPU unplug,
John Garry
- [PATCH] scsi: ufs: Check that space was properly alloced in copy_query_response,
Avri Altman
- [PATCH v5 0/3] scsi: ufs: Add error handling of Auto-Hibernate,
Stanley Chu
- [PATCH v4 0/3] scsi: ufs: Add error handling of Auto-Hibernate,
Stanley Chu
- [PATCH v2] scsi: libsas: no need to join wide port again in sas_ex_discover_dev(),
Jason Yan
- [PATCH v2 00/10] mpt3sas: Aero/Sea HBA feature addition,
Suganath Prabu S
- [PATCH v2 01/10] mpt3sas: function pointers of request descriptor, Suganath Prabu S
- [PATCH v2 02/10] mpt3sas: Add Atomic RequestDescriptor support on Aero, Suganath Prabu S
- [PATCH v2 03/10] mpt3sas: Add flag high_iops_queues, Suganath Prabu S
- [PATCH v2 04/10] mpt3sas: change _base_get_msix_index prototype, Suganath Prabu S
- [PATCH v2 05/10] mpt3sas: Use highiops queues if more in-flights, Suganath Prabu S
- [PATCH v2 06/10] mpt3sas:save msix index and use same while posting RD, Suganath Prabu S
- [PATCH v2 07/10] mpt3sas: Affinity high iops queues IRQs to local node, Suganath Prabu S
- [PATCH v2 08/10] mpt3sas: Enable interrupt coalescing on high iops, Suganath Prabu S
- [PATCH v2 09/10] mpt3sas: Introduce perf_mode module parameter, Suganath Prabu S
- [PATCH v2 10/10] mpt3sas: Update driver version to 29.100.00.00, Suganath Prabu S
- [PATCH v3 0/3] scsi: ufs: Add error handling of Auto-Hibernate,
Stanley Chu
- [PATCH] scsi: fix typos in code comments,
Weitao Hou
- [PATCH] fdomain: Add register definitions,
Ondrej Zary
- [PATCH] scsi: libsas: no need to join wide port again in sas_ex_discover_dev(),
Jason Yan
- [PATCH 00/10] mpt3sas: Aero/Sea HBA feature addition,
Suganath Prabu S
- [PATCH 01/10] mpt3sas: function pointers of request descriptor, Suganath Prabu S
- [PATCH 02/10] mpt3sas: Add Atomic Request Descriptor support on Aero, Suganath Prabu S
- [PATCH 03/10] mpt3sas: Add flag high_iops_queues, Suganath Prabu S
- [PATCH 04/10] mpt3sas: change _base_get_msix_index prototype, Suganath Prabu S
- [PATCH 05/10] mpt3sas: Use highiops queues if more in-flights, Suganath Prabu S
- [PATCH 06/10] mpt3sas: save msix index and use same while posting RD, Suganath Prabu S
- [PATCH 07/10] mpt3sas: Affinity high iops queues IRQs to local node, Suganath Prabu S
- [PATCH 08/10] mpt3sas: Enable interrupt coalescing on high iops, Suganath Prabu S
- [PATCH 09/10] mpt3sas: Introduce perf_mode module parameter, Suganath Prabu S
- [PATCH 10/10] mpt3sas: Update driver version to 29.100.00.00, Suganath Prabu S
- [GIT PULL] final round of SCSI updates for the 5.1+ merge window,
James Bottomley
- [PATCH] hpsa-correct-static-checker-issue-in-reset-handler, Don Brace
- Block device naming,
Alibek Amaev
- [PATCH v2 0/3] scsi: ufs: Add error handling of Auto-Hibernate,
Stanley Chu
- [PATCH v2 0/3] fdomain: Resurrect driver,
Ondrej Zary
- [PATCH] scsi: aic7xxx: Remove NULL check before kfree(), Quentin Deslandes
- [PATCH 1/2] scsi: libsas: only clear phy->in_shutdown after shutdown event done,
Jason Yan
- [PATCH v1 0/3] scsi: ufs: add error handlings of auto-hibern8,
Stanley Chu
- Poor SWIOTLB Performance with HIGHMEM64G,
tedheadster
- [PATCH 1/2] fdomain: Remove BIOS-related code from core,
Ondrej Zary
- [PATCH] scsi: myrs: Fix uninitialized variable,
YueHaibing
- [PATCH] qla2xxx: always allocate qla_tgt_wq,
Hannes Reinecke
- Problems with logout in qlt_free_session_done,
Shivaram Upadhyayula
- [PATCH 1/3][V3] lib: fix __sysfs_match_string() helper when n != -1,
Alexandru Ardelean
- [PATCH v2 0/7] Hexdump Enhancements,
Alastair D'Silva
- [GIT PULL] first round of SCSI updates for the 5.1+ merge window,
James Bottomley
- [PATCH 0/7] hpsa updates,
Don Brace
- [PATCH v2 00/21] megaraid_sas: Driver updates,
Shivasharan S
- [PATCH v2 01/21] megaraid_sas: remove unused variable target_index, Shivasharan S
- [PATCH v2 03/21] megaraid_sas: fw_reset_no_pci_access required for MFI adapters only, Shivasharan S
- [PATCH v2 04/21] megaraid_sas: rework code around controller reset, Shivasharan S
- [PATCH v2 05/21] megaraid_sas: Block PCI config space access from userspace during OCR, Shivasharan S
- [PATCH v2 06/21] megaraid_sas: IRQ poll to avoid CPU hard lockups, Shivasharan S
- [PATCH v2 07/21] megaraid_sas: Load balance completions across all MSIx, Shivasharan S
- [PATCH v2 08/21] megaraid_sas: Enhance prints in OCR and TM path, Shivasharan S
- [PATCH v2 09/21] megaraid_sas: Enhance internal DCMD timeout prints, Shivasharan S
- [PATCH v2 10/21] megaraid_sas: Add formatting option for megasas_dump, Shivasharan S
- [PATCH v2 11/21] megaraid_sas: Dump system interface regs from sysfs, Shivasharan S
- [PATCH v2 12/21] megaraid_sas: Dump system registers for debugging, Shivasharan S
- [PATCH v2 13/21] megaraid_sas: Print BAR information from driver, Shivasharan S
- [PATCH v2 14/21] megaraid_sas: Export RAID map id through sysfs, Shivasharan S
- [PATCH v2 15/21] megaraid_sas: Print FW fault information, Shivasharan S
- [PATCH v2 16/21] megaraid_sas: Print firmware interrupt status, Shivasharan S
- [PATCH v2 17/21] megaraid_sas: Add prints in suspend and resume path, Shivasharan S
- [PATCH v2 18/21] megaraid_sas: Add debug prints for device list, Shivasharan S
- [PATCH v2 19/21] megaraid_sas: Fix MSI-x vector print, Shivasharan S
- [PATCH v2 20/21] megaraid_sas: Export RAID map through debugfs, Shivasharan S
- [PATCH v2 21/21] megaraid_sas: Update driver version to 07.708.03.00, Shivasharan S
- Re: [PATCH v2 00/21] megaraid_sas: Driver updates, Martin K. Petersen
- [PATCH] qla2xxx: remove double assignment in qla2x00_update_fcport,
Enzo Matsumiya
- [PATCH AUTOSEL 5.0 55/99] scsi: aic7xxx: fix EISA support, Sasha Levin
- [PATCH AUTOSEL 4.19 40/81] scsi: aic7xxx: fix EISA support, Sasha Levin
- [PATCH AUTOSEL 4.14 56/95] scsi: raid_attrs: fix unused variable warning, Sasha Levin
- [PATCH v2 0/4] lpfc updated for 12.2.0.2,
James Smart
- [RFC PATCH 0/4] Inline Encryption Support,
Satya Tangirala
- [PATCH 0/2] qla2xxx: Bug fixes for the driver,
Himanshu Madhani
[Index of Archives]
[Kernel Announce]
[Kernel Newbies]
[Linux RAID]
[Linux ATA RAID]
[IETF Annouce]
[Git]
[Security]
[Netfilter]
[Bugtraq]