public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-04-26 08:46:07 to 2021-04-27 22:00:04 UTC [more...]

[PATCH v18 00/83] sg: add v4 interface, request sharing
 2021-04-27 21:57 UTC  (79+ messages)
` [PATCH v18 00/45] sg: add v4 interface
` [PATCH v18 01/83] sg: move functions around
` [PATCH v18 02/83] sg: remove typedefs, type+formatting cleanup
` [PATCH v18 03/83] sg: sg_log and is_enabled
` [PATCH v18 04/83] sg: rework sg_poll(), minor changes
` [PATCH v18 05/83] sg: bitops in sg_device
` [PATCH v18 06/83] sg: make open count an atomic
` [PATCH v18 07/83] sg: move header to uapi section
` [PATCH v18 08/83] sg: speed sg_poll and sg_get_num_waiting
` [PATCH v18 09/83] sg: sg_allow_if_err_recovery and renames
` [PATCH v18 10/83] sg: improve naming
` [PATCH v18 11/83] sg: change rwlock to spinlock
` [PATCH v18 12/83] sg: ioctl handling
` [PATCH v18 13/83] sg: split sg_read
` [PATCH v18 14/83] sg: sg_common_write add structure for arguments
` [PATCH v18 15/83] sg: rework sg_vma_fault
` [PATCH v18 16/83] sg: rework sg_mmap
` [PATCH v18 17/83] sg: replace sg_allow_access
` [PATCH v18 18/83] sg: rework scatter gather handling
` [PATCH v18 19/83] sg: introduce request state machine
` [PATCH v18 20/83] sg: sg_find_srp_by_id
` [PATCH v18 21/83] sg: sg_fill_request_element
` [PATCH v18 22/83] sg: printk change %p to %pK
` [PATCH v18 23/83] sg: xarray for fds in device
` [PATCH v18 24/83] sg: xarray for reqs in fd
` [PATCH v18 25/83] sg: replace rq array with xarray
` [PATCH v18 26/83] sg: sense buffer rework
` [PATCH v18 27/83] sg: add sg v4 interface support
` [PATCH v18 28/83] sg: rework debug info
` [PATCH v18 29/83] sg: add 8 byte SCSI LUN to sg_scsi_id
` [PATCH v18 30/83] sg: expand sg_comm_wr_t
` [PATCH v18 31/83] sg: add sg_iosubmit_v3 and sg_ioreceive_v3 ioctls
` [PATCH v18 32/83] sg: add some __must_hold macros
` [PATCH v18 33/83] sg: move procfs objects to avoid forward decls
` [PATCH v18 34/83] sg: protect multiple receivers
` [PATCH v18 35/83] sg: first debugfs support
` [PATCH v18 36/83] sg: rework mmap support
` [PATCH v18 37/83] sg: defang allow_dio
` [PATCH v18 38/83] sg: warn v3 write system call users
` [PATCH v18 39/83] sg: add mmap_sz tracking
` [PATCH v18 40/83] sg: remove rcv_done request state
` [PATCH v18 41/83] sg: track lowest inactive and await indexes
` [PATCH v18 42/83] sg: remove unit attention check for device changed
` [PATCH v18 43/83] sg: no_dxfer: move to/from kernel buffers
` [PATCH v18 44/83] sg: add blk_poll support
` [PATCH v18 45/83] sg: bump version to 4.0.12
` [PATCH v18 46/83] sg: add sg_ioabort ioctl
` [PATCH v18 47/83] sg: add sg_set_get_extended ioctl
` [PATCH v18 48/83] sg: sgat_elem_sz and sum_fd_dlens
` [PATCH v18 49/83] sg: tag and more_async
` [PATCH v18 50/83] sg: add fd sharing , change, unshare
` [PATCH v18 51/83] sg: add shared requests
` [PATCH v18 52/83] sg: add multiple request support
` [PATCH v18 53/83] sg: rename some mrq variables
` [PATCH v18 54/83] sg: unlikely likely
` [PATCH v18 55/83] sg: mrq abort
` [PATCH v18 56/83] sg: reduce atomic operations
` [PATCH v18 57/83] sg: add excl_wait flag
` [PATCH v18 58/83] sg: tweak sg_find_sfp_by_fd()
` [PATCH v18 59/83] sg: add snap_dev flag and snapped in debugfs
` [PATCH v18 60/83] sg: compress usercontext to uc
` [PATCH v18 61/83] sg: optionally output sg_request.frq_bm flags
` [PATCH v18 62/83] sg: work on sg_mrq_sanity()
` [PATCH v18 63/83] sg: shared variable blocking
` [PATCH v18 64/83] sg: device timestamp
` [PATCH v18 65/83] sg: condition met is not an error
` [PATCH v18 66/83] sg: split sg_setup_req
` [PATCH v18 67/83] sg: finish after read-side request
` [PATCH v18 68/83] sg: keep share and dout offset flags
` [PATCH v18 69/83] sg: add dlen to sg_comm_wr_t
` [PATCH v18 70/83] sg: make use of struct sg_mrq_hold
` [PATCH v18 71/83] sg: add mmap IO option for mrq metadata
` [PATCH v18 72/83] sg: add eventfd support
` [PATCH v18 73/83] sg: table of error number explanations
` [PATCH v18 74/83] sg: add ordered write flag
` [PATCH v18 75/83] sg: expand source line length to 100 characters
` [PATCH v18 76/83] sg: add no_attach_msg parameter
` [PATCH v18 77/83] sg: add SGV4_FLAG_REC_ORDER

RFC: one more time: SCSI device identification
 2021-04-27 20:41 UTC  (17+ messages)
            ` Antw: [EXT] Re: [systemd-devel] "
                  ` Antw: [EXT] Re: [dm-devel] "
                  `  "

[PATCH v3 00/24] Introducing mpi3mr driver
 2021-04-27 18:08 UTC  (17+ messages)
` [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 06/24] mpi3mr: add support of event handling part-1
` [PATCH v3 11/24] mpi3mr: print ioc info for debugging
` [PATCH v3 13/24] mpi3mr: implement scsi error handler hooks

[PATCH 1/1] qla2xxx: Add marginal path support
 2021-04-27 16:26 UTC  (2+ messages)

[PATCHv3 00/40] SCSI result cleanup, part 2
 2021-04-27 12:11 UTC  (42+ messages)
` [PATCH 01/40] st: return error code in st_scsi_execute()
` [PATCH 02/40] scsi_ioctl: return error code when blk_rq_map_kern() fails
` [PATCH 03/40] scsi: Fixup calling convention for scsi_mode_sense()
` [PATCH 04/40] scsi: reshuffle response handling in scsi_mode_sense()
` [PATCH 05/40] scsi_dh_alua: check for negative result value
` [PATCH 06/40] scsi: stop using DRIVER_ERROR
` [PATCH 07/40] scsi: introduce scsi_build_sense()
` [PATCH 08/40] scsi: introduce scsi_status_is_check_condition()
` [PATCH 09/40] scsi: Kill DRIVER_SENSE
` [PATCH 10/40] scsi: do not use DRIVER_INVALID
` [PATCH 11/40] scsi_error: use DID_TIME_OUT instead of DRIVER_TIMEOUT
` [PATCH 12/40] xen-scsiback: use DID_ERROR instead of DRIVER_ERROR
` [PATCH 13/40] xen-scsifront: compability status handling
` [PATCH 14/40] scsi: Drop the now obsolete driver_byte definitions
` [PATCH 15/40] NCR5380: Fold SCSI message ABORT onto DID_ABORT
` [PATCH 16/40] scsi: add get_{status,host}_byte() accessor function
` [PATCH 17/40] scsi: add scsi_msg_to_host_byte()
` [PATCH 18/40] dc395: use standard macros to set SCSI result
` [PATCH 19/40] dc395: translate message bytes
` [PATCH 20/40] qlogicfas408: make ql_pcmd() a void function
` [PATCH 21/40] qlogicfas408: whitespace cleanup
` [PATCH 22/40] qlogicfas408: translate message to host byte status
` [PATCH 23/40] nsp32: whitespace cleanup
` [PATCH 24/40] nsp32: do not set message byte
` [PATCH 25/40] wd33c93: translate message byte to host byte
` [PATCH 26/40] mesh: translate message to host byte status
` [PATCH 27/40] acornscsi: remove acornscsi_reportstatus()
` [PATCH 28/40] acornscsi: translate message byte to host byte
` [PATCH 29/40] aha152x: modify done() to use separate status bytes
` [PATCH 30/40] aha152x: do not set message byte when calling scsi_done()
` [PATCH 31/40] advansys: do not set message byte in SCSI status
` [PATCH 32/40] fas216: translate message to host byte status
` [PATCH 33/40] fas216: Use get_status_byte() to avoid using linux-specific status codes
` [PATCH 34/40] FlashPoint: Use standard SCSI definitions
` [PATCH 35/40] fdomain: drop last argument to fdomain_finish_cmd()
` [PATCH 36/40] fdomain: translate message to host byte status
` [PATCH 37/40] scsi: drop message byte helper
` [PATCH 38/40] scsi: kill message byte
` [PATCH 39/40] target: use standard SAM status types
` [PATCH 40/40] scsi: drop obsolete linux-specific SCSI status codes

[bug report] shared tags causes IO hang and performance drop
 2021-04-27 10:15 UTC  (18+ messages)

[RFC] qla2xxx: Add dev_loss_tmo kernel module options
 2021-04-27  9:51 UTC  (6+ messages)
    ` [EXT] "

[bug report] scsi host hang when running fio
 2021-04-27  9:41 UTC  (3+ messages)

[Bug 212759] New: NVMeT crasdh
 2021-04-27  9:05 UTC  (4+ messages)
` [Bug 212759] "
` [Bug 212759] NvmeOf (nvmet-rdma) cause crash with first step connect

[PATCH 0/8] blk-mq: fix request UAF related with iterating over tagset requests
 2021-04-27  8:54 UTC  (5+ messages)
` [PATCH 6/8] block: drivers: complete request locally from blk_mq_tagset_busy_iter

[PATCH] scsi: ufs: Fix a typo in ufs-sysfs.c
 2021-04-27  7:38 UTC 

[RFC PATCHv2 00/39] SCSI result cleanup, part 2
 2021-04-27  7:36 UTC  (51+ messages)
` [PATCH 01/39] st: return error code in st_scsi_execute()
` [PATCH 02/39] scsi_ioctl: return error code when blk_rq_map_kern() fails
` [PATCH 03/39] scsi_dh_alua: do not interpret DRIVER_ERROR
` [PATCH 04/39] scsi: Fixup calling convention for scsi_mode_sense()
` [PATCH 05/39] scsi: stop using DRIVER_ERROR
` [PATCH 06/39] scsi: introduce scsi_build_sense()
` [PATCH 07/39] scsi: introduce scsi_status_is_check_condition()
` [PATCH 08/39] scsi: Kill DRIVER_SENSE
` [PATCH 09/39] scsi: do not use DRIVER_INVALID
` [PATCH 10/39] scsi_error: use DID_TIME_OUT instead of DRIVER_TIMEOUT
` [PATCH 11/39] xen-scsiback: use DID_ERROR instead of DRIVER_ERROR
` [PATCH 13/39] scsi: Drop the now obsolete driver_byte definitions
` [PATCH 14/39] NCR5380: Fold SCSI message ABORT onto DID_ABORT
` [PATCH 15/39] scsi: add get_{status,host}_byte() accessor function
` [PATCH 16/39] scsi: add translate_msg_byte()
` [PATCH 17/39] dc395: use standard macros to set SCSI result
` [PATCH 18/39] dc395: translate message bytes
` [PATCH 19/39] qlogicfas408: make ql_pcmd() a void function
` [PATCH 24/39] wd33c93: translate message byte to host byte
` [PATCH 26/39] acornscsi: remove acornscsi_reportstatus()

[PATCH][REPOST] lpfc: Fix illegal memory access on Abort IOCBs
 2021-04-27  3:07 UTC  (2+ messages)

[PATCH][REPOST] lpfc: Fix dma virtual address ptr assignment in bsg
 2021-04-27  3:07 UTC  (2+ messages)

[PATCH][REPOST] lpfc: Fix bad memory access during VPD DUMP mailbox command
 2021-04-27  3:07 UTC  (2+ messages)

[PATCH] scsi: megaraid_mbox: remove redundant initialization of pointer mbox
 2021-04-27  2:54 UTC  (2+ messages)

[PATCH] scsi: lpfc: remove redundant assignment to pointer temp_hdr
 2021-04-27  2:52 UTC  (2+ messages)

[PATCH] scsi: 3w-9xxx: Move * operator to clean up code style warning
 2021-04-27  2:48 UTC  (2+ messages)

[PATCH] scsi: fusion: documentation cleanup
 2021-04-27  2:47 UTC  (2+ messages)

[PATCH] scsi: mpt3sas: documentation cleanup
 2021-04-27  2:44 UTC  (2+ messages)

[PATCH v7 3/5] blk-mq: Fix races between iterating over requests and freeing requests
 2021-04-27  0:11 UTC  (5+ messages)

[RFC PATCH 00/42] SCSI result cleanup, part 2
 2021-04-26  8:45 UTC  (9+ messages)
` [PATCH 14/42] scsi: add scsi_result_is_good()


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