Linux SCSI subsystem development
 help / color / mirror / Atom feed
 messages from 2023-01-23 22:14:23 to 2023-01-29 06:46:16 UTC [more...]

[PATCH-next v2 0/2] scsi, driver core: fix iscsi rescan fails to create block device
 2023-01-29  6:46 UTC  (7+ 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 00/18] Add Command Duration Limits support
 2023-01-29  3:52 UTC  (71+ messages)
` [PATCH v3 01/18] block: introduce duration-limits priority class
` [PATCH v3 02/18] block: introduce BLK_STS_DURATION_LIMIT
` [PATCH v3 03/18] scsi: core: allow libata to complete successful commands via EH
` [PATCH v3 04/18] scsi: rename and move get_scsi_ml_byte()
` [PATCH v3 05/18] scsi: support retrieving sub-pages of mode pages
` [PATCH v3 06/18] scsi: support service action in scsi_report_opcode()
` [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 10/18] ata: libata-scsi: remove unnecessary !cmd checks
` [PATCH v3 11/18] ata: libata: change ata_eh_request_sense() to not set CHECK_CONDITION
` [PATCH v3 12/18] ata: libata: detect support for command duration limits
` [PATCH v3 13/18] ata: libata-scsi: handle CDL bits in ata_scsiop_maint_in()
` [PATCH v3 14/18] ata: libata-scsi: add support for CDL pages mode sense
` [PATCH v3 15/18] ata: libata: add ATA feature control sub-page translation
` [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 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 00/35] Documentation: correct lots of spelling errors (series 1)
 2023-01-28 20:30 UTC  (4+ messages)
` [PATCH 28/35] Documentation: target: correct spelling
` (subset) [PATCH 00/35] Documentation: correct lots of spelling errors (series 1)

[PATCH] scsi: aacraid: Allocate cmd_priv with scsicmd
 2023-01-28 18:40 UTC  (2+ messages)

[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] scsi: aic94xx: Add missing check for dma_map_single
 2023-01-28 11:08 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 

The PQ=1 saga
 2023-01-27 21:33 UTC  (11+ messages)

[PATCH v4 0/5] scsi: mpi3mr: fix issues found by KASAN
 2023-01-27  6:35 UTC  (6+ messages)
` [PATCH v4 1/5] scsi: mpi3mr: fix calculation of valid entry length in alltgt_info
` [PATCH v4 2/5] scsi: mpi3mr: fix alltgt_info copy size
` [PATCH v4 3/5] scsi: mpi3mr: remove unnecessary memcpy
` [PATCH v4 4/5] scsi: mpi3mr: use number of bits to manage bitmap sizes
` [PATCH v4 5/5] scsi: mpi3mr: fix missing mrioc->evtack_cmds initialization

[PATCH v3 1/5] scsi: mpi3mr: remove unnecessary memcpy
 2023-01-27  6:17 UTC  (3+ messages)

[PATCH] scsi: ufs: qcom: fix platform_msi_domain_free_irqs() reference
 2023-01-27  6:02 UTC  (2+ messages)

[PATCH] scsi: mpt3sas: Demote log level for trace buffer allocation to info
 2023-01-27  3:23 UTC  (2+ messages)

[PATCH] qla2xxx: fix printk format string
 2023-01-27  3:22 UTC  (2+ messages)

[PATCH] scsi: qla2xxx: Change qla_trim_buf,__qla_adjust_buf functions to static
 2023-01-27  3:23 UTC  (2+ messages)

[PATCH] scsi: megaraid_sas: Add flexible array member for SGLs
 2023-01-27  3:22 UTC  (2+ messages)

[PATCH RESEND] dt-bindings: ufs: qcom: allow 'dma-coherent' property
 2023-01-27  3:22 UTC  (2+ messages)

[PATCH] scsi: ips: Replace kmap_atomic() with kmap_local_page()
 2023-01-27  3:22 UTC  (2+ messages)

[PATCH] scsi: ipr: Replace kmap() with kmap_local_page()
 2023-01-27  3:22 UTC  (2+ messages)

[PATCH] include: ufs: Remove duplicate entry
 2023-01-27  3:22 UTC  (2+ messages)

[PATCH] scsi: core: Fix the scsi_device_put() might_sleep annotation
 2023-01-27  3:22 UTC  (3+ messages)

[PATCH v2 0/6] introduce vm_flags modifier functions
 2023-01-26 17:07 UTC  (34+ messages)
` [PATCH v2 1/6] mm: introduce vma->vm_flags "
` [PATCH v2 2/6] mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK
` [PATCH v2 3/6] mm: replace vma->vm_flags direct modifications with modifier calls
` [PATCH v2 4/6] mm: replace vma->vm_flags indirect modification in ksm_madvise
` [PATCH v2 5/6] mm: introduce mod_vm_flags_nolock and use it in untrack_pfn
` [PATCH v2 6/6] mm: export dump_mm()

[LSF/MM/BPF TOPIC] State Of The Page
 2023-01-26 16:40 UTC 

[PATCH net-next 05/11] net: add missing includes of linux/sched/clock.h
 2023-01-26  7:14 UTC 

[PATCH 0/2] fix iscsi commands when session is freed
 2023-01-25 20:50 UTC  (6+ messages)
` [PATCH 1/2] target: iscs: reject cmd in closed session
` [PATCH 2/2] target: iscsi: free cmds before session free

[PATCH] scsi: qla2xxx: Use a variable instead of repeated computations
 2023-01-25 17:22 UTC  (2+ messages)

[PATCH v2] scsi: add non-sleeping variant of scsi_device_put() and use it in alua
 2023-01-25  8:18 UTC  (6+ messages)

[GIT PULL] SCSI fixes for 6.1-rc5
 2023-01-25  2:23 UTC  (2+ messages)

[PATCH v3] scsi: add non-sleeping variant of scsi_device_put() and use it in alua
 2023-01-24 20:33 UTC  (4+ messages)

[PATCH] scsi: add non-sleeping variant of scsi_device_put() and use it in alua
 2023-01-24 13:48 UTC  (3+ messages)

kernel BUG scsi_dh_alua sleeping from invalid context && kernel WARNING do not call blocking ops when !TASK_RUNNING
 2023-01-24 11:36 UTC  (12+ messages)

[PATCH 0/1] mpt3sas: Remove usage of dma_get_required_mask api
 2023-01-24  9:37 UTC  (6+ messages)
` [PATCH 1/1] "

[PATCH v2 00/13] target task management fixes
 2023-01-24  2:40 UTC  (6+ messages)
` [PATCH v2 09/13] scsi: target: iscsit: Fix isert disconnect handling during login

[PATCH v2 0/3] Enable DMA clustering in the UFS driver
 2023-01-24  2:39 UTC  (2+ messages)

[Bug 216964] New: LSI SAS1068 logical volume caching mode not detected (with patch)
 2023-01-23 23:27 UTC 

[PATCH v7 01/22] scsi: Allow scsi_execute users to control retries
 2023-01-23 22:10 UTC  (8+ messages)
` [PATCH v7 13/22] scsi: ch: Remove unit_attention
` [PATCH v7 14/22] scsi: ch: Have scsi-ml retry ch_do_scsi errors
` [PATCH v7 17/22] scsi: sd: Have sd_pr_command retry UAs
` [PATCH v7 18/22] scsi: sd: Have scsi-ml retry read_capacity_10 errors
` [PATCH v7 20/22] scsi: sr: Have scsi-ml retry get_sectorsize errors
` [PATCH v7 21/22] scsi: ufs: Have scsi-ml retry start stop errors
` [PATCH v7 22/22] scsi: Add kunit tests for scsi_check_passthrough


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox