linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-06-02 13:17:42 to 2016-06-07 20:07:32 UTC [more...]

[PATCH v2 0/4] Block layer support ZAC/ZBC commands
 2016-06-07 20:02 UTC  (4+ messages)
` [PATCH v2 1/4] Losing bits on request.cmd_flags
` [PATCH v2 2/4] Add bio/request flags for using ZBC/ZAC commands
` [PATCH v2 3/4] Add ioctl to issue ZBC/ZAC commands via block layer

[PATCH] scsi: ufs: fix potential memory leak
 2016-06-07 19:12 UTC  (2+ messages)

Partitions not detected with firewire - 36 bytes offset - PL-3507
 2016-06-07 13:15 UTC 

[PATCH v3 0/6] Introduce pci_(request|release)_(mem|io)_regions
 2016-06-07 11:57 UTC  (3+ messages)
` [PATCH v3 3/6] lpfc: Use pci_(request|release)_mem_regions

[PATCH v2] scsi_debug: fix sleep in invalid context
 2016-06-07 11:55 UTC  (3+ messages)

NVMe over Fabrics target implementation
 2016-06-07 10:55 UTC  (2+ messages)

[PATCH v4 1/2] scsi: fix race between simultaneous decrements of ->host_failed
 2016-06-07  6:53 UTC  (2+ messages)
` [PATCH v4 2/2] Documentation/scsi: update scsi_eh.txt about ->host_failed

[RFC 0/8] nvmet: Add support for multi-tenant configfs
 2016-06-07  6:36 UTC  (9+ messages)
` [RFC 1/8] nvmet: Add nvmet_fabric_ops get/put transport helpers
` [RFC 2/8] nvmet: Add support for configfs-ng multi-tenant logic
` [RFC 3/8] nvmet: Hookup nvmet_ns->dev to nvmet_ns_enable
` [RFC 4/8] nvmet/io-cmd: Hookup sbc_ops->execute_rw backend ops
` [RFC 5/8] nvmet/io-cmd: Hookup sbc_ops->execute_sync_cache "
` [RFC 6/8] nvmet/io-cmd: Hookup sbc_ops->execute_unmap "
` [RFC 7/8] nvmet/admin-cmd: Hookup T10-PI to ID_NS.ms + ID_NS.dps feature bits
` [RFC 8/8] nvme/loop: Add support for bio integrity handling

[PATCH v3 1/2] scsi: fix race between simultaneous decrements of ->host_failed
 2016-06-07  4:42 UTC  (8+ messages)
` [PATCH v3 2/2] Documentation/scsi: update scsi_eh.txt about ->host_failed

[PATCH-v2 00/16] target: Allow backends to operate independent of se_cmd
 2016-06-07  4:12 UTC  (18+ messages)
` [PATCH-v2 01/16] target: Fix for hang of Ordered task in TCM
` [PATCH-v2 02/16] target: Add target_iomem descriptor
` [PATCH-v2 03/16] target: Add target_iostate descriptor
` [PATCH-v2 04/16] target: Add target_complete_ios wrapper
` [PATCH-v2 05/16] target: Setup target_iostate memory in __target_execute_cmd
` [PATCH-v2 06/16] target: Convert se_cmd->execute_cmd to target_iostate
` [PATCH-v2 07/16] target/sbc: Convert sbc_ops->execute_rw "
` [PATCH-v2 08/16] target/sbc: Convert sbc_dif_copy_prot "
` [PATCH-v2 09/16] target/file: Convert sbc_dif_verify "
` [PATCH-v2 10/16] target/iblock: Fold iblock_req into target_iostate
` [PATCH-v2 11/16] target/sbc: Convert sbc_ops->execute_sync_cache to target_iostate
` [PATCH-v2 12/16] target/sbc: Convert sbc_ops->execute_write_same "
` [PATCH-v2 13/16] target/sbc: Convert sbc_ops->execute_unmap "
` [PATCH-v2 14/16] target: Make sbc_ops accessable via target_backend_ops
` [PATCH-v2 15/16] target/sbc: Convert ->execute_unmap to __blkdev_issue_discard
` [PATCH-v2 16/16] target/iblock: Convert to inline bio/bvec + blk_poll

[PATCH] bnx2i: fix spelling mistake "complection" -> "completion"
 2016-06-07  3:43 UTC  (3+ messages)

[PATCH] sd: remove redundant check for BLK_DEF_MAX_SECTORS
 2016-06-07  3:42 UTC  (5+ messages)

[PATCH 0/3] hisi_sas: v2 hw ACPI support and fix lock
 2016-06-07  3:16 UTC  (6+ messages)
` [PATCH 1/3] hisi_sas: add v2 hw ACPI support
` [PATCH 2/3] hisi_sas: fix the inconsistent lock issue reported by CONFIG_PROVE_LOCKING

[target:nvmet-configfs-ng 20/49] ERROR: "__udivdi3" [drivers/nvme/target/nvmet.ko] undefined!
 2016-06-07  2:06 UTC 

linux-next: Tree for Jun 6 (scsi_debug.c)
 2016-06-07  3:10 UTC 

[PATCH 0/4] Block layer support ZAC/ZBC commands
 2016-06-06 19:26 UTC  (7+ messages)
` [PATCH 1/4] Add support for SCT Write Same
` [PATCH 2/4] Add bio/request flags for using ZBC/ZAC commands
` [PATCH 3/4] Add ioctl to issue ZBC/ZAC commands via block layer
` [PATCH 4/4] Add ata pass-through path for ZAC commands

ATTENTION ! ATTENTION !! ATTENTION !!!
 2016-06-06 18:37 UTC 

[PATCH] Add support for Write Same via SCT
 2016-06-06 17:58 UTC  (2+ messages)
` [PATCH] Add support for SCT Write Same

[PATCH] scsi: Add QEMU CD-ROM to VPD Inquiry Blacklist
 2016-06-06 16:03 UTC  (15+ messages)

[PATCH 00/45] v8: separate operations from flags in the bio/request structs
 2016-06-06 15:43 UTC  (68+ messages)
` [PATCH 01/45] block/fs/drivers: remove rw argument from submit_bio
` [PATCH 02/45] block: add REQ_OP definitions and helpers
` [PATCH 03/45] fs: have submit_bh users pass in op and flags separately
` [PATCH 04/45] fs: have ll_rw_block "
` [PATCH 05/45] block, drivers, cgroup: use op_is_write helper instead of checking for REQ_WRITE
` [PATCH 06/45] dm: use op_is_write "
` [PATCH 07/45] bcache: "
` [PATCH 08/45] block, fs, mm, drivers: use bio set/get op accessors
` [PATCH 09/45] block discard: use bio set op accessor
` [PATCH 10/45] direct-io: use bio set/get op accessors
` [PATCH 11/45] btrfs: have submit_one_bio users use bio "
` [PATCH 12/45] btrfs: "
` [PATCH 13/45] btrfs: update __btrfs_map_block for REQ_OP transition
` [PATCH 14/45] btrfs: use bio fields for op and flags
` [PATCH 15/45] f2fs: use bio op accessors
` [PATCH 16/45] gfs2: "
` [PATCH 17/45] xfs: "
` [PATCH 18/45] hfsplus: "
` [PATCH 19/45] mpage: "
` [PATCH 20/45] nilfs: "
` [PATCH 21/45] ocfs2: "
` [PATCH 22/45] pm: "
` [PATCH 23/45] dm: pass dm stats data dir instead of bi_rw
` [PATCH 24/45] dm: use bio op accessors
` [PATCH 25/45] bcache: "
` [PATCH 26/45] drbd: "
` [PATCH 27/45] md: "
` [PATCH 28/45] target: "
` [PATCH 29/45] xen: "
` [PATCH 30/45] block: copy bio op to request op
` [PATCH 31/45] block: prepare request creation/destruction code to use REQ_OPs
` [PATCH 32/45] block: prepare mq request creation "
` [PATCH 33/45] block: prepare elevator "
` [PATCH 34/45] blkg_rwstat: separate op from flags
` [PATCH 35/45] block: convert merge/insert code to check for REQ_OPs
` [PATCH 36/45] block: convert is_sync helpers to use REQ_OPs
` [PATCH 37/45] drivers: use req op accessor
` [PATCH 38/45] blktrace: use op accessors
` [PATCH 39/45] ide cd: do not set REQ_WRITE on requests
` [PATCH 40/45] block: move bio io prio to a new field
` [PATCH 41/45] block, drivers, fs: shrink bi_rw from long to int
` [PATCH 42/45] block, fs, drivers: remove REQ_OP compat defs and related code
` [PATCH 43/45] block, drivers: add REQ_OP_FLUSH operation
` [PATCH 44/45] block: do not use REQ_FLUSH for tracking flush support
` [PATCH 45/45] block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH

[Bug 118621] New: After upgrading from ubuntu 15.10 to 16.04 CD-R's won't mount, others mount just fine
 2016-06-06 14:35 UTC  (3+ messages)
` [Bug 118621] "

[PATCH v2 1/2] scsi: fix race between simultaneous decrements of ->host_failed
 2016-06-06 12:48 UTC  (4+ messages)

[PATCH v2 0/6] Introduce pci_(request|release)_(mem|io)_regions
 2016-06-06  8:12 UTC  (3+ messages)
` [PATCH v2 3/6] lpfc: Use pci_(request|release)_mem_regions

[PATCH] scsi:stex.c Support Pegasus 3 product
 2016-06-06  7:53 UTC 

[PATCH 1/3] driver-core: Implement device_match_always()
 2016-06-06  7:32 UTC  (3+ messages)
` [PATCH 2/3] PCI: Use device_match_always()
` [PATCH 3/3] scsi: "

Outstanding pay-out
 2016-06-05 19:22 UTC 

[PATCH 1/1] scsi: storvsc: Filter out storvsc messages CD-ROM medium not present
 2016-06-04 14:33 UTC  (3+ messages)

[PATCH] sd: Fix rw_max for devices that report an optimal xfer size
 2016-06-04  1:11 UTC  (4+ messages)

[PATCH] Fix a bdi reregistration race, v3
 2016-06-03 23:25 UTC  (5+ messages)

[PATCH] Use the correct size to set block max sectors
 2016-06-03 22:42 UTC  (5+ messages)

[PATCH 1/5] Add P3 support, define reg & struct
 2016-06-03 13:04 UTC  (2+ messages)

[PATCH 5/5] Add P3 support, acpi s5 & s6
 2016-06-03 12:14 UTC 

[PATCH 4/5] Add P3 support, acpi s3 & s4
 2016-06-03 12:13 UTC 

[PATCH 3/5] Add P3 support, modify IO & reset
 2016-06-03 12:13 UTC 

[PATCH 2/5] Add P3 support, modify probe, irq & handshake
 2016-06-03 12:12 UTC 

[v2 PATCH 1/3] scsi:stex.c Support to Pegasus series
 2016-06-03 12:09 UTC  (2+ messages)

Zpráva pro vás!
 2016-06-02 20:24 UTC 

[PATCH] ses: Fix racy cleanup of /sys in remove_dev()
 2016-06-02 22:50 UTC  (2+ messages)

[PATCH v4 0/8] Replay Protected Memory Block (RPMB) subsystem
 2016-06-02 22:35 UTC  (4+ messages)

unexpected sync delays in dpkg for small pre-allocated files on ext4
 2016-06-02 16:23 UTC  (6+ messages)

[PATCH 00/14] lpfc multiqueue performance fixes
 2016-06-02 15:58 UTC  (17+ messages)
` [PATCH 01/14] block: don't check request size in blk_cloned_rq_check_limits()
` [PATCH 02/14] lpfc: remove unused 'pring' argument
` [PATCH 03/14] lpfc: Add config option 'lpfc_enable_stats'
` [PATCH 04/14] scsi: add 'abort_completions' host template flag
` [PATCH 05/14] lpfc: do not wait for completion when aborting commands
` [PATCH 06/14] lpfc: display manual queue assignment
` [PATCH 07/14] scsi: modify can_queue after calling mq_allocate()
` [PATCH 08/14] blk-mq: add blk_mq_resize_tag_set()
` [PATCH 09/14] scsi: Implement scsi_mq_resize_tags()
` [PATCH 10/14] lpfc: use bitflag for exch_busy
` [PATCH 11/14] lpfc: set LPFC_CMD_ABORTED when a command is put on the aborted list
` [PATCH 12/14] lpfc: move to array based command allocation for SLI-4
` [PATCH 13/14] lpfc: LPFC_CMD_RRQ_ACTIVE flag to mark commands
` [PATCH 14/14] lpfc: Complete scsi commands after RRQ has completed

Performance degradation on 4.6
 2016-06-02 15:18 UTC  (4+ messages)

[PATCH] scsi: device_handler: Remove create_workqueue
 2016-06-02 14:57 UTC  (2+ messages)

[PATCH v4 4/8] char: rpmb: provide user space interface
 2016-06-02 13:44 UTC  (2+ messages)
` [v4,4/8] "


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