Linux SCSI Development
[Prev Page][Next Page]
- Re: [PATCH] scsi: sd: fix crashes in sd_resume_runtime, (continued)
- [PATCH] message: fusion: replace snprintf in show functions with sysfs_emit, Qing Wang
- [PATCH] scsi: lpfc: Fix the misuse of the logging function,
Zheyu Ma
- [PATCH RESEND] mpi3mr:Fix duplicate device entries when scan through sysfs,
Sreekanth Reddy
- [Bug 214711] New: Memory leakage from kernel to user space,
bugzilla-daemon
- [PATCH] scsi: 3w-xxx: Remove redundant initialization of variable retval,
Colin King
- [PATCH] scsi: target: tcmu: allocate zeroed pages for data area,
Bodo Stroesser
- [PATCH 0/1] scsi: ufs: core: Fix task management completion timeout race,
Adrian Hunter
- [PATCH] scsi: target: cxgbit: enable Delayed ACK,
Varun Prakash
- [PATCH] scsi: target: cxgbit: increase max DataSegmentLength,
Varun Prakash
- [PATCH 00/13] qla2xxx - misc driver and EDIF bug fixes,
Nilesh Javali
- [PATCH 01/13] qla2xxx: relogin during fabric disturbance, Nilesh Javali
- [PATCH 02/13] qla2xxx: fix gnl list corruption, Nilesh Javali
- [PATCH 03/13] qla2xxx: turn off target reset during issue_lip, Nilesh Javali
- [PATCH 04/13] qla2xxx: edif: fix app start fail, Nilesh Javali
- [PATCH 05/13] qla2xxx: edif: fix app start delay, Nilesh Javali
- [PATCH 10/13] qla2xxx: edif: increase ELS payload, Nilesh Javali
- [PATCH 09/13] qla2xxx: edif: reduce connection thrash, Nilesh Javali
- [PATCH 11/13] qla2xxx: edif: fix inconsistent check of db_flags, Nilesh Javali
- [PATCH 13/13] qla2xxx: Update version to 10.02.07.200-k, Nilesh Javali
- [PATCH 06/13] qla2xxx: edif: flush stale events and msgs on session down, Nilesh Javali
- [PATCH 07/13] qla2xxx: edif: replace list_for_each_safe with list_for_each_entry_safe, Nilesh Javali
- [PATCH 08/13] qla2xxx: edif: tweak trace message, Nilesh Javali
- [PATCH 12/13] qla2xxx: edif: fix edif bsg, Nilesh Javali
- Re: [PATCH 00/13] qla2xxx - misc driver and EDIF bug fixes, Himanshu Madhani
- [PATCH RFC] virtio: wrap config->reset calls,
Michael S. Tsirkin
- Re: [PATCH RFC] virtio: wrap config->reset calls, Viresh Kumar
- Re: [PATCH RFC] virtio: wrap config->reset calls, David Hildenbrand
- Re: [PATCH RFC] virtio: wrap config->reset calls, Vivek Goyal
- Re: [PATCH RFC] virtio: wrap config->reset calls, Mathieu Poirier
- Re: [PATCH RFC] virtio: wrap config->reset calls, Cristian Marussi
- Re: [PATCH RFC] virtio: wrap config->reset calls, Pankaj Gupta
- Re: [PATCH RFC] virtio: wrap config->reset calls, Anton Yakovlev
- Re: [PATCH RFC] virtio: wrap config->reset calls, Jean-Philippe Brucker
- Re: [PATCH RFC] virtio: wrap config->reset calls, Wolfram Sang
- Re: [PATCH RFC] virtio: wrap config->reset calls, Stefan Hajnoczi
- Re: [PATCH RFC] virtio: wrap config->reset calls, Stefano Garzarella
- [PATCH] scsi: mpi3mr: use scnprintf() instead of snprintf(),
Dan Carpenter
- [PATCH] mpi3mr: Fix duplicate device entries when scan through sysfs,
Sreekanth Reddy
- [PATCH csio_mb] Fix application of sizeof to pointer, davidcomponentone
- don't use ->bd_inode to access the block device size,
Christoph Hellwig
- [PATCH 01/29] bcache: remove bdev_sectors, Christoph Hellwig
- [PATCH 02/29] drbd: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 03/29] dm: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 04/29] md: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 05/29] mtd/block2mtd: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 06/29] nvmet: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 07/29] target/iblock: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 08/29] fs: use bdev_nr_sectors instead of open coding it in blkdev_max_block, Christoph Hellwig
- [PATCH 09/29] fs: simplify init_page_buffers, Christoph Hellwig
- [PATCH 10/29] affs: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 11/29] btrfs: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 12/29] cramfs: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 13/29] fat: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 14/29] hfs: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 15/29] hfsplus: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 16/29] jfs: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 17/29] nfs/blocklayout: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 18/29] nilfs2: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 19/29] ntfs3: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 20/29] pstore/blk: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 21/29] reiserfs: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 22/29] squashfs: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 23/29] block: use bdev_nr_sectors instead of open coding it in blkdev_fallocate, Christoph Hellwig
- [PATCH 24/29] block: add a sb_bdev_nr_blocks helper, Christoph Hellwig
- [PATCH 25/29] ext4: use sb_bdev_nr_blocks, Christoph Hellwig
- [PATCH 26/29] jfs: use sb_bdev_nr_blocks, Christoph Hellwig
- [PATCH 27/29] ntfs: use sb_bdev_nr_blocks, Christoph Hellwig
- [PATCH 28/29] reiserfs: use sb_bdev_nr_blocks, Christoph Hellwig
- [PATCH 29/29] udf: use sb_bdev_nr_blocks, Christoph Hellwig
- Re: don't use ->bd_inode to access the block device size, Kees Cook
- Re: don't use ->bd_inode to access the block device size, Anand Jain
- Re: don't use ->bd_inode to access the block device size, Christoph Hellwig
- [PATCH v2 resend 0/2] Fix out-of-bound read in resp_readcap16 and resp_report_tgtpgs,
Ye Bin
- [PATCH v4 00/46] Register SCSI sysfs attributes earlier,
Bart Van Assche
- [PATCH v4 01/46] scsi: core: Register sysfs attributes earlier, Bart Van Assche
- [PATCH v4 02/46] ata: Switch to attribute groups, Bart Van Assche
- [PATCH v4 03/46] firewire: sbp2: Switch to attribute groups, Bart Van Assche
- [PATCH v4 04/46] RDMA/srp: Switch to attribute groups, Bart Van Assche
- [PATCH v4 05/46] scsi: message: fusion: Switch to attribute groups, Bart Van Assche
- [PATCH v4 06/46] scsi: zfcp: Switch to attribute groups, Bart Van Assche
- [PATCH v4 07/46] scsi: 3w-9xxx: Switch to attribute groups, Bart Van Assche
- [PATCH v4 08/46] scsi: 3w-sas: Switch to attribute groups, Bart Van Assche
- [PATCH v4 09/46] scsi: 3w-xxxx: Switch to attribute groups, Bart Van Assche
- [PATCH v4 10/46] scsi: 53c700: Switch to attribute groups, Bart Van Assche
- [PATCH v4 11/46] scsi: aacraid: Switch to attribute groups, Bart Van Assche
- [PATCH v4 12/46] scsi: arcmsr: Switch to attribute groups, Bart Van Assche
- [PATCH v4 13/46] scsi: be2iscsi: Switch to attribute groups, Bart Van Assche
- [PATCH v4 14/46] scsi: bfa: Switch to attribute groups, Bart Van Assche
- [PATCH v4 15/46] scsi: bnx2fc: Switch to attribute groups, Bart Van Assche
- [PATCH v4 16/46] scsi: bnx2i: Switch to attribute groups, Bart Van Assche
- [PATCH v4 17/46] scsi: csiostor: Switch to attribute groups, Bart Van Assche
- [PATCH v4 18/46] scsi: cxlflash: Switch to attribute groups, Bart Van Assche
- [PATCH v4 19/46] scsi: fnic: Switch to attribute groups, Bart Van Assche
- [PATCH v4 20/46] scsi: hisi_sas: Switch to attribute groups, Bart Van Assche
- [PATCH v4 21/46] scsi: hpsa: Switch to attribute groups, Bart Van Assche
- [PATCH v4 22/46] scsi: hptiop: Switch to attribute groups, Bart Van Assche
- [PATCH v4 23/46] scsi: ibmvscsi: Switch to attribute groups, Bart Van Assche
- [PATCH v4 24/46] scsi: ibmvfc: Switch to attribute groups, Bart Van Assche
- [PATCH v4 25/46] scsi: ipr: Switch to attribute groups, Bart Van Assche
- [PATCH v4 26/46] scsi: isci: Switch to attribute groups, Bart Van Assche
- [PATCH v4 27/46] scsi: lpfc: Switch to attribute groups, Bart Van Assche
- [PATCH v4 28/46] scsi: megaraid: Switch to attribute groups, Bart Van Assche
- [PATCH v4 29/46] scsi: mpt3sas: Switch to attribute groups, Bart Van Assche
- [PATCH v4 30/46] scsi: mvsas: Switch to attribute groups, Bart Van Assche
- [PATCH v4 31/46] scsi: myrb: Switch to attribute groups, Bart Van Assche
- [PATCH v4 32/46] scsi: myrs: Switch to attribute groups, Bart Van Assche
- [PATCH v4 33/46] scsi: ncr53c8xx: Switch to attribute groups, Bart Van Assche
- [PATCH v4 34/46] scsi: sym53c500_cs: Switch to attribute groups, Bart Van Assche
- [PATCH v4 35/46] scsi: pm8001: Switch to attribute groups, Bart Van Assche
- [PATCH v4 36/46] scsi: pmcraid: Switch to attribute groups, Bart Van Assche
- [PATCH v4 37/46] scsi: qedf: Switch to attribute groups, Bart Van Assche
- [PATCH v4 38/46] scsi: qedi: Switch to attribute groups, Bart Van Assche
- [PATCH v4 39/46] scsi: qla2xxx: Remove a declaration, Bart Van Assche
- [PATCH v4 40/46] scsi: qla2xxx: Switch to attribute groups, Bart Van Assche
- [PATCH v4 41/46] scsi: qla4xxx: Switch to attribute groups, Bart Van Assche
- [PATCH v4 42/46] scsi: smartpqi: Switch to attribute groups, Bart Van Assche
- [PATCH v4 43/46] scsi: snic: Switch to attribute groups, Bart Van Assche
- [PATCH v4 44/46] scsi: unisys: Remove the shost_attrs member, Bart Van Assche
- [PATCH v4 45/46] scsi: usb: Switch to attribute groups, Bart Van Assche
- [PATCH v4 46/46] scsi: core: Remove two host template members that are no longer used, Bart Van Assche
- Re: [PATCH v4 00/46] Register SCSI sysfs attributes earlier, Martin K. Petersen
- Re: [PATCH v4 00/46] Register SCSI sysfs attributes earlier, Martin K. Petersen
- [PATCH 0/5] UFS patches for kernel v5.16,
Bart Van Assche
- [PATCH v5 0/4] blk-crypto cleanups,
Eric Biggers
- [PATCH 0/2] scsi: qla2xxx: Fix bugs found by CodeSonar,
Joy Gu
- Meeting about the UFS driver,
Bart Van Assche
- [PATCH 0/1] scsi: ufs-pci: Force a full restore after suspend-to-disk,
Adrian Hunter
- [PATCH 0/4] hisi_sas: Some misc patches for next,
John Garry
- remove QUEUE_FLAG_SCSI_PASSTHROUGH,
Christoph Hellwig
- [PATCH v2] scsi: ibmvscsi: Use dma_alloc_noncoherent() instead of get_zeroed_page/dma_map_single(),
Cai Huoqing
- [PATCH v2] scsi: ibmvscsi_tgt: Use dma_alloc_noncoherent() instead of get_zeroed_page/dma_map_single(),
Cai Huoqing
- [no subject],
docfate111
- [PATCH] scsi: smartpqi: Enable sas_address sys fs for SATA device type.,
Jiping Ma
- [PATCH 1/1] scsi: iscsi: Fix set_param handling,
Mike Christie
- [PATCH] scsi: ibmvscsi: Use dma_alloc_coherent() instead of get_zeroed_page/dma_map_single(),
Cai Huoqing
- [PATCH] scsi: ibmvscsi_tgt: Use dma_alloc_coherent() instead of get_zeroed_page/dma_map_single(),
Cai Huoqing
- [PATCH] iscsi_tcp: fix the NULL pointer dereference,
Li Feng
- [PATCH] scsi: core: use eh_timeout to timeout start_unit command, brookxu
- [PATCH v2 0/2] Fix out-of-bound read in resp_readcap16 and resp_report_tgtpgs,
Ye Bin
- [PATCH v2] scsi scsi_transport_iscsi.c: fix misuse of %llu in scsi_transport_iscsi.c, Guo Zhi
- [PATCH] scsi scsi_transport_iscsi.c: fix misuse of %llu in scsi_transport_iscsi.c,
Guo Zhi
- [PATCH v3 00/46] Register SCSI sysfs attributes earlier,
Bart Van Assche
- [PATCH v3 02/46] ata: Switch to attribute groups, Bart Van Assche
- [PATCH v3 03/46] firewire: sbp2: Switch to attribute groups, Bart Van Assche
- [PATCH v3 04/46] RDMA/srp: Switch to attribute groups, Bart Van Assche
- [PATCH v3 05/46] scsi: message: fusion: Switch to attribute groups, Bart Van Assche
- [PATCH v3 07/46] scsi: 3w-9xxx: Switch to attribute groups, Bart Van Assche
- [PATCH v3 06/46] scsi: zfcp: Switch to attribute groups, Bart Van Assche
- [PATCH v3 08/46] scsi: 3w-sas: Switch to attribute groups, Bart Van Assche
- [PATCH v3 09/46] scsi: 3w-xxxx: Switch to attribute groups, Bart Van Assche
- [PATCH v3 11/46] scsi: aacraid: Switch to attribute groups, Bart Van Assche
- [PATCH v3 10/46] scsi: 53c700: Switch to attribute groups, Bart Van Assche
- [PATCH v3 12/46] scsi: arcmsr: Switch to attribute groups, Bart Van Assche
- [PATCH v3 13/46] scsi: be2iscsi: Switch to attribute groups, Bart Van Assche
- [PATCH v3 14/46] scsi: bfa: Switch to attribute groups, Bart Van Assche
- [PATCH v3 15/46] scsi: bnx2fc: Switch to attribute groups, Bart Van Assche
- [PATCH v3 16/46] scsi: bnx2i: Switch to attribute groups, Bart Van Assche
- [PATCH v3 17/46] scsi: csiostor: Switch to attribute groups, Bart Van Assche
- [PATCH v3 18/46] scsi: cxlflash: Switch to attribute groups, Bart Van Assche
- [PATCH v3 19/46] scsi: fnic: Switch to attribute groups, Bart Van Assche
- [PATCH v3 20/46] scsi: hisi_sas: Switch to attribute groups, Bart Van Assche
- [PATCH v3 21/46] scsi: hpsa: Switch to attribute groups, Bart Van Assche
- [PATCH v3 22/46] scsi: hptiop: Switch to attribute groups, Bart Van Assche
- [PATCH v3 23/46] scsi: ibmvscsi: Switch to attribute groups, Bart Van Assche
- [PATCH v3 24/46] scsi: ibmvfc: Switch to attribute groups, Bart Van Assche
- [PATCH v3 25/46] scsi: ipr: Switch to attribute groups, Bart Van Assche
- [PATCH v3 26/46] scsi: isci: Switch to attribute groups, Bart Van Assche
- [PATCH v3 27/46] scsi: lpfc: Switch to attribute groups, Bart Van Assche
- [PATCH v3 29/46] scsi: mpt3sas: Switch to attribute groups, Bart Van Assche
- [PATCH v3 30/46] scsi: mvsas: Switch to attribute groups, Bart Van Assche
- [PATCH v3 31/46] scsi: myrb: Switch to attribute groups, Bart Van Assche
- [PATCH v3 28/46] scsi: megaraid: Switch to attribute groups, Bart Van Assche
- [PATCH v3 33/46] scsi: ncr53c8xx: Switch to attribute groups, Bart Van Assche
- [PATCH v3 34/46] scsi: sym53c500_cs: Switch to attribute groups, Bart Van Assche
- [PATCH v3 32/46] scsi: myrs: Switch to attribute groups, Bart Van Assche
- [PATCH v3 35/46] scsi: pm8001: Switch to attribute groups, Bart Van Assche
- [PATCH v3 36/46] scsi: pmcraid: Switch to attribute groups, Bart Van Assche
- [PATCH v3 38/46] scsi: qedi: Switch to attribute groups, Bart Van Assche
- [PATCH v3 39/46] scsi: qla2xxx: Remove a declaration, Bart Van Assche
- [PATCH v3 37/46] scsi: qedf: Switch to attribute groups, Bart Van Assche
- [PATCH v3 40/46] scsi: qla2xxx: Switch to attribute groups, Bart Van Assche
- [PATCH v3 41/46] scsi: qla4xxx: Switch to attribute groups, Bart Van Assche
- [PATCH v3 42/46] scsi: smartpqi: Switch to attribute groups, Bart Van Assche
- [PATCH v3 43/46] scsi: snic: Switch to attribute groups, Bart Van Assche
- [PATCH v3 46/46] scsi: core: Remove two host template members that are no longer used, Bart Van Assche
- [PATCH v3 45/46] scsi: usb: Switch to attribute groups, Bart Van Assche
- [PATCH v3 44/46] scsi: unisys: Remove the shost_attrs member, Bart Van Assche
[PATCH V2] scsi: ufs: core: Fix synchronization between scsi_unjam_host() and ufshcd_queuecommand(),
Adrian Hunter
[PATCH V4] scsi: core: put LLD module refcnt after SCSI device is released,
Ming Lei
[PATCH v3] scsi: core: Fix shost->cmd_per_lun calculation in scsi_add_host_with_dma(),
Dexuan Cui
[PATCH v2] scsi: ufs: clear doorbell for hibern8 errors when using ah8, Kiwoong Kim
[PATCH V3 0/7] switch from 'pci_' to 'dma_' API,
Qing Wang
[PATCH v2 00/46] Register SCSI sysfs attributes earlier,
Bart Van Assche
- [PATCH v2 01/46] scsi: core: Register sysfs attributes earlier, Bart Van Assche
- [PATCH v2 02/46] ata: Switch to attribute groups, Bart Van Assche
- [PATCH v2 03/46] firewire: sbp2: Switch to attribute groups, Bart Van Assche
- [PATCH v2 04/46] RDMA/srp: Switch to attribute groups, Bart Van Assche
- [PATCH v2 05/46] scsi: message: fusion: Switch to attribute groups, Bart Van Assche
- [PATCH v2 06/46] scsi: zfcp: Switch to attribute groups, Bart Van Assche
- [PATCH v2 07/46] scsi: 3w-9xxx: Switch to attribute groups, Bart Van Assche
- [PATCH v2 08/46] scsi: 3w-sas: Switch to attribute groups, Bart Van Assche
- [PATCH v2 09/46] scsi: 3w-xxxx: Switch to attribute groups, Bart Van Assche
- [PATCH v2 10/46] scsi: 53c700: Switch to attribute groups, Bart Van Assche
- [PATCH v2 11/46] scsi: aacraid: Switch to attribute groups, Bart Van Assche
- [PATCH v2 12/46] scsi: arcmsr: Switch to attribute groups, Bart Van Assche
- [PATCH v2 13/46] scsi: be2iscsi: Switch to attribute groups, Bart Van Assche
- [PATCH v2 14/46] scsi: bfa: Switch to attribute groups, Bart Van Assche
- [PATCH v2 15/46] scsi: bnx2fc: Switch to attribute groups, Bart Van Assche
- [PATCH v2 16/46] scsi: bnx2i: Switch to attribute groups, Bart Van Assche
- [PATCH v2 17/46] scsi: csiostor: Switch to attribute groups, Bart Van Assche
- [PATCH v2 18/46] scsi: cxlflash: Switch to attribute groups, Bart Van Assche
- [PATCH v2 19/46] scsi: fnic: Switch to attribute groups, Bart Van Assche
- [PATCH v2 20/46] scsi: hisi_sas: Switch to attribute groups, Bart Van Assche
- [PATCH v2 21/46] scsi: hpsa: Switch to attribute groups, Bart Van Assche
- [PATCH v2 22/46] scsi: hptiop: Switch to attribute groups, Bart Van Assche
- [PATCH v2 23/46] scsi: ibmvscsi: Switch to attribute groups, Bart Van Assche
- [PATCH v2 24/46] scsi: ibmvfc: Switch to attribute groups, Bart Van Assche
- [PATCH v2 25/46] scsi: ipr: Switch to attribute groups, Bart Van Assche
- [PATCH v2 26/46] scsi: isci: Switch to attribute groups, Bart Van Assche
- [PATCH v2 27/46] scsi: lpfc: Switch to attribute groups, Bart Van Assche
- [PATCH v2 28/46] scsi: megaraid: Switch to attribute groups, Bart Van Assche
- [PATCH v2 29/46] scsi: mpt3sas: Switch to attribute groups, Bart Van Assche
- [PATCH v2 30/46] scsi: mvsas: Switch to attribute groups, Bart Van Assche
- [PATCH v2 31/46] scsi: myrb: Switch to attribute groups, Bart Van Assche
- [PATCH v2 32/46] scsi: myrs: Switch to attribute groups, Bart Van Assche
- [PATCH v2 33/46] scsi: ncr53c8xx: Switch to attribute groups, Bart Van Assche
- [PATCH v2 34/46] scsi: sym53c500_cs: Switch to attribute groups, Bart Van Assche
- [PATCH v2 35/46] scsi: pm8001: Switch to attribute groups, Bart Van Assche
- [PATCH v2 36/46] scsi: pmcraid: Switch to attribute groups, Bart Van Assche
- [PATCH v2 37/46] scsi: qedf: Switch to attribute groups, Bart Van Assche
- [PATCH v2 38/46] scsi: qedi: Switch to attribute groups, Bart Van Assche
- [PATCH v2 39/46] scsi: qla2xxx: Remove a declaration, Bart Van Assche
- [PATCH v2 40/46] scsi: qla2xxx: Switch to attribute groups, Bart Van Assche
- [PATCH v2 41/46] scsi: qla4xxx: Switch to attribute groups, Bart Van Assche
- [PATCH v2 42/46] scsi: smartpqi: Switch to attribute groups, Bart Van Assche
- [PATCH v2 43/46] scsi: snic: Switch to attribute groups, Bart Van Assche
- [PATCH v2 44/46] scsi: unisys: Remove the shost_attrs member, Bart Van Assche
- [PATCH v2 45/46] scsi: usb: Switch to attribute groups, Bart Van Assche
- [PATCH v2 46/46] scsi: core: Remove two host template members that are no longer used, Bart Van Assche
[PATCH v3 00/88] Call scsi_done() directly,
Bart Van Assche
- [PATCH v3 01/88] scsi: core: Use a structure member to track the SCSI command submitter, Bart Van Assche
- [PATCH v3 02/88] scsi: core: Rename scsi_mq_done() into scsi_done() and export it, Bart Van Assche
- [PATCH v3 03/88] ata: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 04/88] firewire: sbp2: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 05/88] ib_srp: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 06/88] message: fusion: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 07/88] zfcp_scsi: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 08/88] 3w-9xxx: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 09/88] 3w-sas: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 10/88] 3w-xxxx: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 11/88] 53c700: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 12/88] BusLogic: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 13/88] NCR5380: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 14/88] a100u2w: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 15/88] aacraid: Introduce aac_scsi_done(), Bart Van Assche
- [PATCH v3 16/88] aacraid: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 17/88] acornscsi: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 19/88] aha152x: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 20/88] aha1542: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 18/88] advansys: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 21/88] aic7xxx: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 22/88] arcmsr: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 23/88] atp870u: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 24/88] bfa: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 25/88] bnx2fc: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 26/88] csiostor: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 27/88] cxlflash: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 28/88] dc395x: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 29/88] dpt_i2o: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 30/88] esas2r: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 31/88] esp_scsi: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 32/88] fas216: Introduce struct fas216_cmd_priv, Bart Van Assche
- [PATCH v3 33/88] fas216: Stop using scsi_cmnd.scsi_done, Bart Van Assche
- [PATCH v3 34/88] fdomain: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 35/88] fnic: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 38/88] ibmvscsi: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 37/88] hptiop: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 39/88] imm: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 36/88] hpsa: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 40/88] initio: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 41/88] ipr: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 42/88] ips: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 43/88] libfc: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 44/88] libiscsi: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 45/88] libsas: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 46/88] lpfc: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 47/88] mac53c94: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 48/88] megaraid: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 49/88] megaraid: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 50/88] mesh: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 51/88] mpi3mr: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 52/88] mpt3sas: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 53/88] mvumi: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 54/88] myrb: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 55/88] myrs: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 56/88] ncr53c8xx: Remove unused code, Bart Van Assche
- [PATCH v3 57/88] ncr53c8xx: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 58/88] nsp32: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 59/88] pcmcia: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 60/88] pmcraid: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 62/88] ps3rom: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 64/88] qla1280: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 65/88] qla2xxx: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 66/88] qla4xxx: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 67/88] qlogicfas408: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 68/88] qlogicpti: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 69/88] scsi_debug: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 70/88] smartpqi: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 71/88] snic: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 72/88] stex: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 73/88] storvsc_drv: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 74/88] sym53c8xx_2: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 61/88] ppa: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 63/88] qedf: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 75/88] ufs: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 76/88] virtio_scsi: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 77/88] vmw_pvscsi: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 78/88] wd33c93: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 79/88] wd719x: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 80/88] xen-scsifront: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 81/88] staging: rts5208: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 82/88] staging: unisys: visorhba: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 83/88] target/tcm_loop: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 84/88] usb: Call scsi_done() directly, Bart Van Assche
- [PATCH v3 85/88] scsi: core: Call scsi_done directly, Bart Van Assche
- [PATCH v3 86/88] isci: Remove a declaration, Bart Van Assche
- [PATCH v3 87/88] fas216: Introduce the function fas216_queue_command_internal(), Bart Van Assche
- [PATCH v3 88/88] scsi: Remove the 'done' argument from SCSI queuecommand_lck functions, Bart Van Assche
- Re: [PATCH v3 00/88] Call scsi_done() directly, Martin K. Petersen
- Re: [PATCH v3 00/88] Call scsi_done() directly, Martin K. Petersen
[PATCH v2] scsi: core: Fix shost->cmd_per_lun calculation in scsi_add_host_with_dma(),
Dexuan Cui
[PATCH][v2] qed: Fix compilation for CONFIG_QED_SRIOV undefined scenario,
Prabhakar Kushwaha
[PATCH] qed: Fix compilation for CONFIG_QED_SRIOV undefined scenario, Prabhakar Kushwaha
[PATCH v3] scsi: storvsc: Fix validation for unsolicited incoming packets,
Andrea Parri (Microsoft)
[PATCH v4 00/16] introduce exynosauto v9 ufs driver,
Chanho Park
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
RE: [PATCH v4 00/16] introduce exynosauto v9 ufs driver, Avri Altman
[PATCH v1] scsi: ufs: clear doorbell for hibern8 errors when using ah8,
Kiwoong Kim
[PATCH 0/3] Rework SCSI runtime power management support,
Bart Van Assche
[PATCH v2] scsi: storvsc: Fix validation for unsolicited incoming packets,
Andrea Parri (Microsoft)
[PATCH] scsi: ufs: core: Fix synchronization between scsi_unjam_host() and ufshcd_queuecommand(),
Adrian Hunter
[PATCH] scsi: csiostor: Uninitialized data in csio_ln_vnp_read_cbfn(),
Dan Carpenter
[PATCH] scsi: storvsc: Cap scsi_driver.can_queue to fix a hang issue during boot,
Dexuan Cui
[PATCH v4] scsi: ufs: support vops pre suspend for mediatek to disable auto-hibern8,
peter.wang
[PATCH 1/1] scsi: fix hang when device state is set via sysfs,
Mike Christie
[PATCH v3 0/2] scsi: ufs: support vops pre suspend for mediatek to disable auto-hibern8,
peter.wang
[PATCH V7 0/2] scsi: ufs: Let devices remain runtime suspended during system suspend,
Adrian Hunter
[PATCH AUTOSEL 5.14 33/40] scsi: ses: Fix unsigned comparison with less than zero, Sasha Levin
[PATCH AUTOSEL 5.14 34/40] scsi: virtio_scsi: Fix spelling mistake "Unsupport" -> "Unsupported", Sasha Levin
[PATCH AUTOSEL 5.14 35/40] scsi: qla2xxx: Fix excessive messages during device logout, Sasha Levin
scsi: ufs: support vops pre suspend for mediatek to disable auto-hibern8,
peter.wang
[PATCH v1 1/2] scsi: ufs: support vops pre suspend,
peter.wang
[PATCH] scsi: storvsc: Fix validation for unsolicited incoming packets,
Andrea Parri (Microsoft)
[PATCH v5 00/14] blk-mq: Reduce static requests memory footprint for shared sbitmap,
John Garry
[Index of Archives]
[Kernel Announce]
[Kernel Newbies]
[Linux RAID]
[Linux ATA RAID]
[IETF Annouce]
[Git]
[Security]
[Netfilter]
[Bugtraq]