linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-01-03 05:05:26 to 2016-01-08 00:40:45 UTC [more...]

[PATCH 1/1] scsi: scsi_transport_fc: Fix a bug in the error handling function
 2016-01-08  0:40 UTC  (2+ messages)

[PATCH] [SCSI] osst: remove double conversion of timeout
 2016-01-08  0:02 UTC  (2+ messages)

System "hangs" on kernels > v4.4-rc1 - mpt2sas problem?
 2016-01-07 22:55 UTC 

[PATCH 1/1] scsi: add Synology to 1024 sector blacklist
 2016-01-07 22:34 UTC 

[PATCH v3] ipr: fix out-of-bounds null overwrite
 2016-01-07 10:19 UTC  (2+ messages)

[PATCH] add driver for DesignWare UFS Host Controller
 2016-01-07  9:44 UTC  (2+ messages)

[PATCHv2 net-next 0/3] cxgb4/cxgb4i: add iscsi LRO support for chelsio t4/t5 adapters
 2016-01-07  9:24 UTC  (4+ messages)
` [PATCHv2 net-next 1/3] cxgb4: Add LRO infrastructure for cxgb4i driver
` [PATCHv2 net-next 2/3] libcxgbi: add pdu parsing of LRO'ed skbs
` [PATCHv2 net-next 3/3] cxgb4i: add iscsi LRO for chelsio t4/t5 adapters

[PATCH 00/35 v2] separate operations from flags in the bio/request structs
 2016-01-07  3:13 UTC  (45+ messages)
` [PATCH 01/35] block/fs/drivers: remove rw argument from submit_bio
  ` [dm-devel] "
` [PATCH 02/35] block: add REQ_OP definitions and bi_op/op fields
` [PATCH 03/35] block, fs, mm, drivers: set bi_op to REQ_OP
` [PATCH 04/35] fs: have submit_bh users pass in op and flags separately
` [PATCH 05/35] fs: have ll_rw_block "
` [PATCH 06/35] direct-io: set bi_op to REQ_OP
` [PATCH 07/35] btrfs: have submit_one_bio users setup bio bi_op
` [PATCH 08/35] btrfs: set bi_op tp REQ_OP
` [PATCH 09/35] btrfs: update __btrfs_map_block for bi_op transition
` [PATCH 10/35] btrfs: don't pass rq_flag_bits if there is a bio
` [PATCH 11/35] f2fs: set bi_op to REQ_OP
` [PATCH 12/35] gfs2: "
` [PATCH 13/35] xfs: "
` [PATCH 14/35] hfsplus: "
` [PATCH 15/35] mpage: "
` [PATCH 16/35] nilfs: "
` [PATCH 17/35] ocfs2: "
` [PATCH 18/35] pm: "
` [PATCH 19/35] dm: "
` [PATCH 20/35] dm: pass dm stats data dir instead of bi_rw
` [PATCH 21/35] bcache: set bi_op to REQ_OP
` [PATCH 22/35] drbd: "
` [PATCH 23/35] md/raid: "
` [PATCH 24/35] xen: "
` [PATCH 25/35] target: "
` [PATCH 26/35] block: set op "
` [PATCH 27/35] drivers: set request "
` [PATCH 28/35] blktrace: get op from req->op/bio->bi_op
` [PATCH 29/35] ide cd: do not set REQ_WRITE on requests
` [PATCH 30/35] block, fs, drivers: do not test bi_rw for REQ_OPs
` [PATCH 31/35] block, fs: remove old REQ definitions
` [PATCH 32/35] block: shrink bi_rw and bi_op
` [PATCH 33/35] block, drivers: add REQ_OP_FLUSH operation
` [PATCH 34/35] block: add QUEUE_FLAGs for flush and fua
` [PATCH 35/35] block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH

[PATCH v4 00/78] More fixes, cleanup and modernization for NCR5380 drivers
 2016-01-07  2:53 UTC  (67+ messages)
` [PATCH v4 08/78] ncr5380: Move NCR53C400-specific code
` [PATCH v4 10/78] atari_NCR5380: Remove RESET_BOOT, CONFIG_ATARI_SCSI_TOSHIBA_DELAY and CONFIG_ATARI_SCSI_RESET_BOOT
` [PATCH v4 14/78] ncr5380: Use return instead of goto in NCR5380_select()
` [PATCH v4 15/78] ncr5380: Always escalate bad target time-out "
` [PATCH v4 25/78] ncr5380: Rework disconnect versus poll logic
` [PATCH v4 26/78] ncr5380: Fix NCR5380_transfer_pio() result
` [PATCH v4 27/78] ncr5380: Add missing lock in eh_abort_handler
` [PATCH v4 28/78] ncr5380: Drop DEF_SCSI_QCMD macro
` [PATCH v4 29/78] ncr5380: Remove references to linked commands
` [PATCH v4 30/78] ncr5380: Add missing break after case MESSAGE_REJECT
` [PATCH v4 31/78] ncr5380: Fix !REQ timeout in do_abort()
` [PATCH v4 32/78] ncr5380: Fix bus phase "
` [PATCH v4 33/78] atari_NCR5380: Set do_abort() timeouts
` [PATCH v4 34/78] atari_NCR5380: Use arbitration timeout
` [PATCH v4 35/78] ncr5380: Dont wait for BUS FREE after disconnect
` [PATCH v4 36/78] ncr5380: Use work_struct instead of delayed_work
` [PATCH v4 37/78] ncr5380: Standardize work queueing algorithm
` [PATCH v4 38/78] ncr5380: Remove UNSAFE macro
` [PATCH v4 39/78] ncr5380: Standardize interrupt handling
` [PATCH v4 40/78] ncr5380: Introduce NCR5380_poll_politely2
` [PATCH v4 41/78] ncr5380: Replace redundant flags with FLAG_NO_DMA_FIXUP
` [PATCH v4 42/78] ncr5380: Replace READ_OVERRUNS macro with FLAG_NO_DMA_FIXUPS
` [PATCH v4 43/78] ncr5380: Standardize reselection handling
` [PATCH v4 44/78] ncr5380: Fix off-by-one bug in extended_msg[] bounds check
` [PATCH v4 45/78] ncr5380: Cleanup #include directives
` [PATCH v4 46/78] ncr5380: Fix NDEBUG_NO_DATAOUT flag
` [PATCH v4 47/78] ncr5380: Fix and cleanup scsi_host_template initializers
` [PATCH v4 48/78] atari_NCR5380: Fix queue_size limit
` [PATCH v4 49/78] ncr5380: Remove redundant ICR_ARBITRATION_LOST test and eliminate FLAG_DTC3181E
` [PATCH v4 50/78] ncr5380: Change instance->host_lock to hostdata->lock
` [PATCH v4 51/78] ncr5380: Remove command list debug code
` [PATCH v4 52/78] ncr5380: Remove H_NO macro and introduce dsprintk
` [PATCH v4 53/78] ncr5380: Use shost_priv helper
` [PATCH v4 54/78] ncr5380: Use dsprintk() for queue debugging
` [PATCH v4 55/78] ncr5380: Remove LIST and REMOVE macros
` [PATCH v4 56/78] ncr5380: Remove redundant volatile qualifiers
` [PATCH v4 57/78] ncr5380: Use standard list data structure
` [PATCH v4 58/78] ncr5380: Refactor command completion
` [PATCH v4 59/78] ncr5380: Fix autosense bugs
` [PATCH v4 60/78] ncr5380: Implement new eh_abort_handler
` [PATCH v4 61/78] ncr5380: Fix EH during arbitration and selection
` [PATCH v4 62/78] ncr5380: Implement new eh_bus_reset_handler
` [PATCH v4 63/78] atari_NCR5380: Remove HOSTNO macro from printk() and seq_printf() calls
` [PATCH v4 64/78] atari_NCR5380: Eliminate HOSTNO macro
` [PATCH v4 65/78] atari_scsi, sun3_scsi: Remove global Scsi_Host pointer
` [PATCH v4 66/78] ncr5380: Fix soft lockups
` [PATCH v4 67/78] ncr5380: Cleanup comments
` [PATCH v4 68/78] ncr5380: Fix trailing whitespace using regexp
` [PATCH v4 69/78] ncr5380: Fix whitespace in comments "
` [PATCH v4 70/78] ncr5380: Merge changes from atari_NCR5380.c
` [PATCH v4 71/78] atari_NCR5380: Merge changes from NCR5380.c
` [PATCH v4 72/78] ncr5380: Cleanup whitespace and parentheses
` [PATCH v4 73/78] ncr5380: Fix pseudo DMA transfers on 53C400
` [PATCH v4 74/78] ncr5380: Use runtime register mapping
` [PATCH v4 75/78] ncr5380: Enable PDMA for NCR53C400A
` [PATCH v4 76/78] ncr5380: Enable PDMA for DTC chips
` [PATCH v4 77/78] ncr5380: Fix wait for 53C80 registers registers after PDMA
` [PATCH v4 78/78] ncr5380: Add support for HP C2502

[PATCH v2 0/6] cxlflash: Miscellaneous fixes and updates
 2016-01-07  2:01 UTC  (2+ messages)

[PATCH V2 0/9] aacraid: Patchset for aacraid driver version 41052
 2016-01-07  7:22 UTC  (10+ messages)
` [PATCH V2 1/9] aacraid: SCSI blk tag support
` [PATCH V2 2/9] aacraid: Fix RRQ overload
` [PATCH V2 3/9] aacraid: Added EEH support
` [PATCH V2 4/9] aacraid: Fix memory leak in aac_fib_map_free
` [PATCH V2 5/9] aacraid: Set correct msix count for EEH recovery
` [PATCH V2 6/9] aacraid: Fundamental reset support for Series 7
` [PATCH V2 7/9] aacraid: Fix AIF triggered IOP_RESET
` [PATCH V2 8/9] aacraid: Fix character device re-initialization
` [PATCH V2 9/9] aacraid: Update driver version

[PATCH V2 0/9] aacraid: Patchset for aacraid driver version 41052
 2016-01-06 23:01 UTC  (3+ messages)

[PATCH v2, RESEND] Separate target visibility from reaped state information
 2016-01-06 21:34 UTC  (4+ messages)

[PATCH V4 0/4] scsi: storvsc: Properly support FC hosts
 2016-01-06 21:10 UTC  (2+ messages)

[PATCH v3 0/4] scsi: cleanup ioctl headers and provide UAPI versions
 2016-01-06 21:00 UTC  (3+ messages)

[PATCH 1/1] mvsas: add SGPIO support to Marvell 94xx
 2016-01-06 20:29 UTC  (4+ messages)

[PATCH] scsi: mvsas: fix indenting on return error code
 2016-01-06 20:29 UTC  (3+ messages)

[PATCH v2 00/16] qla2xxx: Patches for target-pending branch
 2016-01-06 19:01 UTC  (11+ messages)
` [PATCH v2 11/16] qla2xxx: Add selective command queuing
` [PATCH v2 15/16] qla2xxx: Add bulk send for atio & ctio completion paths

[PATCH v2] ipr: fix out-of-bounds null overwrite
 2016-01-06 17:26 UTC  (2+ messages)

st driver doesn't seem to grok LTO partitioning
 2016-01-06 16:44 UTC  (27+ messages)

[PATCH net-next 0/3] cxgb4/cxgb4i: add iscsi LRO support for chelsio t4/t5 adapters
 2016-01-06 13:32 UTC  (6+ messages)
` [PATCH net-next 1/3] cxgb4: Add LRO infrastructure for cxgb4i driver
` [PATCH net-next 2/3] libcxgbi: add pdu parsing of LRO'ed skbs
` [PATCH net-next 3/3] cxgb4i: add iscsi LRO for chelsio t4/t5 adapters

NMI watchdog: BUG: soft lockup - CPU#1 stuck for 22s! [kworker/1:1:29]
 2016-01-06  6:10 UTC  (6+ messages)

[PATCH] ipr: fix out-of-bounds null overwrite
 2016-01-06  5:01 UTC  (2+ messages)

kernel BUG at block/bio.c:1787! while initializing scsi_debug on ppc64 host
 2016-01-06  3:33 UTC  (4+ messages)

[PATCHv4 0/1] Update SCSI hosts to use ida for host number mgmt
 2016-01-05 23:53 UTC  (19+ messages)
` [PATCHv4 1/1] SCSI: hosts: update to use ida_simple for host_no management

OOPS: unplugging western digital passport drive
 2016-01-05 15:24 UTC 

[PATCH resend] scsi: imm: use new parport device model
 2016-01-05 12:49 UTC 

[PATCH] scsi: imm: use new parport device model
 2016-01-05 12:40 UTC 

[PATCH] mpt3sas: a correction in unmap_resources
 2016-01-05  2:01 UTC  (3+ messages)

[PATCH v3 0/3] hpsa update
 2016-01-05  1:59 UTC  (2+ messages)

[PATCH RFC 0/2] avoid crashing when reading /proc/scsi/scsi and simultaneously removing devices
 2016-01-05  1:58 UTC  (2+ messages)

qla2xxx: Delete session if initiator is gone from FW
 2016-01-04 20:31 UTC  (3+ messages)

[PATCH 00/20] qla2xxx: Patches for target-pending branch
 2016-01-04  7:44 UTC  (4+ messages)
` [PATCH 12/20] target/tmr: LUN reset cause cmd premature free

[PATCH RESEND] megaraid:Fix for loop termination statment in the function process_fw_state_change_wq
 2016-01-04  5:41 UTC 

[PATCH 00/20] ALUA device handler update, part II
 2016-01-03 10:54 UTC  (9+ messages)
` [PATCH 11/20] scsi_dh_alua: Use workqueue for RTPG
` [PATCH 12/20] scsi_dh_alua: Allow workqueue to run synchronously


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).