linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-27 15:41:15 to 2023-01-31 20:15:45 UTC [more...]

[PATCH 0/3][next] scsi: smartpqi: Replace one-element arrays with flexible-array members
 2023-01-31 20:14 UTC  (2+ messages)

[GIT PULL] SCSI fixes for 6.1-rc6
 2023-01-31 19:21 UTC 

[RESEND] target: add virtual remote target
 2023-01-31 19:09 UTC  (2+ messages)

[PATCH v2] scsi: snic: Use sysfs_emit in show function callback
 2023-01-31 17:37 UTC 

[PATCH 00/35] Documentation: correct lots of spelling errors (series 1)
 2023-01-31 16:28 UTC  (4+ messages)
` (subset) "

[PATCH AUTOSEL 4.14 1/3] scsi: target: core: Fix warning on RT kernels
 2023-01-31 15:01 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 2/3] scsi: iscsi_tcp: Fix UAF during login when accessing the shost ipaddress

[PATCH AUTOSEL 5.10 2/6] scsi: target: core: Fix warning on RT kernels
 2023-01-31 15:00 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 3/6] scsi: iscsi_tcp: Fix UAF during login when accessing the shost ipaddress

[PATCH AUTOSEL 4.19 1/4] scsi: target: core: Fix warning on RT kernels
 2023-01-31 15:01 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 2/4] scsi: iscsi_tcp: Fix UAF during login when accessing the shost ipaddress

[PATCH AUTOSEL 5.4 1/4] scsi: target: core: Fix warning on RT kernels
 2023-01-31 15:01 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 2/4] scsi: iscsi_tcp: Fix UAF during login when accessing the shost ipaddress

[PATCH AUTOSEL 5.15 03/12] scsi: target: core: Fix warning on RT kernels
 2023-01-31 15:00 UTC  (3+ messages)
` [PATCH AUTOSEL 5.15 05/12] scsi: iscsi_tcp: Fix UAF during logout when accessing the shost ipaddress
` [PATCH AUTOSEL 5.15 06/12] scsi: iscsi_tcp: Fix UAF during login "

[PATCH AUTOSEL 6.1 03/20] scsi: target: core: Fix warning on RT kernels
 2023-01-31 14:59 UTC  (3+ messages)
` [PATCH AUTOSEL 6.1 07/20] scsi: iscsi_tcp: Fix UAF during logout when accessing the shost ipaddress
` [PATCH AUTOSEL 6.1 08/20] scsi: iscsi_tcp: Fix UAF during login "

add bvec initialization helpers
 2023-01-31 13:45 UTC  (65+ messages)
` [PATCH 01/23] block: factor out a bvec_set_page helper
` [PATCH 02/23] block: add a bvec_set_folio helper
` [PATCH 03/23] block: add a bvec_set_virt helper
` [PATCH 04/23] sd: factor out a sd_set_special_bvec helper
` [PATCH 05/23] target: use bvec_set_page to initialize bvecs
` [PATCH 06/23] nvmet: "
` [PATCH 07/23] nvme: use bvec_set_virt to initialize special_vec
` [PATCH 08/23] rbd: use bvec_set_page to initialize the copy up bvec
` [PATCH 09/23] virtio_blk: use bvec_set_virt to initialize special_vec
` [PATCH 10/23] zram: use bvec_set_page to initialize bvecs
` [PATCH 11/23] afs: use bvec_set_folio to initialize a bvec
` [PATCH 12/23] ceph: use bvec_set_page "
` [PATCH 13/23] cifs: use bvec_set_page to initialize bvecs
` [PATCH 14/23] coredump: use bvec_set_page to initialize a bvec
` [PATCH 15/23] nfs: use bvec_set_page to initialize bvecs
` [PATCH 16/23] orangefs: use bvec_set_{page,folio} "
` [PATCH 17/23] splice: use bvec_set_page to initialize a bvec
` [PATCH 18/23] io_uring: "
` [PATCH 19/23] swap: use bvec_set_page to initialize bvecs
` [PATCH 20/23] rxrpc: use bvec_set_page to initialize a bvec
` [PATCH 21/23] sunrpc: use bvec_set_page to initialize bvecs
` [PATCH 22/23] vring: use bvec_set_page to initialize a bvec
` [PATCH 23/23] net-ceph: use bvec_set_page to initialize bvecs

[PATCH 0/9] Documentation: correct lots of spelling errors (series 2)
 2023-01-31 12:17 UTC  (5+ messages)
` [PATCH 6/9] Documentation: scsi/ChangeLog*: correct spelling
` [PATCH 7/9] Documentation: scsi: "

[PATCH] scsi: aacraid: Allocate cmd_priv with scsicmd
 2023-01-31  9:02 UTC  (5+ messages)

[PATCH-next v2 0/2] scsi, driver core: fix iscsi rescan fails to create block device
 2023-01-31  3:25 UTC  (15+ messages)
` [PATCH-next v2 1/2] driver core: introduce get_device_unless_zero()
` [PATCH-next v2 2/2] scsi: fix iscsi rescan fails to create block device

[PATCH v3 01/18] block: introduce duration-limits priority class
 2023-01-31  3:10 UTC  (29+ messages)

[PATCH] scsi: snic: Use sysfs_emit in show function callback
 2023-01-30 23:31 UTC  (4+ messages)
    ` [External] : "

[LSF/MM/BPF TOPIC] Support block layer limits below the page size​
 2023-01-30 21:38 UTC 

[PATCH v4 0/7] Add support for limits below the page size
 2023-01-30 21:26 UTC  (8+ messages)
` [PATCH v4 1/7] block: Introduce blk_mq_debugfs_init()
` [PATCH v4 2/7] block: Support configuring limits below the page size
` [PATCH v4 3/7] block: Support submitting passthrough requests with small segments
` [PATCH v4 4/7] block: Add support for filesystem requests and "
` [PATCH v4 5/7] block: Add support for small segments in blk_rq_map_user_iov()
` [PATCH v4 6/7] scsi_debug: Support configuring the maximum segment size
` [PATCH v4 7/7] null_blk: "

[PATCH] scsi: hptiop: Use sysfs_emit in show function callback
 2023-01-30 20:53 UTC 

[PATCH] scsi: pmcraid: Use sysfs_emit in show function callback
 2023-01-30 20:22 UTC 

[PATCH] scsi: fcoe: Use sysfs_emit in show function callback
 2023-01-30 20:11 UTC 

[PATCH] scsi: be2iscsi: Use sysfs_emit in show function callback
 2023-01-30 19:32 UTC 

[PATCH v3 00/18] Add Command Duration Limits support
 2023-01-30 18:13 UTC  (19+ messages)
` [PATCH v3 07/18] scsi: sd: detect support for command duration limits
` [PATCH v3 08/18] scsi: sd: set read/write commands CDL index
` [PATCH v3 09/18] scsi: sd: handle read/write CDL timeout failures
` [PATCH v3 16/18] ata: libata: set read/write commands CDL index
` [PATCH v3 17/18] ata: libata: handle completion of CDL commands using policy 0xD
` [PATCH v3 18/18] Documentation: sysfs-block-device: document command duration limits

[PATCH] scsi: core: Fix the scsi_device_put() might_sleep annotation
 2023-01-30 17:04 UTC  (4+ messages)

The PQ=1 saga
 2023-01-30 13:35 UTC  (8+ messages)

[PATCH] scsi: aic94xx: Add missing check for dma_map_single
 2023-01-30 13:31 UTC  (2+ messages)

[PATCH 0/4] ses: prevent from out of bounds accesses
 2023-01-30 10:28 UTC  (6+ messages)
` [PATCH 1/4] ses: fix slab-out-of-bounds reported by KASAN in ses_enclosure_data_process
` [PATCH 2/4] ses: fix possible addl_desc_ptr out-of-bounds accesses "
` [PATCH 3/4] ses: fix possible desc_ptr "
` [PATCH 4/4] ses: fix slab-out-of-bounds reported by KASAN in ses_intf_remove

"Power-on or device reset occurred" after a LUN resize
 2023-01-30  8:39 UTC  (2+ messages)

[PATCH] scsi: ufs: qcom: include specific ops when GENERIC_MSI_IRQ is set
 2023-01-30  8:25 UTC  (2+ messages)

[PATCH] scsi: ufs: qcom: fix platform_msi_domain_free_irqs() reference
 2023-01-30  7:55 UTC  (5+ messages)

[PATCH v3 00/14] target: TMF and recovery fixes
 2023-01-29 23:44 UTC  (15+ messages)
` [PATCH v3 01/14] scsi: target: Move sess cmd counter to new struct
` [PATCH v3 02/14] scsi: target: Move cmd counter allocation
` [PATCH v3 03/14] scsi: target: Pass in cmd counter to use during cmd setup
` [PATCH v3 04/14] scsi: target: iscsit/isert: Alloc per conn cmd counter
` [PATCH v3 05/14] scsi: target: iscsit: stop/wait on cmds during conn close
` [PATCH v3 06/14] scsi: target: iscsit: Fix TAS handling during conn cleanup
` [PATCH v3 07/14] scsi: target: Fix multiple LUN_RESET handling
` [PATCH v3 08/14] scsi: target: Drop t_state_lock use in compare_and_write_post
` [PATCH v3 09/14] scsi: target: Treat CMD_T_FABRIC_STOP like CMD_T_STOP
` [PATCH v3 10/14] scsi: target: iscsit: Add helper to check when cmd has failed
` [PATCH v3 11/14] scsi: target: iscsit: Cleanup isert commands at conn closure
` [PATCH v3 12/14] IB/isert: Fix hang in target_wait_for_cmds
` [PATCH v3 13/14] IB/isert: Fix use after free during conn cleanup
` [PATCH v3 14/14] scsi: target: iscsit: free cmds before session free

[PATCH v3 0/9] Add support for segments smaller than one page
 2023-01-29  1:09 UTC  (4+ messages)
` [PATCH v3 9/9] scsi: ufs: exynos: Select CONFIG_BLK_SUB_PAGE_SEGMENTS for lage page sizes

[PATCH v2] scsi: bfa: Use min helpers for comparison and assignment
 2023-01-28 17:53 UTC 

[PATCH] scsi: bfa: Use min helpers for comparison and assignment
 2023-01-28 17:02 UTC 

[PATCH] scsi: hpsa: Use min helper for comparison and assignment
 2023-01-28 13:46 UTC 

[PATCH 0/2] scsi: megaraid/megaraid_sas: Use max helper for comparison and assignment
 2023-01-28 10:39 UTC  (3+ messages)
` [PATCH 1/2] scsi: megaraid: "
` [PATCH 2/2] scsi: megaraid_sas: "

[PATCH] scsi: qla2xxx: Use min/max helpers for comparison and assignment
 2023-01-28  9:06 UTC 

[PATCH] scsi: st: Use min/max helpers for comparison and assignment
 2023-01-28  7:58 UTC 

[PATCH] scsi: fix iscsi rescan fails to create block
 2023-01-28  6:51 UTC  (3+ messages)
  ` 答复: "

[PATCH] scsi: libsas: Add missing check for dma_map_single
 2023-01-28  2:41 UTC  (2+ messages)

Chasing a 'use after free' bug of SCSI subsystem for linux-stable 5.15.y
 2023-01-28  1:37 UTC 


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