messages from 2015-12-01 19:34:18 to 2015-12-06 03:20:05 UTC [more...]
[PATCH 00/71] More fixes, cleanup and modernization for NCR5380 drivers
2015-12-06 3:20 UTC (19+ messages)
` [RFC PATCH 74/71] ncr5380: Enable PDMA for NCR53C400A
` [RFC PATCH 76/71] ncr5380: Enable PDMA for DTC chips
` [RFC PATCH 77/71] ncr5380: Fix wait for 53C80 registers registers after PDMA
` [PATCH 73/71] ncr5380: Use runtime register mapping
` [PATCH 74/71] ncr5380: Enable PDMA for NCR53C400A
` [PATCH 76/71] ncr5380: Enable PDMA for DTC chips
` [RFC PATCH 78/71] ncr5380: Add support for HP 53C400A-based cards (C2502)
[PATCH v2 00/72] More fixes, cleanup and modernization for NCR5380 drivers
2015-12-06 1:32 UTC (70+ messages)
` [PATCH v2 01/72] atari_scsi: Fix SCSI host ID setting
` [PATCH v2 02/72] ncr5380: Remove redundant static variable initializers
` [PATCH v2 03/72] ncr5380: Eliminate PDEBUG*, TDEBUG* and DTCDEBUG* macros
` [PATCH v2 04/72] ncr5380: Remove more pointless macros
` [PATCH v2 05/72] ncr5380: Remove NCR5380_local_declare and NCR5380_setup macros
` [PATCH v2 06/72] ncr5380: Remove NCR5380_instance_name macro
` [PATCH v2 07/72] ncr5380: Split NCR5380_init() into two functions
` [PATCH v2 08/72] ncr5380: Move NCR53C400-specific code
` [PATCH v2 09/72] atari_NCR5380: Reset bus on driver initialization if required
` [PATCH v2 10/72] atari_NCR5380: Remove RESET_BOOT, CONFIG_ATARI_SCSI_TOSHIBA_DELAY and CONFIG_ATARI_SCSI_RESET_BOOT
` [PATCH v2 11/72] ncr5380: Simplify bus reset handlers
` [PATCH v2 12/72] ncr5380: Remove unused hostdata->aborted flag
` [PATCH v2 13/72] ncr5380: Remove redundant register writes
` [PATCH v2 14/72] ncr5380: Use return instead of goto in NCR5380_select()
` [PATCH v2 16/72] ncr5380: Proceed with next command after NCR5380_select() calls scsi_done
` [PATCH v2 17/72] ncr5380: Keep BSY asserted when entering SELECTION phase
` [PATCH v2 18/72] ncr5380: Eliminate USLEEP_WAITLONG delay
` [PATCH v2 19/72] ncr5380: Cleanup bogus {request, release}_region() calls
` [PATCH v2 20/72] ncr5380: Introduce unbound workqueue
` [PATCH v2 21/72] ncr5380: Sleep when polling, if possible
` [PATCH v2 22/72] ncr5380: Eliminate selecting state
` [PATCH v2 23/72] ncr5380: Always retry arbitration and selection
` [PATCH v2 24/72] ncr5380: Implement NCR5380_dma_xfer_len and remove LIMIT_TRANSFERSIZE macro
` [PATCH v2 25/72] ncr5380: Rework disconnect versus poll logic
` [PATCH v2 26/72] ncr5380: Fix NCR5380_transfer_pio() result
` [PATCH v2 27/72] ncr5380: Add missing lock in eh_abort_handler
` [PATCH v2 28/72] ncr5380: Drop DEF_SCSI_QCMD macro
` [PATCH v2 29/72] ncr5380: Remove references to linked commands
` [PATCH v2 30/72] ncr5380: Add missing break after case MESSAGE_REJECT
` [PATCH v2 31/72] ncr5380: Fix !REQ timeout in do_abort()
` [PATCH v2 32/72] ncr5380: Fix bus phase "
` [PATCH v2 33/72] atari_NCR5380: Set do_abort() timeouts
` [PATCH v2 34/72] atari_NCR5380: Use arbitration timeout
` [PATCH v2 35/72] ncr5380: Dont wait for BUS FREE after disconnect
` [PATCH v2 36/72] ncr5380: Use work_struct instead of delayed_work
` [PATCH v2 37/72] ncr5380: Standardize work queueing algorithm
` [PATCH v2 38/72] ncr5380: Remove UNSAFE macro
` [PATCH v2 40/72] ncr5380: Introduce NCR5380_poll_politely2
` [PATCH v2 41/72] ncr5380: Replace redundant flags with FLAG_NO_DMA_FIXUP
` [PATCH v2 42/72] ncr5380: Replace READ_OVERRUNS macro with FLAG_NO_DMA_FIXUPS
` [PATCH v2 43/72] ncr5380: Standardize reselection handling
` [PATCH v2 44/72] ncr5380: Fix off-by-one bug in extended_msg[] bounds check
` [PATCH v2 45/72] ncr5380: Cleanup #include directives
` [PATCH v2 46/72] ncr5380: Fix NDEBUG_NO_DATAOUT flag
` [PATCH v2 47/72] ncr5380: Fix and cleanup scsi_host_template initializers
` [PATCH v2 48/72] atari_NCR5380: Fix queue_size limit
` [PATCH v2 49/72] ncr5380: Remove redundant ICR_ARBITRATION_LOST test and eliminate FLAG_DTC3181E
` [PATCH v2 50/72] ncr5380: Change instance->host_lock to hostdata->lock
` [PATCH v2 51/72] ncr5380: Remove command list debug code
` [PATCH v2 52/72] ncr5380: Remove H_NO macro and introduce dsprintk
` [PATCH v2 53/72] ncr5380: Use shost_priv helper
` [PATCH v2 55/72] ncr5380: Remove LIST and REMOVE macros
` [PATCH v2 56/72] ncr5380: Remove redundant volatile qualifiers
` [PATCH v2 57/72] ncr5380: Use standard list data structure
` [PATCH v2 58/72] ncr5380: Refactor command completion
` [PATCH v2 59/72] ncr5380: Fix autosense bugs
` [PATCH v2 60/72] ncr5380: Implement new eh_abort_handler
` [PATCH v2 61/72] ncr5380: Fix EH during arbitration and selection
` [PATCH v2 62/72] ncr5380: Implement new eh_bus_reset_handler
` [PATCH v2 63/72] atari_NCR5380: Remove HOSTNO macro from printk() and seq_printf() calls
` [PATCH v2 64/72] atari_NCR5380: Eliminate HOSTNO macro
` [PATCH v2 65/72] atari_scsi, sun3_scsi: Remove global Scsi_Host pointer
` [PATCH v2 66/72] ncr5380: Fix soft lockups
` [PATCH v2 67/72] ncr5380: Cleanup comments
` [PATCH v2 68/72] ncr5380: Fix whitespace issues using regexp
` [PATCH v2 69/72] ncr5380: Merge changes from atari_NCR5380.c
` [PATCH v2 70/72] atari_NCR5380: Merge changes from NCR5380.c
` [PATCH v2 71/72] ncr5380: Cleanup whitespace and parentheses
` [PATCH v2 72/72] ncr5380: Fix pseudo DMA transfers on 53C400
[PATCH 1/2] be2iscsi: Remove unnecessary synchronize_irq() before free_irq()
2015-12-05 10:53 UTC (2+ messages)
` [PATCH 2/2] mpt3sas: "
[PATCH 00/10] aacraid: Patchset for aacraid driver version 41052
2015-12-05 0:40 UTC (40+ messages)
` [PATCH 01/10] aacraid: SCSI blk tag support
` [PATCH 02/10] aacraid: Fix RRQ overload
` [PATCH 03/10] aacraid: Added EEH support
` [PATCH 04/10] aacraid: Fix memory leak in aac_fib_map_free
` [PATCH 05/10] aacraid: Set correct msix count for EEH recovery
` [PATCH 06/10] aacraid: Fundamental reset support for Series 7
` [PATCH 07/10] aacraid: Fix AIF triggered IOP_RESET
` [PATCH 08/10] aacraid: Disable device ID wildcard
` [PATCH 09/10] aacraid: Fix character device re-initialization
` [PATCH 09/10] aacraid: Fix character device re initialization
` [PATCH 10/10] aacraid: Update driver version
[PATCH v2 0/3] Badblock tracking for gendisks
2015-12-05 0:17 UTC (13+ messages)
` [PATCH v2 1/3] badblocks: Add core badblock management code
` [PATCH v2 2/3] block: Add badblock management for gendisks
` [PATCH v2 3/3] md: convert to use the generic badblocks code
[PATCH v2] VMW_PVSCSI: Fix the issue of DMA-API related warnings
2015-12-04 22:07 UTC (3+ messages)
BUG: KASAN: slab-out-of-bounds in ses_enclosure_data_process+0x900/0xe50
2015-12-04 20:40 UTC (13+ messages)
[PATCH] storvsc: add more logging for error and warning messages
2015-12-04 18:41 UTC (5+ messages)
[PATCH] mpt3sas: add PCI dependency for CONFIG_SCSI_MPT2SAS
2015-12-04 17:29 UTC (3+ messages)
kernel BUG at drivers/scsi/scsi_lib.c:1096!
2015-12-04 17:09 UTC (14+ messages)
[PATCH v2 2/8] aic7xxx: Avoid name collision with <linux/list.h>
2015-12-04 15:26 UTC
[PATCH v2] storvsc: add logging for error/warning messages
2015-12-04 8:07 UTC
transakce~
2015-12-03 19:38 UTC
randconfig build error with next-20151203, in drivers/scsi/mpt3sas/mpt3sas_base.c
2015-12-04 0:12 UTC
[PATCH RESEND] cxlflash: drop unlikely before IS_ERR_OR_NULL
2015-12-03 21:18 UTC
[PATCH 2/2] SCSI: Fix NULL pointer dereference in runtime PM
2015-12-03 18:39 UTC (2+ messages)
[PATCH] USB: storage: add "no SYNCHRONIZE CACHE" quirk
2015-12-03 18:36 UTC (2+ messages)
Linux kernels 4.3+ mess up MPT2SAS configs
2015-12-03 17:54 UTC (3+ messages)
[PATCH 0/5] SCSI EH cleanup
2015-12-03 16:55 UTC (13+ messages)
` [PATCH 1/5] libsas: allow async aborts
` [PATCH 2/5] scsi: make scsi_eh_scmd_add() always succeed
` [PATCH 3/5] scsi: make eh_eflags persistent
` [PATCH 4/5] scsi: make asynchronous aborts mandatory
` [PATCH 5/5] scsi_error: do not escalate failed EH command
[PATCH] scsi_dh_alua: Remove stale variables
2015-12-03 16:43 UTC (3+ messages)
BUG: KASAN: slab-out-of-bounds in ses_enclosure_data_process+0x900/0xe50
2015-12-03 14:20 UTC
[Bug 108771] New: scsi: ses: kasan: ses_enclosure_data_process use after free on boot SAS2X28
2015-12-03 14:05 UTC (2+ messages)
` [Bug 108771] "
[PATCH RESEND] cxlflash: a couple off by one bugs
2015-12-03 9:18 UTC (2+ messages)
[scsi:for-next 119/125] drivers/scsi/mpt3sas/mpt3sas_transport.c:1973:3: error: implicit declaration of function 'pci_dma_mapping_error'
2015-12-02 22:58 UTC
[PATCH v2 0/4] bfa: Patches for scsi "misc" branch
2015-12-02 22:10 UTC (2+ messages)
[PATCHv2 00/18] ALUA device handler update, part 1
2015-12-02 22:00 UTC (2+ messages)
[scsi:fixes 16/18] warning: (SCSI_MPT2SAS) selects SCSI_MPT3SAS which has unmet direct dependencies (SCSI_LOWLEVEL && ..)
2015-12-02 21:56 UTC (3+ messages)
[scsi:for-next 119/125] drivers/scsi/mpt3sas/mpt3sas_base.c:140:2: error: implicit declaration of function 'pci_stop_and_remove_bus_device_locked'
2015-12-02 21:46 UTC
[PATCH Resend] VMW_PVSCSI: Fix the issue of DMA-API related warnings
2015-12-02 20:04 UTC (4+ 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).