messages from 2022-02-24 09:15:33 to 2022-02-28 20:07:25 UTC [more...]
[PATCH 0/6] Remove usage of list iterator past the loop body
2022-02-28 20:07 UTC (19+ messages)
` [PATCH 1/6] drivers: usb: remove "
` [PATCH 2/6] treewide: remove using list iterator after loop body as a ptr
` [PATCH 3/6] treewide: fix incorrect use to determine if list is empty
` [PATCH 4/6] drivers: remove unnecessary use of list iterator variable
` [PATCH 5/6] treewide: remove dereference of list iterator after loop body
` [PATCH 6/6] treewide: remove check of list iterator against head past the "
[PATCH 0/6] iscsi: Speed up failover with lots of devices
2022-02-28 20:06 UTC (14+ messages)
` [PATCH 1/6] scsi: iscsi: Fix recovery and ublocking race
` [PATCH 2/6] scsi: iscsi: Speed up session unblocking and removal
` [PATCH 3/6] scsi: iscsi: Remove iscsi_scan_finished
` [PATCH 4/6] scsi: iscsi, ql4: Use per session workqueue for unbinding
` [PATCH 5/6] scsi: iscsi: Use the session workqueue for recovery
` [PATCH 6/6] scsi: iscsi: Drop temp workq_name
[PATCH] target: add iscsi/cpus_allowed_list in configfs
2022-02-28 17:58 UTC (3+ messages)
` [PATCH v2] "
[PATCH] scsi: wd719x: Return proper error code when dma_set_mask() fails
2022-02-28 15:43 UTC (2+ messages)
[PATCH 0/2] Fix sparse warnings in scsi_debug
2022-02-28 13:46 UTC (8+ messages)
` [PATCH 1/2] scsi: scsi_debug: silence sparse unexpected unlock warnings
` [PATCH 2/2] scsi: scsi_debug: fix sparse lock warnings in sdebug_blk_mq_poll()
[PATCH v4 0/3] block: show crypto capabilities in sysfs
2022-02-28 13:40 UTC (4+ messages)
[PATCH V4 0/2] scsi: ufs: Fix runtime PM messages never-ending cycle
2022-02-28 11:36 UTC (3+ messages)
` [PATCH V4 1/2] scsi: Add quiet_suspend flag for SCSI devices to suppress some PM messages
` [PATCH V4 2/2] scsi: ufs: Fix runtime PM messages never-ending cycle
[PATCH 1/2] uio: add ioctl to uio
2022-02-28 10:47 UTC (5+ messages)
` [PATCH 2/2] scsi:target:tcmu: reduce once copy by using uio ioctl
[PATCH v2] scsi: libsas: cleanup sas_form_port()
2022-02-28 10:08 UTC (2+ messages)
[PATCH v5 0/3] Support for hardware-wrapped inline encryption keys
2022-02-28 7:05 UTC (4+ messages)
` [PATCH v5 1/3] block: add basic hardware-wrapped key support
` [PATCH v5 2/3] block: add ioctls to create and prepare hardware-wrapped keys
` [PATCH v5 3/3] fscrypt: add support for "
[PATCH 2/2] qla2xxx: Use named initializers for q_dev_state
2022-02-28 3:43 UTC (2+ messages)
[PATCH 1/2] qla2xxx: Use named initializers for port_[d]state_str
2022-02-28 3:43 UTC (2+ messages)
[PATCH v3 00/18] scsi: libsas and users: Factor out LLDD TMF code
2022-02-28 3:43 UTC (2+ messages)
[PATCH -next] scsi: hisi_sas: Remove unnecessary print function dev_err()
2022-02-28 3:43 UTC (2+ messages)
[PATCH] scsi: ufs: Remove wlun_dev_to_hba()
2022-02-28 3:43 UTC (2+ messages)
[PATCH v6 00/31] libsas and pm8001 fixes
2022-02-28 3:43 UTC (2+ messages)
remove REQ_OP_WRITE_SAME v2
2022-02-28 3:43 UTC (2+ messages)
[PATCH V4] scsi: target: tcmu: Make cmd_ring_size changeable via configfs
2022-02-28 3:43 UTC (2+ messages)
[PATCH] mpi3mr: Fix flushing !WQ_MEM_RECLAIM events warning
2022-02-28 3:43 UTC (2+ messages)
[PATCH v5 00/49] Remove the SCSI pointer from struct scsi_cmnd
2022-02-28 3:43 UTC (2+ messages)
remove struct scsi_request v2
2022-02-28 3:28 UTC (17+ messages)
` [PATCH 1/8] target/pscsi: remove struct pscsi_plugin_task
` [PATCH 2/8] scsi: don't memset the entire scsi_cmnd in scsi_init_command
` [PATCH 3/8] scsi: remove the cmd field from struct scsi_request
` [PATCH 4/8] scsi: remove the sense and sense_len fields "
` [PATCH 5/8] scsi: move the resid_len field from struct scsi_request to struct scsi_cmnd
` [PATCH 6/8] scsi: move the result "
` [PATCH 7/8] scsi: remove struct scsi_request
` [PATCH 8/8] scsi: remove <scsi/scsi_request.h>
[PATCH 00/17] lpfc: Update lpfc to revision 14.2.0.0
2022-02-28 3:16 UTC (19+ messages)
` [PATCH 01/17] lpfc: SLI path split: refactor lpfc_iocbq
` [PATCH 02/17] lpfc: SLI path split: refactor fast and slow paths to native sli4
` [PATCH 03/17] lpfc: SLI path split: introduce lpfc_prep_wqe
` [PATCH 04/17] lpfc: SLI path split: refactor base els paths and the FLOGI path
` [PATCH 05/17] lpfc: SLI path split: refactor PLOGI/PRLI/ADISC/LOGO paths
` [PATCH 06/17] lpfc: SLI path split: refactor the RSCN/SCR/RDF/EDC/FARPR paths
` [PATCH 07/17] lpfc: SLI path split: refactor LS_ACC paths
` [PATCH 08/17] lpfc: SLI path split: refactor LS_RJT paths
` [PATCH 09/17] lpfc: SLI path split: refactor FDISC paths
` [PATCH 10/17] lpfc: SLI path split: refactor VMID paths
` [PATCH 11/17] lpfc: SLI path split: refactor misc ELS paths
` [PATCH 12/17] lpfc: SLI path split: refactor CT paths
` [PATCH 13/17] lpfc: SLI path split: refactor SCSI paths
` [PATCH 14/17] lpfc: SLI path split: refactor Abort paths
` [PATCH 15/17] lpfc: SLI path split: refactor BSG paths
` [PATCH 16/17] lpfc: Update lpfc version to 14.2.0.0
` [PATCH 17/17] lpfc: Copyright updates for 14.2.0.0 patches
[PATCH] scsi: bfa: use time_is_before_jiffies() instead of open coding it
2022-02-28 3:14 UTC
[PATCH v2 0/2] scsi: libsas: Some minor improvements
2022-02-28 2:48 UTC (5+ messages)
` [PATCH v2 1/2] scsi: libsas: Make sas_notify_{phy,port}_event() return void
` [PATCH v2 2/2] scsi: libsas: Use bool for queue_work() return code
[PATCH 0/6] hisi_sas: Some misc updates
2022-02-28 2:47 UTC (8+ messages)
` [PATCH 1/6] scsi: hisi_sas: Change permission of parameter prot_mask
` [PATCH 2/6] scsi: hisi_sas: Change hisi_sas_control_phy() phyup timeout
` [PATCH 3/6] scsi: hisi_sas: Free irq vectors in order for v3 HW
` [PATCH 4/6] scsi: hisi_sas: Rename error labels in hisi_sas_v3_probe()
` [PATCH 5/6] scsi: hisi_sas: Limit users changing debugfs BIST count value
` [PATCH 6/6] scsi: hisi_sas: Modify v3 HW SSP underflow error processing
[PATCH] scsi: aha152x: fix aha152x_setup() __setup handler return value
2022-02-28 2:40 UTC (2+ messages)
[PATCH v2] scsi: pm80xx: handle non-fatal errors
2022-02-28 2:38 UTC (2+ messages)
[PATCH] mac53c94: Stop using struct scsi_pointer
2022-02-28 2:35 UTC (2+ messages)
[PATCH] mesh: Stop using struct scsi_pointer
2022-02-28 2:34 UTC (2+ messages)
[PATCH v2] scsi: docs: update notes about scsi_times_out
2022-02-28 2:33 UTC (2+ messages)
[PATCH V3] scsi: ufs: Fix runtime PM messages never-ending cycle
2022-02-28 2:30 UTC (2+ messages)
[PATCH] scsi: message: fusion: Use GFP_KERNEL instead of GFP_ATOMIC in non-atomic context
2022-02-28 2:21 UTC (2+ messages)
[PATCH v2][next] scsi: fc: Replace one-element arrays with flexible-array members
2022-02-28 2:20 UTC (2+ messages)
move more work to disk_release v2
2022-02-27 23:18 UTC (16+ messages)
` [PATCH 01/14] blk-mq: do not include passthrough requests in I/O accounting
` [PATCH 02/14] blk-mq: handle already freed tags gracefully in blk_mq_free_rqs
` [PATCH 03/14] scsi: don't use disk->private_data to find the scsi_driver
` [PATCH 04/14] sd: rename the scsi_disk.dev field
` [PATCH 05/14] sd: call sd_zbc_release_disk before releasing the scsi_device reference
` [PATCH 06/14] sd: delay calling free_opal_dev
` [PATCH 07/14] sd: make use of ->free_disk to simplify refcounting
` [PATCH 08/14] sr: implement ->free_disk
` [PATCH 09/14] block: move blkcg initialization/destroy into disk allocation/release handler
` [PATCH 10/14] block: don't remove hctx debugfs dir from blk_mq_exit_queue
` [PATCH 11/14] block: move q_usage_counter release into blk_queue_release
` [PATCH 12/14] block: move blk_exit_queue into disk_release
` [PATCH 13/14] block: do more work in elevator_exit
` [PATCH 14/14] block: move rq_qos_exit() into disk_release()
[PATCH v2 00/15] dt-bindings: ufs: add common platform bindings + fixes
2022-02-27 10:24 UTC (22+ messages)
` [PATCH v2 01/15] dt-bindings: ufs: add common platform bindings
` [PATCH v2 02/15] dt-bindings: ufs: samsung,exynos-ufs: use common bindings
` [PATCH v2 03/15] dt-bindings: ufs: cdns,ufshc: convert to dtschema
` [PATCH v2 04/15] dt-bindings: ufs: drop unused/old ufs-qcom PHY bindings
` [PATCH v2 05/15] dt-bindings: ufs: qcom,ufs: convert to dtschema
` [PATCH v2 06/15] dt-bindings: ufs: hisilicon,ufs: "
` [PATCH v2 07/15] dt-bindings: ufs: mediatek,ufs: "
` [PATCH v2 08/15] dt-bindings: ufs: snps,tc-dwc-g210: "
` [PATCH v2 09/15] scsi: ufs: deprecate 'freq-table-hz' property
Question about iscsi session block
2022-02-26 23:00 UTC (5+ messages)
[PATCH v2] scsi: aacraid: add missing manage_lock on management_fib_count
2022-02-26 4:52 UTC (2+ messages)
move more work to disk_release
2022-02-26 4:46 UTC (8+ messages)
` [PATCH 10/12] block: move blk_exit_queue into disk_release
[PATCH 00/16] Remove usage of the deprecated "pci-dma-compat.h" API
2022-02-25 16:20 UTC (7+ messages)
[REMINDER] LSF/MM/BPF: 2022: Call for Proposals
2022-02-25 12:52 UTC (2+ messages)
[PATCH] scsi: libsas: cleanup sas_form_port()
2022-02-25 10:49 UTC (3+ messages)
[RFC PATCH 0/3] NVMe copy offload patches
2022-02-25 9:12 UTC (6+ messages)
` [PATCH v2 00/10] Add Copy offload support
` [PATCH v2 08/10] dm: Add support for copy offload
Wycena paneli fotowoltaicznych
2022-02-25 7:45 UTC
[PATCH v3 00/10] Add Copy offload support
2022-02-24 12:26 UTC (11+ messages)
` [PATCH v3 02/10] block: Introduce queue limits for copy-offload support
` [PATCH v3 08/10] dm: Add support for copy offload
[PATCH -next v2] scsi: megasas: clean up some inconsistent indenting
2022-02-25 1:16 UTC
[PATCH] scsi: ufs: move shutting_down back to ufshcd_shutdown
2022-02-24 23:56 UTC
[PATCH v2 0/5] Fix mpt3sas driver sparse warnings
2022-02-24 23:30 UTC (6+ messages)
` [PATCH v2 1/5] scsi: mpt3sas: fix _ctl_set_task_mid() TaskMID check
` [PATCH v2 2/5] scsi: mpt3sas: Fix writel() use
` [PATCH v2 3/5] scsi: mpt3sas: fix ioc->base_readl() use
` [PATCH v2 4/5] scsi: mpt3sas: fix event callback log_code value handling
` [PATCH v2 5/5] scsi: mpt3sas: fix adapter replyPostRegisterIndex handling
[PATCH 0/5] Fix mpt3sas driver sparse warnings
2022-02-24 23:18 UTC (9+ messages)
` [PATCH 1/5] scsi: mpt3sas: fix Mpi2SCSITaskManagementRequest_t TaskMID handling
` [PATCH 2/5] scsi: mpt3sas: Fix writel() use
` [PATCH 3/5] scsi: mpt3sas: fix ioc->base_readl() use
` [PATCH 4/5] scsi: mpt3sas: fix event callback log_code value handling
` [PATCH 5/5] scsi: mpt3sas: fix adapter replyPostRegisterIndex handling
[PATCH v5 0/3] Update VMware maintainer entries
2022-02-24 22:24 UTC (2+ messages)
` [PATCH v5 3/3] MAINTAINERS: Mark VMware mailing list entries as email aliases
mmotm 2022-02-23-21-20 uploaded [drivers/scsi/hisi_sas/hisi_sas_main.ko]
2022-02-24 18:22 UTC (2+ messages)
remove struct scsi_request
2022-02-24 16:38 UTC (5+ messages)
` [PATCH 3/8] scsi: don't memset the entire scsi_cmnd in scsi_init_command
[PATCH 0/2] scsi: libsas: Some minor improvements
2022-02-24 13:07 UTC (7+ messages)
` [PATCH 1/2] scsi: libsas: Make sas_notify_{phy,port}_event() return void
` [PATCH 2/2] scsi: libsas: Use bool for queue_work() return code
Ruch z pierwszej pozycji w Google
2022-02-24 9:05 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).