linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-10-11 20:37:01 to 2017-10-16 18:48:03 UTC [more...]

[PATCH v2 00/15] make structure field, function arguments and structures const
 2017-10-16 18:48 UTC  (18+ messages)
` [PATCH v2 01/15] configfs: make ci_type field, some pointers and function arguments const
` [PATCH v2 02/15] usb: gadget: make config_item_type structures const
  ` [PATCH v2 03/15] target: make config_item_type const
` [PATCH v2 04/15] iio: make function argument and some structures const
` [PATCH v2 05/15] ocfs2/cluster: make config_item_type const
` [PATCH v2 06/15] PCI: endpoint: "
` [PATCH v2 07/15] usb: gadget: configfs: "
` [PATCH v2 08/15] nvmet: "
` [PATCH v2 09/15] ACPI: configfs: "
` [PATCH v2 10/15] nullb: "
` [PATCH v2 11/15] stm class: "
` [PATCH v2 12/15] RDMA/cma: "
` [PATCH v2 13/15] netconsole: "
` [PATCH v2 14/15] dlm: "
` [PATCH v2 15/15] configfs: "

[PATCH 1/1] qla2xxx: Initialize Work element before requesting IRQs
 2017-10-16 18:26 UTC 

[PATCH] linux/types.h: Restore the ability to disable sparse endianness checks
 2017-10-16 17:36 UTC  (4+ messages)

[PATCH v2] linux/types.h: Restore the ability to disable sparse endianness checks
 2017-10-16 17:26 UTC 

[PATCH 0/2] qla2xxx: Couple bug fixes for FC-NVMe
 2017-10-16 17:24 UTC  (4+ messages)
` [PATCH 1/2] qla2xxx: Use ql2xnvmeenable to enable Q-Pair "
` [PATCH 2/2] qla2xxx: Query FC4 type during RSCN processing

[RFC] bsg-lib interface cleanup
 2017-10-16 16:50 UTC  (7+ messages)
` [PATCH 6/9] bsg-lib: introduce a timeout field in struct bsg_job
` [PATCH 7/9] bsg-lib: remove bsg_job.req
` [PATCH 8/9] block: pass full fmode_t to blk_verify_command

[PATCH 4.13 41/53] genirq/cpuhotplug: Enforce affinity setting on startup of managed irqs
 2017-10-16 16:16 UTC 

[PATCH V7 0/6] blk-mq-sched: improve sequential I/O performance
 2017-10-16 16:06 UTC  (28+ messages)
` [PATCH V7 1/6] blk-mq-sched: fix scheduler bad performance
` [PATCH V7 2/6] blk-mq-sched: move actual dispatching into one helper
` [PATCH V7 3/6] sbitmap: introduce __sbitmap_for_each_set()
` [PATCH V7 4/6] blk-mq: introduce .get_budget and .put_budget in blk_mq_ops
` [PATCH V7 5/6] blk-mq-sched: improve dispatching from sw queue
` [PATCH V7 6/6] SCSI: implement .get_budget and .put_budget for blk-mq

[SUSPECTED SPAM] RE: Incident [INC0903501]
 2017-10-16 14:32 UTC 

[PATCH 0/5] qla2xxx: Patches for scsi-misc
 2017-10-16  6:57 UTC  (15+ messages)
` [PATCH 1/5] qla2xxx: Add module param ql2xenablemsix
` [PATCH 2/5] qla2xxx: Add ATIO-Q processing for INTx mode
` [PATCH 3/5] qla2xxx: Allow MBC_GET_PORT_DATABASE to query and save the port states
` [PATCH 4/5] qla2xxx: Changes to support N2N logins
` [PATCH 5/5] qla2xxx: Update driver version to 10.00.00.02-k

[PATCH] scsi: qedi: Delete redundant variables
 2017-10-16  5:37 UTC  (2+ messages)

Dearest
 2017-10-16  1:06 UTC 

[PATCH] scsi: nsp32: fix logic bug in error handling
 2017-10-15 23:51 UTC  (2+ messages)

[PATCH] bsg: update bsg_device_list to utilize static hash table implementation
 2017-10-15 21:30 UTC  (2+ messages)

[PATCH] scsi: scsi_transport_fc: make the function argument as const
 2017-10-15 20:57 UTC  (2+ messages)

[PATCH] scsi: hpsa: simplify hpsa_set_local_logical_count()
 2017-10-15 19:35 UTC 

[PATCH] scsi: sg: Re-fix off by one in sg_fill_request_table()
 2017-10-15 17:16 UTC 

(unknown),
 2017-10-15 15:13 UTC 

[PATCH V10 0/8] blk-mq-sched: improve sequential I/O performance
 2017-10-14 23:17 UTC  (13+ messages)
` [PATCH V10 1/8] blk-mq-sched: dispatch from scheduler only after progress is made on ->dispatch
` [PATCH V10 2/8] blk-mq-sched: move actual dispatching into one helper
` [PATCH V10 3/8] sbitmap: introduce __sbitmap_for_each_set()
` [PATCH V10 4/8] block: kyber: check if there is request in ctx in kyber_has_work()
` [PATCH V10 5/8] blk-mq: introduce .get_budget and .put_budget in blk_mq_ops
` [PATCH V10 6/8] blk-mq-sched: improve dispatching from sw queue
` [PATCH V10 7/8] SCSI: allow to pass null rq to scsi_prep_state_check()
` [PATCH V10 8/8] SCSI: implement .get_budget and .put_budget for blk-mq

[PATCH] scsi: fnic: Clean up redundant variables
 2017-10-14 12:52 UTC 

[PATCH] [SCSI] sym53c8xx: Remove pointers scriptb0
 2017-10-14 12:03 UTC 

[PATCH V9 0/7] blk-mq-sched: improve sequential I/O performance
 2017-10-14  8:06 UTC  (17+ messages)
` [PATCH V9 1/7] blk-mq-sched: dispatch from scheduler only after progress is made on ->dispatch
` [PATCH V9 2/7] blk-mq-sched: move actual dispatching into one helper
` [PATCH V9 3/7] sbitmap: introduce __sbitmap_for_each_set()
` [PATCH V9 4/7] blk-mq: introduce .get_budget and .put_budget in blk_mq_ops
` [PATCH V9 5/7] blk-mq-sched: improve dispatching from sw queue
` [PATCH V9 6/7] SCSI: allow to pass null rq to scsi_prep_state_check()
` [PATCH V9 7/7] SCSI: implement .get_budget and .put_budget for blk-mq

[PATCH v2 0/5] qcom-ufs: phy/hcd: Refactor phy initialization code
 2017-10-14  1:02 UTC  (7+ messages)
` [PATCH v2 1/5] dt-bindings: phy: Add PHY_TYPE_UFS definition
` [PATCH v2 2/5] phy: Add UFS PHY modes
` [PATCH v2 3/5] phy: qcom-ufs: Add support to set phy mode
` [PATCH v2 4/5] scsi/ufs: qcom: Set phy mode based on the controllers HS MODE
` [PATCH v2 5/5] ufs/phy: qcom: Refactor to use phy_init call

[PATCH 0/8] Introduce sgl_alloc() and sgl_free()
 2017-10-13 17:56 UTC  (20+ messages)
` [PATCH 1/8] lib: "
` [PATCH 2/8] crypto: scompress - use "
` [PATCH 3/8] nvmet/fc: Use "
` [PATCH 4/8] nvmet/rdma: "
` [PATCH 5/8] target: Use sgl_alloc_order() "
` [PATCH 6/8] scsi/ipr: Use sgl_alloc_order() and sgl_free_order()
` [PATCH 7/8] scsi/pmcraid: Remove an unused structure member
` [PATCH 8/8] scsi/pmcraid: Use sgl_alloc_order() and sgl_free_order()

[PATCH V8 0/7] blk-mq-sched: improve sequential I/O performance
 2017-10-13 17:32 UTC  (10+ messages)
` [PATCH V8 1/7] blk-mq-sched: fix scheduler bad performance
` [PATCH V8 2/7] blk-mq-sched: move actual dispatching into one helper
` [PATCH V8 3/7] sbitmap: introduce __sbitmap_for_each_set()
` [PATCH V8 4/7] blk-mq: introduce .get_budget and .put_budget in blk_mq_ops
` [PATCH V8 5/7] blk-mq-sched: improve dispatching from sw queue
` [PATCH V8 6/7] SCSI: allow to pass null rq to scsi_prep_state_check()
` [PATCH V8 7/7] SCSI: implement .get_budget and .put_budget for blk-mq

[PATCH v2 0/5] qla2xxx: Patches for scsi-misc
 2017-10-13 17:01 UTC  (7+ messages)
` [PATCH v2 1/5] qla2xxx: Add module param ql2xenablemsix
` [PATCH v2 2/5] qla2xxx: Add ATIO-Q processing for INTx mode
` [PATCH v2 3/5] qla2xxx: Allow MBC_GET_PORT_DATABASE to query and save the port states
` [PATCH v2 4/5] qla2xxx: Changes to support N2N logins
` [PATCH v2 5/5] qla2xxx: Update driver version to 10.00.00.02-k

[PATCH] scsi: scsi_transport_fc: make a field of fc_internal structure const
 2017-10-13 14:29 UTC 

[PATCH 1/1] qla2xxx: Fix sparse warnings for N2N
 2017-10-13 14:28 UTC  (3+ messages)

[PATCH] zfcp: fix erp_action use-before-initialize in REC action trace
 2017-10-13 13:40 UTC 

[PATCHv6 0/5] scsi: Fixup blacklist handling
 2017-10-13 10:09 UTC  (12+ messages)
` [PATCHv6 1/5] scsi_debug: allow to specify inquiry vendor and model
` [PATCHv6 2/5] scsi: Export blacklist flags to sysfs
` [PATCHv6 3/5] scsi_devinfo: Reformat blacklist flags
` [PATCHv6 4/5] scsi_devinfo: Whitespace fixes
` [PATCHv6 5/5] scsi_devinfo: fixup string compare

[PATCH v4 0/5] scsi: ufs: add ufs driver code for Hisilicon Hi3660 SoC
 2017-10-13  7:49 UTC  (6+ messages)
` [PATCH v4 1/5] scsi: ufs: add Hisilicon ufs driver code
` [PATCH v4 2/5] dt-bindings: scsi: ufs: add document for hisi-ufs
` [PATCH v4 3/5] arm64: dts: add ufs dts node
` [PATCH v4 4/5] arm64: defconfig: enable configs for Hisilicon ufs
` [PATCH v4 5/5] arm64: defconfig: enable f2fs and squashfs

[RESEND PATCH] scsi: shost->async_scan should be protected by mutex_lock
 2017-10-13  6:55 UTC 

[PATCH] target: make config_item_type const
 2017-10-13  5:03 UTC  (2+ messages)

[PATCH] scsi: lpfc: Fix a precedence bug in lpfc_nvme_io_cmd_wqe_cmpl()
 2017-10-12 20:30 UTC 

[PATCH v7 0/9] Hello Jens,
 2017-10-12 19:53 UTC  (4+ messages)
` [PATCH v7 9/9] block, scsi: Make SCSI quiesce and resume work reliably

Hello
 2017-10-12 18:26 UTC 

[PATCH 01/10] arch:powerpc: return -ENOMEM on failed allocation
 2017-10-12 17:55 UTC  (3+ messages)
` [PATCH 03/10] driver:gpu: return -ENOMEM on allocation failure
  ` [Nouveau] "

[PATCH v8 00/10] block, scsi, md: Improve suspend and resume
 2017-10-12 17:45 UTC  (12+ messages)
` [PATCH v8 03/10] md: Neither resync nor reshape while the system is frozen
` [PATCH v8 09/10] block, scsi: Make SCSI quiesce and resume work reliably

[PATCH V6 0/5] blk-mq-sched: improve sequential I/O performance
 2017-10-12 15:49 UTC  (10+ messages)
` [PATCH V6 4/5] blk-mq-sched: improve dispatching from sw queue

[PATCH] target/iscsi: make config_item_type const
 2017-10-12 15:02 UTC  (2+ messages)

[PATCH v2 0/2] change allow_restart, manage_start_stop to bool in sysfs
 2017-10-12  6:57 UTC  (3+ messages)
` [PATCH v2 1/2] scsi: sd: change allow_restart to bool in sysfs interface
` [PATCH v2 2/2] scsi: sd: change manage_start_stop "

[PATCH] scsi: sd: add check for changing allow_restart
 2017-10-12  6:22 UTC  (3+ messages)


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