messages from 2020-10-05 08:42:06 to 2020-10-09 19:55:18 UTC [more...]
[PATCH RFC PKS/PMEM 00/58] PMEM: Introduce stray write protection for PMEM
2020-10-09 19:50 UTC (18+ messages)
` [PATCH RFC PKS/PMEM 01/58] x86/pks: Add a global pkrs option
` [PATCH RFC PKS/PMEM 02/58] x86/pks/test: Add testing for global option
` [PATCH RFC PKS/PMEM 06/58] kmap: Introduce k[un]map_thread debugging
` [PATCH RFC PKS/PMEM 09/58] drivers/gpu: Utilize new kmap_thread()
` [PATCH RFC PKS/PMEM 10/58] drivers/rdma: "
` [PATCH RFC PKS/PMEM 15/58] fs/ecryptfs: "
` [PATCH RFC PKS/PMEM 16/58] fs/gfs2: "
` [PATCH RFC PKS/PMEM 17/58] fs/nilfs2: "
` [PATCH RFC PKS/PMEM 18/58] fs/hfs: "
` [PATCH RFC PKS/PMEM 39/58] fs/jffs2: "
` [PATCH RFC PKS/PMEM 40/58] net: "
` [PATCH RFC PKS/PMEM 48/58] drivers/md: "
` [PATCH RFC PKS/PMEM 49/58] drivers/misc: "
` [PATCH RFC PKS/PMEM 55/58] samples: "
` [PATCH RFC PKS/PMEM 56/58] dax: Stray access protection for dax_direct_access()
` [PATCH RFC PKS/PMEM 57/58] nvdimm/pmem: Stray access protection for pmem->virt_addr
` [PATCH RFC PKS/PMEM 58/58] [dax|pmem]: Enable stray access protection
[PATCH 1/1] aacraid: remove needless code
2020-10-09 17:57 UTC
[PATCH 00/14] mpt3sas: Add support for multi-port path topology
2020-10-09 17:14 UTC (15+ messages)
` [PATCH 01/14] mpt3sas: Define hba_port structure
` [PATCH 02/14] mpt3sas: Allocate memory for hba_port objects
` [PATCH 03/14] mpt3sas: Rearrange _scsih_mark_responding_sas_device()
` [PATCH 04/14] mpt3sas: Update hba_port's sas_address & phy_mask
` [PATCH 05/14] mpt3sas: Get device objects using sas_address & portID
` [PATCH 06/14] mpt3sas: Rename transport_del_phy_from_an_existing_port
` [PATCH 07/14] mpt3sas: Get sas_device objects using device's rphy
` [PATCH 08/14] mpt3sas: Update hba_port objects after host reset
` [PATCH 09/14] mpt3sas: Set valid PhysicalPort in SMPPassThrough
` [PATCH 10/14] mpt3sas: Handling HBA vSES device
` [PATCH 11/14] mpt3sas: Add bypass_dirty_port_flag parameter
` [PATCH 12/14] mpt3sas: Handle vSES vphy object during HBA reset
` [PATCH 13/14] mpt3sas: add module parameter multipath_on_hba
` [PATCH 14/14] mpt3sas: Bump driver version to 35.101.00.00
[PATCHv4 0/3] zoned block device specific errors
2020-10-09 15:29 UTC (3+ messages)
` [PATCHv4 1/3] block: add zone specific block statuses
[PATCH 00/16 V2] vhost: fix scsi cmd handling and IOPs
2020-10-09 11:41 UTC (22+ messages)
` [PATCH 01/16] vhost scsi: add lun parser helper
` [PATCH 02/16] vhost: remove work arg from vhost_work_flush
` [PATCH 03/16] vhost net: use goto error handling in open
` [PATCH 04/16] vhost: prep vhost_dev_init users to handle failures
` [PATCH 05/16] vhost: move vq iovec allocation to dev init time
` [PATCH 06/16] vhost: support delayed vq creation
` [PATCH 07/16] vhost scsi: support delayed IO "
` [PATCH 08/16] vhost scsi: alloc cmds per vq instead of session
` [PATCH 09/16] vhost scsi: fix cmd completion race
` [PATCH 10/16] vhost scsi: Add support for LUN resets
` [PATCH 11/16] vhost scsi: remove extra flushes
` [PATCH 12/16] vhost: support multiple worker threads
` [PATCH 13/16] vhost poll: fix coding style
` [PATCH 14/16] vhost: poll support support multiple workers
` [PATCH 15/16] vhost scsi: make completion per vq
` [PATCH 16/16] vhost scsi: multiple worker support
[PATCH 0/4] scsi: FDMI enhancement
2020-10-09 9:36 UTC (5+ messages)
` [PATCH 1/4] include:scsi: "
` [PATCH 2/4] include:scsi:fc: "
` [PATCH 3/4] scsi:libfc: "
` [PATCH 4/4] scsi:qedf: Added attributes for RHBA and RPA
scsi regression fixes
2020-10-09 6:36 UTC (5+ messages)
` [PATCH 1/2] sr: initialize ->cmd_len
` [PATCH 2/2] scsi: set sc_data_direction to DMA_NONE for no-transfer commands
[PATCH] scsi: qla2xxx: Fix uninitialized variable reference in qla_nvme_post_cmd
2020-10-09 3:05 UTC
[PATCH v2 0/1] scsi: libiscsi: fix NOP race condition
2020-10-08 20:54 UTC (4+ messages)
` [PATCH v2 1/1] "
[PATCH] scsi: qla2xxx: fix return of uninitialized value in rval
2020-10-08 20:50 UTC (5+ messages)
[v5 00/12] Add persistent durable identifier to storage log messages
2020-10-08 20:49 UTC (13+ messages)
` [v5 01/12] struct device: Add function callback durable_name
misc I/O submission cleanups
2020-10-08 16:39 UTC (23+ messages)
` [PATCH 01/10] scsi: don't export scsi_device_from_queue
` [PATCH 02/10] scsi: remove scsi_init_cmd_errh
` [PATCH 03/10] scsi: move command size detection out of the fast path
` [PATCH 04/10] scsi: simplify varlen CDB length checking
` [PATCH 05/10] scsi: use rq_dma_dir in scsi_setup_cmnd
` [PATCH 06/10] scsi: rename scsi_prep_state_check to scsi_device_state_check
` [PATCH 07/10] scsi: rename scsi_mq_prep_fn to scsi_prepare_cmd
` [PATCH 08/10] scsi: cleanup allocation and freeing of sgtables
` [PATCH 10/10] scsi: only start the request just before dispatching
[PATCH] scsi: sd: Use UNMAP in case the device doesn't support WRITE_SAME
2020-10-08 14:24 UTC (3+ messages)
[PATCH v4] scsi: target: tcmu: add compat mode for 32bit userspace on 64bit kernel
2020-10-08 12:58 UTC
[PATCH 0/2] fix race conditions with task aborts
2020-10-08 9:42 UTC (5+ messages)
` [PATCH 1/2] target: iscsi: prevent a race condition in iscsit_unmap_cmd()
` [PATCH 2/2] target: iscsi: fix a race condition when aborting a task
[PATCH] scsi: sym53c8xx_2: fix sizeof mismatch
2020-10-08 3:12 UTC (2+ messages)
[PATCH] scsi: qla4xxx: Fix Fix inconsistent of format with argument type in ql4_nx.c
2020-10-08 3:07 UTC (2+ messages)
[PATCH] scsi: isci: Fix a typo in a comment
2020-10-08 3:09 UTC (2+ messages)
[PATCH] scsi: megaraid_sas: Fix inconsistent of format with argument type in megaraid_sas_base.c
2020-10-08 3:05 UTC (2+ messages)
[PATCH] scsi: myrb: Fix inconsistent of format with argument type in myrb.c
2020-10-08 3:00 UTC (2+ messages)
[PATCH] scsi: esas2r: Fix inconsistent of format with argument type
2020-10-08 2:56 UTC (2+ messages)
[PATCH] scsi: myrb: remove redundant assignment to variable timeout
2020-10-08 2:47 UTC (2+ messages)
[PATCH] scsi: bfa: fix error return in bfad_pci_init()
2020-10-08 2:45 UTC (2+ messages)
[PATCH -next] scsi: fcoe: simplify the return expression of fcoe_sysfs_setup
2020-10-08 2:38 UTC (2+ messages)
[PATCH -next] snic: simplify the return expression of svnic_cq_alloc
2020-10-08 2:36 UTC (2+ messages)
[PATCH -next] [SCSI] fnic: simplify the return expression of vnic_wq_copy_alloc
2020-10-08 2:34 UTC (2+ messages)
[PATCH 00/14] drop double zeroing
2020-10-08 2:31 UTC (3+ messages)
` [PATCH 02/14] target/rd: "
[PATCH -next v2] scsi: qla2xxx: Convert to DEFINE_SHOW_ATTRIBUTE
2020-10-08 2:24 UTC (4+ messages)
[PATCH] scsi: qla2xxx: initialize value
2020-10-08 2:21 UTC (3+ messages)
[PATCH] qla2xxx: Do not consume srb greedily
2020-10-08 2:19 UTC (4+ messages)
[PATCH] qla2xxx: Use constant when it is known
2020-10-08 2:12 UTC (3+ messages)
[PATCH v3 0/2] scsi: arcmsr: use upper_32_bits() instead of dma_addr_hi32()
2020-10-08 2:06 UTC (2+ messages)
[PATCH v3 2/2] scsi: arcmsr: use round_up() instead of logical operation
2020-10-07 7:31 UTC
[PATCH v3 1/2] scsi: arcmsr: Use upper_32_bits() instead of dma_addr_hi32()
2020-10-07 7:26 UTC
[PATCH v2 0/8] scsi: Support to handle Intermittent errors
2020-10-07 7:14 UTC (9+ messages)
` [PATCH v2 7/8] scsi_transport_fc: Added a new sysfs attribute port_state
[PATCH v2 2/2] scsi: arcmsr: use round_up() instead of logical operation
2020-10-07 4:42 UTC
[PATCH v2 1/2] scsi: arcmsr: fix warning: right shift count >= width of type
2020-10-07 4:36 UTC
[PATCH v2 0/2] scsi: arcmsr: fix warning: right shift count >= width of type
2020-10-07 4:32 UTC
[PATCH] scsi: lpfc: Remove Unneeded variable 'status' in lpfc_fcp_cpu_map_store
2020-10-07 3:48 UTC (2+ messages)
[PATCH] scsi: fnic: Fix inconsistent of format with argument type in fnic_debugfs.c
2020-10-07 3:48 UTC (3+ messages)
[PATCH] scsi: target: core: Add CONTROL field for trace events
2020-10-07 3:48 UTC (2+ messages)
[PATCH] scsi: qedf: remove redundant assignment to variable 'rc'
2020-10-07 3:47 UTC (2+ messages)
[PATCH 0/3] Fix inconsistent of format with argument type
2020-10-07 3:48 UTC (2+ messages)
[PATCH] scsi: qla4xxx: Delete unneeded variable 'status' in qla4xxx_process_ddb_changed
2020-10-07 3:48 UTC (2+ messages)
[PATCH v2] scsi: ufs: fix missing brace warning for old compilers
2020-10-07 3:48 UTC (2+ messages)
[PATCH 0/7] hisi_sas: Add runtime PM support for v3 hw
2020-10-07 3:47 UTC (2+ messages)
[PATCH -next] scsi: snic: convert to use DEFINE_SEQ_ATTRIBUTE macro
2020-10-07 3:47 UTC (2+ messages)
[PATCH] aacraid: add a missing iounmap call
2020-10-07 3:48 UTC (2+ messages)
[PATCH -next] scsi: use module_platform_driver to simplify the code
2020-10-07 3:47 UTC (2+ messages)
[PATCH] qedi: Add schedule_hw_err_handler callback for fan failure
2020-10-07 3:47 UTC (2+ messages)
[PATCH] lpfc: drop nodelist reference on error in lpfc_gen_req()
2020-10-07 3:47 UTC (2+ messages)
[PATCH V3 0/2] scsi/sd: make disk cmd retries configurable
2020-10-07 3:47 UTC (3+ messages)
` [PATCH 1/2] scsi: Add limitless cmd retry support
[PATCH] scsi: mvumi: Fix error return in mvumi_io_attach()
2020-10-07 3:47 UTC (2+ messages)
[PATCH] fnic: to not call 'scsi_done()' for unhandled commands
2020-10-07 3:47 UTC (2+ messages)
[PATCH ] scsi: page warning: 'page' may be used uninitialized
2020-10-07 3:47 UTC (2+ messages)
[PATCH] scsi: snic: Remove unnecessary condition to simplify the code
2020-10-07 3:47 UTC (2+ messages)
[PATCH] scsi: be2iscsi: Fix a theoretical leak in beiscsi_create_eqs()
2020-10-07 3:47 UTC (2+ messages)
[PATCH V2 0/4] pm80xx updates
2020-10-07 3:43 UTC (11+ messages)
` [PATCH V2 1/4] pm80xx: Increase number of supported queues
` [PATCH V2 2/4] pm80xx: Remove DMA memory allocation for ccb and device structures
` [PATCH V2 3/4] pm80xx: Increase the number of outstanding IO supported to 1024
` [PATCH V2 4/4] pm80xx: Driver version update
[PATCH v2] scsi: gdth: make option_setup() static
2020-10-07 3:05 UTC (2+ messages)
[PATCH -next] scsi: dc395x: use module_pci_driver to simplify the code
2020-10-07 3:05 UTC (2+ messages)
[PATCH -next] scsi: initio: use module_pci_driver to simplify the code
2020-10-07 3:05 UTC (2+ messages)
[PATCH] scsi: pmcraid: Fix memory allocation in 'pmcraid_alloc_sglist()'
2020-10-07 3:04 UTC (2+ messages)
[PATCH v8 00/18] blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs
2020-10-06 14:42 UTC (9+ messages)
[PATCH v2 0/2] Fix automatic CD tray loading for data reading via sr
2020-10-06 9:40 UTC (3+ messages)
` [PATCH v2 1/2] cdrom: delegate automatic CD tray loading to callers of cdrom_open()
` [PATCH v2 2/2] sr: fix automatic tray loading for data reading
PATCH 1/1] scsi: arcmsr: fix warning: right shift count >= width of type
2020-10-06 7:26 UTC
[PATCH 0/1] scsi: arcmsr: fix warning: right shift count >= width of type
2020-10-06 7:20 UTC
[PATCH V2] scsi: ufs: Add DeepSleep feature
2020-10-06 6:46 UTC (3+ messages)
[PATCH V3] scsi: ufs: Add DeepSleep feature
2020-10-06 6:38 UTC
[PATCH v2 0/5] SAN Congestion Management (SCM) statistics
2020-10-06 6:16 UTC (6+ messages)
` [PATCH v2 1/5] scsi: fc: Update formal FPIN descriptor definitions
` [PATCH v2 2/5] scsi: fc: Add FPIN statistics to fc_host and fc_rport objects
` [PATCH v2 3/5] scsi: fc: Parse FPIN packets and update statistics
` [PATCH v2 4/5] scsi: fc: Add mechanism to update FPIN signal statistics
` [PATCH v2 5/5] scsi: fc: Update documentation of sysfs nodes for FPIN stats
[PATCH 1/4] scsi: ufs: atomic update for clkgating_enable
2020-10-05 22:36 UTC (4+ messages)
` [PATCH 2/4] scsi: ufs: clear UAC for FFU and RPMB LUNs
` [PATCH 3/4] scsi: ufs: use WQ_HIGHPRI for gating work
` [PATCH 4/4] scsi: add more contexts in the ufs tracepoints
[PATCH 0/4] pm80xx updates
2020-10-05 11:21 UTC (9+ messages)
` [PATCH 1/4] pm80xx : Increase number of supported queues
` [PATCH 2/4] pm80xx : Remove DMA memory allocation for ccb and device
` [PATCH 3/4] pm80xx : Increase the number of outstanding IO supported
` [PATCH 4/4] pm80xx : Driver version update
[PATCH 0/2] scsi: ufs: Add DeepSleep feature
2020-10-05 11:14 UTC (7+ messages)
` [PATCH 1/2] "
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).