Linux-SCSI Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-14 15:11:38 to 2021-07-22 08:46:09 UTC [more...]

[PATCH v4 0/5] bus: Make remove callback return void
 2021-07-22  8:45 UTC  (5+ messages)
` [PATCH v4 5/5] "

[PATCH v6 0/3] fix runtime PM for SD card readers
 2021-07-22  3:59 UTC  (2+ messages)

[PATCH v3 00/18] UFS patches for kernel v5.15
 2021-07-22  3:34 UTC  (19+ messages)
` [PATCH v3 01/18] scsi: ufs: Fix memory corruption by ufshcd_read_desc_param()
` [PATCH v3 02/18] scsi: ufs: Reduce power management code duplication
` [PATCH v3 03/18] scsi: ufs: Only include power management code if necessary
` [PATCH v3 04/18] scsi: ufs: Rename the second ufshcd_probe_hba() argument
` [PATCH v3 05/18] scsi: ufs: Use DECLARE_COMPLETION_ONSTACK() where appropriate
` [PATCH v3 06/18] scsi: ufs: Remove ufshcd_valid_tag()
` [PATCH v3 07/18] scsi: ufs: Verify UIC locking requirements at runtime
` [PATCH v3 08/18] scsi: ufs: Improve static type checking for the host controller state
` [PATCH v3 09/18] scsi: ufs: Remove several wmb() calls
` [PATCH v3 10/18] scsi: ufs: Inline ufshcd_outstanding_req_clear()
` [PATCH v3 11/18] scsi: ufs: Revert "Utilize Transfer Request List Completion Notification Register"
` [PATCH v3 12/18] scsi: ufs: Optimize serialization of setup_xfer_req() calls
` [PATCH v3 13/18] scsi: ufs: Optimize SCSI command processing
` [PATCH v3 14/18] scsi: ufs: Fix the SCSI abort handler
` [PATCH v3 15/18] scsi: ufs: Request sense data asynchronously
` [PATCH v3 16/18] scsi: ufs: Synchronize SCSI and UFS error handling
` [PATCH v3 17/18] scsi: ufs: Retry aborted SCSI commands instead of completing these successfully
` [PATCH v3 18/18] scsi: ufs: Add fault injection support

重要なニュース
 2021-07-22  0:07 UTC 

[PATCH 0/1] scsi: target: core: Fix sense key for invalid XCOPY request
 2021-07-21 21:45 UTC  (2+ messages)

[PATCH 0/4] Initial support for multi-actuator HDDs
 2021-07-21 18:01 UTC  (6+ messages)
` [PATCH 1/4] block: Add concurrent positioning ranges support
` [PATCH 2/4] scsi: sd: add "
` [PATCH 3/4] libata: support concurrent positioning ranges log
` [PATCH 4/4] doc: document sysfs queue/cranges attributes

[PATCH V4 0/2] driver core: Add ability to delete device links of unregistered devices
 2021-07-21 15:29 UTC  (5+ messages)
` [PATCH V4 1/2] driver core: Prevent warning when removing a device link from unregistered consumer
` [PATCH V4 2/2] scsi: ufshcd: Fix device links when BOOT WLUN fails to probe

[Resend RFC PATCH V4 00/13] x86/Hyper-V: Add Hyper-V Isolation VM support
 2021-07-21 15:11 UTC  (7+ messages)
` [Resend RFC PATCH V4 09/13] x86/Swiotlb/HV: Add Swiotlb bounce buffer remap function for HV IVM

[PATCH AUTOSEL 4.9 16/18] scsi: aic7xxx: Fix unintentional sign extension issue on left shift of u8
 2021-07-21 10:42 UTC  (4+ messages)
` [PATCH AUTOSEL 4.9 17/18] scsi: be2iscsi: Fix some missing space in some messages

[PATCH] scsi: target: remove redundant assignment to variable ret
 2021-07-21 10:15 UTC 

[PATCH] scsi: lpfc: remove redundant assignment to pointer pcmd
 2021-07-21  9:53 UTC 

cleanup SCSI ioctl support
 2021-07-21  5:38 UTC  (2+ messages)

[PATCH 00/15] Subject: Protection information and block size cleanup
 2021-07-21  3:53 UTC  (4+ messages)

[PATCH 1/1] scsi: iscsi: Fix iface sysfs attr detection
 2021-07-21  3:22 UTC  (2+ messages)

[PATCH] mpt3sas: Move IOC state to Ready state during shutdown
 2021-07-21  3:22 UTC  (2+ messages)

[PATCH v2] scsi: target: fix prot handling in WRITE SAME 32
 2021-07-21  3:22 UTC  (2+ messages)

[PATCH] scsi: libsas: allow libsas include scsi header files directly
 2021-07-21  3:12 UTC  (3+ messages)

[PATCH v5 00/14] genirq: Cleanup the abuse of irq_set_affinity_hint()
 2021-07-20 23:26 UTC  (15+ messages)
` [PATCH v5 01/14] genirq: Provide new interfaces for affinity hints
` [PATCH v5 02/14] iavf: Use irq_update_affinity_hint
` [PATCH v5 03/14] i40e: "
` [PATCH v5 04/14] scsi: megaraid_sas: Use irq_set_affinity_and_hint
` [PATCH v5 05/14] scsi: mpt3sas: "
` [PATCH v5 06/14] RDMA/irdma: Use irq_update_affinity_hint
` [PATCH v5 07/14] enic: "
` [PATCH v5 08/14] be2net: "
` [PATCH v5 09/14] ixgbe: "
` [PATCH v5 10/14] mailbox: "
` [PATCH v5 11/14] scsi: lpfc: Use irq_set_affinity
` [PATCH v5 12/14] hinic: Use irq_set_affinity_and_hint
` [PATCH v5 13/14] net/mlx5: "
` [PATCH v5 14/14] net/mlx4: Use irq_update_affinity_hint

[PATCH 0/9] blk-mq: Reduce static requests memory footprint for shared sbitmap
 2021-07-20 17:05 UTC  (15+ messages)
` [PATCH 1/9] blk-mq: Change rqs check in blk_mq_free_rqs()
` [PATCH 2/9] block: Rename BLKDEV_MAX_RQ -> BLKDEV_DEFAULT_RQ
` [PATCH 3/9] blk-mq: Relocate shared sbitmap resize in blk_mq_update_nr_requests()
` [PATCH 4/9] blk-mq: Add blk_mq_tag_resize_sched_shared_sbitmap()
` [PATCH 8/9] blk-mq: Allocate per request queue static rqs for shared sbitmap
` [PATCH 9/9] blk-mq: Clear mappings for shared sbitmap sched static rqs

[PATCH] scsi: ufs: Fix memory corruption by ufshcd_read_desc_param()
 2021-07-20 16:01 UTC  (3+ messages)

[PATCH v4 00/14] genirq: Cleanup the usage of irq_set_affinity_hint
 2021-07-20 10:57 UTC  (16+ messages)
` [PATCH v4 01/14] genirq: Provide new interfaces for affinity hints
` [PATCH v4 02/14] iavf: Use irq_update_affinity_hint
` [PATCH v4 03/14] i40e: "
` [PATCH v4 04/14] scsi: megaraid_sas: Use irq_set_affinity_and_hint
` [PATCH v4 05/14] scsi: mpt3sas: "
` [PATCH v4 06/14] RDMA/irdma: Use irq_update_affinity_hint
` [PATCH v4 07/14] enic: "
` [PATCH v4 08/14] be2net: "
` [PATCH v4 09/14] ixgbe: "
` [PATCH v4 10/14] mailbox: "
` [PATCH v4 11/14] scsi: lpfc: Use irq_set_affinity
` [PATCH v4 12/14] hinic: Use irq_set_affinity_and_hint
` [PATCH v4 13/14] net/mlx5: "
` [PATCH v4 14/14] net/mlx4: Use irq_update_affinity_hint

[Bug 213759] New: CD tray ejected on hibernate resume
 2021-07-20  5:24 UTC  (5+ messages)
` [Bug 213759] "

[smartpqi updates V3 PATCH 0/9] smartpqi updates
 2021-07-19 18:10 UTC  (12+ messages)
` [smartpqi updates V3 PATCH 1/9] smartpqi: add pci ids for H3C P4408 controllers
` [smartpqi updates V3 PATCH 2/9] smartpqi: update copyright notices
` [smartpqi updates V3 PATCH 3/9] smartpqi: change driver module MACROS to microchip
` [smartpqi updates V3 PATCH 4/9] smartpqi: change Kconfig menu entry "
` [smartpqi updates V3 PATCH 5/9] smartpqi: add SCSI cmd info for resets
` [smartpqi updates V3 PATCH 6/9] smartpqi: add PCI-ID for new ntcom controller
` [smartpqi updates V3 PATCH 7/9] smartpqi: add PCI IDs for new ZTE controllers
` [smartpqi updates V3 PATCH 8/9] smartpqi: fix isr accessing uninitialized data
` [smartpqi updates V3 PATCH 9/9] smartpqi: update version to 2.1.10-020

flush_kernel_dcache_page fixes and removal
 2021-07-19 15:42 UTC  (3+ messages)

flush_kernel_dcache_page fixes and removal
 2021-07-19  8:15 UTC  (7+ messages)
` [PATCH 1/6] mmc: JZ4740: remove the flush_kernel_dcache_page call in jz4740_mmc_read_data
` [PATCH 3/6] ps3disk: replace flush_kernel_dcache_page with flush_dcache_page
` [PATCH 5/6] aacraid: remove an unused include

[RESEND PATCH v10 00/10] exynos-ufs: Add support for UFS HCI
 2021-07-19  3:02 UTC  (7+ messages)
  ` [RESEND PATCH v10 08/10] dt-bindings: ufs: Add bindings for Samsung ufs host

[PATCH 00/20] lpfc: Update lpfc to revision 12.8.0.11
 2021-07-19  2:31 UTC  (2+ messages)

[PATCH] scsi: qla2xxx: remove redundant continue statement in a for-loop
 2021-07-19  1:31 UTC  (2+ messages)

[PATCH 1/1] scsi: be2iscsi: fix use after free during IP updates
 2021-07-19  1:19 UTC  (2+ messages)

Missing message prefix in target_core_device.c
 2021-07-19  1:03 UTC  (2+ messages)

[PATCH v2] scsi: ufs: Refactor ufshcd_is_intr_aggr_allowed()
 2021-07-18 21:52 UTC  (2+ messages)

[syzbot] WARNING in scsi_alloc_sgtables
 2021-07-18 13:05 UTC 

[PATCH AUTOSEL 4.19 05/39] scsi: hisi_sas: Propagate errors in interrupt_init_v1_hw()
 2021-07-18  9:13 UTC  (4+ messages)

[GIT PULL] SCSI fixes for 5.14-rc1
 2021-07-17 20:13 UTC  (2+ messages)

[PATCH] ibmvfc: fix command state accounting and stale response detection
 2021-07-17 15:34 UTC  (2+ messages)

[PATCH] scsi: sd: only print initial write protect status if enabled
 2021-07-16 19:31 UTC 

[PATCH] scsi: dm-mpath: do not fail paths when the target returns ALUA state transition
 2021-07-16 18:39 UTC  (5+ messages)

[PATCH] fault-inject: Declare the second argument of setup_fault_attr() const
 2021-07-16 17:51 UTC  (20+ messages)
` [PATCH v2 03/19] scsi: ufs: Only include power management code if necessary
` [PATCH v2 05/19] scsi: ufs: Use DECLARE_COMPLETION_ONSTACK() where appropriate
` [PATCH v2 06/19] scsi: ufs: Remove ufshcd_valid_tag()
` [PATCH v2 07/19] scsi: ufs: Verify UIC locking requirements at runtime
` [PATCH v2 13/19] scsi: ufs: Fix a race in the completion path
` [PATCH v2 14/19] scsi: ufs: Use the doorbell register instead of the UTRLCNR register

[PATCH 00/15] introduce exynosauto v9 ufs driver
 2021-07-16 15:03 UTC  (5+ messages)
  ` [PATCH 13/15] scsi: ufs: ufs-exynos: support "

[PATCH] scsi: qla4xxx: convert uses of __constant_cpu_to_<foo> to cpu_to_<foo>
 2021-07-16 11:28 UTC 

[PATCH v2 0/4] bus: Make remove callback return void
 2021-07-15 13:02 UTC  (3+ messages)
` [PATCH v2 4/4] "

[PATCH v3 00/14] genirq: Cleanup the usage of irq_set_affinity_hint
 2021-07-15 13:25 UTC  (6+ messages)
` [PATCH v3 06/14] RDMA/irdma: Use irq_set_affinity_and_hint

[BUG] scsi: lpfc: possible ABBA deadlock
 2021-07-15 10:37 UTC 

[PATCH v2] scsi: fdomain: Fix error return code in fdomain_probe()
 2021-07-15  3:26 UTC 

[ppc][dlpar] WARNING: CPU: 2 PID: 1131623 at drivers/scsi/qla2xxx/qla_init.c:498 qla2x00_async_adisc_sp_done+0x294/0x2b0
 2021-07-15  0:15 UTC  (2+ messages)
` [EXT] "

[PATCH] scsi: ufs: add missing host_lock in setup_xfer_req
 2021-07-14 21:22 UTC  (5+ messages)

[PATCH 1/1]: scsi dm-mpath do not fail paths which are in ALUA state transitioning
 2021-07-14 21:06 UTC  (9+ messages)

[PATCH AUTOSEL 4.4 09/10] scsi: aic7xxx: Fix unintentional sign extension issue on left shift of u8
 2021-07-14 19:48 UTC 

[PATCH AUTOSEL 4.14 25/28] scsi: aic7xxx: Fix unintentional sign extension issue on left shift of u8
 2021-07-14 19:47 UTC  (3+ messages)
` [PATCH AUTOSEL 4.14 26/28] scsi: be2iscsi: Fix some missing space in some messages
` [PATCH AUTOSEL 4.14 27/28] scsi: libfc: Fix array index out of bound exception

[PATCH AUTOSEL 4.19 35/39] scsi: aic7xxx: Fix unintentional sign extension issue on left shift of u8
 2021-07-14 19:46 UTC  (4+ messages)
` [PATCH AUTOSEL 4.19 36/39] scsi: libsas: Add LUN number check in .slave_alloc callback
` [PATCH AUTOSEL 4.19 37/39] scsi: be2iscsi: Fix some missing space in some messages
` [PATCH AUTOSEL 4.19 38/39] scsi: libfc: Fix array index out of bound exception

[PATCH AUTOSEL 5.4 44/51] scsi: aic7xxx: Fix unintentional sign extension issue on left shift of u8
 2021-07-14 19:45 UTC  (5+ messages)
` [PATCH AUTOSEL 5.4 45/51] scsi: libsas: Add LUN number check in .slave_alloc callback
` [PATCH AUTOSEL 5.4 46/51] scsi: be2iscsi: Fix some missing space in some messages
` [PATCH AUTOSEL 5.4 47/51] scsi: libfc: Fix array index out of bound exception
` [PATCH AUTOSEL 5.4 48/51] scsi: qedf: Add check to synchronize abort and flush

[PATCH AUTOSEL 5.10 78/88] scsi: aic7xxx: Fix unintentional sign extension issue on left shift of u8
 2021-07-14 19:42 UTC  (5+ messages)
` [PATCH AUTOSEL 5.10 79/88] scsi: libsas: Add LUN number check in .slave_alloc callback
` [PATCH AUTOSEL 5.10 80/88] scsi: be2iscsi: Fix some missing space in some messages
` [PATCH AUTOSEL 5.10 81/88] scsi: libfc: Fix array index out of bound exception
` [PATCH AUTOSEL 5.10 82/88] scsi: qedf: Add check to synchronize abort and flush

[PATCH AUTOSEL 5.12 092/102] scsi: aic7xxx: Fix unintentional sign extension issue on left shift of u8
 2021-07-14 19:40 UTC  (5+ messages)
` [PATCH AUTOSEL 5.12 093/102] scsi: libsas: Add LUN number check in .slave_alloc callback
` [PATCH AUTOSEL 5.12 094/102] scsi: be2iscsi: Fix some missing space in some messages
` [PATCH AUTOSEL 5.12 095/102] scsi: libfc: Fix array index out of bound exception
` [PATCH AUTOSEL 5.12 096/102] scsi: qedf: Add check to synchronize abort and flush

[PATCH AUTOSEL 5.13 098/108] scsi: aic7xxx: Fix unintentional sign extension issue on left shift of u8
 2021-07-14 19:37 UTC  (5+ messages)
` [PATCH AUTOSEL 5.13 099/108] scsi: libsas: Add LUN number check in .slave_alloc callback
` [PATCH AUTOSEL 5.13 100/108] scsi: be2iscsi: Fix some missing space in some messages
` [PATCH AUTOSEL 5.13 101/108] scsi: libfc: Fix array index out of bound exception
` [PATCH AUTOSEL 5.13 102/108] scsi: qedf: Add check to synchronize abort and flush

[PATCH V3 0/3] driver core: Add ability to delete device links of unregistered devices
 2021-07-14 18:26 UTC  (7+ messages)
` [PATCH V3 1/3] driver core: Prevent warning when removing a device link from unregistered consumer
` [PATCH V3 2/3] driver core: Add ability to delete device links of unregistered devices

SCSI layer RPM deadlock debug suggestion
 2021-07-14 17:41 UTC  (11+ messages)

Build regressions/improvements in v5.14-rc1
 2021-07-14 15:58 UTC  (2+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).