Linux-SCSI Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-27 07:40:19 to 2021-04-28 23:23:06 UTC [more...]

[PATCH v34 0/4] scsi: ufs: Add Host Performance Booster Support
 2021-04-28 23:22 UTC 

dm: dm_blk_ioctl(): implement failover for SG_IO on dm-multipath
 2021-04-28 20:54 UTC  (2+ messages)

[PATCH v3 0/6] iscsi: Fix in kernel conn failure handling
 2021-04-28 19:02 UTC  (5+ messages)
` [PATCH v3 1/6] scsi: iscsi: force immediate failure during shutdown
` [PATCH v3 2/6] scsi: iscsi: use system_unbound_wq for destroy_work

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

[PATCH v8 00/31] [NEW] efct: Broadcom (Emulex) FC Target driver
 2021-04-28  9:31 UTC  (27+ messages)
` [PATCH v8 02/31] elx: libefc_sli: SLI Descriptors and Queue entries
` [PATCH v8 03/31] elx: libefc_sli: Data structures and defines for mbox commands
` [PATCH v8 04/31] elx: libefc_sli: queue create/destroy/parse routines
` [PATCH v8 09/31] elx: libefc: Emulex FC discovery library APIs and definitions
` [PATCH v8 11/31] elx: libefc: SLI and FC PORT state machine interfaces
` [PATCH v8 12/31] elx: libefc: Remote node "
` [PATCH v8 15/31] elx: libefc: Extended link Service IO handling
` [PATCH v8 16/31] elx: libefc: Register discovery objects with hardware
` [PATCH v8 18/31] elx: efct: Driver initialization routines
` [PATCH v8 20/31] elx: efct: RQ buffer, memory pool allocation and deallocation APIs
` [PATCH v8 21/31] elx: efct: Hardware IO and SGL initialization
` [PATCH v8 28/31] elx: efct: xport and hardware teardown routines
` [PATCH v8 29/31] elx: efct: scsi_transport_fc host interface support

[PATCH v33 0/4] scsi: ufs: Add Host Performance Booster Support
 2021-04-28  7:58 UTC  (5+ messages)
    ` [PATCH v33 2/4] scsi: ufs: L2P map management for HPB read
    ` [PATCH v33 3/4] scsi: ufs: Prepare HPB read for cached sub-region
    ` [PATCH v33 1/4] scsi: ufs: Introduce HPB feature
    ` [PATCH v33 4/4] scsi: ufs: Add HPB 2.0 support

[PATCH v18 00/83] sg: add v4 interface, request sharing
 2021-04-28  7:07 UTC  (86+ 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
` [PATCH v18 78/83] sg: max to read for mrq sg_ioreceive
` [PATCH v18 79/83] sg: mrq: if uniform svb then re-use bio_s
` [PATCH v18 80/83] sg: expand bvec usage; "
` [PATCH v18 81/83] sg: blk_poll/hipri work for mrq
` [PATCH v18 82/83] sg: pollable and non-pollable requests
` [PATCH v18 83/83] sg: bump version to 4.0.47

[PATCH v10 00/13] blkcg:Support to track FC storage blk io traffic
 2021-04-28  6:38 UTC  (15+ messages)
` [PATCH v10 01/13] cgroup: Added cgroup_get_from_id
` [PATCH v10 02/13] blkcg: Added a app identifier support for blkcg
` [PATCH v10 03/13] nvme: Added a newsysfs attribute appid_store
` [PATCH v10 04/13] lpfc: vmid: Add the datastructure for supporting VMID in lpfc
` [PATCH v10 05/13] lpfc: vmid: VMID params initialization
` [PATCH v10 06/13] lpfc: vmid: Add support for vmid in mailbox command, does vmid resource allocation and vmid cleanup
` [PATCH v10 07/13] lpfc: vmid: Implements ELS commands for appid patch
` [PATCH v10 08/13] lpfc: vmid: Functions to manage vmids
` [PATCH v10 09/13] lpfc: vmid: Implements CT commands for appid
` [PATCH v10 10/13] lpfc: vmid: Appends the vmid in the wqe before sending
` [PATCH v10 11/13] lpfc: vmid: Timeout implementation for vmid
` [PATCH v10 12/13] lpfc: vmid: Adding qfpa and vmid timeout check in worker thread
` [PATCH v10 13/13] lpfc: vmid: Introducing vmid in io path

RFC: one more time: SCSI device identification
 2021-04-28  6:34 UTC  (18+ messages)
            ` Antw: [EXT] Re: [systemd-devel] "
                  ` [dm-devel] "
                      ` Antw: [EXT] "
                      ` [systemd-devel] "

[PATCH v32 4/4] scsi: ufs: Add HPB 2.0 support
 2021-04-28  0:37 UTC  (4+ messages)
` [PATCH v32 0/4] scsi: ufs: Add Host Performance Booster Support
      ` RE: [PATCH v32 4/4] scsi: ufs: Add HPB 2.0 support

[PATCH v5 0/3] 3w-9xxx: Endianness fixes
 2021-04-27 23:59 UTC  (4+ messages)
` [PATCH v5 1/3] scsi: 3w-9xxx: Use flexible array members to avoid struct padding
` [PATCH v5 2/3] scsi: 3w-9xxx: Reduce scope of structure packing
` [PATCH v5 3/3] scsi: 3w-9xxx: Fix endianness issues in command packets

[PATCH v3 00/24] Introducing mpi3mr driver
 2021-04-27 18:08 UTC  (11+ messages)
` [PATCH v3 02/24] mpi3mr: base driver code
` [PATCH v3 04/24] mpi3mr: add support of queue command processing
` [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  (16+ messages)

[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 


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 read-only IMAP folder(s) and NNTP newsgroup(s).