linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-22 05:38:54 to 2020-09-25 20:17:29 UTC [more...]

[RFC PATCH 0/2] dm crypt: Allow unaligned buffer lengths for skcipher devices
 2020-09-25 20:15 UTC 

a saner API for allocating DMA addressable pages v3
 2020-09-25 18:47 UTC  (27+ messages)
` [PATCH 01/18] media/v4l2: remove V4L2-FLAG-MEMORY-NON-CONSISTENT flag
` [PATCH 06/18] lib82596: move DMA allocation into the callers of i82596_probe
` [PATCH 07/18] 53c700: improve non-coherent DMA handling
` [PATCH 08/18] dma-mapping: add a new dma_alloc_noncoherent API
` [PATCH 09/18] sgiwd93: convert to dma_alloc_noncoherent
` [PATCH 10/18] hal2: "
` [PATCH 11/18] lib82596: "
` [PATCH 12/18] sgiseeq: "
` [PATCH 13/18] 53c700: "
` [PATCH 14/18] dma-mapping: remove dma_cache_sync
` [PATCH 15/18] dma-mapping: add a new dma_alloc_pages API
` [PATCH 17/18] dma-iommu: implement ->alloc_noncoherent

[PATCH v2 0/1] scsi: libiscsi: fix NOP race condition
 2020-09-25 18:41 UTC  (2+ messages)
` [PATCH v2 1/1] "

[v5 00/12] Add persistent durable identifier to storage log messages
 2020-09-25 16:19 UTC  (13+ messages)
` [v5 01/12] struct device: Add function callback durable_name
` [v5 02/12] create_syslog_header: Add durable name
` [v5 03/12] dev_vprintk_emit: Increase hdr size
` [v5 04/12] scsi: Add durable_name for dev_printk
` [v5 05/12] nvme: Add durable name "
` [v5 06/12] libata: Add ata_scsi_durable_name
` [v5 07/12] libata: Make ata_scsi_durable_name static
` [v5 08/12] Add durable_name_printk
` [v5 09/12] libata: use durable_name_printk
` [v5 10/12] Add durable_name_printk_ratelimited
` [v5 11/12] print_req_error: Use durable_name_printk_ratelimited
` [v5 12/12] buffer_io_error: "

let import_iovec deal with compat_iovecs as well v4
 2020-09-25 15:23 UTC  (11+ messages)
` [PATCH 1/9] compat.h: fix a spelling error in <linux/compat.h>
` [PATCH 2/9] iov_iter: move rw_copy_check_uvector() into lib/iov_iter.c
` [PATCH 3/9] iov_iter: refactor rw_copy_check_uvector and import_iovec
` [PATCH 4/9] iov_iter: transparently handle compat iovecs in import_iovec
` [PATCH 5/9] fs: remove various compat readv/writev helpers
` [PATCH 6/9] fs: remove the compat readv/writev syscalls
` [PATCH 7/9] fs: remove compat_sys_vmsplice
` [PATCH 8/9] mm: remove compat_process_vm_{readv,writev}
` [PATCH 9/9] security/keys: remove compat_keyctl_instantiate_key_iov

[PATCH v8 0/7] Introduce sendpage_ok() to detect misused sendpage in network related drivers
 2020-09-25 15:18 UTC  (10+ messages)
` [PATCH v8 1/7] net: introduce helper sendpage_ok() in include/linux/net.h
` [PATCH v8 2/7] net: add WARN_ONCE in kernel_sendpage() for improper zero-copy send
` [PATCH v8 3/7] nvme-tcp: check page by sendpage_ok() before calling kernel_sendpage()
` [PATCH v8 4/7] tcp: use sendpage_ok() to detect misused .sendpage
` [PATCH v8 5/7] drbd: code cleanup by using sendpage_ok() to check page for kernel_sendpage()
` [PATCH v8 6/7] scsi: libiscsi: use sendpage_ok() in iscsi_tcp_segment_map()
` [PATCH v8 7/7] libceph: use sendpage_ok() in ceph_tcp_sendpage()

clean up is partition checks
 2020-09-25 14:19 UTC  (2+ messages)

[PATCH 0/4] pm80xx updates
 2020-09-25 10:11 UTC  (11+ messages)
` [PATCH 1/4] pm80xx : Increase number of supported queues
` [PATCH 2/4] pm80xx : Remove DMA memory allocation for ccb and device
` [PATCH 3/4] pm80xx : Increase the number of outstanding IO supported
` [PATCH 4/4] pm80xx : Driver version update

[PATCH] scsi: snic: Remove unnecessary condition to simplify the code
 2020-09-25  6:58 UTC  (2+ messages)

[PATCH] scsi: bfa: fix error return in bfad_pci_init()
 2020-09-25  6:24 UTC 

lib/scatterlist.c : sgl_alloc_order promises more than it delivers
 2020-09-25  4:55 UTC  (3+ messages)

[PATCHv4 0/3] zoned block device specific errors
 2020-09-25  1:28 UTC  (2+ messages)
` [PATCHv4 1/3] block: add zone specific block statuses

[PATCHv4 0/3] zoned block device specific errors
 2020-09-24 20:53 UTC  (4+ messages)
` [PATCHv4 1/3] block: add zone specific block statuses
` [PATCHv4 2/3] nvme: translate zone resource errors
` [PATCHv4 3/3] scsi: handle zone resources errors

[PATCH 1/2] scsi: sg: use queue_logical_block_size() in max_sectors_bytes()
 2020-09-24 17:52 UTC  (3+ messages)
` [PATCH 2/2] block/scsi_ioctl.c: "

[bug report] scsi: qla2xxx: Setup debugfs entries for remote ports
 2020-09-24 17:27 UTC  (2+ messages)
` [EXT] "

[PATCH] scsi_dh_alua: avoid crash during alua_bus_detach()
 2020-09-24 16:38 UTC  (2+ messages)

[RFC] Introducing mpi3mr driver
 2020-09-24 16:30 UTC 

[PATCH 0/8] vhost scsi: fixes and cleanups
 2020-09-24 15:31 UTC  (13+ messages)
` [PATCH 2/8] vhost: add helper to check if a vq has been setup
` [PATCH 3/8] vhost scsi: alloc cmds per vq instead of session
` [PATCH 5/8] vhost scsi: add lun parser helper

[PATCH 1/1] scsi: scsi_dh_alua: do not set h->sdev to NULL before removing the list entry
 2020-09-24 10:42 UTC  (6+ messages)

[PATCH] scsi: alua: fix the race between alua_bus_detach and alua_rtpg
 2020-09-24 10:39 UTC  (6+ messages)

[PATCH] qedi: Add schedule_hw_err_handler callback for fan failure
 2020-09-24  7:03 UTC 

[PATCH ] scsi: page warning: 'page' may be used uninitialized
 2020-09-24  0:19 UTC 

[PATCH V3 for 5.11 00/12] blk-mq/scsi: tracking device queue depth via sbitmap
 2020-09-23 21:31 UTC  (25+ messages)
` [PATCH V3 for 5.11 01/12] sbitmap: remove sbitmap_clear_bit_unlock
` [PATCH V3 for 5.11 02/12] sbitmap: maintain allocation round_robin in sbitmap
` [PATCH V3 for 5.11 03/12] sbitmap: add helpers for updating allocation hint
` [PATCH V3 for 5.11 04/12] sbitmap: move allocation hint into sbitmap
` [PATCH V3 for 5.11 05/12] sbitmap: export sbitmap_weight
` [PATCH V3 for 5.11 06/12] sbitmap: add helper of sbitmap_calculate_shift
` [PATCH V3 for 5.11 07/12] blk-mq: add callbacks for storing & retrieving budget token
` [PATCH V3 for 5.11 08/12] blk-mq: return budget token from .get_budget callback
` [PATCH V3 for 5.11 09/12] scsi: put hot fields of scsi_host_template into one cacheline
` [PATCH V3 for 5.11 10/12] scsi: add scsi_device_busy() to read sdev->device_busy
` [PATCH V3 for 5.11 11/12] scsi: make sure sdev->queue_depth is <= shost->can_queue
` [PATCH V3 for 5.11 12/12] scsi: replace sdev->device_busy with sbitmap

let import_iovec deal with compat_iovecs as well v3
 2020-09-23 21:30 UTC  (25+ messages)
` [PATCH 1/9] compat.h: fix a spelling error in <linux/compat.h>
` [PATCH 2/9] iov_iter: move rw_copy_check_uvector() into lib/iov_iter.c
` [PATCH 3/9] iov_iter: refactor rw_copy_check_uvector and import_iovec
` [PATCH 4/9] iov_iter: transparently handle compat iovecs in import_iovec
` [PATCH 5/9] fs: remove various compat readv/writev helpers
` [PATCH 6/9] fs: remove the compat readv/writev syscalls
` [PATCH 7/9] fs: remove compat_sys_vmsplice
` [PATCH 8/9] mm: remove compat_process_vm_{readv,writev}
` [PATCH 9/9] security/keys: remove compat_keyctl_instantiate_key_iov

[PATCH v1 0/2] Supports Reading UFS's Vcc Voltage Levels from DT
 2020-09-23 17:32 UTC  (8+ messages)
` [PATCH v1 1/2] scsi: dt-bindings: ufs: Add vcc-voltage-level for UFS

[PATCH 00/14] drop double zeroing
 2020-09-23 15:16 UTC  (4+ messages)

linux-next: possible bug in 'block: remove the BIO_NULL_MAPPED flag'
 2020-09-23 14:54 UTC  (2+ messages)

[PATCH 1/9] kernel: add a PF_FORCE_COMPAT flag
 2020-09-23 13:22 UTC  (14+ messages)

"Power-on or device reset occurred" after a LUN resize
 2020-09-23  9:17 UTC 

[PATCH v7 0/6] Introduce sendpage_ok() to detect misused sendpage in network related drivers
 2020-09-23  8:45 UTC  (8+ messages)
` [PATCH v7 1/6] net: introduce helper sendpage_ok() in include/linux/net.h

[PATCH] f2fs: fix slab leak of rpages pointer
 2020-09-23  8:45 UTC 

[PATCH 0/2] SAN Congestion Management (SCM) statistics
 2020-09-23  8:38 UTC  (9+ messages)
` [PATCH 1/2] scsi: fc: Update statistics for host and rport on FPIN reception
` [PATCH 2/2] scsi: fc: Update documentation of sysfs nodes for FPIN stats
    ` [EXT] Re: [PATCH 0/2] SAN Congestion Management (SCM) statistics

[PATCH] scsi_dh_alua: do not call 'BUG_ON' for non-existing sdev
 2020-09-23  7:51 UTC 

[PATCH 1/1] scsi: scsi_dh_alua: remove the list entry before assigning the pointer and sdev to NULL
 2020-09-23  7:41 UTC  (4+ messages)

[PATCH v12 0/4] scsi: ufs: Add Host Performance Booster Support
 2020-09-23  6:45 UTC  (5+ messages)
  ` [PATCH v12 1/4] scsi: ufs: Add HPB feature related parameters
  ` [PATCH v12 2/4] scsi: ufs: Introduce HPB feature
  ` [PATCH v12 3/4] scsi: ufs: L2P map management for HPB read
  ` [PATCH v12 4/4] scsi: ufs: Prepare HPB read for cached sub-region

[PATCH] scsi: target: Fix lun lookup for TARGET_SCF_LOOKUP_LUN_FROM_TAG case
 2020-09-23  0:51 UTC  (3+ messages)

[PATCH v3 0/2] scsi: ufs-mediatek: Support performance mode for inline encryption engine
 2020-09-23  0:38 UTC  (4+ messages)
` [PATCH v3 2/2] dt-bindings: ufs-mediatek: Add mt8192-ufshci compatible string

[PATCH -next] scsi: libsas: simplify the return expression of sas_discover_end_dev
 2020-09-23  0:30 UTC  (3+ messages)
` [PATCH -next] scsi: libsas: simplify the return expression of sas_discover_* functions

[PATCH] scsi: remove redundant initialization of variable ret
 2020-09-23  0:29 UTC  (2+ messages)

[PATCH -next] scsi: bnx2i: remove unnecessary mutex_init()
 2020-09-23  0:29 UTC  (2+ messages)

[PATCH v3 00/13] qla2xxx misc features and bug fixes
 2020-09-22 22:43 UTC  (7+ messages)
` [PATCH v3 11/13] qla2xxx: Add IOCB resource tracking

[PATCHv3 0/4] zoned block device specific errors
 2020-09-22 21:48 UTC  (5+ messages)
` [PATCHv3 4/4] scsi: handle zone resources errors

[PATCH] ibmvfc: Protect vhost->task_set increment by the host lock
 2020-09-22 21:39 UTC  (2+ messages)

[PATCH 0/3] target: scsi: tcmu: code rework and speed up of read data handling
 2020-09-22 21:32 UTC  (3+ messages)

bug in mpt3sas vs Lenovo 530-8i
 2020-09-22 16:16 UTC  (7+ messages)

[PATCH 0/2] scsi/sd: make cmd retries configurable
 2020-09-22 16:07 UTC  (7+ messages)
` [PATCH 1/2] scsi: Add limitless cmd retry support
` [PATCH 2/2] scsi sd: Allow user to config cmd retries

[PATCH 0/2] zfcp: small changes for 5.10
 2020-09-22 10:05 UTC  (3+ messages)

[PATCH v8 00/18] blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs
 2020-09-22  9:03 UTC  (10+ messages)

[PATCH] scsi: ufs: Make sure clk scaling happens only when hba is runtime ACTIVE
 2020-09-22  7:09 UTC 

[PATCH v2 0/2] Fix some racing problems btw err_handler and paths like system PM ops and the task abort callback
 2020-09-22  6:47 UTC  (3+ messages)
` [PATCH v1 1/2] scsi: ufs: Serialize eh_work with system PM events and async scan
` [PATCH v1 2/2] scsi: ufs: Fix a racing problem between ufshcd_abort and eh_work

[PATCH v1 0/2] Fix some racing problems btw err_handler and paths like system PM ops and the task abort callback
 2020-09-22  5:32 UTC  (2+ messages)
` [PATCH v1 2/2] scsi: ufs: Fix a racing problem between ufshcd_abort and eh_work


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).