linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-23 08:12:20 to 2020-04-27 17:39:49 UTC [more...]

[PATCH v4 00/11] Fix qla2xxx endianness annotations
 2020-04-27 17:39 UTC  (34+ messages)
` [PATCH v4 01/11] qla2xxx: Fix spelling of a variable name
` [PATCH v4 02/11] qla2xxx: Suppress two recently introduced compiler warnings
` [PATCH v4 03/11] qla2xxx: Sort BUILD_BUG_ON() statements alphabetically
` [PATCH v4 04/11] qla2xxx: Add more BUILD_BUG_ON() statements
` [PATCH v4 05/11] qla2xxx: Make a gap in struct qla2xxx_offld_chain explicit
` [PATCH v4 06/11] qla2xxx: Increase the size of struct qla_fcp_prio_cfg to FCP_PRIO_CFG_SIZE
` [PATCH v4 07/11] qla2xxx: Change two hardcoded constants into offsetof() / sizeof() expressions
` [PATCH v4 08/11] qla2xxx: Fix the code that reads from mailbox registers
` [PATCH v4 09/11] qla2xxx: Change {RD,WRT}_REG_*() function names from upper case into lower case
` [PATCH v4 10/11] qla2xxx: Fix endianness annotations in header files
` [PATCH v4 11/11] qla2xxx: Fix endianness annotations in source files

[PATCH RFC v6 00/10] blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs
 2020-04-27 17:06 UTC  (13+ messages)
` [PATCH RFC v6 08/10] megaraid_sas: switch fusion adapters to MQ

[PATCH v2 0/7] libfs: group and simplify linux fs code
 2020-04-27 15:15 UTC  (3+ messages)
` [PATCH v2 6/7] debugfs: switch to simplefs inode creation API

[PATCH 0/4] target: tcmu: allow flexible pr and alua handling
 2020-04-27 15:08 UTC  (5+ messages)
` [PATCH 1/4] target: add missing emulate_pr attribute to passthrough backends
` [PATCH 2/4] target: tcmu: add attrbutes enforce_pr_isids and force_pr_aptpl
` [PATCH 3/4] target: make transport_flags per device
` [PATCH 4/4] target: tcmu: make pgr_support and alua_support attributes writable

[PATCH 1/3] scsi: qla2xxx: Fix warning after FC target reset
 2020-04-27 14:46 UTC  (4+ messages)

[PATCH v8 00/11] Introduce Zone Append for writing to zoned block devices
 2020-04-27 12:53 UTC  (20+ messages)
` [PATCH v8 01/11] scsi: free sgtables in case command setup fails
` [PATCH v8 02/11] block: provide fallbacks for blk_queue_zone_is_seq and blk_queue_zone_no
` [PATCH v8 03/11] block: rename __bio_add_pc_page to bio_add_hw_page
` [PATCH v8 04/11] block: Introduce REQ_OP_ZONE_APPEND
` [PATCH v8 05/11] block: introduce blk_req_zone_write_trylock
` [PATCH v8 06/11] block: Modify revalidate zones
` [PATCH v8 07/11] scsi: sd_zbc: factor out sanity checks for zoned commands
` [PATCH v8 08/11] scsi: sd_zbc: emulate ZONE_APPEND commands
` [PATCH v8 09/11] null_blk: Support REQ_OP_ZONE_APPEND
` [PATCH v8 10/11] block: export bio_release_pages and bio_iov_iter_get_pages
` [PATCH v8 11/11] zonefs: use REQ_OP_ZONE_APPEND for sync DIO

stop using ioctl_by_bdev for file system access to CDROMs v2
 2020-04-27  9:50 UTC  (16+ messages)
` [PATCH 1/7] block: add a cdrom_device_info pointer to struct gendisk
` [PATCH 2/7] ide-cd: rename cdrom_read_tocentry
` [PATCH 3/7] cdrom: factor out a cdrom_read_tocentry helper
` [PATCH 4/7] cdrom: factor out a cdrom_multisession helper
` [PATCH 5/7] hfsplus: stop using ioctl_by_bdev
` [PATCH 6/7] isofs: "
` [PATCH 7/7] udf: "

[PATCH v7 00/10] exynos-ufs: Add support for UFS HCI
 2020-04-27  7:54 UTC  (12+ messages)
    ` [PATCH v7 01/10] scsi: ufs: add quirk to fix mishandling utrlclr/utmrlclr
    ` [PATCH v7 02/10] scsi: ufs: add quirk to disallow reset of interrupt aggregation
    ` [PATCH v7 03/10] scsi: ufs: add quirk to enable host controller without hce
    ` [PATCH v7 04/10] scsi: ufs: introduce UFSHCD_QUIRK_PRDT_BYTE_GRAN quirk
    ` [PATCH v7 05/10] scsi: ufs: add quirk to fix abnormal ocs fatal error
    ` [PATCH v7 06/10] dt-bindings: phy: Document Samsung UFS PHY bindings
    ` [PATCH v7 07/10] phy: samsung-ufs: add UFS PHY driver for samsung SoC
    ` [PATCH v7 08/10] dt-bindings: ufs: Add DT binding documentation for ufs
    ` [PATCH v7 09/10] scsi: ufs-exynos: add UFS host support for Exynos SoCs
    ` [PATCH v7 10/10] arm64: dts: Add node for ufs exynos7

[PATCH 0/5] scsi: ufs: Misc improvements for DesignWare drivers and UFS
 2020-04-27  7:50 UTC  (14+ messages)
` [PATCH 1/5] scsi: ufs: Allow UFS 3.0 as a valid version
` [PATCH 2/5] scsi: ufs: Rename tc-dwc-g210 -> tc-dwc
` [PATCH 3/5] scsi: ufs: tc-dwc-pci: Use PDI ID to match Test Chip type
` [PATCH 4/5] scsi: ufs: tc-dwc-pci: Allow for MSI interrupt type
` [PATCH 5/5] MAINTAINERS: Change Maintainers for SCSI UFS DWC Drivers

[PATCH v2 0/5] UFS Host Performance Booster (HPB v1.0) driver
 2020-04-27  6:13 UTC  (18+ messages)
` [PATCH v2 1/5] scsi; ufs: add device descriptor for Host Performance Booster
    ` [EXT] "
` [PATCH v2 5/5] scsi: ufs: UFS Host Performance Booster(HPB) driver
    ` [EXT] "
      ` [EXT] "
  ` [EXT] Re: [PATCH v2 0/5] UFS Host Performance Booster (HPB v1.0) driver

[PATCH] sr: Use {get,put}_unaligned_be*() instead of open-coding these functions
 2020-04-27  1:48 UTC 

Venturing into HBA driver development
 2020-04-27  0:26 UTC  (3+ messages)

[PATCH v6 0/10] exynos-ufs: Add support for UFS HCI
 2020-04-26 15:57 UTC  (11+ messages)
  ` [PATCH v6 04/10] scsi: ufs: introduce UFSHCD_QUIRK_PRDT_BYTE_GRAN quirk
  ` [PATCH v6 05/10] scsi: ufs: add quirk to fix abnormal ocs fatal error

[PATCH] scsi: ufs: use true for bool variables in ufshcd_complete_dev_init()
 2020-04-26  9:43 UTC 

[PATCH v3 0/2] iscsi-target: fix login error when receiving is too fast
 2020-04-26  6:09 UTC  (7+ messages)
` [PATCH v3 1/2] "
      ` [External] "
` [PATCH v3 2/2] iscsi-target: Fix inconsistent debug message in __iscsi_target_sk_check_close

[PATCH -next v2] scsi: aacraid: Use memdup_user() as a cleanup
 2020-04-26  2:42 UTC 

[PATCH -next] scsi: aacraid: Use memdup_user() as a cleanup
 2020-04-26  2:32 UTC  (3+ messages)

[GIT PULL] SCSI fixes for 5.7-rc2
 2020-04-24 23:30 UTC  (2+ messages)

[PATCH V2] scsi: put hot fields of scsi_host_template into one cacheline
 2020-04-24 18:14 UTC  (3+ messages)

[PATCH] target: iscsi: remove the iscsi_data_count structure
 2020-04-24 18:15 UTC  (3+ messages)

[PATCH V2] scsi: avoid to run synchronize_rcu for each device in scsi_host_block
 2020-04-24 18:12 UTC  (3+ messages)

[PATCH] scsi: BusLogic: remove conversion to bool in blogic_inquiry()
 2020-04-24 17:30 UTC  (2+ messages)

[PATCH] scsi: megaraid: use true,false for bool variables
 2020-04-24 17:29 UTC  (2+ messages)

[v2 0/5] mpt3sas: Fix changing coherent mask after allocation
 2020-04-24 17:09 UTC  (2+ messages)

[PATCH 7/9] scsi: bnx2fc: Add missing annotation for bnx2fc_abts_cleanup()
 2020-04-24 16:56 UTC  (2+ messages)

[PATCH] scsi: aic7xxx: Remove unnecessary NULL checks before kfree
 2020-04-24 16:49 UTC  (2+ messages)

[PATCH] scsi: aic7xxx: Use kzalloc() instead of kmalloc()+memset()
 2020-04-24 16:49 UTC  (2+ messages)

[PATCH v2 0/5] scsi: ufs: Misc improvements for DesignWare drivers and UFS
 2020-04-24 15:57 UTC  (7+ messages)
` [PATCH v2 1/5] scsi: ufs: Allow UFS 3.0 as a valid version
  ` [EXT] "
` [PATCH v2 2/5] scsi: ufs: Rename tc-dwc-g210 -> tc-dwc
` [PATCH v2 3/5] scsi: ufs: tc-dwc-pci: Use PDI ID to match Test Chip type
` [PATCH v2 4/5] scsi: ufs: tc-dwc-pci: Allow for MSI interrupt type
` [PATCH v2 5/5] MAINTAINERS: Change Maintainers for SCSI UFS DWC Drivers

[PATCH v9 25/40] sg: replace rq array with lists
 2020-04-24 15:21 UTC  (2+ messages)

[PATCH v3 00/31] [NEW] efct: Broadcom (Emulex) FC Target driver
 2020-04-24 15:21 UTC  (16+ messages)
` [PATCH v3 04/31] elx: libefc_sli: queue create/destroy/parse routines
` [PATCH v3 12/31] elx: libefc: Remote node state machine interfaces
` [PATCH v3 14/31] elx: libefc: FC node ELS and state handling

[PATCH] scsi: fnic: Use kmalloc instead of vmalloc for a small memory allocation
 2020-04-24 14:50 UTC 

[PATCH AUTOSEL 5.6 15/38] scsi: target: fix PR IN / READ FULL STATUS for FC
 2020-04-24 12:22 UTC  (2+ messages)
` [PATCH AUTOSEL 5.6 16/38] scsi: target: tcmu: reset_ring should reset TCMU_DEV_BIT_BROKEN

[PATCH AUTOSEL 5.4 12/26] scsi: target: fix PR IN / READ FULL STATUS for FC
 2020-04-24 12:23 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 13/26] scsi: target: tcmu: reset_ring should reset TCMU_DEV_BIT_BROKEN

[PATCH AUTOSEL 4.19 07/18] scsi: target: fix PR IN / READ FULL STATUS for FC
 2020-04-24 12:23 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 08/18] scsi: target: tcmu: reset_ring should reset TCMU_DEV_BIT_BROKEN

[PATCH AUTOSEL 4.14 05/21] scsi: target: fix PR IN / READ FULL STATUS for FC
 2020-04-24 12:24 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 06/21] scsi: sg: add sg_remove_request in sg_common_write

[PATCH AUTOSEL 4.9 04/13] scsi: target: fix PR IN / READ FULL STATUS for FC
 2020-04-24 12:24 UTC  (2+ messages)
` [PATCH AUTOSEL 4.9 05/13] scsi: sg: add sg_remove_request in sg_common_write

[PATCH AUTOSEL 4.4 3/8] scsi: target: fix PR IN / READ FULL STATUS for FC
 2020-04-24 12:24 UTC  (2+ messages)
` [PATCH AUTOSEL 4.4 4/8] scsi: sg: add sg_remove_request in sg_common_write

[PATCH 3/3] scsi: qla2xxx: Fix issue with fake adapter's stopping state
 2020-04-24 12:10 UTC 

[PATCH 2/3] scsi: qla2xxx: Fix failure message in qlt_disable_vha()
 2020-04-24 12:10 UTC 

[PATCH] scsi: fnic: Use kmalloc instead of vmalloc for a small memory allocation
 2020-04-24  9:30 UTC  (2+ messages)

stop using ioctl_by_bdev for file system access to CDROMs
 2020-04-24  9:21 UTC  (7+ messages)
` [PATCH 6/7] isofs: stop using ioctl_by_bdev
` [PATCH 7/7] udf: "

[PATCH v2 0/2] iscsi-target: fix login error when receiving is too fast
 2020-04-24  5:25 UTC  (5+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] iscsi-target: Fix inconsistent debug message in __iscsi_target_sk_check_close

[PATCH] scsi: storvsc: Fix a panic in the hibernation procedure
 2020-04-24  3:45 UTC  (10+ messages)

[PATCH RFC v2 00/24] scsi: enable reserved commands for LLDDs
 2020-04-23 15:33 UTC  (12+ messages)
` [PATCH RFC v2 02/24] scsi: allocate separate queue for reserved commands

[PATCH 0/2] iscsi-target: fix login error when receiving is too fast
 2020-04-23 15:31 UTC  (5+ messages)
` [PATCH 1/2] "
    ` [External] "

[PATCH v1 0/3] WriteBooster Feature Support
 2020-04-23  8:30 UTC  (2+ messages)
` [PATCH v3 "


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