messages from 2020-03-03 06:15:30 to 2020-03-10 21:06:20 UTC [more...]
[PATCH] block: refactor duplicated macros
2020-03-10 21:06 UTC (5+ messages)
[PATCH RFC v2 00/24] scsi: enable reserved commands for LLDDs
2020-03-10 20:47 UTC (28+ messages)
` [PATCH RFC v2 01/24] scsi: add 'nr_reserved_cmds' field to the SCSI host template
` [PATCH RFC v2 02/24] scsi: allocate separate queue for reserved commands
` [PATCH RFC v2 03/24] blk-mq: Implement blk_mq_rq_is_reserved()
` [PATCH RFC v2 04/24] scsi: Add scsi_{get, put}_reserved_cmd()
` [PATCH RFC v2 05/24] csiostor: use reserved command for LUN reset
` [PATCH RFC v2 06/24] scsi: add scsi_cmd_from_priv()
` [PATCH RFC v2 07/24] virtio_scsi: use reserved commands for TMF
` [PATCH RFC v2 08/24] scsi: add host tagset busy iterator
` [PATCH RFC v2 09/24] fnic: use reserved commands
` [PATCH RFC v2 10/24] fnic: use scsi_host_tagset_busy_iter() to traverse commands
` [PATCH RFC v2 11/24] hpsa: move hpsa_hba_inquiry after scsi_add_host()
` [PATCH RFC v2 12/24] hpsa: use reserved commands
` [PATCH RFC v2 13/24] hpsa: use blk_mq_tagset_busy_iter() to traverse outstanding commands
` [PATCH RFC v2 14/24] hpsa: drop refcount field from CommandList
` [PATCH RFC v2 15/24] snic: use reserved commands
` [PATCH RFC v2 16/24] snic: use tagset iter for traversing commands
` [PATCH RFC v2 17/24] aacraid: move scsi_add_host()
` [PATCH RFC v2 18/24] aacraid: use private commands
` [PATCH RFC v2 19/24] aacraid: replace cmd_list with scsi_host_tagset_busy_iter()
` [PATCH RFC v2 20/24] aacraid: use scsi_host_tagset_busy_iter() to traverse outstanding commands
` [PATCH RFC v2 21/24] dpt_i2o: drop cmd_list usage
` [PATCH RFC v2 22/24] scsi: drop scsi command list
` [PATCH RFC v2 23/24] scsi: libsas: aic94xx: hisi_sas: mvsas: pm8001: Allocate Scsi_cmd for slow task
` [PATCH RFC v2 24/24] scsi: hisi_sas: Use libsas slow task SCSI command
[PATCH 00/42] Manually convert SCSI documentation to ReST format
2020-03-10 17:58 UTC (8+ messages)
` [PATCH 11/42] docs: scsi: convert BusLogic.txt to ReST
` [PATCH 40/42] docs: scsi: convert ufs.txt "
[PATCH 00/11] Introduce Zone Append for writing to zoned block devices
2020-03-10 16:46 UTC (19+ messages)
` [PATCH 01/11] block: provide fallbacks for blk_queue_zone_is_seq and blk_queue_zone_no
` [PATCH 02/11] block: Introduce REQ_OP_ZONE_APPEND
` [PATCH 03/11] block: introduce bio_add_append_page
` [PATCH 04/11] null_blk: Support REQ_OP_ZONE_APPEND
` [PATCH 05/11] block: introduce BLK_STS_ZONE_RESOURCE
` [PATCH 06/11] block: introduce blk_req_zone_write_trylock
` [PATCH 07/11] block: factor out requeue handling from dispatch code
` [PATCH 08/11] block: delay un-dispatchable request
` [PATCH 09/11] block: Introduce zone write pointer offset caching
` [PATCH 10/11] scsi: sd_zbc: factor out sanity checks for zoned commands
` [PATCH 11/11] scsi: sd_zbc: emulate ZONE_APPEND commands
[PATCH] scsi: avoid repetitive logging of device offline messages
2020-03-10 16:44 UTC (9+ messages)
[PATCH RFC 00/24] scsi: enable reserved commands for LLDDs
2020-03-10 8:43 UTC (5+ messages)
[PATCH v3 0/1] scsi: ufs: fix LRB pointer incorrect initialization issue
2020-03-10 7:53 UTC (4+ messages)
` [PATCH v3 1/1] "
` [EXT] "
MGE UPS Systems Users Contact List
2020-03-09 18:36 UTC
[PATCH 0/5] exynos-ufs: Add support for UFS HCI
2020-03-09 18:10 UTC (7+ messages)
` [PATCH 1/5] dt-bindings: phy: Document Samsung UFS PHY bindings
` [PATCH 2/5] phy: samsung-ufs: add UFS PHY driver for samsung SoC
` [PATCH 3/5] Documentation: devicetree: ufs: Add DT bindings for exynos UFS host controller
` [PATCH 4/5] scsi: ufs-exynos: add UFS host support for Exynos SoCs
` [PATCH 5/5] arm64: dts: Add node for ufs exynos7
[PATCH v4] iscsi: Report connection state on sysfs
2020-03-09 17:41 UTC
[PATCH v2 0/3] scsi: qla2xxx: fixes for driver unloading
2020-03-09 16:44 UTC (2+ messages)
[PATCH] scsi: aacraid: fix -Wcast-function-type
2020-03-09 16:17 UTC (8+ messages)
` [PATCH v2] "
` [PATCH v3] scsi: aacraid: cleanup warning cast-function-type
[PATCH v2] fusion: fix if-statement empty body warning
2020-03-09 7:14 UTC (2+ messages)
[RFC PATCH v2 0/1] scsi: ufs: fix lrbp pointer incorrect initialization issue
2020-03-08 21:45 UTC (3+ messages)
` [RFC PATCH v2 1/1] "
[PATCH v2 0/4] ufs: Let the SCSI core allocate per-command UFS data
2020-03-08 20:56 UTC (4+ messages)
` [EXT] "
[PATCH] fusion: fix if-statement empty body warning
2020-03-08 2:40 UTC (3+ messages)
[REF PATCH] scsi: ufs: fix lrbp pointer incorrect initialization issue
2020-03-08 0:16 UTC
[PATCH v2] iscsi: Report connection state on sysfs
2020-03-07 0:48 UTC (6+ messages)
[PATCH v2] scsi: sr: get rid of sr global mutex
2020-03-06 22:43 UTC
[PATCH] cdrom: Convert per-driver mutexes to per-device mutexes
2020-03-06 22:51 UTC
[PATCH] ipr: Kernel panic - not syncing:softlockup when rescan devices in petitboot shell
2020-03-06 15:57 UTC
[PATCH RFC v6 00/10] blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs
2020-03-06 11:12 UTC (17+ messages)
` [PATCH RFC v6 01/10] blk-mq: rename BLK_MQ_F_TAG_SHARED as BLK_MQ_F_TAG_QUEUE_SHARED
` [PATCH RFC v6 02/10] blk-mq: rename blk_mq_update_tag_set_depth()
` [PATCH RFC v6 03/10] blk-mq: Use pointers for blk_mq_tags bitmap tags
` [PATCH RFC v6 04/10] blk-mq: Facilitate a shared sbitmap per tagset
` [PATCH RFC v6 05/10] blk-mq: Add support in hctx_tags_bitmap_show() for a shared sbitmap
` [PATCH RFC v6 06/10] scsi: Add template flag 'host_tagset'
` [PATCH RFC v6 07/10] scsi: hisi_sas: Switch v3 hw to MQ
` [PATCH RFC v6 08/10] megaraid_sas: switch fusion adapters "
` [PATCH RFC v6 09/10] smartpqi: enable host tagset
` [PATCH RFC v6 10/10] hpsa: enable host_tagset and switch to MQ
[PATCH v2 0/4] SD card bug fixes
2020-03-06 10:34 UTC (6+ messages)
` [PATCH v2 1/4] mmc: core: Add check for NULL pointer access
` [PATCH v2 2/4] mmc: core: Attribute the IO wait time properly in mmc_wait_for_req_done()
` [PATCH v2 3/4] mmc: core: Make host->card as NULL when card is removed
` [PATCH v2 4/4] mmc: core: update host->card after getting RCA for SD card
[<PATCH v1> 0/4] SD card bug fixes
2020-03-06 10:29 UTC (5+ messages)
` [<PATCH v1> 1/4] mmc: core: Add check for NULL pointer access
[ANNOUNCE] ddpt, version 0.96 available
2020-03-05 21:59 UTC
[ANNOUNCE] sdparm 1.10 available
2020-03-05 21:50 UTC (2+ messages)
` [ANNOUNCE] sdparm 1.11 available
[PATCH AUTOSEL 5.5 27/67] scsi: libfc: free response frame from GPN_ID
2020-03-05 17:12 UTC
[PATCH AUTOSEL 5.4 23/58] scsi: libfc: free response frame from GPN_ID
2020-03-05 17:13 UTC
[PATCH v1 1/1] scsi: ufs: Fix possible unclocked access to auto hibern8 timer register
2020-03-05 9:09 UTC (2+ messages)
[PATCH AUTOSEL 4.19 11/31] scsi: libfc: free response frame from GPN_ID
2020-03-05 17:14 UTC
[PATCH AUTOSEL 4.14 10/19] scsi: libfc: free response frame from GPN_ID
2020-03-05 17:15 UTC
[PATCH v7 0/9] Inline Encryption Support
2020-03-05 16:11 UTC (7+ messages)
` [PATCH v7 1/9] block: Keyslot Manager for Inline Encryption
[PATCH v1 0/4] scsi: ufs: some cleanups and make the delay for host enabling customizable
2020-03-05 13:25 UTC (9+ messages)
` [PATCH v1 1/4] scsi: ufs: remove init_prefetch_data in struct ufs_hba
` [PATCH v1 2/4] scsi: ufs: use an enum for host capabilities
` [PATCH v1 3/4] scsi: ufs: allow customized delay for host enabling
` [PATCH v1 4/4] scsi: ufs-mediatek: remove "
[PATCH 0/5] mpt3sas: Fix changing coherent mask after allocation
2020-03-05 9:10 UTC (5+ messages)
` [PATCH 4/5] mpt3sas: Handle RDPQ DMA allocation in same 4g region
[PATCH v3 0/6] Fix qla2xxx endianness annotations
2020-03-05 4:54 UTC (7+ messages)
` [PATCH v3 1/6] qla2xxx: Sort BUILD_BUG_ON() statements alphabetically
` [PATCH v3 2/6] qla2xxx: Add more BUILD_BUG_ON() statements
` [PATCH v3 3/6] qla2xxx: Fix endianness annotations in header files
` [PATCH v3 4/6] qla2xxx: Fix endianness annotations in source files
` [PATCH v3 5/6] qla2xxx: Fix the code that reads from mailbox registers
` [PATCH v3 6/6] qla2xxx: Change {RD,WRT}_REG_*() function names from upper case into lower case
[PATCH] iscsi: Report connection state on sysfs
2020-03-04 23:34 UTC (2+ messages)
[RFC PATCH v2 0/4] Inline crypto support on DragonBoard 845c
2020-03-04 21:10 UTC (10+ messages)
` [RFC PATCH v2 1/4] firmware: qcom_scm: Add support for programming inline crypto keys
` [RFC PATCH v2 2/4] arm64: dts: sdm845: add Inline Crypto Engine registers and clock
` [RFC PATCH v2 3/4] scsi: ufs: add program_key() variant op
` [RFC PATCH v2 4/4] scsi: ufs-qcom: add Inline Crypto Engine support
[LSF/MM/BPF TOPIC] Storage: generic completion polling
2020-03-04 16:11 UTC (2+ messages)
[RFC PATCH] megaraid_sas : threaded irq hybrid polling
2020-03-04 10:36 UTC (3+ messages)
[PATCH v2 00/11] megaraid_sas: driver updates to 07.713.01.00-rc1
2020-03-04 9:39 UTC (13+ messages)
` [PATCH v2 10/11] megaraid_sas: Use Block layer API to check SCSI device in-flight IO requests
[PATCH v2 0/6] Fix qla2xxx endianness annotations
2020-03-04 5:29 UTC (7+ messages)
` [PATCH v2 1/6] qla2xxx: Sort BUILD_BUG_ON() statements alphabetically
` [PATCH v2 2/6] qla2xxx: Add more BUILD_BUG_ON() statements
` [PATCH v2 3/6] qla2xxx: Fix endianness annotations in header files
` [PATCH v2 4/6] qla2xxx: Fix endianness annotations in source files
` [PATCH v2 5/6] qla2xxx: Fix the code that reads from mailbox registers
` [PATCH v2 6/6] qla2xxx: Change {RD,WRT}_REG_*() function names from upper case into lower case
[PATCH 0/4] Fix qla2xxx endianness annotations
2020-03-04 5:16 UTC (11+ messages)
` [PATCH 3/4] qla2xxx: Fix endianness annotations in source files
` [PATCH 4/4] qla2xxx: Fix the code that reads from mailbox registers
[RFC PATCH v1] scsi: ufs-mediatek: add inline encryption support
2020-03-04 2:25 UTC (3+ messages)
[RFC PATCH v2] scsi: ufs-mediatek: add inline encryption support
2020-03-04 2:21 UTC
[LSF/MM/BPF TOPIC] Multi-actuator HDDs
2020-03-03 16:40 UTC (4+ messages)
[PATCH v1] scsi: ufs-mediatek: fix HOST_PA_TACTIVATE quirk for Samsung UFS Devices
2020-03-03 7:50 UTC (2+ messages)
[Announce] sg3_utils-1.45 available
2020-03-03 6:15 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).