messages from 2015-01-19 15:32:37 to 2015-01-28 04:09:18 UTC [more...]
[PATCH 3.4 100/177] scsi: Fix error handling in SCSI_IOCTL_SEND_COMMAND
2015-01-28 4:09 UTC
[PATCH] csiostor:T5 Firmware fix and cleanup
2015-01-28 1:17 UTC (2+ messages)
Backport of a fix for HPSA (Disabling a disabled device problem during kdump) driver
2015-01-28 0:18 UTC (3+ messages)
[PATCH 0/17] Clear up bidi command confusion
2015-01-27 22:10 UTC (24+ messages)
` [PATCH 01/17] Clear up sc_data_direction documentation
` [PATCH 02/17] Clean up scsi_ioctl_reset()
` [PATCH 03/17] sg: Remove an unused variable
` [PATCH 04/17] dpt_i2o: Fix bidi command test
` [PATCH 05/17] aachba: "
` [PATCH 06/17] eata: Remove dead code
` [PATCH 07/17] sbp2: Fix bidi command test
` [PATCH 08/17] ibmvscsi: "
` [PATCH 09/17] cciss: Remove dead code
` [PATCH 10/17] hpsa: "
` [PATCH 11/17] 3w-9xxx: "
` [PATCH 12/17] ncr53c8xx: Fix bidi command support
` [PATCH 13/17] qla1280: "
` [PATCH 14/17] 53c700: Remove dead code
` [PATCH 15/17] mvumi: "
` [PATCH 16/17] sym_glue: Fix bidi command test
` [PATCH 17/17] IB/srp: Detect bidi commands properly
[PATCH] scsi: use kzalloc instead of kmalloc/memset
2015-01-27 21:14 UTC
old linux scsi headers
2015-01-27 19:42 UTC (3+ messages)
[PATCH] Fix the dma state machine lockup for the ATA_CMD_SMART PIO mode command
2015-01-27 18:19 UTC (3+ messages)
` [PATCH] ahci_xgene: "
[PATCH 0/2 v2] hpsa: workqueue + minor fix
2015-01-27 17:17 UTC (4+ messages)
` [PATCH 1/2] hpsa: use a driver's own workqueue instead of a shared wq
` [PATCH 2/2] hpsa: remove a needless call - pci_get_drvdata
[PATCH v2 00/48] hpsa driver updates
2015-01-27 17:13 UTC (51+ messages)
` [PATCH v2 01/48] hpsa: correct endian sparse warnings
` [PATCH v2 02/48] hpsa: fix memory leak in kdump hard reset
` [PATCH v2 03/48] hpsa: turn off interrupts when kdump starts
` [PATCH v2 04/48] hpsa: change how SA controllers are reset
` [PATCH v2 05/48] hpsa: correct change_queue_depth
` [PATCH v2 06/48] hpsa: adjust RAID-1, RAID-1ADM, and RAID-6 names
` [PATCH v2 07/48] hpsa: rename free_irqs to hpsa_free_irqs
` [PATCH v2 08/48] hpsa: Fix -Wunused-but-set-variable warning
` [PATCH v2 09/48] hpsa: notice all request_irq errors
` [PATCH v2 10/48] hpsa: remove 0x from queue depth print which is in decimal
` [PATCH v2 11/48] hpsa: propagate hard_reset failures in reset_devices mode
` [PATCH v2 12/48] hpsa: propagate return value from board ID lookup
` [PATCH v2 13/48] hpsa: downgrade the Waiting for no-op print to dev_info
` [PATCH v2 14/48] hpsa: refactor hpsa_find_board_params() to encapsulate legacy test
` [PATCH v2 15/48] hpsa: trivial message and comment clean ups
` [PATCH v2 16/48] hpsa: report failure to ioremap config table
` [PATCH v2 17/48] hpsa: rename hpsa_request_irq to hpsa_request_irqs
` [PATCH v2 18/48] hpsa: pass error from pci_set_consistent_dma_mask from hpsa_message
` [PATCH v2 19/48] hpsa: report allocation failures while allocating SG chain blocks
` [PATCH v2 20/48] hpsa: fix memory leak in hpsa_alloc_cmd_pool
` [PATCH v2 21/48] hpsa: avoid unneccesary calls to resource freeing functions
` [PATCH v2 22/48] hpsa: reserve some commands for use by driver
` [PATCH v2 23/48] hpsa: get rid of cmd_special_alloc and cmd_special_free
` [PATCH v2 24/48] hpsa: do not queue commands internally in driver
` [PATCH v2 25/48] hpsa: do not request device rescan on every ioaccel path error
` [PATCH v2 26/48] hpsa: factor out hpsa_ciss_submit function
` [PATCH v2 27/48] hpsa: use workqueue to resubmit failed ioaccel commands
` [PATCH v2 28/48] hpsa: honor queue depth of physical devices
` [PATCH v2 29/48] hpsa: fix race between abort handler and main i/o path
` [PATCH v2 30/48] hpsa: optimize cmd_alloc function by remembering last allocation
` [PATCH v2 31/48] hpsa: count passthru cmds with atomics, not a spin locked int
` [PATCH v2 32/48] hpsa: slightly optimize SA5_performant_completed
` [PATCH v2 33/48] hpsa: do not check for msi(x) in interrupt_pending
` [PATCH v2 34/48] hpsa: remove incorrect BUG_ONs checking for raid offload enable
` [PATCH v2 35/48] hpsa: do not ack controller events on controllers that do not support it
` [PATCH v2 36/48] hpsa: guard against overflowing raid map array
` [PATCH v2 37/48] hpsa: check for ctlr lockup after command allocation in main io path
` [PATCH v2 38/48] hpsa: return failed from device reset/abort handlers
` [PATCH v2 39/48] hpsa: do not use a void pointer for scsi_cmd field of struct CommandList
` [PATCH v2 40/48] hpsa: print CDBs instead of kernel virtual addresses for uncommon errors
` [PATCH v2 41/48] hpsa: do not use function pointers in fast path command submission
` [PATCH v2 42/48] hpsa: move SG descriptor set-up out of hpsa_scatter_gather()
` [PATCH v2 43/48] hpsa: refactor duplicated scan completion code into a new routine
` [PATCH v2 44/48] hpsa: shorten the wait for the CISS doorbell mode change ack
` [PATCH v2 45/48] hpsa: detect and report failures changing controller transport modes
` [PATCH v2 46/48] hpsa: add in gen9 controller model names
` [PATCH v2 47/48] hpsa: add in P840ar controller model name
` [PATCH v2 48/48] hpsa: Use local workqueues instead of system workqueues
[PATCH 1/2] ata: ahci_platform: fix owner module reference mismatch for scsi host
2015-01-27 16:21 UTC (3+ messages)
` [PATCH 2/2] ata: pata_platform: "
[PATCH 0/10] qla2xxx: Fix various warnings reported by static source code analysis tools
2015-01-27 9:35 UTC (11+ messages)
` [PATCH 01/10] qla2xxx: Report both rsp_info and rsp_info_len
` [PATCH 02/10] qla2xxx: Declare local functions static
` [PATCH 03/10] qla2xxx: Remove set-but-not-used variables
` [PATCH 04/10] qla2xxx: Replace two macros with an inline function
` [PATCH 05/10] qla2xxx: Remove __constant_ prefix
` [PATCH 06/10] qla2xxx: Avoid that sparse complains about duplicate [noderef] attributes
` [PATCH 07/10] qla2xxx: Fix sparse annotations
` [PATCH 08/10] qla2xxx: Remove a superfluous test
` [PATCH 09/10] qla2xxx: Remove dead code
` [PATCH 10/10] qla2xxx: Comment out "
[PATCH 1/5] PCI: Add defines for max read request sizes
2015-01-27 0:20 UTC (3+ messages)
` [PATCH 4/5] [SCSI] esas2r: use PCI define for max read request size
[PATCH] st: implement sysfs based tape statistics v2
2015-01-27 0:11 UTC (2+ messages)
[Bug 81861] New: mvsas.ko v0.8.16 error messages and kernel crashes attaching 4 SATA drives to specific HP SAS expander ports
2015-01-26 23:21 UTC (4+ messages)
` [Bug 81861] Oops by mvsas v0.8.16: sas: ataX: end_device-Y:0:Z: dev error handler -> general protection fault, RIP: mvs_task_prep_ata+0x80/0x3a0
[PATCH for v3.19, v2] Avoid that sd_shutdown() triggers a kernel warning
2015-01-26 18:38 UTC (5+ messages)
` sysfs methods can race with ->remove
module: fix module_refcount() return when running in a module exit routine
2015-01-26 17:16 UTC (17+ messages)
[PATCH] scsi/lpfc: use remove handler as shutdown handler
2015-01-26 15:18 UTC
[Bug 91711] New: 3w-9xxx: DMA-API: device driver tries to free DMA memory it has not allocated
2015-01-26 12:56 UTC (2+ messages)
` [Bug 91711] "
[PATCH] wd719x: add missing .module to wd719x_template
2015-01-25 21:23 UTC
[GIT PULL] SCSI fixes for 3.19-rc5
2015-01-24 18:26 UTC
[PATCH 23/32] scsi: use %*pb[l] to print bitmaps including cpumasks and nodemasks
2015-01-24 14:03 UTC
Darlehen Angebot
2015-01-24 2:11 UTC
[PATCH 00/48] hpsa driver updates
2015-01-23 18:15 UTC (5+ messages)
block layer copying user io vectors
2015-01-23 17:06 UTC
[PATCH 0/2] hpsa: workqueue + minor fix
2015-01-23 16:16 UTC (3+ messages)
` [PATCH 1/2] hpsa: use a driver's own workqueue instead of a shared wq
` [PATCH 2/2] hpsa: remove a needless call - pci_get_drvdata
[PATCH v7 0/5] phy: qcom-ufs: add support for QUALCOMM
2015-01-23 8:48 UTC (5+ messages)
` [PATCH v7 2/5] phy: qcom-ufs: add support for 20nm phy
` [PATCH v7 5/5] scsi: ufs-qcom-ice: add Inline Crypto Engine (ICE) support for UFS
General protection fault in iscsi_rx_thread_pre_handler
2015-01-23 1:30 UTC (5+ messages)
[PATCH 1/2] MAINTAINERS: ibmvscsi driver maintainer change
2015-01-22 19:40 UTC (4+ messages)
` [PATCH 2/2] MAINTAINERS: ibmvfc "
[PATCH v4 00/11] scsi: fix module reference mismatch for scsi host
2015-01-22 13:17 UTC (6+ messages)
sc_data_direction and bidi commands
2015-01-22 11:51 UTC (5+ messages)
[PATCH] scsi: ncr5380: use msecs_to_jiffies for conversions
2015-01-22 11:42 UTC
[PATCH] scsi_debug: test always evaluates to false, || should be used instead
2015-01-22 11:31 UTC (2+ messages)
tcmu-runner (target userspace passthrough daemon) development
2015-01-22 0:17 UTC (3+ messages)
[PATCH] block: Add discard flag to blkdev_issue_zeroout() function
2015-01-21 17:42 UTC (3+ messages)
` [PATCH] block: create ioctl to discard-or-zeroout a range of blocks
[PATCH] MAINTAINERS: Remove self as isci maintainer
2015-01-21 16:13 UTC
[PATCH] scsi: 3w-9xxx: fix format string warnings
2015-01-21 12:44 UTC
[PATCH 0/7] scsi: Some seq_file cleanups/optimizations
2015-01-21 12:08 UTC (3+ messages)
` [PATCH v2 0/6] "
[Bug 90601] New: panic on write to 3ware raid array
2015-01-21 11:51 UTC (2+ messages)
` [Bug 90601] "
[PATCH 1/3] scsi: Only blacklist WRITE SAME for VMware virtual disks
2015-01-21 0:58 UTC (3+ messages)
` [PATCH 2/3] sd: Sanity check the optimal I/O size
` [PATCH 3/3] scsi: Remove VPD quirk for Seagate drives
[PATCH] scsi: qla2xxx: print port name via %*phC
2015-01-20 23:39 UTC (2+ messages)
[PATCH] iscsi-target: use '%*ph' specifier to dump hex buffer
2015-01-20 23:38 UTC (2+ messages)
[PATCH for v3.19, v2] Avoid that sd_shutdown() triggers a kernel warning
2015-01-20 15:11 UTC (2+ messages)
[PATCH v2] scsi: Avoid crashing if device uses DIX but adapter does not support it
2015-01-20 1:48 UTC (2+ messages)
Issues with commit 34b48db6 ("block: remove artifical max_hw_sectors cap")
2015-01-19 22:59 UTC (3+ messages)
[RFC PATCH 0/13] aha1542: Various improvements
2015-01-19 22:37 UTC (14+ messages)
` [PATCH 01/13] aha1542: Stop using scsi_module.c
` [PATCH 02/13] aha1542: remove dead code
` [PATCH 03/13] aha1542: Remove SCSI_BUF_PA, SCSI_SG_PA, AHA1542_SCATTER and AHA1542_CMDLUN
` [PATCH 04/13] aha1542: Remove HOSTDATA macro
` [PATCH 05/13] aha1542: Convert aha1542_intr_reset to function
` [PATCH 06/13] aha1542: Use u8 instead of unchar
` [PATCH 07/13] aha1542: Reorder functions to remove forward declarations
` [PATCH 08/13] aha1542: remove empty aha1542_stat
` [PATCH 09/13] aha1542: Use BIT() macro
` [PATCH 10/13] aha1542: Remove WAIT and WAITd macros
` [PATCH 11/13] aha1542: Unify aha1542_in and aha1542_in1
` [PATCH 12/13] aha1542: Split aha1542_out
` [PATCH 13/13] aha1542: Remove unneeded gotos
[PATCH v2 0/2] csiostor:Remove T4 FCoE support
2015-01-19 20:30 UTC (2+ messages)
[PATCH v2 1/1] be2iscsi: add block valid bit to iBFT flag
2015-01-19 18:53 UTC (3+ messages)
[PATCHv2] libata: fixup oops in ata_eh_link_report()
2015-01-19 17:26 UTC (2+ messages)
[PATCH 1/4] scsi: always use format argumets for dev_printk
2015-01-19 15:33 UTC (8+ messages)
` [PATCH 2/4] scsi: annotate sdev_prefix_printk and scmd_printk as printf-like
` [PATCH 3/4] ch: remove debug noise in ch_do_scsi
` [PATCH 4/4] sr: reduce debug noise in sr_do_ioctl
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).