messages from 2015-09-17 20:08:46 to 2015-09-25 15:22:56 UTC [more...]
[PATCH v3 0/4] scsi: cleanup ioctl headers and provide UAPI versions
2015-09-25 15:22 UTC (7+ messages)
` [PATCH v3 1/4] scsi: remove old-style type names from sg.h
` [PATCH v3 2/4] scsi: cleanup scsi/scsi_ioctl.h
` [PATCH v3 3/4] scsi: move all obsolete ioctls to scsi_ioctl.h
` [PATCH v3 4/4] scsi: provide UAPI version of scsi/sg.h and scsi/scsi_ioctl.h
Bugs in multipath scsi in 4.3-rc2
2015-09-25 15:18 UTC (2+ messages)
[PATCH 1/4] Scsi: am53c974.c: Use module_pci_driver
2015-09-25 15:08 UTC (4+ messages)
` [PATCH 2/4] Scsi: dmx3191d.c: "
` [PATCH 3/4] Scsi: dc395x.c: "
` [PATCH 4/4] Scsi: a100u2w.c: "
Question about expected behavior of terminate_rport_io() in fc_function_template
2015-09-25 13:36 UTC (3+ messages)
[PATCH v2] scsi_debug: fix failure to probe with scsi_level=1 or 2 due to NULL devip
2015-09-25 13:02 UTC
[PATCH v2 0/4] scsi: cleanup ioctl headers and provide UAPI versions
2015-09-25 8:44 UTC (4+ messages)
` [PATCH v2 4/4] scsi: provide UAPI version of scsi/sg.h and scsi/scsi_ioctl.h
[PATCH v3 00/32] cxlflash: Miscellaneous bug fixes and corrections
2015-09-25 1:28 UTC (38+ messages)
` [PATCH v3 01/32] cxlflash: Fix to avoid invalid port_sel value
` [PATCH v3 02/32] cxlflash: Replace magic numbers with literals
` [PATCH v3 03/32] cxlflash: Fix read capacity timeout
` [PATCH v3 04/32] cxlflash: Fix potential oops following LUN removal
` [PATCH v3 05/32] cxlflash: Fix data corruption when vLUN used over multiple cards
` [PATCH v3 06/32] cxlflash: Fix to avoid sizeof(bool)
` [PATCH v3 07/32] cxlflash: Fix context encode mask width
` [PATCH v3 08/32] cxlflash: Fix to avoid CXL services during EEH
` [PATCH v3 09/32] cxlflash: Correct naming of limbo state and waitq
` [PATCH v3 10/32] cxlflash: Make functions static
` [PATCH v3 11/32] cxlflash: Refine host/device attributes
` [PATCH v3 12/32] cxlflash: Fix to avoid spamming the kernel log
` [PATCH v3 13/32] cxlflash: Fix to avoid stall while waiting on TMF
` [PATCH v3 14/32] cxlflash: Fix location of setting resid
` [PATCH v3 15/32] cxlflash: Fix host link up event handling
` [PATCH v3 16/32] cxlflash: Fix async interrupt bypass logic
` [PATCH v3 17/32] cxlflash: Remove dual port online dependency
` [PATCH v3 18/32] cxlflash: Fix AFU version access/storage and add check
` [PATCH v3 19/32] cxlflash: Correct usage of scsi_host_put()
` [PATCH v3 20/32] cxlflash: Fix to prevent workq from accessing freed memory
` [PATCH v3 21/32] cxlflash: Correct behavior in device reset handler following EEH
` [PATCH v3 22/32] cxlflash: Remove unnecessary scsi_block_requests
` [PATCH v3 23/32] cxlflash: Fix function prolog parameters and return codes
` [PATCH v3 24/32] cxlflash: Fix MMIO and endianness errors
` [PATCH v3 25/32] cxlflash: Fix to prevent EEH recovery failure
` [PATCH v3 26/32] cxlflash: Correct spelling, grammar, and alignment mistakes
` [PATCH v3 27/32] cxlflash: Fix to prevent stale AFU RRQ
` [PATCH v3 28/32] cxlflash: Fix to avoid state change collision
` [PATCH v3 29/32] MAINTAINERS: Add cxlflash driver
` [PATCH v3 30/32] cxlflash: Fix to double the delay each time
` [PATCH v3 31/32] cxlflash: Fix to avoid corrupting adapter fops
` [PATCH v3 32/32] cxlflash: Correct trace string
sd_done and WRITE_SAME broken?
2015-09-24 19:08 UTC
[PATCH 1/3] ibmvsci: make parameters max_id and max_channel read-only
2015-09-24 17:38 UTC (9+ messages)
` [PATCH 2/3] ibmvcsci: display default value for max_id, max_lun and max_channel
` [PATCH 3/3] ibmvsci: Allow to configure maximum LUN
[PATCHv4 00/23] asynchronous ALUA device handler
2015-09-24 17:19 UTC (55+ messages)
` [PATCH 01/23] scsi_dh_alua: Disable ALUA handling for non-disk devices
` [PATCH 02/23] scsi_dh_alua: Use vpd_pg83 information
` [PATCH 03/23] scsi_dh_alua: improved logging
` [PATCH 04/23] scsi_dh_alua: use standard logging functions
` [PATCH 05/23] scsi_dh_alua: return standard SCSI return codes in submit_rtpg
` [PATCH 06/23] scsi_dh_alua: fixup description of stpg_endio()
` [PATCH 07/23] scsi: remove scsi_show_sense_hdr()
` [PATCH 08/23] scsi_dh_alua: use flag for RTPG extended header
` [PATCH 09/23] scsi_dh_alua: use unaligned access macros
` [PATCH 10/23] scsi_dh_alua: Pass buffer as function argument
` [PATCH 11/23] scsi_dh_alua: Make stpg synchronous
` [PATCH 12/23] scsi_dh_alua: switch to scsi_execute_req_flags()
` [PATCH 13/23] scsi_dh_alua: Use separate alua_port_group structure
` [PATCH 14/23] scsi_dh_alua: allocate RTPG buffer separately
` [PATCH 15/23] scsi_dh_alua: simplify sense code handling
` [PATCH 16/23] scsi: Add scsi_vpd_lun_id()
` [PATCH 17/23] scsi_dh_alua: use unique device id
` [PATCH 18/23] revert "scsi_dh_alua: ALUA hander attach should succeed while TPG is transitioning"
` [PATCH 19/23] scsi_dh_alua: Use workqueue for RTPG
` [PATCH 20/23] scsi_dh_alua: Recheck state on unit attention
` [PATCH 21/23] scsi_dh_alua: update all port states
` [PATCH 22/23] scsi_dh_alua: Send TEST UNIT READY to poll for transitioning
` [PATCH 23/23] scsi_dh_alua: Update version to 2.0
[PATCH v2] scsi: Export SCSI Inquiry data to sysfs
2015-09-24 14:54 UTC (2+ messages)
[PATCH] scsi_dh: avoid allowing dh_state to pass format specs when requesting a module
2015-09-24 7:49 UTC (2+ messages)
[Bugfix] PCI, x86: Correctly allocate IRQs for PCI devices managed by non-PCI drivers
2015-09-24 5:56 UTC (16+ messages)
` [Bugfix 0/3] Convert eata driver to a normal PCI device driver
` [Bugfix 3/3] eata: Enhance eata driver to support PCI device hot-removal
` [RFT v3] eata: Convert eata driver as normal PCI and platform device drivers
[PATCH 1/1] scsi subsystem : fix function __scsi_device_lookup
2015-09-23 22:37 UTC
[PATCH v2 00/30] cxlflash: Miscellaneous bug fixes and corrections
2015-09-23 19:19 UTC (75+ messages)
` [PATCH v2 01/30] cxlflash: Fix to avoid invalid port_sel value
` [PATCH v2 02/30] cxlflash: Replace magic numbers with literals
` [PATCH v2 03/30] cxlflash: Fix read capacity timeout
` [PATCH v2 04/30] cxlflash: Fix potential oops following LUN removal
` [PATCH v2 05/30] cxlflash: Fix data corruption when vLUN used over multiple cards
` [PATCH v2 06/30] cxlflash: Fix to avoid sizeof(bool)
` [PATCH v2 07/30] cxlflash: Fix context encode mask width
` [PATCH v2 08/30] cxlflash: Fix to avoid CXL services during EEH
` [PATCH v2 10/30] cxlflash: Correct naming of limbo state and waitq
` [PATCH v2 11/30] cxlflash: Make functions static
` [PATCH v2 12/30] cxlflash: Refine host/device attributes
` [PATCH v2 13/30] cxlflash: Fix to avoid spamming the kernel log
` [PATCH v2 14/30] cxlflash: Fix to avoid stall while waiting on TMF
` [PATCH v2 15/30] cxlflash: Fix location of setting resid
` [PATCH v2 16/30] cxlflash: Fix host link up event handling
` [PATCH v2 17/30] cxlflash: Fix async interrupt bypass logic
` [PATCH v2 18/30] cxlflash: Remove dual port online dependency
` [PATCH v2 19/30] cxlflash: Fix AFU version access/storage and add check
` [PATCH v2 20/30] cxlflash: Correct usage of scsi_host_put()
` [PATCH v2 21/30] cxlflash: Fix to prevent workq from accessing freed memory
` [PATCH v2 22/30] cxlflash: Correct behavior in device reset handler following EEH
` [PATCH v2 23/30] cxlflash: Remove unnecessary scsi_block_requests
` [PATCH v2 24/30] cxlflash: Fix function prolog parameters and return codes
` [PATCH v2 25/30] cxlflash: Fix MMIO and endianness errors
` [PATCH v2 26/30] cxlflash: Fix to prevent EEH recovery failure
` [PATCH v2 27/30] cxlflash: Correct spelling, grammar, and alignment mistakes
` [PATCH v2 28/30] cxlflash: Fix to prevent stale AFU RRQ
` [PATCH v2 29/30] cxlflash: Fix to avoid state change collision
` [PATCH v2 30/30] MAINTAINERS: Add cxlflash driver
Limit max concurrent sessions
2015-09-23 15:18 UTC (3+ messages)
[PATCH v2] storvsc: get rid of bounce buffer
2015-09-23 14:39 UTC (2+ messages)
[PATCH] lpfc: fix memory leak and NULL dereference
2015-09-23 13:32 UTC
[PATCH] storvsc: get rid of homegrown copy_{to,from}_bounce_buffer()
2015-09-23 11:32 UTC (3+ messages)
` [PATCH] storvsc: get rid of homegrown copy_{to, from}_bounce_buffer()
[Announce] ZDM-Device-Mapper
2015-09-22 15:56 UTC
[patch] cxlflash: a couple off by one bugs
2015-09-22 15:41 UTC (3+ messages)
[PATCH v2 09/30] cxlflash: Fix to stop interrupt processing on remove
2015-09-21 21:58 UTC (7+ messages)
[PATCH] fcoe:Fix incorrect use of non wrapper version of skb_buff helper function in fcoe_percpu_recieve_thread
2015-09-21 20:09 UTC (2+ messages)
[PATCH V3] fnic: check pci_map_single() return value
2015-09-21 16:35 UTC (4+ messages)
[RFC PATCH 0/3] fix *pbl format support
2015-09-21 16:24 UTC (2+ messages)
[PATCH] Scsi: Use module_pci_driver
2015-09-21 15:17 UTC
[PATCH v2 00/11] exynos-ufs: add support for Exynos
2015-09-21 14:33 UTC (3+ messages)
` [PATCH v2 01/11] phy: exynos-ufs: add UFS PHY driver for EXYNOS SoC
[PATCH] bfa: deinline __bfa_trc, wwn2str and fcid2str
2015-09-21 12:04 UTC
Potential data race in __scsi_init_queue/ata_sg_setup
2015-09-21 10:08 UTC (2+ messages)
[PATCH] scsi: Fix a bdi reregistration race
2015-09-20 13:49 UTC (4+ messages)
[PATCH] sci: ufs: Fix module autoload for OF platform driver
2015-09-18 17:32 UTC
[PATCH 00/17] Create and use ida and idr helper routines
2015-09-18 15:49 UTC (10+ messages)
` [PATCH 01/17] Add "
` [PATCH 05/17] Update the md driver to use idr helper functions
[PATCH v2 0/10] megaraid_sas : Updates for scsi for-next
2015-09-18 9:05 UTC (3+ messages)
[PATCH 00/10] exynos-ufs: add support for Exynos
2015-09-18 5:35 UTC (3+ messages)
` [PATCH 01/10] phy: exynos-ufs: add UFS PHY driver for EXYNOS SoC
Fwd: [lkp] [dma] 6894258eda: mpt2sas0: reply_post_free pool: pci_pool_alloc failed
2015-09-17 23:48 UTC (5+ messages)
DEFINE_IDA causing memory leaks? (was Re: [PATCH 1/2] virtio: fix memory leak of virtio ida cache layers)
2015-09-17 22:32 UTC (3+ messages)
[PATCH 0/3] scsi: Some miscellaneous fixes
2015-09-17 22:29 UTC (4+ messages)
` [PATCH 1/3] scsi_scan: don't dump trace when scsi_prep_async_scan() is called twice
` [PATCH 2/3] scsi: introduce short_inquiry flag for broken host adapters
` [PATCH RESEND 3/3] storvsc: Don't set the SRB_FLAGS_QUEUE_ACTION_ENABLE flag
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).