linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-11 09:16:38 to 2020-03-15 16:48:24 UTC [more...]

commit ab118da4c10a70b8437f5c90ab77adae1835963e causes ib_srpt to fail connections served by target LIO
 2020-03-15 16:47 UTC  (3+ messages)

[PATCH v2 0/8] scsi: Use scnprintf() for avoiding potential buffer overflow
 2020-03-15  9:42 UTC  (9+ messages)
` [PATCH v2 1/8] scsi: aacraid: "
` [PATCH v2 2/8] scsi: be2iscsi: "
` [PATCH v2 3/8] scsi: fnic: "
` [PATCH v2 4/8] scsi: gdth: "
` [PATCH v2 5/8] scsi: ipr: "
` [PATCH v2 6/8] scsi: megaraid_sas: "
` [PATCH v2 7/8] scsi: core: "
` [PATCH v2 8/8] scsi: smartpqi: "

[PATCH v4 0/8] scsi: ufs: some cleanups and make the delay for host enabling customizable
 2020-03-14  9:47 UTC  (10+ messages)
` [PATCH v4 1/8] scsi: ufs: fix uninitialized tx_lanes in ufshcd_disable_tx_lcc()
` [PATCH v4 2/8] scsi: ufs: remove init_prefetch_data in struct ufs_hba
` [PATCH v4 3/8] scsi: ufs: use an enum for host capabilities
` [PATCH v4 4/8] scsi: ufs: introduce common delay function
` [PATCH v4 5/8] scsi: ufs-mediatek: replace all delay places by "
` [PATCH v4 6/8] scsi: ufs: allow customized delay for host enabling
` [PATCH v4 7/8] scsi: ufs: make HCE polling more compact to improve initializatoin latency
` [PATCH v4 8/8] scsi: ufs-mediatek: customize the delay for host enabling

[PATCH v1 0/2] scsi: ufs: add error recovery for suspend and resume in ufs-mediatek
 2020-03-14  3:16 UTC  (3+ messages)
` [PATCH v1 1/2] scsi: ufs: export ufshcd_link_recovery for vendor's error recovery
` [PATCH v1 2/2] scsi: ufs-mediatek: add error recovery for suspend and resume

[PATCH] mpt3sas: Fix kernel panic observed on soft HBA unplug
 2020-03-14  2:25 UTC  (7+ messages)

[GIT PULL] SCSI fixes for 5.6-rc5
 2020-03-13 23:45 UTC  (2+ messages)

[PATCH v3 0/5] Consolidate {get,put}_unaligned_[bl]e24() definitions
 2020-03-13 20:31 UTC  (6+ messages)
` [PATCH v3 1/5] linux/unaligned/byteshift.h: Remove superfluous casts
` [PATCH v3 2/5] c6x: Include <linux/unaligned/generic.h> instead of duplicating it
` [PATCH v3 3/5] treewide: Consolidate {get,put}_unaligned_[bl]e24() definitions
` [PATCH v3 4/5] scsi/st: Use get_unaligned_be24() and sign_extend32()
` [PATCH v3 5/5] scsi/trace: Use get_unaligned_be24()

[PATCH v2 0/5] Consolidate {get,put}_unaligned_[bl]e24() definitions
 2020-03-13 20:04 UTC  (19+ messages)
` [PATCH v2 1/5] linux/unaligned/byteshift.h: Remove superfluous casts
` [PATCH v2 2/5] c6x: Include <linux/unaligned/generic.h> instead of duplicating it
` [PATCH v2 3/5] treewide: Consolidate {get,put}_unaligned_[bl]e24() definitions
` [PATCH v2 4/5] scsi/st: Use get_unaligned_be24() and sign_extend32()
` [PATCH v2 5/5] scsi/trace: Use get_unaligned_be24()

LSF/MM/BPF 2020: Postponement announcement
 2020-03-13 18:47 UTC 

[PATCH] qla2xxx: Fix I/Os being passed down when FC device is being deleted
 2020-03-13 18:45 UTC  (5+ messages)

[RFC PATCH v3 0/4] Inline crypto support on DragonBoard 845c
 2020-03-13 17:37 UTC  (9+ messages)
` [RFC PATCH v3 1/4] firmware: qcom_scm: Add support for programming inline crypto keys
` [RFC PATCH v3 2/4] arm64: dts: sdm845: add Inline Crypto Engine registers and clock
` [RFC PATCH v3 3/4] scsi: ufs: add program_key() variant op
` [RFC PATCH v3 4/4] scsi: ufs-qcom: add Inline Crypto Engine support

[PATCH RESEND 0/3] Fix a race condition in the target driver
 2020-03-13 17:06 UTC  (4+ messages)
` [PATCH RESEND 1/3] target: remove boilerplate code
` [PATCH RESEND 2/3] target: fix target hang when multiple threads try to destroy the same iscsi session
` [PATCH RESEND 3/3] iscsi target: calling iscsit_stop_session() inside iscsit_close_session() has no effect

[PATCH v2 0/3] scsi: qla2xxx: fixes for driver unloading
 2020-03-13 15:36 UTC  (5+ messages)
` [PATCH v2 2/3] scsi: qla2xxx: don't shut down firmware before closing sessions
` [PATCH v2 3/3] scsi: qla2xxx: set UNLOADING before waiting for session deletion

cleanup the partitioning code
 2020-03-13 14:19 UTC  (23+ messages)
` [PATCH 01/21] block: remove the blk_lookup_devt export
` [PATCH 02/21] block: remove __bdevname
` [PATCH 03/21] block: move disk_name and related helpers out of partition-generic.c
` [PATCH 04/21] block: move sysfs methods shared by disks and partitions to genhd.c
` [PATCH 05/21] block: remove alloc_part_info and free_part_info
` [PATCH 06/21] scsi: simplify scsi_bios_ptable
` [PATCH 07/21] scsi: move scsicam_bios_param to the end of scsicam.c
` [PATCH 08/21] scsi: simplify scsi_partsize
` [PATCH 09/21] block: unexport read_dev_sector and put_dev_sector
` [PATCH 10/21] block: cleanup how md_autodetect_dev is called
` [PATCH 11/21] block: remove warn_no_part
` [PATCH 12/21] block: declare all partition detection routines in check.h
` [PATCH 13/21] block: remove block/partitions/karma.h
` [PATCH 14/21] block: remove block/partitions/osf.h
` [PATCH 15/21] block: remove block/partitions/sgi.h
` [PATCH 16/21] block: remove block/partitions/sun.h
` [PATCH 17/21] block: move struct partition out of genhd.h
` [PATCH 18/21] block: move the *_PARTITION enum "
` [PATCH 19/21] partitions/msdos: remove LINUX_SWAP_PARTITION
` [PATCH 20/21] block: move the various x86 Unix label formats out of genhd.h
` [PATCH 21/21] block: merge partition-generic.c and check.c

[PATCH 0/5] exynos-ufs: Add support for UFS HCI
 2020-03-13  9:05 UTC  (6+ messages)
    ` [PATCH 5/5] arm64: dts: Add node for ufs exynos7

[PATCH 0/8] scsi: Use scnprintf() for avoiding potential buffer overflow
 2020-03-13  5:47 UTC  (13+ messages)
` [PATCH 1/8] scsi: aacraid: "
` [PATCH 2/8] scsi: be2iscsi: "
` [PATCH 3/8] scsi: fnic: "
` [PATCH 4/8] scsi: gdth: "
` [PATCH 5/8] scsi: ipr: "
` [PATCH 6/8] scsi: megaraid_sas: "
` [PATCH 7/8] scsi: core: "
` [PATCH 8/8] scsi: smartpqi: "

[PATCH v1] asm-generic: Provide generic {get,put}_unaligned_{l,b}e24()
 2020-03-13  0:38 UTC  (9+ messages)
` [PATCH v1] asm-generic: Provide generic {get, put}_unaligned_{l, b}e24()

[PATCH 00/10] zfcp features for v5.7
 2020-03-12 17:45 UTC  (11+ messages)
` [PATCH 01/10] zfcp: fix missing erp_lock in port recovery trigger for point-to-point
` [PATCH 02/10] zfcp: expose fabric name as common fc_host sysfs attribute
` [PATCH 03/10] zfcp: wire previously driver-specific sysfs attributes also to fc_host
` [PATCH 04/10] zfcp: fix fc_host attributes that should be unknown on local link down
` [PATCH 05/10] zfcp: auto variables for dereferenced structs in open port handler
` [PATCH 06/10] zfcp: report FC Endpoint Security in sysfs
` [PATCH 07/10] zfcp: log FC Endpoint Security of connections
` [PATCH 08/10] zfcp: trace FC Endpoint Security of FCP devices and connections
` [PATCH 09/10] zfcp: enhance handling of FC Endpoint Security errors
` [PATCH 10/10] zfcp: log "

[PATCH v2 0/8] scsi: ufs: some cleanups and make the delay for host enabling customizable
 2020-03-12 17:34 UTC  (12+ messages)
` [PATCH v2 1/8] scsi: ufs: fix uninitialized tx_lanes in ufshcd_disable_tx_lcc()
` [PATCH v2 2/8] scsi: ufs: remove init_prefetch_data in struct ufs_hba
` [PATCH v2 3/8] scsi: ufs: use an enum for host capabilities
` [PATCH v2 4/8] scsi: ufs: introduce common delay function
` [PATCH v2 5/8] scsi: ufs-mediatek: replace all delay places by "
` [PATCH v2 6/8] scsi: ufs: allow customized delay for host enabling
` [PATCH v2 7/8] scsi: ufs: make HCE polling more compact to improve initializatoin latency
` [PATCH v2 8/8] scsi: ufs-mediatek: customize the delay for host enabling

[PATCH v8 00/11] Inline Encryption Support
 2020-03-12 15:43 UTC  (13+ messages)
` [PATCH v8 01/11] block: Keyslot Manager for Inline Encryption
` [PATCH v8 02/11] block: Inline encryption support for blk-mq
` [PATCH v8 03/11] block: Make blk-integrity preclude hardware inline encryption
` [PATCH v8 04/11] block: blk-crypto-fallback for Inline Encryption
` [PATCH v8 05/11] scsi: ufs: UFS driver v2.1 spec crypto additions
` [PATCH v8 06/11] scsi: ufs: UFS crypto API
` [PATCH v8 07/11] scsi: ufs: Add inline encryption support to UFS
` [PATCH v8 08/11] fs: introduce SB_INLINECRYPT
` [PATCH v8 09/11] fscrypt: add inline encryption support
` [PATCH v8 10/11] f2fs: "
` [PATCH v8 11/11] ext4: "

[PATCH] libata: Remove extra scsi_host_put() in ata_scsi_add_hosts()
 2020-03-12 15:07 UTC  (2+ messages)

[PATCH v3 0/8] scsi: ufs: some cleanups and make the delay for host enabling customizable
 2020-03-12 13:23 UTC  (9+ messages)
` [PATCH v3 1/8] scsi: ufs: fix uninitialized tx_lanes in ufshcd_disable_tx_lcc()
` [PATCH v3 2/8] scsi: ufs: remove init_prefetch_data in struct ufs_hba
` [PATCH v3 3/8] scsi: ufs: use an enum for host capabilities
` [PATCH v3 4/8] scsi: ufs: introduce common delay function
` [PATCH v3 5/8] scsi: ufs-mediatek: replace all delay places by "
` [PATCH v3 6/8] scsi: ufs: allow customized delay for host enabling
` [PATCH v3 7/8] scsi: ufs: make HCE polling more compact to improve initializatoin latency
` [PATCH v3 8/8] scsi: ufs-mediatek: customize the delay for host enabling

[PATCH V2 00/13] pm80xx : Updates for the driver version 0.1.39
 2020-03-12 10:58 UTC  (13+ messages)
` [PATCH V2 05/13] pm80xx : Support for char device

[PATCH -next 006/491] ARM/RISCPC ARCHITECTURE: Use fallthrough;
 2020-03-12 10:19 UTC  (3+ messages)

[PATCH v1] mpt3sas: Fix kernel panic observed on soft HBA unplug
 2020-03-12  8:28 UTC 

[PATCH 0/1 RESEND] Allow non-root users to perform ZBC commands
 2020-03-12  3:15 UTC  (3+ messages)
` [PATCH 1/1 "

[PATCH] scsi: hisi_sas: Use dev_err() in read_iost_itct_cache_v3_hw()
 2020-03-12  3:11 UTC  (2+ messages)

[PATCH v2] scsi: avoid repetitive logging of device offline messages
 2020-03-12  3:09 UTC  (3+ messages)

[PATCH 0/1] Revert "scsi: ufs: Let the SCSI core allocate per-command UFS data"
 2020-03-12  3:08 UTC  (6+ messages)
` [PATCH 1/1] "
  ` [EXT] RE: [PATCH 0/1] "

[PATCH 00/42] Manually convert SCSI documentation to ReST format
 2020-03-12  3:05 UTC  (6+ messages)
` [PATCH 24/42] docs: scsi: convert NinjaSCSI.txt to ReST

Disk errors and retries
 2020-03-12  1:43 UTC 

[PATCH 00/11] Introduce Zone Append for writing to zoned block devices
 2020-03-11 18:11 UTC  (3+ messages)
` [PATCH 03/11] block: introduce bio_add_append_page

[PATCH] scsi: avoid repetitive logging of device offline messages
 2020-03-11 14:38 UTC  (7+ messages)

[PATCH v3] block: refactor duplicated macros
 2020-03-11 12:58 UTC  (3+ messages)


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