messages from 2015-09-30 15:14:51 to 2015-10-04 07:57:37 UTC [more...]
[PATCH 00/52] atp870u: Major rework
2015-10-04 7:57 UTC (2+ messages)
[PATCH 00/18] mpt2sas, mpt3sas: Combine mpt2sas and mpt3sas driver code base
2015-10-04 7:51 UTC (19+ messages)
` [PATCH 01/18] mpt2sas: Use mpi headers from mpt3sas
` [PATCH 02/18] mpt3sas : Added mpt2sas driver definitions
` [PATCH 03/18] mpt3sas: Move Gen3 HBA's device registration with PCI, SML and IOCTL related API's to a separate file
` [PATCH 04/18] mpt2sas: Created mpt2sas_module.c file in which Gen2 HBA's are registers with PCI, SML and IOCTLs
` [PATCH 06/18] mpt3sas: Define 'hba_mpi_version_belonged' IOC variable
` [PATCH 07/18] mpt2sas, mpt3sas : Removed SCSI_MPTXSAS_LOGGING entry from Kconfig
` [PATCH 08/18] mpt3sas: For an IO, build MPI SGL LIST on GEN2 HBA's and build IEEE SGL LIST on GEN3 HBA's
` [PATCH 09/18] mpt3as: Don't send PHYDISK_HIDDEN Raid Action request on SAS2 HBA's
` [PATCH 10/18] mpt3sas: Manage MSIX vectors according to HBA device type
` [PATCH 11/18] mpt3sas: fix for driver fails EEH, recovery from injected pci bus error
` [PATCH 12/18] mpt3sas : Ported WarpDrive product SSS6200 support
` [PATCH 13/18] mpt3sas: Ported the providing sysfs attribute to report Backup Rail Monitor Status
` [PATCH 14/18] mpt3sas: Refcount sas_device objects and fix unsafe list usage
` [PATCH 15/18] mpt3sas: Refcount fw_events "
` [PATCH 16/18] mpt3sas: Added OEMs Gen2 PnP ID Branding names
` [PATCH 17/18] mpt3sas: setpci reset kernel oops fix
` [PATCH 18/18] mpt2sas, mpt3sas: Update the driver versions
Bugs in multipath scsi in 4.3-rc2
2015-10-04 7:45 UTC (13+ messages)
[REGRESSION v4.3] scsi_dh: use-after-free when removing scsi device
2015-10-04 7:43 UTC (8+ messages)
[PATCH 1/3] scsi: drop unlikely behind BUG_ON()
2015-10-04 6:18 UTC
[PATCH v2] scsi: dpt: remove i2o header in uapi
2015-10-03 23:22 UTC
RFC: reduce CONFIG_SCSI_CONSTANTS impact by 4k
2015-10-03 22:09 UTC (3+ messages)
3w-9xxxx dma unmap fix
2015-10-03 17:16 UTC (2+ messages)
` [PATCH] 3w-9xxx: don't unmap bounce buffered commands
[Bugfix 3/3] eata: Enhance eata driver to support PCI device hot-removal
2015-10-03 11:14 UTC (13+ messages)
` [RFT v3] eata: Convert eata driver as normal PCI and platform device drivers
[PATCHv5 00/36] asynchronous ALUA device handler
2015-10-02 17:33 UTC (28+ messages)
` [PATCH 01/36] scsi_dh: move 'dh_state' sysfs attribute to generic code
` [PATCH 06/36] scsi_dh_alua: sanitze sense code handling
` [PATCH 07/36] scsi_dh_alua: use standard logging functions
` [PATCH 08/36] scsi_dh_alua: return standard SCSI return codes in submit_rtpg
` [PATCH 12/36] scsi_dh_alua: use unaligned access macros
` [PATCH 14/36] scsi_dh_alua: separate out alua_stpg()
` [PATCH 15/36] scsi_dh_alua: Make stpg synchronous
` [PATCH 16/36] scsi_dh_alua: call alua_rtpg() if stpg fails
` [PATCH 27/36] scsi_dh_alua: Use workqueue for RTPG
` [PATCH 33/36] scsi: Add 'access_state' attribute
[PATCH] storvsc: use small sg_tablesize on x86
2015-10-02 17:14 UTC (5+ messages)
[PATCH v5 00/34] cxlflash: Miscellaneous bug fixes and corrections
2015-10-02 17:07 UTC (52+ messages)
` [PATCH v5 01/34] cxlflash: Fix to avoid invalid port_sel value
` [PATCH v5 02/34] cxlflash: Replace magic numbers with literals
` [PATCH v5 03/34] cxlflash: Fix read capacity timeout
` [PATCH v5 04/34] cxlflash: Fix potential oops following LUN removal
` [PATCH v5 05/34] cxlflash: Fix data corruption when vLUN used over multiple cards
` [PATCH v5 06/34] cxlflash: Fix to avoid sizeof(bool)
` [PATCH v5 07/34] cxlflash: Fix context encode mask width
` [PATCH v5 08/34] cxlflash: Fix to avoid CXL services during EEH
` [PATCH v5 09/34] cxlflash: Correct naming of limbo state and waitq
` [PATCH v5 10/34] cxlflash: Make functions static
` [PATCH v5 11/34] cxlflash: Refine host/device attributes
` [PATCH v5 12/34] cxlflash: Fix to avoid spamming the kernel log
` [PATCH v5 13/34] cxlflash: Fix to avoid stall while waiting on TMF
` [PATCH v5 14/34] cxlflash: Fix location of setting resid
` [PATCH v5 15/34] cxlflash: Fix host link up event handling
` [PATCH v5 16/34] cxlflash: Fix async interrupt bypass logic
` [PATCH v5 17/34] cxlflash: Remove dual port online dependency
` [PATCH v5 18/34] cxlflash: Fix AFU version access/storage and add check
` [PATCH v5 19/34] cxlflash: Correct usage of scsi_host_put()
` [PATCH v5 20/34] cxlflash: Fix to prevent workq from accessing freed memory
` [PATCH v5 21/34] cxlflash: Correct behavior in device reset handler following EEH
` [PATCH v5 22/34] cxlflash: Remove unnecessary scsi_block_requests
` [PATCH v5 23/34] cxlflash: Fix function prolog parameters and return codes
` [PATCH v5 24/34] cxlflash: Fix MMIO and endianness errors
` [PATCH v5 25/34] cxlflash: Fix to prevent EEH recovery failure
` [PATCH v5 26/34] cxlflash: Correct spelling, grammar, and alignment mistakes
` [PATCH v5 27/34] cxlflash: Fix to prevent stale AFU RRQ
` [PATCH v5 28/34] MAINTAINERS: Add cxlflash driver
` [PATCH v5 29/34] cxlflash: Fix to double the delay each time
` [PATCH v5 30/34] cxlflash: Fix to avoid corrupting adapter fops
` [PATCH v5 31/34] cxlflash: Correct trace string
` [PATCH v5 32/34] cxlflash: Fix to avoid potential deadlock on EEH
` [PATCH v5 33/34] cxlflash: Fix to avoid leaving dangling interrupt resources
` [PATCH v5 34/34] cxlflash: Fix to escalate to LINK_RESET on login timeout
Limit max concurrent sessions
2015-10-02 17:00 UTC (6+ messages)
[PATCH] SCSI: Fix hard lockup in scsi_remove_target()
2015-10-02 13:16 UTC (5+ messages)
[PATCH] be2iscsi: Fix bad WARN_ON
2015-10-02 12:22 UTC (4+ messages)
[PATCH 0/5] Modify ida_* users to use ida_simple_*
2015-10-02 10:16 UTC (11+ messages)
` [PATCH 1/5] SCSI: sd: simplify ida usage
` [PATCH 2/5] block: rsxx: core: "
` [PATCH 3/5] block: nvme-core: "
` [PATCH 4/5] block: mtip32xx: "
` [PATCH 5/5] base: soc: siplify "
[PATCH] [SCSI] FlashPoint: fix build warning
2015-10-02 8:01 UTC (3+ messages)
[PATCH v2] be2iscsi: Fix bad WARN_ON
2015-10-02 7:31 UTC (2+ messages)
[PATCH] [SCSI] fnic: use kzalloc in fnic_fcoe_process_vlan_resp
2015-10-02 7:05 UTC (2+ messages)
Re
2015-10-02 2:23 UTC
[PATCH 1/1] storvsc: get rid of bounce buffer
2015-10-01 21:53 UTC
Odd Behavior in the enclosure module around the 2 fault bits
2015-10-01 21:00 UTC (2+ messages)
[PATCH 0/3] scsi: Some miscellaneous fixes
2015-10-01 19:57 UTC (3+ messages)
req->nr_phys_segments > queue_max_segments (was Re: kernel BUG at drivers/block/virtio_blk.c:172!)
2015-10-01 16:06 UTC (5+ messages)
[PATCH v4 00/32] cxlflash: Miscellaneous bug fixes and corrections
2015-10-01 15:00 UTC (14+ messages)
` [PATCH v4 17/32] cxlflash: Remove dual port online dependency
` [PATCH v4 25/32] cxlflash: Fix to prevent EEH recovery failure
` [PATCH v4 27/32] cxlflash: Fix to prevent stale AFU RRQ
[PATCH 3/3] cxlflash: drop unlikely before IS_ERR_OR_NULL
2015-10-01 14:49 UTC (3+ messages)
[PATCH v3 00/13] exynos-ufs: add support for Exynos
2015-10-01 12:12 UTC (24+ messages)
` [PATCH v3 01/13] Documentation: samsung-phy: Add dt bindings for UFS
` [PATCH v3 02/13] phy: exynos-ufs: add UFS PHY driver for EXYNOS SoC
` [PATCH] phy: exynos-ufs: fix platform_no_drv_owner.cocci warnings
` [RFC PATCH] phy: exynos-ufs: exynos_ufs_phy_calibrate() can be static
` [PATCH v3 03/13] scsi: ufs: add quirk to contain unconformable utrd field
` [PATCH v3 04/13] scsi: ufs: add quirk to fix mishandling utrlclr/utmrlclr
` [PATCH v3 05/13] scsi: ufs: add quirk not to allow reset of interrupt aggregation
` [PATCH v3 06/13] scsi: ufs: add quirk to enable host controller without hce
` [PATCH v3 07/13] scsi: ufs: add specific callback for nexus type
` [PATCH v3 08/13] scsi: ufs: add add specific callback for hibern8
` [PATCH v3 09/13] scsi: ufs: make ufshcd_config_pwr_mode of non-static func
` [PATCH v3 10/13] scsi: ufs: return value of pwr_change_notify
` [PATCH v3 11/13] Documentation: devicetree: ufs: Add DT bindings for exynos UFS host controller
` [PATCH v3 12/13] scsi: ufs-exynos: add UFS host support for Exynos SoCs
` [PATCH v3 13/13] scsi: ufs: Add exynos ufs platform data
[PATCH] be2iscsi: Fix memory leak in beiscsi_alloc_mem()
2015-10-01 8:56 UTC
[PATCH] wd719x: Remove use of macro DEFINE_PCI_DEVICE_TABLE
2015-10-01 4:51 UTC (2+ messages)
[PATCH v2 00/11] exynos-ufs: add support for Exynos
2015-10-01 4:32 UTC (4+ messages)
` [PATCH v2 01/11] phy: exynos-ufs: add UFS PHY driver for EXYNOS SoC
[PATCH 00/10] exynos-ufs: add support for Exynos
2015-10-01 4:28 UTC (4+ messages)
` [PATCH 01/10] phy: exynos-ufs: add UFS PHY driver for EXYNOS SoC
twa generates WARNING upon boot
2015-09-30 20:18 UTC (16+ messages)
` "
[PATCH] scsi: fnic: use kernel's '%pM' format option to print MAC
2015-09-30 17:17 UTC (4+ messages)
[PATCH 1/1] scsi: qla4xxx: print MAC and SID via %p[mM][R]
2015-09-30 17:14 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).