messages from 2016-10-05 04:32:18 to 2016-10-12 13:06:32 UTC [more...]
[PATCH v2 00/16] Convert FibreChannel bsg code to use bsg-lib
2016-10-12 13:06 UTC (6+ messages)
` [PATCH v2 02/16] scsi: don't use fc_bsg_job::request and fc_bsg_job::reply directly
` [PATCH v2 03/16] scsi: fc: Export fc_bsg_jobdone and use it in FC drivers
` [PATCH v2 04/16] scsi: Unify interfaces of fc_bsg_jobdone and bsg_job_done
` [PATCH v2 05/16] scsi: fc: provide fc_bsg_to_shost() helper
` [PATCH v2 06/16] scsi: fc: provide fc_bsg_to_rport() helper
[bug report] scsi: hisi_sas: add internal abort to hisi_sas_abort_task()
2016-10-12 10:01 UTC (2+ messages)
[PATCH 00/44] Convert FibreChannel bsg code to use bsg-lib
2016-10-12 7:06 UTC (48+ messages)
` [PATCH 01/44] scsi: Get rid of struct fc_bsg_buffer
` [PATCH 02/44] bfa: don't use fc_bsg_job::request and fc_bsg_job::reply directly
` [PATCH 03/44] zfcp: "
` [PATCH 04/44] ibmvfc: "
` [PATCH 05/44] lpfc: "
` [PATCH 06/44] qla2xxx: "
` [PATCH 08/44] scsi: fc: "
` [PATCH 09/44] scsi: fc: Export fc_bsg_jobdone
` [PATCH 10/44] zfcp: Use fc_bsg_jobdone()
` [PATCH 11/44] bfa: "
` [PATCH 12/44] ibmvfc: "
` [PATCH 14/44] lpfc: "
` [PATCH 15/44] qla2xxx: "
` [PATCH 16/44] scsi: fc: remove job_done method from struct fc_bsg_job
` [PATCH 07/44] libfc: don't use fc_bsg_job::request and fc_bsg_job::reply directly
` [PATCH 13/44] libfc: Use fc_bsg_jobdone()
` [PATCH 17/44] scsi: Unify interfaces of fc_bsg_jobdone and bsg_job_done
` [PATCH 23/44] libfc: use fc_bsg_to_shost() to access a bsg_job's Scsi_Host
` [PATCH 31/44] libfc: use fc_bsg_to_rport() to access a bsg_job's rport
` [PATCH 33/44] scsi: libfc: don't set FC_RQST_STATE_DONE before calling fc_bsg_jobdone()
` [PATCH 36/44] scsi: change FC drivers to use 'struct bsg_job'
` [PATCH 18/44] scsi: fc: provide fc_bsg_to_shost() helper
` [PATCH 19/44] scsi: fc: use fc_bsg_to_shost() to access a bsg_job's Scsi_Host
` [PATCH 20/44] bfa: "
` [PATCH 21/44] lpfc: "
` [PATCH 22/44] qla2xxx: "
` [PATCH 24/44] ibmvfc: "
` [PATCH 25/44] zfcp: "
` [PATCH 26/44] scsi: fc: provide fc_bsg_to_rport() helper
` [PATCH 27/44] scsi: fc: use fc_bsg_to_rport() to access a bsg_job's rport
` [PATCH 28/44] zfcp: "
` [PATCH 29/44] qla2xxx: "
` [PATCH 30/44] lpfc: "
` [PATCH 32/44] ibmvfc: "
` [PATCH 34/44] scsi: fc: implement kref backed reference counting
` [PATCH 35/44] block: add reference counting for struct bsg_job
` [PATCH 37/44] block: export bsg_destroy_job
` [PATCH 38/44] scsi: fc: Use bsg_destroy_job
` [PATCH 39/44] block: export bsg_softirq_done
` [PATCH 40/44] scsi: fc: use bsg_softirq_done
` [PATCH 41/44] scsi: fc: use bsg_job_done
` [PATCH 42/44] block: add bsg_job_put() and bsg_job_get()
` [PATCH 43/44] scsi: fc: move FC transport's bsg code to bsg-lib
` [PATCH 44/44] block: unexport bsg_softirq_done() again
[PATCH v1 0/3] Fixes for problems found during testing
2016-10-12 6:20 UTC (5+ messages)
` [PATCH v1 1/3] Synchronization of cmds during termination conditions
` [PATCH v1 2/3] Properly handle if target_submit_cmd/tmr fails
` [PATCH v1 3/3] Return correct partition name/number to client
[PATCH 1/2] scsi: Handle Unit Attention when issuing SCSI command
2016-10-12 5:25 UTC (2+ messages)
` [PATCH 2/2] sr: Drop custom handling of unit attention
[PATCH v2 0/7] Introduce blk_quiesce_queue() and blk_resume_queue()
2016-10-12 0:41 UTC (28+ messages)
` [PATCH v2 1/7] blk-mq: Introduce blk_mq_queue_stopped()
` [PATCH v2 4/7] blk-mq: Introduce blk_quiesce_queue() and blk_resume_queue()
` [PATCH v2 6/7] SRP transport: Port srp_wait_for_queuecommand() to scsi-mq
` [PATCH v2 7/7] [RFC] nvme: Fix a race condition
` [PATCH v2 3/7] [RFC] nvme: Use BLK_MQ_S_STOPPED instead of QUEUE_FLAG_STOPPED in blk-mq code
[PATCH] scsi: NCR5380: no longer mark irq probing as __init
2016-10-11 23:20 UTC (4+ messages)
[RESEND PATCH] scsi: ufs: fix race between clock gating and devfreq scaling work
2016-10-11 23:15 UTC
[PATCH] scsi: ufs: add support for BLKSECDISCARD
2016-10-11 22:50 UTC (5+ messages)
[PATCH] SCSI: remove one useless stack variable
2016-10-11 22:02 UTC (3+ messages)
[Resend PATCH] SCSI: scan: fix use-after-free
2016-10-11 22:01 UTC (3+ messages)
[PATCH] scsi: replace wrong device handler name for CLARiiON arrays
2016-10-11 21:58 UTC (6+ messages)
` [dm-devel] "
[RESEND PATCH v3] scsi: ufshcd: fix possible unclocked register access
2016-10-11 21:55 UTC (3+ messages)
[PATCHv2 0/7] libfc: sanitize kref and state machine fixes
2016-10-11 21:07 UTC (2+ messages)
[PATCH v2 0/3] hisi_sas add hip07 support
2016-10-11 20:34 UTC (4+ messages)
` [PATCH v2 1/3] devicetree: bindings: scsi: "
[PATCH] fnic: Use time64_t to represent trace timestamps
2016-10-11 20:28 UTC (2+ messages)
replace pci_enable_msi_{exact_range} with pci_alloc_irq_vectors
2016-10-11 20:18 UTC (5+ messages)
` [PATCH 1/6] arcmsr: use pci_alloc_irq_vectors
` [PATCH 2/6] ipr: use pci_irq_allocate_vectors
[PATCH 0/9] Introduce blk_quiesce_queue() and blk_resume_queue()
2016-10-11 16:27 UTC (2+ messages)
Issue with fc_exch_alloc failing initiated by fc_queuecommand on NUMA or large configurations with Intel ixgbe running FCOE
2016-10-11 14:51 UTC (7+ messages)
` [Open-FCoE] "
[PATCH 15/23] scsi_dh_alua: Add new blacklist flag 'BLIST_SYNC_ALUA'
2016-10-11 6:00 UTC (2+ messages)
[PATCH v3 00/12] Fixes, cleanup and g_NCR5380_mmio/g_NCR5380 merger
2016-10-10 22:57 UTC (19+ messages)
` [PATCH v3 05/12] scsi/ncr5380: Increase register polling limit
` [PATCH v3 03/12] scsi/atari_scsi: Make device register accessors re-entrant
` [PATCH v3 02/12] scsi/cumana_1: Remove unused cumanascsi_setup() function
` [PATCH v3 01/12] scsi/g_NCR5380: Merge g_NCR5380 and g_NCR5380_mmio drivers
` [PATCH v3 04/12] scsi/ncr5380: Simplify register polling limit
` [PATCH v3 12/12] scsi/ncr5380: Suppress unhelpful "interrupt without IRQ bit" message
` [PATCH v3 08/12] scsi/ncr5380: Use correct types for device register accessors
` [PATCH v3 11/12] scsi/ncr5380: Use correct types for DMA routines
` [PATCH v3 09/12] scsi/ncr5380: Pass hostdata pointer to register polling routines
` [PATCH v3 07/12] scsi/ncr5380: Store IO ports and addresses in host private data
` [PATCH v3 06/12] scsi/ncr5380: Improve hostdata struct member alignment and cache-ability
` [PATCH v3 10/12] scsi/ncr5380: Expedite register polling
[PATCH 01/10] ufs: introduce setup_xfer_req callback
2016-10-10 7:06 UTC (3+ messages)
[RESEND PATCH] scsi: fix ata_port_wait_eh() hang caused by missing to wake up eh thread
2016-10-09 15:24 UTC (2+ messages)
[PATCH v2 00/12] Fixes, cleanup and g_NCR5380_mmio/g_NCR5380 merger
2016-10-09 7:22 UTC (15+ messages)
` [PATCH v2 04/12] scsi/ncr5380: Simplify register polling limit
` [PATCH v2 07/12] scsi/ncr5380: Store IO ports and addresses in host private data
` [PATCH v2 11/12] scsi/ncr5380: Use correct types for DMA routines
` [PATCH v2 05/12] scsi/ncr5380: Increase register polling limit
` [PATCH v2 02/12] scsi/cumana_1: Remove unused cumanascsi_setup() function
` [PATCH v2 03/12] scsi/atari_scsi: Make device register accessors re-enterant
` [PATCH v2 08/12] scsi/ncr5380: Use correct types for device register accessors
` [PATCH v2 12/12] scsi/ncr5380: Suppress unhelpful "interrupt without IRQ bit" message
` [PATCH v2 10/12] scsi/ncr5380: Expedite register polling
` [PATCH v2 06/12] scsi/ncr5380: Improve hostdata struct member alignment and cache-ability
` [PATCH v2 09/12] scsi/ncr5380: Pass hostdata pointer to register polling routines
` [PATCH v2 01/12] scsi/g_NCR5380: Merge g_NCR5380 and g_NCR5380_mmio drivers
[PATCH] SCSI: scan: fix use-after-free
2016-10-09 5:14 UTC
[PATCH v2 0/8] Support for Exynos specific UFS driver
2016-10-08 16:38 UTC (2+ messages)
[RESEND PATCH v2 0/10] Support for Exynos specific UFS driver
2016-10-08 3:18 UTC
iscsi_trx going into D state
2016-10-08 2:59 UTC (8+ messages)
[PATCH] scsi: update rdac devices at scsi_dh_rdac
2016-10-07 16:55 UTC
[PATCH v1 1/8] ufs: add some vendor specific operations
2016-10-07 5:14 UTC (6+ messages)
[PATCH v3] scsi: ufshcd: fix possible unclocked register access
2016-10-07 1:57 UTC
[PATCH v2] scsi: ufshcd: fix possible unclocked register access
2016-10-07 1:20 UTC (5+ messages)
[PATCH v1 0/8] Support for Exynos specific UFS driver
2016-10-07 1:19 UTC (3+ messages)
[PATCH] scsi: ufs: fix race between clock gating and devfreq scaling work
2016-10-07 1:16 UTC
Geschäftsvorschlag!!!
2016-10-06 16:52 UTC
[PATCH] scsi: fcoe: fix off-by-one array size comparison
2016-10-06 18:26 UTC
[Bug 176701] New: hdparm security erase gets aborted by SML
2016-10-06 15:44 UTC
Donation of £1.5 Million Pounds!!
2016-10-06 7:44 UTC
[GIT PULL] first round of SCSI updates for the 4.8+ merge window
2016-10-06 7:03 UTC
[PATCH v7 0/7] ZBC / Zoned block device support
2016-10-06 1:04 UTC (8+ messages)
` [PATCH v7 1/7] block: Add 'zoned' queue limit
` [PATCH v7 2/7] blk-sysfs: Add 'chunk_sectors' to sysfs attributes
` [PATCH v7 3/7] block: update chunk_sectors in blk_stack_limits()
` [PATCH v7 4/7] block: Define zoned block device operations
` [PATCH v7 5/7] block: Implement support for zoned block devices
` [PATCH v7 6/7] sd: Implement support for ZBC devices
` [PATCH v7 7/7] blk-zoned: implement ioctls
[PATCH] scsi: ufshcd: fix possible unclocked register access
2016-10-06 0:57 UTC
[PATCH 00/12] Fixes, cleanup and g_NCR5380_mmio/g_NCR5380 merger
2016-10-05 19:57 UTC (2+ messages)
BUG and Oops while trying to issue a discard to LVM on RAID1 md
2016-10-05 15:13 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