linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-02 19:57:46 to 2021-10-06 16:00:38 UTC [more...]

[PATCH] scsi: storvsc: Cap scsi_driver.can_queue to fix a hang issue during boot
 2021-10-06 16:03 UTC  (5+ messages)

[PATCH v2] scsi: storvsc: Fix validation for unsolicited incoming packets
 2021-10-06 15:09 UTC  (2+ messages)

[smartpqi updates PATCH V2 00/11] smartpqi updates
 2021-10-06 14:28 UTC  (6+ messages)
` [smartpqi updates PATCH V2 09/11] smartpqi: fix duplicate device nodes for tape changers

[PATCH] scsi: storvsc: Fix validation for unsolicited incoming packets
 2021-10-06 13:39 UTC  (5+ messages)

[PATCH v4 0/4] blk-crypto cleanups
 2021-10-06 13:29 UTC  (10+ messages)
` [PATCH v4 1/4] blk-crypto-fallback: properly prefix function and struct names
` [PATCH v4 2/4] blk-crypto: rename keyslot-manager files to blk-crypto-profile
` [PATCH v4 3/4] blk-crypto: rename blk_keyslot_manager to blk_crypto_profile
` [PATCH v4 4/4] blk-crypto: update inline encryption documentation

[PATCH v4 0/6] block: first batch of add_disk() error handling conversions
 2021-10-06 13:17 UTC  (3+ messages)
` [PATCH v4 4/6] dm: add add_disk() error handling

[PATCH v2 00/84] Call scsi_done() directly
 2021-10-06 12:00 UTC  (22+ messages)
` [PATCH v2 01/84] scsi: core: Use a member variable to track the SCSI command submitter
` [PATCH v2 02/84] scsi: core: Rename scsi_mq_done() into scsi_done() and export it
` [PATCH v2 28/84] dc395x: Call scsi_done() directly
` [PATCH v2 44/84] libiscsi: "
` [PATCH v2 57/84] nsp32: "
` [PATCH v2 72/84] storvsc_drv: "
` [PATCH v2 74/84] ufs: "
` [PATCH v2 84/84] scsi: core: Call scsi_done directly

[PATCH] scsi: ufs: core: Fix synchronization between scsi_unjam_host() and ufshcd_queuecommand()
 2021-10-06 11:40 UTC 

[LSF/MM/BFP ATTEND] [LSF/MM/BFP TOPIC] Storage: Copy Offload
 2021-10-06 10:05 UTC  (7+ messages)

[PATCH] scsi: csiostor: Uninitialized data in csio_ln_vnp_read_cbfn()
 2021-10-06  7:32 UTC 

[PATCH V7 0/2] scsi: ufs: Let devices remain runtime suspended during system suspend
 2021-10-06  6:35 UTC  (5+ messages)
` [PATCH V7 1/2] scsi: ufs: Fix runtime PM dependencies getting broken
` [PATCH V7 2/2] scsi: ufs: Let devices remain runtime suspended during system suspend

[PATCH v4] scsi: ufs: support vops pre suspend for mediatek to disable auto-hibern8
 2021-10-06  5:47 UTC 

[PATCH v3 0/2] scsi: ufs: support vops pre suspend for mediatek to disable auto-hibern8
 2021-10-06  5:39 UTC  (5+ messages)
` [PATCH v3 1/2] scsi: ufs: support vops pre suspend
` [PATCH v3 2/2] scsi: ufs: ufs-mediatek: disable auto-hibern8 before suspend

[PATCH 1/1] scsi: fix hang when device state is set via sysfs
 2021-10-06  4:45 UTC  (2+ messages)

[PATCH RFC 0/6] scsi: ufs: Start to make driver synchronization easier to understand
 2021-10-05 19:06 UTC  (12+ messages)
` [PATCH RFC 1/6] scsi: ufs: Encapsulate clk_scaling_lock by inline functions
` [PATCH RFC 2/6] scsi: ufs: Rename clk_scaling_lock to host_rw_sem
` [PATCH RFC 3/6] scsi: ufs: Let ufshcd_[down/up]_read be nested within ufshcd_[down/up]_write
` [PATCH RFC 4/6] scsi: ufs: Fix a possible dead lock in clock scaling
` [PATCH RFC 5/6] scsi: ufs: Reorder dev_cmd locking
` [PATCH RFC 6/6] scsi: ufs: Hold ufshcd_down_write() lock for entire error handler duration

scsi: ufs: support vops pre suspend for mediatek to disable auto-hibern8
 2021-10-05 19:02 UTC  (4+ messages)
` [PATCH 1/2] scsi: ufs: support vops pre suspend
` [PATCH 2/2] scsi: ufs: ufs-mediatek: disable auto-hibern8 before suspend

[PATCH 0/5] target: fixes and perf improvements
 2021-10-05 18:02 UTC  (3+ messages)
` [PATCH 1/5] target: fix ordered CMD_T_SENT handling

[PATCH] lpfc: Fix memory overwrite during FC-GS IO abort handling
 2021-10-05 17:11 UTC  (3+ messages)

[PATCH v5 00/14] blk-mq: Reduce static requests memory footprint for shared sbitmap
 2021-10-05 16:23 UTC  (19+ messages)
` [PATCH v5 01/14] blk-mq: Change rqs check in blk_mq_free_rqs()
` [PATCH v5 02/14] block: Rename BLKDEV_MAX_RQ -> BLKDEV_DEFAULT_RQ
` [PATCH v5 03/14] blk-mq: Relocate shared sbitmap resize in blk_mq_update_nr_requests()
` [PATCH v5 04/14] blk-mq: Invert check "
` [PATCH v5 05/14] blk-mq-sched: Rename blk_mq_sched_alloc_{tags -> map_and_rqs}()
` [PATCH v5 06/14] blk-mq-sched: Rename blk_mq_sched_free_{requests -> rqs}()
` [PATCH v5 07/14] blk-mq: Pass driver tags to blk_mq_clear_rq_mapping()
` [PATCH v5 08/14] blk-mq: Don't clear driver tags own mapping
` [PATCH v5 09/14] blk-mq: Add blk_mq_tag_update_sched_shared_sbitmap()
` [PATCH v5 10/14] blk-mq: Add blk_mq_alloc_map_and_rqs()
` [PATCH v5 11/14] blk-mq: Refactor and rename blk_mq_free_map_and_{requests->rqs}()
` [PATCH v5 12/14] blk-mq: Use shared tags for shared sbitmap support
` [PATCH v5 13/14] blk-mq: Stop using pointers for blk_mq_tags bitmap tags
` [PATCH v5 14/14] blk-mq: Change shared sbitmap naming to shared tags

[PATCH 0/3] target: iscsi: control authentication per ACL
 2021-10-05 16:04 UTC  (8+ messages)
` [PATCH 2/3] scsi: target: iscsi: extract auth functions
` [PATCH 3/3] target: iscsi: control authentication per ACL

[PATCH AUTOSEL 5.14 33/40] scsi: ses: Fix unsigned comparison with less than zero
 2021-10-05 13:50 UTC  (3+ messages)
` [PATCH AUTOSEL 5.14 34/40] scsi: virtio_scsi: Fix spelling mistake "Unsupport" -> "Unsupported"
` [PATCH AUTOSEL 5.14 35/40] scsi: qla2xxx: Fix excessive messages during device logout

[PATCH V3] scsi: core: put LLD module refcnt after SCSI device is released
 2021-10-05 13:35 UTC  (3+ messages)

[PATCH v1 1/2] scsi: ufs: support vops pre suspend
 2021-10-05 12:45 UTC  (2+ messages)
` [PATCH v1 2/2] scsi: ufs: ufs-mediatek: disable auto-hibern8 before suspend

[PATCH v2] scsi: Delete scsi_{get,free}_host_dev()
 2021-10-05  4:34 UTC  (2+ messages)

[PATCH 1/3] scsi: qla1280: Fix a function name in comments
 2021-10-05  4:34 UTC  (2+ messages)

[PATCH 1/2] phy: samsung: unify naming and describe driver in KConfig
 2021-10-05  4:34 UTC  (2+ messages)

[PATCH v2] scsi: aic7xxx: Fix a function name in comments
 2021-10-05  4:34 UTC  (2+ messages)

[PATCH] scsi: lpfc: return NULL rather than a plain 0 integer
 2021-10-05  4:34 UTC  (2+ messages)

[PATCH v2 0/2] Put Qualcomm's ufs controller to hibern8 during clock scaling
 2021-10-05  4:34 UTC  (2+ messages)

[PATCH v2] scsi: advansys: Prefer struct_size over open coded arithmetic
 2021-10-05  4:34 UTC  (2+ messages)

[PATCH] scsi: aic7xxx: Fix a function name in comments
 2021-10-05  4:34 UTC  (2+ messages)

[PATCH] scsi: elx: efct: switch from 'pci_' to 'dma_' API
 2021-10-05  4:34 UTC  (2+ messages)

[PATCH] scsi: ufs: Kconfig: SCSI_UFS_HWMON depens on HWMON=y
 2021-10-05  4:34 UTC  (3+ messages)
` [PATCHv2] "

[PATCH] lpfc: Add support for optional pldv handling
 2021-10-05  4:34 UTC  (2+ messages)

[PATCH v3 0/3] Fixes for scsi_mode_sense/select()
 2021-10-05  4:34 UTC  (2+ messages)

[PATCH] scsi: acornscsi: Remove scsi_cmd_to_tag() reference
 2021-10-05  4:33 UTC  (2+ messages)

[PATCH] scsi: ufs: Fix task management completion
 2021-10-05  4:32 UTC  (3+ messages)

[PATCH 1/1] scsi: iscsi: Fix iscsi_task use after free
 2021-10-05  4:33 UTC  (2+ messages)

[PATCH] scsi: efct: Delete stray unlock statement
 2021-10-05  4:33 UTC  (2+ messages)

[PATCH 0/7] adding application support
 2021-10-05  4:27 UTC  (3+ messages)
` [PATCH 2/7] miscdevice: adding support for MPI3MR_MINOR(243)

[PATCH] scsi: mpi3mr: clean up mpi3mr_print_ioc_info()
 2021-10-05  3:54 UTC  (2+ messages)

[PATCH 1/2] scsi: pm80xx: Replace open coded check with dev_is_expander()
 2021-10-05  3:32 UTC  (2+ messages)

[PATCH v21 00/46] sg: add v4 interface
 2021-10-05  3:34 UTC  (50+ messages)
` [PATCH v21 01/46] sg: move functions around
` [PATCH v21 02/46] sg: remove typedefs, type+formatting cleanup
` [PATCH v21 03/46] sg: sg_log and is_enabled
` [PATCH v21 04/46] sg: rework sg_poll(), minor changes
` [PATCH v21 05/46] sg: bitops in sg_device
` [PATCH v21 06/46] sg: make open count an atomic
` [PATCH v21 07/46] sg: move header to uapi section
` [PATCH v21 08/46] sg: speed sg_poll and sg_get_num_waiting
` [PATCH v21 09/46] sg: sg_allow_if_err_recovery and renames
` [PATCH v21 10/46] sg: improve naming
` [PATCH v21 11/46] sg: change rwlock to spinlock
` [PATCH v21 12/46] sg: ioctl handling
` [PATCH v21 13/46] sg: split sg_read
` [PATCH v21 14/46] sg: sg_common_write add structure for arguments
` [PATCH v21 15/46] sg: rework sg_vma_fault
` [PATCH v21 16/46] sg: rework sg_mmap
` [PATCH v21 17/46] sg: replace sg_allow_access
` [PATCH v21 18/46] sg: rework scatter gather handling
` [PATCH v21 19/46] sg: introduce request state machine
` [PATCH v21 20/46] sg: sg_find_srp_by_id
` [PATCH v21 21/46] sg: sg_fill_request_element
` [PATCH v21 22/46] sg: printk change %p to %pK
` [PATCH v21 23/46] sg: xarray for fds in device
` [PATCH v21 24/46] sg: xarray for reqs in fd
` [PATCH v21 25/46] sg: replace rq array with xarray
` [PATCH v21 26/46] sg: sense buffer rework
` [PATCH v21 27/46] sg: add sg v4 interface support
` [PATCH v21 28/46] sg: rework debug info
` [PATCH v21 29/46] sg: add 8 byte SCSI LUN to sg_scsi_id
` [PATCH v21 30/46] sg: expand sg_comm_wr_t
` [PATCH v21 31/46] sg: add sg_iosubmit_v3 and sg_ioreceive_v3 ioctls
` [PATCH v21 32/46] sg: add some __must_hold macros
` [PATCH v21 33/46] sg: move procfs objects to avoid forward decls
` [PATCH v21 34/46] sg: protect multiple receivers
` [PATCH v21 35/46] sg: first debugfs support
` [PATCH v21 36/46] sg: rework mmap support
` [PATCH v21 37/46] sg: defang allow_dio
` [PATCH v21 38/46] sg: warn v3 write system call users
` [PATCH v21 39/46] sg: add mmap_sz tracking
` [PATCH v21 40/46] sg: remove rcv_done request state
` [PATCH v21 41/46] sg: track lowest inactive and await indexes
` [PATCH v21 42/46] sg: remove unit attention check for device changed
` [PATCH v21 43/46] sg: no_dxfer: move to/from kernel buffers
` [PATCH v21 44/46] sg: add blk_poll support
` [PATCH v21 45/46] sg: add statistics similar to st
` [PATCH v21 46/46] sg: bump version to 4.0.12

[PATCH v5 0/7] target: make tpg/enable attribute
 2021-10-05  3:28 UTC  (3+ messages)

[PATCH 0/3] megaraid_sas: Driver version update to 07.719.03.00-rc1
 2021-10-05  3:20 UTC  (2+ messages)

[PATCH] scsi: target: core: Make logs less verbose
 2021-10-05  3:13 UTC  (3+ messages)

[PATCH 0/2] scsi: ufs: Do not exit reset of error functions unless operational
 2021-10-05  2:21 UTC  (9+ messages)
` [PATCH 1/2] scsi: ufs: Do not exit ufshcd_reset_and_restore() unless operational or dead
` [PATCH 2/2] scsi: ufs: Do not exit ufshcd_err_handler() "

[PATCH 0/2 v2] kill clearing UA in UFS driver
 2021-10-05  2:15 UTC  (2+ messages)

[PATCH v3 0/3] Two fixes for UFS
 2021-10-05  1:50 UTC  (2+ messages)

[PATCH] scsi: core: Fix spelling in a source code comment
 2021-10-05  1:40 UTC  (2+ messages)

[PATCH v6 00/11] PCI: Drop duplicated tracking of a pci_dev's bound driver
 2021-10-04 12:59 UTC  (2+ messages)
` [PATCH v6 08/11] scsi: message: fusion: Remove unused parameter of mpt_pci driver's probe()

[PATCH v2 00/13] qed: new firmware version 8.59.1.0 support
 2021-10-04 12:20 UTC  (14+ messages)
` [PATCH v2 01/13] qed: Fix kernel-doc warnings
` [PATCH v2 03/13] qed: Split huge qed_hsi.h header file
` [PATCH v2 04/13] qed: Update common_hsi for FW ver 8.59.1.0
` [PATCH v2 05/13] qed: Update qed_mfw_hsi.h "
` [PATCH v2 06/13] qed: Update qed_hsi.h for fw 8.59.1.0
` [PATCH v2 07/13] qed: Use enum as per FW 8.59.1.0 in qed_iro_hsi.h
` [PATCH v2 08/13] qed: Update FW init functions to support FW 8.59.1.0
` [PATCH v2 09/13] qed: Add '_GTT' suffix to the IRO RAM macros
` [PATCH v2 10/13] qed: Update debug related changes
` [PATCH v2 11/13] qed: Update TCP silly-window-syndrome timeout for iwarp, scsi
` [PATCH v2 12/13] qed: Update the TCP active termination 2 MSL timer ("TIME_WAIT")
` [PATCH v2 13/13] qed: fix ll2 establishment during load of RDMA driver

[PATCH] scsi: fcoe:Use kmemdup() rather than kmalloc+memcpy
 2021-10-04  6:40 UTC 

[GIT PULL] SCSI fixes for 5.15-rc3
 2021-10-02 19:57 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 NNTP newsgroup(s).