messages from 2021-04-16 08:40:49 to 2021-04-20 00:10:31 UTC [more...]
[PATCH 000/117] Make better use of static type checking
2021-04-20 0:07 UTC (71+ messages)
` [PATCH 001/117] libsas: Introduce more SAM status code aliases in enum exec_status
` [PATCH 002/117] Introduce enums for the SAM, message, host and driver status codes
` [PATCH 003/117] Change the type of the second argument of scsi_host_complete_all_commands()
` [PATCH 004/117] libiscsi: Use the host_status enum
` [PATCH 005/117] libsas: Use the host_status and sam_status enums
` [PATCH 006/117] target: Use enum sam_status instead of u8
` [PATCH 007/117] lpfc: Reformat four comparisons
` [PATCH 008/117] fc: Add a compile-time structure size check
` [PATCH 009/117] iscsi: "
` [PATCH 010/117] ufs: "
` [PATCH 011/117] Introduce the scsi_status union
` [PATCH 012/117] block: Convert SCSI and bsg code to "
` [PATCH 013/117] core: Convert "
` [PATCH 014/117] ch: Pass union scsi_status to driver_byte()
` [PATCH 015/117] sd: Convert to the scsi_status union
` [PATCH 016/117] sr: "
` [PATCH 017/117] st: "
` [PATCH 018/117] sg: "
` [PATCH 019/117] 3w*: "
` [PATCH 020/117] 53c700: "
` [PATCH 021/117] BusLogic: "
` [PATCH 022/117] NCR5380: "
` [PATCH 023/117] a100u2w: "
` [PATCH 024/117] aacraid: "
` [PATCH 025/117] acornscsi: Annotate fallthrough
` [PATCH 026/117] acornscsi: Convert to the scsi_status union
` [PATCH 027/117] advansys: "
` [PATCH 028/117] aha*: "
` [PATCH 029/117] aic*: "
` [PATCH 030/117] arcmsr: "
` [PATCH 031/117] ata: "
` [PATCH 032/117] atp870u: "
` [PATCH 033/117] be2iscsi: "
` [PATCH 034/117] bfa: Use type int32_t to represent a signed integer
` [PATCH 035/117] bfa: Convert to the scsi_status union
` [PATCH 036/117] bnx2fc: "
` [PATCH 037/117] cdrom: "
` [PATCH 038/117] csiostor: "
` [PATCH 039/117] cxlflash: "
` [PATCH 040/117] dc395x: Use the set_{host,msg,status}_byte() functions
` [PATCH 041/117] dc395x: Convert to the scsi_status union
` [PATCH 042/117] dpt_i2o: "
` [PATCH 043/117] esas2r: "
` [PATCH 044/117] esp_scsi: "
` [PATCH 045/117] fas216: Fix two source code comments
` [PATCH 046/117] fas216: Convert to the scsi_status union
` [PATCH 047/117] fc: "
` [PATCH 048/117] fdomain: "
` [PATCH 049/117] firewire: sbp2: "
` [PATCH 050/117] fnic: "
` [PATCH 051/117] hpsa: "
` [PATCH 052/117] hptiop: "
` [PATCH 053/117] ib_srp: "
` [PATCH 054/117] ibmvfc: Fix the documentation of the return value of ibmvfc_host_chkready()
` [PATCH 055/117] ibmvfc: Convert to the scsi_status union
` [PATCH 056/117] ibmvscsi: "
` [PATCH 057/117] ide: "
` [PATCH 058/117] imm: "
` [PATCH 059/117] initio: "
` [PATCH 060/117] ipr: "
` [PATCH 061/117] ips: "
` [PATCH 062/117] iscsi: "
` [PATCH 063/117] libfc: "
` [PATCH 064/117] sas: "
` [PATCH 065/117] lpfc: "
` [PATCH 066/117] mac53c94: "
` [PATCH 067/117] megaraid: "
` [PATCH 068/117] mesh: "
` [PATCH 069/117] message: fusion: "
` [PATCH 070/117] mpt3sas: "
[PATCH] scsi: core: Cap initial sdev queue depth at shost.can_queue
2021-04-20 0:02 UTC (2+ messages)
[PATCH] scsi: smartpqi: create module parameters for LUN reset
2021-04-19 22:11 UTC
[PATCH v20 0/2] Enable power management for ufs wlun
2021-04-19 21:53 UTC (5+ messages)
` [PATCH v20 1/2] scsi: ufs: Enable power management for wlun
` [PATCH v20 2/2] ufs: sysfs: Resume the proper scsi device
[PATCH v3 00/24] Introducing mpi3mr driver
2021-04-19 17:54 UTC (26+ messages)
` [PATCH v3 01/24] mpi3mr: add mpi30 Rev-R headers and Kconfig
` [PATCH v3 02/24] mpi3mr: base driver code
` [PATCH v3 03/24] mpi3mr: create operational request and reply queue pair
` [PATCH v3 04/24] mpi3mr: add support of queue command processing
` [PATCH v3 05/24] mpi3mr: add support of internal watchdog thread
` [PATCH v3 06/24] mpi3mr: add support of event handling part-1
` [PATCH v3 07/24] mpi3mr: add support of event handling pcie devices part-2
` [PATCH v3 08/24] mpi3mr: add support of event handling part-3
` [PATCH v3 09/24] mpi3mr: add support for recovering controller
` [PATCH v3 10/24] mpi3mr: add support of timestamp sync with firmware
` [PATCH v3 11/24] mpi3mr: print ioc info for debugging
` [PATCH v3 12/24] mpi3mr: add bios_param shost template hook
` [PATCH v3 13/24] mpi3mr: implement scsi error handler hooks
` [PATCH v3 14/24] mpi3mr: add change queue depth support
` [PATCH v3 15/24] mpi3mr: allow certain commands during pci-remove hook
` [PATCH v3 16/24] mpi3mr: hardware workaround for UNMAP commands to nvme drives
` [PATCH v3 17/24] mpi3mr: add support of threaded isr
` [PATCH v3 18/24] mpi3mr: add complete support of soft reset
` [PATCH v3 19/24] mpi3mr: print pending host ios for debug
` [PATCH v3 20/24] mpi3mr: wait for pending IO completions upon detection of VD IO timeout
` [PATCH v3 21/24] mpi3mr: add support of PM suspend and resume
` [PATCH v3 22/24] mpi3mr: add support of DSN secure fw check
` [PATCH v3 23/24] mpi3mr: add eedp dif dix support
` [PATCH v3 24/24] mpi3mr: add event handling debug prints
[PATCH 0/4] Fix dm-crypt zoned block device support
2021-04-19 16:48 UTC (13+ messages)
` [PATCH 2/4] dm crypt: Fix "
` [PATCH 3/4] btrfs: zoned: fail mount if the device does not support zone append
[RFC] qla2xxx: Add dev_loss_tmo kernel module options
2021-04-19 16:19 UTC (2+ messages)
[PATCH 0/5] Bring the BusLogic host bus adapter driver up to Y2021
2021-04-19 16:01 UTC (22+ messages)
` [PATCH 1/5] scsi: BusLogic: Fix missing `pr_cont' use
` [PATCH 2/5] scsi: BusLogic: Avoid unbounded `vsprintf' use
` [PATCH 5/5] scsi: Set allocation length to 255 for ATA Information VPD page
[bug report] scsi host hang when running fio
2021-04-19 15:11 UTC (3+ messages)
Linux pm8001 driver / PMC-Sierra PM8072 card
2021-04-19 14:45 UTC
[PATCH v2 0/3] Fix dm-crypt zoned block device support
2021-04-19 14:31 UTC (13+ messages)
` [PATCH v2 1/3] dm: Introduce zone append support control
` [PATCH v2 2/3] dm crypt: Fix zoned block device support
` [dm-devel] "
` [PATCH v2 3/3] zonefs: fix synchronous write to sequential zone files
` [dm-devel] [PATCH v2 0/3] Fix dm-crypt zoned block device support
[PATCH v2 00/24] Introducing mpi3mr driver
2021-04-19 10:20 UTC (6+ messages)
` [PATCH v2 01/24] mpi3mr: add mpi30 Rev-R headers and Kconfig
Broadcom 9460 raid card takes too long at system resuming
2021-04-19 10:14 UTC
[PATCH v32 0/4] scsi: ufs: Add Host Performance Booster Support
2021-04-19 7:19 UTC (3+ messages)
` [PATCH v32 4/4] scsi: ufs: Add HPB 2.0 support
[PATCH 2/2] scsi: target: Add the VERSION DESCRIPTOR fields to the INQUIRY data
2021-04-19 6:57 UTC (2+ messages)
[Resend RFC PATCH V2 00/12] x86/Hyper-V: Add Hyper-V Isolation VM support
2021-04-19 6:36 UTC (4+ messages)
` [Resend RFC PATCH V2 07/12] HV/Vmbus: Initialize VMbus ring buffer for Isolation VM
[PATCH] scsi: fusion: documentation cleanup
2021-04-18 20:32 UTC
[PATCH] scsi: mpt3sas: documentation cleanup
2021-04-18 20:32 UTC
[PATCH] scsi: ufs: Check for bkops in runtime suspend
2021-04-18 18:25 UTC (3+ messages)
[PATCH 0/6] zfcp: cleanups and qdio code refactor for 5.13/5.14
2021-04-18 16:04 UTC (3+ messages)
[PATCH v9 00/13] blkcg:Support to track FC storage blk io traffic
2021-04-18 15:32 UTC (3+ messages)
` [PATCH v9 03/13] nvme: Added a newsysfs attribute appid_store
[GIT PULL] SCSI fixes for 5.12-rc6
2021-04-18 3:29 UTC (2+ messages)
[Bug 204769] New: SCSI devices missing for disks attached to controller
2021-04-18 0:22 UTC (2+ messages)
` [Bug 204769] "
[PATCH v3 00/17] libicsi and qedi TMF fixes
2021-04-17 17:26 UTC (6+ messages)
` [PATCH v3 01/17] scsi: iscsi: add task completion helper
` [PATCH v3 02/17] scsi: iscsi: sync libiscsi and driver reset cleanup
[PATCH v2] target: core: remove from tmr_list at lun unlink
2021-04-17 9:39 UTC (6+ messages)
[PATCH] scsi: a100u2w: remove useless variable
2021-04-17 6:34 UTC (2+ messages)
RFC: one more time: SCSI device identification
2021-04-16 23:28 UTC (3+ messages)
[PATCH v18 0/2] Enable power management for ufs wlun
2021-04-16 18:21 UTC (4+ messages)
` [PATCH v18 1/2] scsi: ufs: Enable power management for wlun
[PATCH] scsi_debug: fix cmd_per_lun, set to max_queue
2021-04-16 16:32 UTC (10+ messages)
[PATCH v4 0/7 target: make tpg/enable attribute
2021-04-16 16:12 UTC (10+ messages)
` [PATCH v4 1/7] target: core: add common "
` [PATCH v4 2/7] target: iscsi: replace enable attr to ops.enable
` [PATCH v4 3/7] target: qla2xx: "
` [PATCH v4 4/7] target: sbp: "
` [PATCH v4 5/7] target: srpt "
` [PATCH v4 6/7] target: ibm_vscsi: "
` [PATCH v4 7/7] target: usb: "
[PATCH v3 09/17] scsi: qedi: fix race during abort timeouts
2021-04-16 15:23 UTC (3+ messages)
[bug report] shared tags causes IO hang and performance drop
2021-04-16 14:59 UTC (12+ messages)
[PATCH 00/24] Introducing mpi3mr driver
2021-04-16 14:31 UTC (5+ messages)
` [PATCH 13/24] mpi3mr: implement scsi error handler hooks
[PATCH for-5.4 0/2] scsi: qla2xxx: Fix P2P mode
2021-04-16 14:20 UTC (2+ messages)
[PATCH v19 0/2] Enable power management for ufs wlun
2021-04-16 10:08 UTC (4+ messages)
` [PATCH v19 1/2] scsi: ufs: Enable power management for wlun
[PATCH] scsi: 3w-9xxx: Move * operator to clean up code style warning
2021-04-16 9:47 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox