messages from 2017-03-15 14:51:19 to 2017-03-20 20:43:23 UTC [more...]
support ranges TRIM for libata
2017-03-20 20:43 UTC (8+ messages)
` [PATCH 1/7] ѕd: split sd_setup_discard_cmnd
` [PATCH 2/7] sd: provide a new ata trim provisioning mode
` [PATCH 3/7] libata: remove SCT WRITE SAME support
` [PATCH 4/7] libata: simplify the trim implementation
` [PATCH 5/7] block: add a max_discard_segment_size queue limit
` [PATCH 6/7] sd: support multi-range TRIM for ATA disks
` [PATCH 7/7] sd: use ZERO_PAGE for WRITE_SAME payloads
[PATCH] hpsa: fix volume offline state
2017-03-20 16:15 UTC (2+ messages)
[PATCH] scsi: sr: fix oob access in get_capabilities
2017-03-20 14:29 UTC (6+ messages)
[PATCH] scsi: libsas: fix ata xfer length
2017-03-20 14:21 UTC (4+ messages)
[PATCH] qedf: fix wrong le16 conversion
2017-03-20 13:40 UTC (2+ messages)
[PATCHv3 0/5] Dynamic growing data area support
2017-03-20 9:09 UTC (6+ messages)
` [PATCHv3 1/5] tcmu: Add dynamic growing data area feature support
` [PATCHv3 2/5] tcmu: Add global data block pool support
` [PATCHv3 3/5] target/user: Fix possible overwrite of t_data_sg's last iov[]
` [PATCHv3 4/5] target/user: Fix wrongly calculating of the base_command_size
` [PATCHv3 5/5] target/user: Clean up tcmu_queue_cmd_ring
[PATCH v6 00/15] Replace PCI pool by DMA pool API
2017-03-20 6:32 UTC (18+ messages)
` [PATCH v6 01/15] block: DAC960: Replace PCI pool old API
` [PATCH v6 02/15] dmaengine: pch_dma: "
` [PATCH v6 03/15] IB/mthca: "
` [PATCH v6 04/15] net: e100: "
` [PATCH v6 05/15] mlx4: "
` [PATCH v6 06/15] mlx5: "
` [PATCH v6 07/15] wireless: ipw2200: "
` [PATCH v6 08/15] scsi: be2iscsi: "
` [PATCH v6 09/15] scsi: csiostor: "
` [PATCH v6 11/15] scsi: megaraid: "
` [PATCH v6 13/15] scsi: mvsas: "
` [PATCH v6 10/15] scsi: lpfc: "
` [PATCH v6 12/15] scsi: mpt3sas: "
` [PATCH v6 14/15] scsi: pmcraid: "
` [PATCH v6 15/15] PCI: Remove PCI pool macro functions
[GIT PULL] target fixes for v4.11-rc3
2017-03-20 1:58 UTC (3+ messages)
[patch] check length passed to SG_NEXT_CMD_LEN
2017-03-19 17:20 UTC (6+ messages)
[PATCH 0/3] SCSI ALUA device handler bug fixes
2017-03-19 17:17 UTC (8+ messages)
` [PATCH 1/3] scsi_dh_alua: Check scsi_device_get() return value
` [PATCH 2/3] scsi_dh_alua: Ensure that alua_activate() calls the completion function
` [PATCH 3/3] scsi_dh_alua: Warn if the first argument of alua_rtpg_queue() is NULL
[PATCH v2] libsas: fix "sysfs group not found" warnings at port teardown time
2017-03-19 12:44 UTC (2+ messages)
[PATCH v4 00/14] qla2xxx: Bug Fixes and updates for target
2017-03-19 0:32 UTC (16+ messages)
` [PATCH v4 01/14] qla2xxx: Allow vref count to timeout on vport delete
` [PATCH v4 02/14] qla2xxx: Fix memory leak for abts processing
` [PATCH v4 03/14] qla2xxx: Fix request queue corruption
` [PATCH v4 04/14] qla2xxx: Fix inadequate lock protection for ABTS
` [PATCH v4 05/14] qla2xxx: Fix sess_lock & hardware_lock lock order problem
` [PATCH v4 06/14] qla2xxx: Allow relogin to proceed if remote login did not finish
` [PATCH v4 07/14] qla2xxx: Improve T10-DIF/PI handling in driver
` [PATCH v4 08/14] qla2xxx: Export DIF stats via debugfs
` [PATCH v4 09/14] qla2xxx: Add async new target notification
` [PATCH v4 10/14] qla2xxx: Use IOCB interface to submit non-critical MBX
` [PATCH v4 11/14] qla2xxx: Add DebugFS node to display Port Database
` [PATCH v4 12/14] qla2xxx: Change scsi host lookup method
` [PATCH v4 13/14] qla2xxx: Fix delayed response to command for loop mode/direct connect
` [PATCH v4 14/14] qla2xxx: Update driver version to 9.00.00.00-k
[PATCH 0/3] Unblock SCSI devices even if the LLD is being unloaded
2017-03-18 20:49 UTC (12+ messages)
` [PATCH 1/3] __scsi_iterate_devices(): Make the get and put functions arguments
` [PATCH 2/3] Introduce starget_for_all_devices() and shost_for_all_devices()
` [PATCH 3/3] Ensure that scsi_target_unblock() examines all devices
[PATCH v2] scsi_sysfs: fix hang when removing scsi device
2017-03-18 15:28 UTC (18+ messages)
How to solve the delayed grant mapping problem with blkback?
2017-03-18 3:57 UTC
[PATCHv2 0/5] Dynamic growing data area support
2017-03-17 22:06 UTC (13+ messages)
` [PATCHv2 2/5] target/user: Add global data block pool support
` [PATCHv2 3/5] target/user: Fix possible overwrite of t_data_sg's last iov[]
` [PATCHv2 4/5] target/user: Fix wrongly calculating of the base_command_size
` [PATCHv2 5/5] target/user: Clean up tcmu_queue_cmd_ring
[RFC 0/2] scsi: Add poll_queue mechanism
2017-03-17 20:30 UTC (7+ messages)
` [RFC 1/2] scsi: Provide mechanism for SCSI layer to poll for LLDD
` [RFC 2/2] qla2xxx: Driver changes to use new poll_queue() callback
[Bug 194837] New: VM with virtio-scsi drive often crashes during boot with kernel 4.11rc1
2017-03-17 19:02 UTC (4+ messages)
` [Bug 194837] "
[PATCH v5 00/16] Cleanup chardev instances with helper function
2017-03-17 18:48 UTC (17+ messages)
` [PATCH v5 01/16] chardev: add helper function to register char devs with a struct device
` [PATCH v5 02/16] device-dax: fix cdev leak
` [PATCH v5 03/16] device-dax: utilize new cdev_device_add helper function
` [PATCH v5 04/16] input: "
` [PATCH v5 05/16] gpiolib: "
` [PATCH v5 06/16] tpm-chip: "
` [PATCH v5 07/16] platform/chrome: cros_ec_dev - "
` [PATCH v5 08/16] IB/ucm: "
` [PATCH v5 09/16] infiniband: utilize the new cdev_set_parent function
` [PATCH v5 10/16] iio:core: utilize new cdev_device_add helper function
` [PATCH v5 11/16] media: "
` [PATCH v5 12/16] mtd: "
` [PATCH v5 13/16] rapidio: "
` [PATCH v5 14/16] rtc: "
` [PATCH v5 15/16] scsi: "
` [PATCH v5 16/16] switchtec: utilize new device_add_cdev "
[PATCH v2] scsi: storvsc: Add support for FC rport
2017-03-17 15:17 UTC
23285 linux-scsi
2017-03-17 13:32 UTC
Could you please let me know if you receive my last email, introducing myself to you, on a ( Business Opportunity)? I urgently wish to know if we can work together
2017-03-17 11:39 UTC
[PATCH v2] lsscsi: Fix truncation of 128-bit wwn
2017-03-17 12:01 UTC
[PATCH] lsscsi: Fix truncation of 128-bit wwn
2017-03-17 10:28 UTC (2+ messages)
[PATCH v3 00/16] Cleanup chardev instances with helper function
2017-03-17 0:24 UTC (11+ messages)
` [PATCH v3 01/16] chardev: add helper function to register char devs with a struct device
` [PATCH v3 05/16] gpiolib: utilize new cdev_device_add helper function
` [rtc-linux] "
` [PATCH v3 16/16] switchtec: utilize new device_add_cdev "
[ANNOUNCE]: Broadcom (Emulex) FC Target driver - efct
2017-03-17 0:10 UTC (2+ messages)
[PATCH] [SCSI] esas2r: remove redundant NULL check on buffer
2017-03-16 23:50 UTC (3+ messages)
[PATCH] enclosure: fix sysfs symlinks creation when using multipath
2017-03-16 18:49 UTC (3+ messages)
4.10+ qla2xxx driver wont load for qla2xxx (ISP2532-based 8Gb) with BAR 3 error, work fine on 4.9
2017-03-16 18:36 UTC (9+ messages)
[PATCH 00/29] drivers, mics refcount conversions
2017-03-16 18:00 UTC (6+ messages)
` [PATCH 08/29] drivers, md: convert mddev.active from atomic_t to refcount_t
[PATCH] sd: Ignore sync cache failures when not supported
2017-03-16 16:48 UTC
[PATCHv3 0/6] SCSI EH cleanup
2017-03-16 14:06 UTC (11+ messages)
` [PATCHv3 4/6] scsi_error: do not escalate failed EH command
` [PATCHv3 6/6] scsi: make asynchronous aborts mandatory
Dear Friend,
2017-03-16 9:50 UTC
[PATCH] scsi: storvsc: remove return at end of void function
2017-03-16 6:59 UTC
[PATCH] scsi: storvsc: Prefer kcalloc over kzalloc with multiply
2017-03-16 6:58 UTC
[PATCH v2 00/10] be2iscsi: driver update 11.4.0.0
2017-03-16 3:24 UTC (11+ messages)
` [PATCH v2 01/10] be2iscsi: Check tag in beiscsi_mccq_compl_wait
` [PATCH v2 02/10] be2iscsi: Fix closing of connection
` [PATCH v2 03/10] be2iscsi: Replace spin_unlock_bh with spin_lock
` [PATCH v2 04/10] scsi_transport_iscsi: Use flush_work in iscsi_remove_session
` [PATCH v2 05/10] be2iscsi: Increase HDQ default queue size
` [PATCH v2 06/10] be2iscsi: Use num_cons field in Rx CQE
` [PATCH v2 07/10] be2iscsi: Remove free_list for ASYNC handles
` [PATCH v2 08/10] be2iscsi: Check size before copying ASYNC handle
` [PATCH v2 09/10] be2iscsi: Update Copyright
` [PATCH v2 10/10] be2iscsi: Update driver version
mptsas doesn't detect hot-added disk drives in ESX guest
2017-03-15 23:21 UTC
[PATCH] drivers, scsi: convert iscsi_task.refcount from atomic_t to refcount_t
2017-03-15 23:08 UTC (2+ messages)
[PATCH] drivers, scsi: convert fc_fcp_pkt.ref_cnt from atomic_t to refcount_t
2017-03-15 23:07 UTC (2+ messages)
[scsi] scsi: ufshcd-platform: remove the useless cast in ERR_PTR/IS_ERR
2017-03-15 23:04 UTC (3+ messages)
[PATCH] aacraid: Fix potential null access
2017-03-15 23:02 UTC (4+ messages)
[PATCH] qedi: Add PCI device-ID for QL41xxx adapters
2017-03-15 22:57 UTC (2+ messages)
[scsi] scsi: ufs: don't check unsigned type for a negative value
2017-03-15 22:57 UTC (4+ messages)
[PATCH V2] qla2xxx: Fix crash in qla2xxx_eh_abort on bad ptr
2017-03-15 22:52 UTC (2+ messages)
[PATCH 5/6] ipr: Fix SATA EH hang
2017-03-15 21:58 UTC
[PATCH 6/6] ipr: Driver version 2.6.4
2017-03-15 21:58 UTC
[PATCH 3/6] ipr: Fix abort path race condition
2017-03-15 21:58 UTC
[PATCH 4/6] ipr: Error path locking fixes
2017-03-15 21:58 UTC
[PATCH 1/6] ipr: Fix missed EH wakeup
2017-03-15 21:58 UTC
[PATCH 2/6] ipr: Remove redundant initialization
2017-03-15 21:58 UTC
[PATCH] efct: fix compilation warning about atomic_t usage
2017-03-15 21:58 UTC (2+ messages)
[Bug 188061] New: On quad port QLE2564 can't add in target only 2 ports
2017-03-15 21:15 UTC (2+ messages)
` [Bug 188061] "
[Bug 108621] New: kernel BUG in drivers/scsi/scsi_lib.c
2017-03-15 21:14 UTC (2+ messages)
` [Bug 108621] "
[PATCH] efct: add missing include file
2017-03-15 20:26 UTC
[PATCH V3 0/3] hpsa updates
2017-03-15 19:41 UTC (5+ messages)
` [PATCH V3 2/3] hpsa: limit outstanding rescans
[GIT PULL] SCSI fixes for 4.11-rc2
2017-03-15 17:11 UTC
Getting "Wrong diagnostic page; asked for 7 got 0" error message on HBA's virtual SES device
2017-03-15 14:51 UTC (2+ messages)
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).