public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-10-09 19:51:23 to 2020-10-15 02:07:07 UTC [more...]

[PATCH v11 00/44] sg: add v4 interface
 2020-10-15  2:06 UTC  (11+ messages)
` [PATCH v11 01/44] sg: move functions around
` [PATCH v11 02/44] sg: remove typedefs, type+formatting cleanup
` [PATCH v11 03/44] sg: sg_log and is_enabled
` [PATCH v11 04/44] sg: rework sg_poll(), minor changes
` [PATCH v11 05/44] sg: bitops in sg_device
` [PATCH v11 06/44] sg: make open count an atomic
` [PATCH v11 07/44] sg: move header to uapi section
` [PATCH v11 08/44] sg: speed sg_poll and sg_get_num_waiting
` [PATCH v11 09/44] sg: sg_allow_if_err_recovery and renames
` [PATCH v11 11/44] sg: change rwlock to spinlock

[GIT PULL] first round of SCSI updates for the 5.8+ merge window
 2020-10-14 23:02 UTC  (2+ messages)

Linux 5.9: smartpqi: controller is offline: status code 0x6100c
 2020-10-14 21:47 UTC 

[PATCH 2/3] megaraid_sas: iouring iopoll support
 2020-10-14 18:23 UTC  (3+ messages)

[PATCH 3/3] scsi_debug: iouring iopoll support
 2020-10-14 18:16 UTC  (3+ messages)

[PATCH 1/3] add io_uring with IOPOLL support in scsi layer
 2020-10-14 12:26 UTC 

[PATCH v4] qla2xxx: Return EBUSY on fcport deletion
 2020-10-14  7:30 UTC 

[PATCH v3] qla2xxx: Return EBUSY on fcport deletion
 2020-10-14  7:06 UTC  (6+ messages)
` [EXT] "

general protection fault in scsi_queue_rq
 2020-10-14  0:45 UTC  (3+ messages)

[PATCH v2] scsi: gdth: make option_setup() static
 2020-10-13 22:43 UTC  (2+ messages)

[PATCH] scsi: myrb: Fix inconsistent of format with argument type in myrb.c
 2020-10-13 22:43 UTC  (2+ messages)

[PATCH -next] [SCSI] fnic: simplify the return expression of vnic_wq_copy_alloc
 2020-10-13 22:42 UTC  (2+ messages)

[PATCH] scsi: qla2xxx: initialize value
 2020-10-13 22:43 UTC  (2+ messages)

[PATCH -next] scsi: fcoe: simplify the return expression of fcoe_sysfs_setup
 2020-10-13 22:42 UTC  (2+ messages)

[PATCH -next] snic: simplify the return expression of svnic_cq_alloc
 2020-10-13 22:42 UTC  (2+ messages)

[PATCH -next] scsi: initio: use module_pci_driver to simplify the code
 2020-10-13 22:42 UTC  (2+ messages)

misc I/O submission cleanups
 2020-10-13 22:42 UTC  (3+ messages)
` [PATCH 01/10] scsi: don't export scsi_device_from_queue

[PATCH] scsi: myrb: remove redundant assignment to variable timeout
 2020-10-13 22:42 UTC  (2+ messages)

[PATCH] scsi: sym53c8xx_2: fix sizeof mismatch
 2020-10-13 22:42 UTC  (2+ messages)

[PATCH] qla2xxx: Use constant when it is known
 2020-10-13 22:42 UTC  (2+ messages)

[PATCH] scsi: 53c700: Remove set but not used variable
 2020-10-13 22:43 UTC  (2+ messages)

[PATCH -next] scsi: dc395x: use module_pci_driver to simplify the code
 2020-10-13 22:42 UTC  (2+ messages)

[PATCH] scsi: bfa: fix error return in bfad_pci_init()
 2020-10-13 22:42 UTC  (2+ messages)

[PATCH V2 0/4] pm80xx updates
 2020-10-13 22:43 UTC  (2+ messages)

[PATCH -next v2] scsi: qla2xxx: Convert to DEFINE_SHOW_ATTRIBUTE
 2020-10-13 22:42 UTC  (2+ messages)

[PATCH] scsi: qla4xxx: Fix Fix inconsistent of format with argument type in ql4_nx.c
 2020-10-13 22:43 UTC  (2+ messages)

[PATCH 00/14] drop double zeroing
 2020-10-13 22:42 UTC  (2+ messages)

[PATCH] scsi: qla2xxx: fix return of uninitialized value in rval
 2020-10-13 22:42 UTC  (2+ messages)

scsi regression fixes
 2020-10-13 22:42 UTC  (3+ messages)
` [PATCH 1/2] sr: initialize ->cmd_len

[PATCH] qla2xxx: Do not consume srb greedily
 2020-10-13 22:42 UTC  (2+ messages)

[PATCH] scsi: isci: Fix a typo in a comment
 2020-10-13 22:42 UTC  (2+ messages)

[PATCH RFC PKS/PMEM 00/58] PMEM: Introduce stray write protection for PMEM
 2020-10-13 20:52 UTC  (89+ messages)
` [PATCH RFC PKS/PMEM 01/58] x86/pks: Add a global pkrs option
` [PATCH RFC PKS/PMEM 03/58] memremap: Add zone device access protection
` [PATCH RFC PKS/PMEM 04/58] kmap: Add stray access protection for device pages
` [PATCH RFC PKS/PMEM 05/58] kmap: Introduce k[un]map_thread
` [PATCH RFC PKS/PMEM 06/58] kmap: Introduce k[un]map_thread debugging
` [PATCH RFC PKS/PMEM 07/58] drivers/drbd: Utilize new kmap_thread()
` [PATCH RFC PKS/PMEM 08/58] drivers/firmware_loader: "
` [PATCH RFC PKS/PMEM 09/58] drivers/gpu: "
` [PATCH RFC PKS/PMEM 10/58] drivers/rdma: "
` [PATCH RFC PKS/PMEM 11/58] drivers/net: "
` [PATCH RFC PKS/PMEM 12/58] fs/afs: "
` [PATCH RFC PKS/PMEM 13/58] fs/btrfs: "
` [PATCH RFC PKS/PMEM 14/58] fs/cifs: "
` [PATCH RFC PKS/PMEM 15/58] fs/ecryptfs: "
` [PATCH RFC PKS/PMEM 16/58] fs/gfs2: "
` [PATCH RFC PKS/PMEM 17/58] fs/nilfs2: "
` [PATCH RFC PKS/PMEM 18/58] fs/hfs: "
` [PATCH RFC PKS/PMEM 19/58] fs/hfsplus: "
` [PATCH RFC PKS/PMEM 20/58] fs/jffs2: "
` [PATCH RFC PKS/PMEM 21/58] fs/nfs: "
` [PATCH RFC PKS/PMEM 22/58] fs/f2fs: "
` [PATCH RFC PKS/PMEM 23/58] fs/fuse: "
` [PATCH RFC PKS/PMEM 24/58] fs/freevxfs: "
` [PATCH RFC PKS/PMEM 25/58] fs/reiserfs: "
` [PATCH RFC PKS/PMEM 26/58] fs/zonefs: "
` [PATCH RFC PKS/PMEM 27/58] fs/ubifs: "
` [PATCH RFC PKS/PMEM 28/58] fs/cachefiles: "
` [PATCH RFC PKS/PMEM 29/58] fs/ntfs: "
` [PATCH RFC PKS/PMEM 30/58] fs/romfs: "
` [PATCH RFC PKS/PMEM 31/58] fs/vboxsf: "
` [PATCH RFC PKS/PMEM 32/58] fs/hostfs: "
` [PATCH RFC PKS/PMEM 33/58] fs/cramfs: "
` [PATCH RFC PKS/PMEM 34/58] fs/erofs: "
` [PATCH RFC PKS/PMEM 35/58] fs: "
` [PATCH RFC PKS/PMEM 36/58] fs/ext2: Use ext2_put_page
` [PATCH RFC PKS/PMEM 37/58] fs/ext2: Utilize new kmap_thread()
` [PATCH RFC PKS/PMEM 38/58] fs/isofs: "
` [PATCH RFC PKS/PMEM 39/58] fs/jffs2: "
` [PATCH RFC PKS/PMEM 40/58] net: "
` [PATCH RFC PKS/PMEM 41/58] drivers/target: "
` [PATCH RFC PKS/PMEM 42/58] drivers/scsi: "
` [PATCH RFC PKS/PMEM 43/58] drivers/mmc: "
` [PATCH RFC PKS/PMEM 44/58] drivers/xen: "
` [PATCH RFC PKS/PMEM 45/58] drivers/firmware: "
` [PATCH RFC PKS/PMEM 46/58] drives/staging: "
` [PATCH RFC PKS/PMEM 47/58] drivers/mtd: "
` [PATCH RFC PKS/PMEM 48/58] drivers/md: "
` [PATCH RFC PKS/PMEM 49/58] drivers/misc: "
` [PATCH RFC PKS/PMEM 50/58] drivers/android: "
` [PATCH RFC PKS/PMEM 51/58] kernel: "
` [PATCH RFC PKS/PMEM 52/58] mm: "
` [PATCH RFC PKS/PMEM 53/58] lib: "
` [PATCH RFC PKS/PMEM 54/58] powerpc: "
` [PATCH RFC PKS/PMEM 55/58] samples: "
` [PATCH RFC PKS/PMEM 56/58] dax: Stray access protection for dax_direct_access()
` [PATCH RFC PKS/PMEM 57/58] nvdimm/pmem: Stray access protection for pmem->virt_addr
` [PATCH RFC PKS/PMEM 58/58] [dax|pmem]: Enable stray access protection

[PATCHv4 0/3] zoned block device specific errors
 2020-10-13 19:25 UTC  (5+ messages)
` [PATCHv4 1/3] block: add zone specific block statuses

Disinfectant
 2020-10-13  8:16 UTC 

[PATCH v4 00/31] [NEW] efct: Broadcom (Emulex) FC Target driver
 2020-10-13  1:30 UTC  (34+ messages)
` [PATCH v4 01/31] elx: libefc_sli: SLI-4 register offsets and field definitions
` [PATCH v4 02/31] elx: libefc_sli: SLI Descriptors and Queue entries
` [PATCH v4 03/31] elx: libefc_sli: Data structures and defines for mbox commands
` [PATCH v4 04/31] elx: libefc_sli: queue create/destroy/parse routines
` [PATCH v4 05/31] elx: libefc_sli: Populate and post different WQEs
` [PATCH v4 06/31] elx: libefc_sli: bmbx routines and SLI config commands
` [PATCH v4 07/31] elx: libefc_sli: APIs to setup SLI library
` [PATCH v4 08/31] elx: libefc: Generic state machine framework
` [PATCH v4 09/31] elx: libefc: Emulex FC discovery library APIs and definitions
` [PATCH v4 10/31] elx: libefc: FC Domain state machine interfaces
` [PATCH v4 11/31] elx: libefc: SLI and FC PORT "
` [PATCH v4 12/31] elx: libefc: Remote node "
` [PATCH v4 13/31] elx: libefc: Fabric "
` [PATCH v4 14/31] elx: libefc: FC node ELS and state handling
` [PATCH v4 15/31] elx: libefc: Extended link Service IO handling
` [PATCH v4 16/31] elx: libefc: Register discovery objects with hardware
` [PATCH v4 17/31] elx: efct: Data structures and defines for hw operations
` [PATCH v4 18/31] elx: efct: Driver initialization routines
` [PATCH v4 19/31] elx: efct: Hardware queues creation and deletion
` [PATCH v4 20/31] elx: efct: RQ buffer, memory pool allocation and deallocation APIs
` [PATCH v4 21/31] elx: efct: Hardware IO and SGL initialization
` [PATCH v4 22/31] elx: efct: Hardware queues processing
` [PATCH v4 23/31] elx: efct: Unsolicited FC frame processing routines
` [PATCH v4 24/31] elx: efct: SCSI IO handling routines
` [PATCH v4 25/31] elx: efct: LIO backend interface routines
` [PATCH v4 26/31] elx: efct: Hardware IO submission routines
` [PATCH v4 27/31] elx: efct: link and host statistics
` [PATCH v4 28/31] elx: efct: xport and hardware teardown routines
` [PATCH v4 29/31] elx: efct: scsi_transport_fc host interface support
` [PATCH v4 30/31] elx: efct: Add Makefile and Kconfig for efct driver
` [PATCH v4 31/31] elx: efct: Tie into kernel Kconfig and build process

[PATCH v2 0/5] SAN Congestion Management (SCM) statistics
 2020-10-12 19:03 UTC  (12+ messages)
` [PATCH v2 1/5] scsi: fc: Update formal FPIN descriptor definitions
` [PATCH v2 2/5] scsi: fc: Add FPIN statistics to fc_host and fc_rport objects
` [PATCH v2 3/5] scsi: fc: Parse FPIN packets and update statistics
` [PATCH v2 4/5] scsi: fc: Add mechanism to update FPIN signal statistics
` [PATCH v2 5/5] scsi: fc: Update documentation of sysfs nodes for FPIN stats

[PATCH v2] qla2xxx: Return EBUSY on fcport deletion
 2020-10-12 16:54 UTC  (2+ messages)

[PATCH] qla2xxx: Return EBUSY on fcport deletion
 2020-10-12 16:37 UTC  (3+ messages)

[PATCH 08/14] mpt3sas: Update hba_port objects after host reset
 2020-10-12 12:22 UTC  (2+ messages)

[PATCH] scsi: alua: fix the race between alua_bus_detach and alua_rtpg
 2020-10-12  8:52 UTC  (7+ messages)

[PATCH 0/4] pm80xx updates
 2020-10-12  5:24 UTC  (5+ messages)
` [PATCH 1/4] pm80xx: make mpi_build_cmd locking consistent
` [PATCH 2/4] pm80xx: make running_req atomic
` [PATCH 3/4] pm80xx: Avoid busywait in FW ready check
` [PATCH 4/4] pm80xx: make pm8001_mpi_set_nvmd_resp free of race condition

lib/scatterlist.c : sgl_alloc_order promises more than it delivers
 2020-10-11 22:24 UTC  (6+ messages)

[PATCH] scsi: core: don't start concurrent async scan on same host
 2020-10-10 17:31 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox