linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-20 15:22:08 to 2021-05-24 01:32:15 UTC [more...]

[PATCH v1 0/3] Three minor changes for UFS
 2021-05-24  1:32 UTC  (6+ messages)
` [PATCH v1 1/3] scsi: ufs: Let UPIU completion trace print RSP UPIU
` [PATCH v1 2/3] scsi: ufs: Let command trace only for the cmd != null case
` [PATCH v1 3/3] scsi: ufs: Use UPIU query trace in devman_upiu_cmd

[PATCH v19 00/45] sg: add v4 interface
 2021-05-24  1:01 UTC  (46+ messages)
` [PATCH v19 01/45] sg: move functions around
` [PATCH v19 02/45] sg: remove typedefs, type+formatting cleanup
` [PATCH v19 03/45] sg: sg_log and is_enabled
` [PATCH v19 04/45] sg: rework sg_poll(), minor changes
` [PATCH v19 05/45] sg: bitops in sg_device
` [PATCH v19 06/45] sg: make open count an atomic
` [PATCH v19 07/45] sg: move header to uapi section
` [PATCH v19 08/45] sg: speed sg_poll and sg_get_num_waiting
` [PATCH v19 09/45] sg: sg_allow_if_err_recovery and renames
` [PATCH v19 10/45] sg: improve naming
` [PATCH v19 11/45] sg: change rwlock to spinlock
` [PATCH v19 12/45] sg: ioctl handling
` [PATCH v19 13/45] sg: split sg_read
` [PATCH v19 14/45] sg: sg_common_write add structure for arguments
` [PATCH v19 15/45] sg: rework sg_vma_fault
` [PATCH v19 16/45] sg: rework sg_mmap
` [PATCH v19 17/45] sg: replace sg_allow_access
` [PATCH v19 18/45] sg: rework scatter gather handling
` [PATCH v19 19/45] sg: introduce request state machine
` [PATCH v19 20/45] sg: sg_find_srp_by_id
` [PATCH v19 21/45] sg: sg_fill_request_element
` [PATCH v19 22/45] sg: printk change %p to %pK
` [PATCH v19 23/45] sg: xarray for fds in device
` [PATCH v19 24/45] sg: xarray for reqs in fd
` [PATCH v19 25/45] sg: replace rq array with xarray
` [PATCH v19 26/45] sg: sense buffer rework
` [PATCH v19 27/45] sg: add sg v4 interface support
` [PATCH v19 28/45] sg: rework debug info
` [PATCH v19 29/45] sg: add 8 byte SCSI LUN to sg_scsi_id
` [PATCH v19 30/45] sg: expand sg_comm_wr_t
` [PATCH v19 31/45] sg: add sg_iosubmit_v3 and sg_ioreceive_v3 ioctls
` [PATCH v19 32/45] sg: add some __must_hold macros
` [PATCH v19 33/45] sg: move procfs objects to avoid forward decls
` [PATCH v19 34/45] sg: protect multiple receivers
` [PATCH v19 35/45] sg: first debugfs support
` [PATCH v19 36/45] sg: rework mmap support
` [PATCH v19 37/45] sg: defang allow_dio
` [PATCH v19 38/45] sg: warn v3 write system call users
` [PATCH v19 39/45] sg: add mmap_sz tracking
` [PATCH v19 40/45] sg: remove rcv_done request state
` [PATCH v19 41/45] sg: track lowest inactive and await indexes
` [PATCH v19 42/45] sg: remove unit attention check for device changed
` [PATCH v19 43/45] sg: no_dxfer: move to/from kernel buffers
` [PATCH v19 44/45] sg: add blk_poll support
` [PATCH v19 45/45] sg: bump version to 4.0.12

iscsi error handler fixes
 2021-05-23 17:57 UTC  (29+ messages)
` [PATCH 01/28] scsi: iscsi: Add task completion helper
` [PATCH 02/28] scsi: iscsi: Stop queueing during ep_disconnect
` [PATCH 03/28] scsi: iscsi: Drop suspend calls from ep_disconnect
` [PATCH 04/28] scsi: iscsi: Force immediate failure during shutdown
` [PATCH 05/28] scsi: iscsi: Use system_unbound_wq for destroy_work
` [PATCH 06/28] scsi: iscsi: Rel ref after iscsi_lookup_endpoint
` [PATCH 07/28] scsi: iscsi: Fix in-kernel conn failure handling
` [PATCH 08/28] scsi: iscsi_tcp: Set no linger
` [PATCH 09/28] scsi: iscsi_tcp: Start socket shutdown during conn stop
` [PATCH 10/28] scsi: iscsi: Add iscsi_cls_conn refcount helpers
` [PATCH 11/28] scsi: iscsi: Have abort handler get ref to conn
` [PATCH 12/28] scsi: iscsi: Get ref to conn during reset handling
` [PATCH 13/28] scsi: iscsi: Fix conn use after free during resets
` [PATCH 14/28] scsi: iscsi: Fix shost->max_id use
` [PATCH 15/28] scsi: iscsi: Fix completion check during abort races
` [PATCH 16/28] scsi: iscsi: Flush block work before unblock
` [PATCH 17/28] scsi: iscsi: Hold task ref during TMF timeout handling
` [PATCH 18/28] scsi: iscsi: Move pool freeing
` [PATCH 19/28] scsi: qedi: Fix null ref during abort handling
` [PATCH 20/28] scsi: qedi: Fix race during abort timeouts
` [PATCH 21/28] scsi: qedi: Fix use after free during abort cleanup
` [PATCH 22/28] scsi: qedi: Fix TMF tid allocation
` [PATCH 23/28] scsi: qedi: Use GFP_NOIO for TMF allocation
` [PATCH 24/28] scsi: qedi: Fix TMF session block/unblock use
` [PATCH 25/28] scsi: qedi: Fix cleanup "
` [PATCH 26/28] scsi: qedi: Pass send_iscsi_tmf task to abort
` [PATCH 27/28] scsi: qedi: Complete TMF works before disconnect
` [PATCH 28/28] scsi: qedi: Wake up if cmd_cleanup_req is set

[PATCH 0/3] scsi: qedf: Fix an error handling path + cleanups
 2021-05-23 11:02 UTC  (4+ messages)
` [PATCH 1/3] scsi: qedf: Fix an error handling path in 'qedf_alloc_global_queues()'
` [PATCH 2/3] scsi: qedf: Simplify 'qedf_alloc_global_queues()'
` [PATCH 3/3] scsi: qedf: Axe a few useless lines of code

patch "scsi: snic: debugfs: remove local storage of debugfs files" added to driver-core-next
 2021-05-23 10:09 UTC 

[RFC] virtio_scsi: to poll and kick the virtqueue in timeout handler
 2021-05-23  7:39 UTC  (2+ messages)

[PATCH] scsi: sd: skip checks when media is present if sd_read_capacity reports zero
 2021-05-23  0:06 UTC  (3+ messages)

[PATCH 00/24] scsi: remove leading spaces before tabs
 2021-05-22 22:37 UTC  (26+ messages)
` [PATCH 01/24] scsi: aacraid: "
` [PATCH 02/24] scsi: aic7xxx: "
` [PATCH 03/24] scsi: arm: "
` [PATCH 04/24] scsi: sym53c8xx: "
` [PATCH 05/24] scsi: qla2xxx: "
` [PATCH 06/24] scsi: arcmsr: "
` [PATCH 07/24] scsi: ibmvfc: "
` [PATCH 08/24] scsi: megaraid: "
` [PATCH 09/24] scsi: zalon: "
` [PATCH 10/24] scsi: wd33c93: "
` [PATCH 11/24] scsi: sun3_scsi: "
` [PATCH 12/24] scsi: scsi_transport_spi: "
` [PATCH 13/24] scsi: scsi_transport_fc: "
` [PATCH 14/24] scsi: proc: "
` [PATCH 15/24] scsi: qlogicfas408: "
` [PATCH 16/24] scsi: qla1280: remove leading space "
` [PATCH 17/24] scsi: pcmcia: remove leading spaces "
` [PATCH 18/24] scsi: ncr53c8xx: "
` [PATCH 19/24] scsi: mesh: "
` [PATCH 20/24] scsi: mac53c94: "
` [PATCH 21/24] scsi: ips: "
` [PATCH 22/24] scsi: dpt_i2o: "
` [PATCH 23/24] scsi: dc395x: "
` [PATCH 24/24] scsi: aha1740: "

[PATCH v2 0/5] megaraid_sas: Update driver version to 07.717.02.00-rc1
 2021-05-22 16:01 UTC  (7+ messages)
` [PATCH v2 1/5] megaraid_sas: Send all non-RW IOs for TYPE_ENCLOSURE device through firmware
` [PATCH v2 2/5] megaraid_sas: Fix the resource leak in case of probe failure
` [PATCH v2 3/5] megaraid_sas: Early detection of VD deletion through RaidMap update
` [PATCH v2 4/5] megaraid_sas: Handle missing interrupts while re-enabling IRQs
` [PATCH v2 5/5] megaraid_sas: Update driver version to 07.717.02.00-rc1

[PATCH] scsi: hisi_sas: Use the correct HiSilicon copyright
 2021-05-22 14:56 UTC  (2+ messages)

[PATCH] scsi: ufs: sysfs: remove redundant parenthesis
 2021-05-22  4:41 UTC  (2+ messages)

[PATCH] ufs: Remove usfhcd_is_*_pm() macros
 2021-05-22  4:41 UTC  (2+ messages)

[PATCH v5 0/3] 3w-9xxx: Endianness fixes
 2021-05-22  4:41 UTC  (2+ messages)

[PATCH RESEND 0/2] scsi: target: user configurable IEEE Company ID
 2021-05-22  4:41 UTC  (2+ messages)

[PATCH] scsi: bfa: Remove some unused variables
 2021-05-22  4:41 UTC  (2+ messages)

[PATCH] scsi: be2iscsi: Remove redundant initialization
 2021-05-22  4:41 UTC  (2+ messages)

[PATCH 0/2] scsi: target: Introduce the version descriptors
 2021-05-22  4:41 UTC  (2+ messages)

[PATCH -next resend] scsi: hisi_sas: drop free_irq of devm_request_irq allocated irq
 2021-05-22  4:40 UTC  (2+ messages)

[PATCH] [SCSI] aic7xxx: remove multiple definition of globals
 2021-05-22  4:40 UTC  (2+ messages)

[PATCH] scsi: aic7xxx: restore several defines for aix7xxx firmware build
 2021-05-22  4:40 UTC  (2+ messages)

[PATCH] scsi: libsas: use _safe() loop in sas_resume_port()
 2021-05-22  4:40 UTC  (2+ messages)

[PATCH] Set correct transferred data length for PVSCSI
 2021-05-22  4:40 UTC  (2+ messages)

[PATCH v2] scsi: target: Avoid smp_processor_id() in preemptible code
 2021-05-22  4:40 UTC  (2+ messages)

[PATCH] bnx2fc: Return failure from bnx2fc_eh_abort() since io_req is already in abts processing
 2021-05-22  4:40 UTC  (2+ messages)

[PATCH] scsi: target: iblock: Fix smp_processor_id BUG messages
 2021-05-22  4:40 UTC  (2+ messages)

[PATCH] scsi: qla2xx: wait for stop_phase1 at wwn removal
 2021-05-22  4:40 UTC  (2+ messages)

[PATCH v3] scsi: target: tcmu: Fix xarray RCU warning
 2021-05-22  4:40 UTC  (2+ messages)

[PATCH] scsi: core: Cap shost cmd_per_lun at can_queue
 2021-05-22  4:35 UTC  (7+ messages)

[PATCH 00/11] lpfc: Update lpfc to revision 12.8.0.10
 2021-05-22  3:23 UTC  (2+ messages)

[PATCH] scsi: alua: retry RTPG on a different path after failure
 2021-05-22  3:07 UTC  (2+ messages)

[PATCH] scsi: qla2xxx: Remove redundant assignment to rval
 2021-05-22  2:59 UTC  (2+ messages)

[PATCH] scsi: ufs: ufs-exynos: make a const array static, makes object smaller
 2021-05-22  2:50 UTC  (2+ messages)

[RFC PATCH 0/8] block: fix bio_add_XXX_page() return type
 2021-05-21 23:25 UTC  (7+ messages)

REQ_HIPRI and SCSI mid-level
 2021-05-21 21:56 UTC 

[PATCH 1/1] scsi: Fix spelling mistakes in header files
 2021-05-21 21:24 UTC  (2+ messages)

[PATCH] scsi: Remove leading spaces in Kconfig
 2021-05-21 21:17 UTC  (2+ messages)

[PATCH] scsi: target: tcmu: fix boolreturn.cocci warnings
 2021-05-21 21:14 UTC  (2+ messages)

[PATCH 0/2] Two additional UFS patches
 2021-05-21 21:10 UTC  (2+ messages)

[PATCH] scsi: hisi_sas: propagate errors in interrupt_init_v1_hw()
 2021-05-21 21:05 UTC  (2+ messages)

[PATCH] scsi: bfa: Fix inconsistent indenting
 2021-05-21 21:01 UTC  (2+ messages)

[PATCH] scsi:bfa: Fix typo
 2021-05-21 21:00 UTC  (2+ messages)

[PATCH] scsi: Fix typo
 2021-05-21 20:59 UTC  (2+ messages)

[PATCH] scsi: scsi_transport_fc: Remove double FC_FPORT_DELETED in mask creation
 2021-05-21 20:58 UTC  (2+ messages)

[PATCH 0/2] scsi: arcmsr: fix doorbell status may arrived late on ARC-1886
 2021-05-21 20:55 UTC  (2+ messages)

[PATCH] scsi: snic: debugfs: remove local storage of debugfs files
 2021-05-21 20:47 UTC  (4+ messages)

[PATCH -next] scsi: qedf: use vzalloc() instead of vmalloc()/memset(0)
 2021-05-21 20:31 UTC  (2+ messages)

REQUEST FOR QUOTATION
 2021-05-21 20:18 UTC 

[PATCH] ufs-exynos: Move definitions from .h to .c
 2021-05-21 20:07 UTC  (2+ messages)

patch "scsi: snic: debugfs: remove local storage of debugfs files" added to driver-core-testing
 2021-05-21 18:47 UTC 

[PATCH] scsi: qedf: Do not put host in qedf_vport_create unconditionally
 2021-05-21 14:34 UTC 

[PATCH v34 4/4] scsi: ufs: Add HPB 2.0 support
 2021-05-21  8:13 UTC  (4+ messages)
` [PATCH v34 0/4] scsi: ufs: Add Host Performance Booster Support
      ` RE: [PATCH v34 4/4] scsi: ufs: Add HPB 2.0 support

[GIT PULL] SCSI fixes for 5.13-rc2
 2021-05-21  0:48 UTC  (2+ messages)

[PATCH] scsi: sni_53c710: Fix a resource leak in an error handling path
 2021-05-20 17:50 UTC  (3+ messages)

[PATCH v6 00/24] Introducing mpi3mr driver
 2021-05-20 15:25 UTC  (18+ messages)
` [PATCH v6 08/24] mpi3mr: add support of event handling part-3
` [PATCH v6 09/24] mpi3mr: add support for recovering controller
` [PATCH v6 10/24] mpi3mr: add support of timestamp sync with firmware
` [PATCH v6 11/24] mpi3mr: print ioc info for debugging
` [PATCH v6 12/24] mpi3mr: add bios_param shost template hook
` [PATCH v6 13/24] mpi3mr: implement scsi error handler hooks
` [PATCH v6 14/24] mpi3mr: add change queue depth support
` [PATCH v6 15/24] mpi3mr: allow certain commands during pci-remove hook
` [PATCH v6 16/24] mpi3mr: hardware workaround for UNMAP commands to nvme drives
` [PATCH v6 17/24] mpi3mr: add support of threaded isr
` [PATCH v6 18/24] mpi3mr: add complete support of soft reset
` [PATCH v6 19/24] mpi3mr: print pending host ios for debug
` [PATCH v6 20/24] mpi3mr: wait for pending IO completions upon detection of VD IO timeout
` [PATCH v6 21/24] mpi3mr: add support of PM suspend and resume
` [PATCH v6 22/24] mpi3mr: add support of DSN secure fw check
` [PATCH v6 23/24] mpi3mr: add eedp dif dix support
` [PATCH v6 24/24] mpi3mr: add event handling debug prints


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).