Linux SCSI Development
[Prev Page][Next Page]
- Re: [PATCH] Simplify nvmet_init to remove extra out label, (continued)
- [PATCH] Remove extra goto label from nvmet_ns_enable,
Milan P. Gandhi
- [PATCH V8 0/2] Add UFS provisioning support in driver,
Sayali Lokhande
- [PATCH v4] scsi: ufs: Make sysfs attributes writable,
Evan Green
- [PATCH] target/iblock: split T10 PI SGL across command bios,
Greg Edwards
- [PATCH] scsi: aic94xx: fix an error code in aic94xx_init(),
Dan Carpenter
- [PATCH] scsi: use blk_mq_run_hw_queues in scsi_kick_queue,
Jianchao Wang
- [PATCH] qla2xxx: Fix issue reported by static checker for qla2x00_els_dcmd2_sp_done(),
Himanshu Madhani
- [PATCH 1/1] scsi/ufshcd: Fix NULL pointer dereference for in ufshcd_init,
Vivek Gautam
- [RFC PATCH 00/14] SCSI: introduce per-host admin queue & enable runtime PM,
Ming Lei
- [RFC PATCH 01/14] blk-mq: allow to pass default queue flags for creating & initializing queue, Ming Lei
- [RFC PATCH 02/14] blk-mq: convert BLK_MQ_F_NO_SCHED into per-queue flag, Ming Lei
- [RFC PATCH 03/14] SCSI: try to retrieve request_queue via 'scsi_cmnd' if possible, Ming Lei
- [RFC PATCH 04/14] SCSI: pass 'scsi_device' instance from 'scsi_request', Ming Lei
- [RFC PATCH 05/14] SCSI: prepare for introducing admin queue for legacy path, Ming Lei
- [RFC PATCH 06/14] SCSI: pass scsi_device to scsi_mq_prep_fn, Ming Lei
- [RFC PATCH 07/14] SCSI: don't set .queuedata in scsi_mq_alloc_queue(), Ming Lei
- [RFC PATCH 08/14] SCSI: deal with admin queue busy, Ming Lei
- [RFC PATCH 09/14] SCSI: create admin queue for each host, Ming Lei
- [RFC PATCH 10/14] SCSI: use the dedicated admin queue to send admin commands, Ming Lei
- [RFC PATCH 11/14] SCSI: transport_spi: resume a quiesced device, Ming Lei
- [RFC PATCH 12/14] SCSI: use admin queue to implement queue QUIESCE, Ming Lei
- [RFC PATCH 13/14] block: simplify runtime PM support, Ming Lei
- [RFC PATCH 14/14] block: enable runtime PM for blk-mq, Ming Lei
- Re: [RFC PATCH 00/14] SCSI: introduce per-host admin queue & enable runtime PM, Alan Stern
- [PATCH v3 10/10] [SCSI] mpt3sas: replace chain_dma_pool, Tony Battersby
- [PATCH v3 09/10] dmapool: debug: prevent endless loop in case of corruption, Tony Battersby
- [PATCH v3 08/10] dmapool: improve accuracy of debug statistics,
Tony Battersby
- [PATCH v3 07/10] dmapool: cleanup integer types,
Tony Battersby
- [PATCH v3 06/10] dmapool: improve scalability of dma_pool_free, Tony Battersby
- [PATCH v3 05/10] dmapool: rename fields in dma_page, Tony Battersby
- [PATCH v3 04/10] dmapool: improve scalability of dma_pool_alloc, Tony Battersby
- [PATCH v3 03/10] dmapool: cleanup dma_pool_destroy, Tony Battersby
- [PATCH v3 02/10] dmapool: remove checks for dev == NULL, Tony Battersby
- [PATCH v3 01/10] dmapool: fix boundary comparison, Tony Battersby
- [PATCH v3 00/10] mpt3sas and dmapool scalability, Tony Battersby
- [bug report] scsi: qla2xxx: Migrate NVME N2N handling into state machine, Dan Carpenter
- [PATCH] target/loop: depend on SCSI,
Christoph Hellwig
- [PATCH] requesed -> requested, Dongliang Mu
- [PATCH v2] target: fix tcm_loop build errors when SCSI=m,
Randy Dunlap
- [PATCH] target: fix tcm_loop build errors when SCSI=m,
Randy Dunlap
- [RFC PATCH 0/5] sd: init_command() and sd_done() speed-ups,
Douglas Gilbert
- [PATCH] drivers/scsi/fnic/fnic_trace: Use kvcalloc to replace vmalloc+memset, zhong jiang
- [PATCH v2] scsi: ufs: remove unnecessary query(DM) UPIU trace,
Ohad Sharabi
- [PATCH] scsi: ufs: remove unnecessary query(DM) UPIU trace, Ohad Sharabi
- [PATCH v2 0/8] scsi: scsi transport for ufs devices,
Avri Altman
[PATCH v2 2/8] scsi: ufs: Add ufs-bsg module, Avri Altman
[PATCH v2 3/8] scsi: ufs: Instantiate a ufs transport if its available, Avri Altman
[PATCH v2 4/8] scsi: ufs: Add fill task management request, Avri Altman
[PATCH v2 5/8] scsi: ufs: Allow ufshcd_issue_tm_cmd accept raw task upius, Avri Altman
[PATCH v2 6/8] scsi: ufs: Add API to execute raw upiu commands, Avri Altman
[PATCH v2 8/8] scsi: ufs-bsg: Add support for uic commands in ufs_bsg_request(), Avri Altman
[PATCH v2 7/8] scsi: ufs-bsg: Add support for raw upiu in ufs_bsg_request(), Avri Altman
Re: [PATCH v2 0/8] scsi: scsi transport for ufs devices, Christoph Hellwig
[PATCH] scsi: csiostor: Use true and false for boolean values, Gustavo A. R. Silva
[PATCH] scsi: mvumi: Use true and false for boolean values, Gustavo A. R. Silva
[PATCH 4.4 092/124] scsi: scsi_dh: replace too broad "TP9" string with the exact models, Greg Kroah-Hartman
[PATCH] Coccinelle: doubletest: reduce side effect false positives,
Julia Lawall
[PATCH v3] mpt3sas: correct reset of smid while clearing scsi tracker,
Sreekanth Reddy
[PATCH] st: remove redundant pointer STbuffer,
Colin King
[PATCH v2] mpt3sas: correct reset of smid while clearing scsi tracker,
Sreekanth Reddy
[bug report] memory corruption panic caused by SG_IO ioctl(),
Wanlong Gao
[PATCH RESEND v2] target: move the rx hdr buffer out of the stack,
Maurizio Lombardi
FW: [PATCH] scsi: vmw_pvscsi: Return DID_RESET for status SAM_STAT_COMMAND_TERMINATED,
Jim Gill
[PATCH v2 9/9] [SCSI] mpt3sas: replace chain_dma_pool, Tony Battersby
[PATCH v2 8/9] dmapool: reduce footprint in struct page,
Tony Battersby
[PATCH v2 7/9] dmapool: debug: prevent endless loop in case of corruption, Tony Battersby
[PATCH v2 6/9] dmapool: improve scalability of dma_pool_free,
Tony Battersby
[PATCH v2 5/9] dmapool: rename fields in dma_page,
Tony Battersby
[PATCH v2 4/9] dmapool: improve scalability of dma_pool_alloc,
Tony Battersby
[PATCH v2 3/9] dmapool: cleanup dma_pool_destroy, Tony Battersby
[PATCH v2 2/9] dmapool: cleanup error messages,
Tony Battersby
[PATCH v2 1/9] dmapool: fix boundary comparison, Tony Battersby
[PATCH v2 0/9] mpt3sas and dmapool scalability, Tony Battersby
[PATCH 0/2, RESEND] Avoid that SCSI device removal through sysfs triggers a deadlock,
Bart Van Assche
[PATCH V2 0/2] blk-mq: fix fix blk_mq_tagset_busy_iter,
Ming Lei
[PATCH] sr: Avoid that opening a CD-ROM hangs with runtime power management enabled,
Bart Van Assche
[PATCH 0/8] target: a misc lock fix and some cleanup,
Mike Christie
- [PATCH 1/8] target: fix __transport_register_session locking, Mike Christie
- [PATCH 2/8] iscsi target: have iscsit_start_nopin_timer call __iscsit_start_nopin_timer, Mike Christie
- [PATCH 3/8] target: make transport_init_session_tags static, Mike Christie
- [PATCH 4/8] target: rename target_alloc_session, Mike Christie
- [PATCH 6/8] target: srp, vscsi, sbp, qla: use target_remove_session, Mike Christie
- [PATCH 7/8] tcm_fc: use target_remove_session, Mike Christie
- [PATCH 8/8] target: loop, usb, vhost, xen: use target_remove_session, Mike Christie
- [PATCH 5/8] target: add session removal function, Mike Christie
- Re: [PATCH 0/8] target: a misc lock fix and some cleanup, Martin K. Petersen
[PATCH] blk-mq: fix blk_mq_tagset_busy_iter,
Ming Lei
[PATCH] aha1542: convert to DMA mapping API,
Christoph Hellwig
[PATCH v2 0/4] Use dma_zalloc_coherent and kvcalloc to replace open code,
zhong jiang
[PATCH] scsi:NCR5380: remove same check condition in NCR5380_select,
zhong jiang
[PATCH 0/2] remove double test condition,
zhong jiang
[PATCH] scsi: ufs: Check workqueue exists before destroying it,
Matthias Kaehlcke
[PATCH] scsi: ufs: Suspend clock scaling only once in ufshcd_hba_exit(),
Matthias Kaehlcke
Re: linux-next: Tree for Aug 1,
James Bottomley
[PATCH 4.17 280/336] scsi: scsi_dh: replace too broad "TP9" string with the exact models, Greg Kroah-Hartman
[PATCH 4.14 204/246] scsi: scsi_dh: replace too broad "TP9" string with the exact models, Greg Kroah-Hartman
[PATCH 4.9 132/144] scsi: scsi_dh: replace too broad "TP9" string with the exact models, Greg Kroah-Hartman
Taking a medication don't be afraid of disappointment! Be sure of the quality you pay for!, Canadian-Pharmacy
Re: [PATCH 11/15] target: export initiator port values for all sessions,
Mike Christie
[PATCH] scsi: csiostor: avoid null pointer dereference on card_fw allocation failure,
Colin King
[PATCH] [SCSI] sym53c8xx: remove some redundant variables,
Colin King
[PATCH 0/4] use dma_zalloc_coherent and vzalloc to replace open code,
zhong jiang
[PATCH v2] scsi: csiostor: update csio_get_flash_params(),
Arjun Vynipadath
Re: next/master boot: 179 boots: 11 failed, 167 passed with 1 offline (next-20180731),
Guillaume Tucker
[PATCH V7 0/2] Add UFS provisioning support in driver,
Sayali Lokhande
[PATCH 0/6] scsi: scsi transport for ufs devices,
Avri Altman
[PATCH v2] driver/scsi/pmcraid: Use pci_zalloc_consistent instead of pci_alloc_consistent+memset,
zhong jiang
[PATCH] driver/scsi/pmcraid: Use pci_zalloc_consistent instead of pci_alloc_consistent+memset,
zhong jiang
[next-20180727][qla2xxx][BUG] WARNING: CPU: 12 PID: 511 at drivers/scsi/scsi_lib.c:691 scsi_end_request+0x250/0x280,
Abdul Haleem
[PATCH v2 00/16] qla2xxx: Updates for the driver,
Himanshu Madhani
- [PATCH v2 01/16] qla2xxx: Cleanup for N2N code, Himanshu Madhani
- [PATCH v2 02/16] qla2xxx: Fix N2N link re-connect, Himanshu Madhani
- [PATCH v2 04/16] qla2xxx: Add longer window for Chip reset, Himanshu Madhani
- [PATCH v2 03/16] qla2xxx: Fix login retry count, Himanshu Madhani
- [PATCH v2 05/16] qla2xxx: Prevent SysFS access when chip is down, Himanshu Madhani
- [PATCH v2 06/16] qla2xxx: Silent erroneous message, Himanshu Madhani
- [PATCH v2 07/16] qla2xxx: Fix redundant fc_rport registration, Himanshu Madhani
- [PATCH v2 08/16] qla2xxx: Fix session state stuck in Get Port DB, Himanshu Madhani
- [PATCH v2 11/16] qla2xxx: Fix Management Server NPort handle reservation logic, Himanshu Madhani
- [PATCH v2 10/16] qla2xxx: Flush mailbox commands on chip reset, Himanshu Madhani
- [PATCH v2 09/16] qla2xxx: Fix unintended Logout, Himanshu Madhani
- [PATCH v2 13/16] qla2xxx: Fix stalled relogin, Himanshu Madhani
- [PATCH v2 12/16] qla2xxx: Fix race between switch cmd completion and timeout, Himanshu Madhani
- [PATCH v2 16/16] qla2xxx: Update driver version to 10.00.00.08-k, Himanshu Madhani
- [PATCH v2 14/16] qla2xxx: Save frame payload size from ICB, Himanshu Madhani
- [PATCH v2 15/16] qla2xxx: Migrate NVME N2N handling into state machine, Himanshu Madhani
- <Possible follow-ups>
- [PATCH v2 00/16] qla2xxx: Updates for the driver, Himanshu Madhani
- [PATCH v3 01/16] qla2xxx: Cleanup for N2N code, Himanshu Madhani
- [PATCH v3 05/16] qla2xxx: Prevent SysFS access when chip is down, Himanshu Madhani
- [PATCH v3 04/16] qla2xxx: Add longer window for Chip reset, Himanshu Madhani
- [PATCH v3 08/16] qla2xxx: Fix session state stuck in Get Port DB, Himanshu Madhani
- [PATCH v3 09/16] qla2xxx: Fix unintended Logout, Himanshu Madhani
- [PATCH v3 07/16] qla2xxx: Fix redundant fc_rport registration, Himanshu Madhani
- [PATCH v3 10/16] qla2xxx: Flush mailbox commands on chip reset, Himanshu Madhani
- [PATCH v3 13/16] qla2xxx: Fix stalled relogin, Himanshu Madhani
- [PATCH v3 16/16] qla2xxx: Update driver version to 10.00.00.08-k, Himanshu Madhani
- [PATCH v3 11/16] qla2xxx: Fix Management Server NPort handle reservation logic, Himanshu Madhani
- [PATCH v3 14/16] qla2xxx: Save frame payload size from ICB, Himanshu Madhani
- [PATCH v3 15/16] qla2xxx: Migrate NVME N2N handling into state machine, Himanshu Madhani
- [PATCH v3 12/16] qla2xxx: Fix race between switch cmd completion and timeout, Himanshu Madhani
- [PATCH v3 06/16] qla2xxx: Silent erroneous message, Himanshu Madhani
- [PATCH v3 03/16] qla2xxx: Fix login retry count, Himanshu Madhani
- [PATCH v3 02/16] qla2xxx: Fix N2N link re-connect, Himanshu Madhani
[PATCH 0/8] lpfc updates for 12.0.0.6,
James Smart
[PATCH v2 0/9] block: Consolidate scsi sense buffer usage,
Kees Cook
- [PATCH v2 3/9] scsi: build scsi_common.o for all scsi passthrough request users, Kees Cook
- [PATCH v2 2/9] scsi: cxlflash: Drop unused sense buffers, Kees Cook
- [PATCH v2 8/9] libata-scsi: Move sense buffers onto stack, Kees Cook
- [PATCH v2 7/9] cdrom: Use struct scsi_sense_hdr internally, Kees Cook
- [PATCH v2 9/9] scsi: Check sense buffer size at build time, Kees Cook
- [PATCH v2 5/9] block: Switch struct packet_command to use struct scsi_sense_hdr, Kees Cook
- [PATCH v2 6/9] ide-cd: Remove redundant sense buffer, Kees Cook
- [PATCH v2 4/9] target: don't depend on SCSI, Kees Cook
- [PATCH v2 1/9] ide-cd: Drop unused sense buffers, Kees Cook
- Re: [PATCH v2 0/9] block: Consolidate scsi sense buffer usage, Martin K. Petersen
- Re: [PATCH v2 0/9] block: Consolidate scsi sense buffer usage, Jens Axboe
libfc mutex under RCU read section error since "libfc: Fixup disc_mutex handling",
Chris Leech
[GIT PULL] SCSI fixes for 4.18-rc7, James Bottomley
[PATCH] scsi: csiostor: remove automatic irq affinity assignment,
Varun Prakash
mpt3sas_cm2: attempting host reset! scmd(ffff9e8a88623d48, Özkan Göksu
[PATCH 0/3] scsi: fcoe: memleak fixes,
Johannes Thumshirn
Re: [PATCH 3/6] block: Create scsi_sense.h for SCSI and ATAPI,
Christoph Hellwig
[PATCH v1 RESEND] mpt3sas: Swap I/O memory read value back to cpu endianness,
Sreekanth Reddy
[PATCH v1] mpt3sas: correct reset of smid while clearing scsi tracker,
Sreekanth Reddy
[PATCH 0/2] Improve libiscsi source code annotations,
Bart Van Assche
What's the best way to call sd_shutdown() on all SCSI disks on shutdown?,
Theodore Y. Ts'o
[PATCH 0/2] Avoid that SCSI device removal through sysfs triggers a deadlock,
Bart Van Assche
Re: [PATCH V6] scsi: ufs: Add configfs support for UFS provisioning, Sayali Lokhande
Re: [PATCH V5 2/2] scsi: ufs: Add configfs support for ufs provisioning,
Sayali Lokhande
[RFC 0/6] scsi: scsi transport for ufs devices,
Avri Altman
[PATCH] scsi: 3ware: fix return 0 on the error path of probe,
Anton Vasilyev
[PATCH v1] mpt3sas: Swap I/O memory read value back to cpu endianness, Sreekanth Reddy
[PATCH] scsi: csiostor: update csio_get_flash_params(),
Arjun Vynipadath
[PATCH] scsi: atp870u: Replace mdelay() with msleep(), Jia-Ju Bai
[PATCH] scsi: a100u2w: Replace mdelay() with msleep(), Jia-Ju Bai
[PATCH] message: fusion: Replace GFP_ATOMIC with GFP_KERNEL, Jia-Ju Bai
[PATCH] qla2xxx: Fix memory leak for allocating abort IOCB,
Himanshu Madhani
[PATCH] qedi: Fix a potential buffer overflow,
Bart Van Assche
[PATCH 2/3] dmapool: improve scalability of dma_pool_free,
Tony Battersby
[PATCH 3/3] [SCSI] mpt3sas: replace chain_dma_pool, Tony Battersby
[PATCH 1/3] dmapool: improve scalability of dma_pool_alloc,
Tony Battersby
[PATCH 0/3] mpt3sas and dmapool scalability, Tony Battersby
Re: [PATCH 18/26] target/iscsi: Allocate session IDs from an IDA,
Mike Christie
FCOE vn2vn memory leaks in 4.14,
ard
target/iscsi: Allocate session IDs from an IDA, Matthew Wilcox
[PATCH v3] scsi: ufs: Make sysfs attributes writable,
Evan Green
[PATCH, RESEND] Avoid that SCSI device removal through sysfs triggers a deadlock,
Bart Van Assche
[PATCH 00/16] qla2xxx: Updates for the driver,
Himanshu Madhani
- [PATCH 01/16] qla2xxx: Cleanup for N2N code, Himanshu Madhani
- [PATCH 03/16] qla2xxx: Fix login retry count, Himanshu Madhani
- [PATCH 05/16] qla2xxx: Prevent SysFS access when chip is down, Himanshu Madhani
- [PATCH 04/16] qla2xxx: Add longer window for Chip reset, Himanshu Madhani
- [PATCH 09/16] qla2xxx: Fix unintended Logout, Himanshu Madhani
- [PATCH 08/16] qla2xxx: Fix session state stuck in Get Port DB, Himanshu Madhani
- [PATCH 12/16] qla2xxx: Fix race between switch cmd completion and timeout, Himanshu Madhani
- [PATCH 10/16] qla2xxx: Flush mailbox commands on chip reset, Himanshu Madhani
- [PATCH 11/16] qla2xxx: Fix Management Server NPort handle reservation logic, Himanshu Madhani
- [PATCH 07/16] qla2xxx: Fix redundant fc_rport registration, Himanshu Madhani
- [PATCH 13/16] qla2xxx: Fix stalled relogin, Himanshu Madhani
- [PATCH 14/16] qla2xxx: Save frame payload size from ICB, Himanshu Madhani
- [PATCH 16/16] qla2xxx: Update driver version to 10.00.00.08-k, Himanshu Madhani
- [PATCH 15/16] qla2xxx: Migrate NVME N2N handling into state machine, Himanshu Madhani
- [PATCH 06/16] qla2xxx: Silent erroneous message, Himanshu Madhani
- [PATCH 02/16] qla2xxx: Fix N2N link re-connect, Himanshu Madhani
- Re: [PATCH 00/16] qla2xxx: Updates for the driver, Martin K. Petersen
[PATCH 0/2] virtio_scsi pi_bytes{out,in} miscalculated on 4 KiB devices,
Greg Edwards
[PATCH] mpt3sas: Swap I/O memory read value back to cpu endianness,
Sreekanth Reddy
[Bug 199703] HPSA blocking boot on HP smart Array P400,
bugzilla-daemon
Re: [PATCH] mpt3sas: correct reset of smid while clearing scsi tracker,
Sreekanth Reddy
[PATCH 0/9] tcmu: configuration fixes and cleanups,
Mike Christie
[Index of Archives]
[Kernel Announce]
[Kernel Newbies]
[Linux RAID]
[Linux ATA RAID]
[IETF Annouce]
[Git]
[Security]
[Netfilter]
[Bugtraq]