linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-01-26 23:21:49 to 2017-02-01 06:38:34 UTC [more...]

split scsi passthrough fields out of struct request V2
 2017-02-01  6:38 UTC  (79+ messages)
` [PATCH 03/18] block: fix elevator init check
` [PATCH 04/18] block: simplify blk_init_allocated_queue
` [PATCH 05/18] block: allow specifying size for extra command data
` [PATCH 06/18] dm: remove incomple BLOCK_PC support
` [PATCH 07/18] dm: always defer request allocation to the owner of the request_queue
` [PATCH 11/18] scsi: remove gfp_flags member in scsi_host_cmd_pool
` [PATCH 12/18] scsi: respect unchecked_isa_dma for blk-mq
` [PATCH 13/18] scsi: remove scsi_cmd_dma_pool
` [PATCH 14/18] scsi: remove __scsi_alloc_queue
` [PATCH 15/18] scsi: allocate scsi_cmnd structures as part of struct request
` [PATCH 16/18] block/bsg: move queue creation into bsg_setup_queue
            ` [dm-devel] split scsi passthrough fields out of struct request V2

[PATCH] block: queue lock must be acquired when iterating over rls
 2017-02-01  6:36 UTC 

[PATCH 1/2] blk-mq: allocate blk_mq_tags and requests in correct node
 2017-02-01  4:25 UTC  (2+ messages)
` [PATCH 2/2] nvme: allocate nvme_queue "

remove the cmd_type field from struct request
 2017-02-01  2:58 UTC  (18+ messages)
` [PATCH 01/10] scm_blk: remove unneeded REQ_TYPE_FS check
` [PATCH 02/10] ѕd: remove pointless "
` [PATCH 03/10] mmc: remove pointless request type check in mmc_prep_request
` [PATCH 04/10] ms_block: remove pointless prep_fn
` [PATCH 05/10] mspro_block: "
` [PATCH 06/10] nbd: remove REQ_TYPE_DRV_PRIV leftovers
` [PATCH 07/10] nbd: move request validity checking into nbd_send_cmd
` [PATCH 08/10] block: introduce blk_rq_is_passthrough
` [PATCH 09/10] ide: don't abuse cmd_type
` [PATCH 10/10] block: fold cmd_type into the REQ_OP_ space

[PATCH 0/6] block: fix blk-mq debugfs vs. blktrace
 2017-01-31 22:53 UTC  (7+ messages)
` [PATCH 1/6] debugfs: add debugfs_lookup()
` [PATCH 2/6] block: fix debugfs config conditional in struct request_queue
` [PATCH 3/6] blktrace: make do_blk_trace_setup() static
` [PATCH 4/6] block: use same block debugfs directory for blk-mq and blktrace
` [PATCH 5/6] blk-mq: move debugfs_remove() of disk dir to blk_release_queue()
` [PATCH 6/6] blktrace: use existing disk debugfs directory

IOPRIO_PRIO_VALUE needs parens around (data) (was: [4.9.1] Compiler warnings in bcache)
 2017-01-31 19:01 UTC 

make SCSI passthrough support optional
 2017-01-31 17:56 UTC  (7+ messages)
` [PATCH 1/5] nvme/scsi: don't rely on BLK_MAX_CDB
` [PATCH 2/5] skd: implement trivial scsi ioctls directly
` [PATCH 3/5] block: make scsi_request and scsi ioctl support optional
` [PATCH 4/5] virtio_blk: remove struct request backpointer from virtblk_req
` [PATCH 5/5] virtio_blk: make SCSI passthrough support configurable

[PATCH] genhd: Do not hold event lock when scheduling workqueue elements
 2017-01-31 16:15 UTC  (3+ messages)

[PATCH 00/12] lightnvm: 4.11 patches
 2017-01-31 15:32 UTC  (14+ messages)
` [PATCH 01/12] lightnvm: merge gennvm with core
` [PATCH 02/12] lightnvm: collapse nvm_erase_ppa and nvm_erase_blk
` [PATCH 03/12] lightnvm: remove nvm_submit_ppa* functions
` [PATCH 04/12] lightnvm: remove nvm_get_bb_tbl and nvm_set_bb_tbl
` [PATCH 05/12] lightnvm: make nvm_map_* return void
` [PATCH 06/12] lightnvm: cleanup nvm transformation functions
` [PATCH 07/12] lightnvm: reduce number of nvm_id groups to one
` [PATCH 08/12] lightnvm: add ioctls for vector I/Os
` [PATCH 09/12] lightnvm: use end_io callback instead of instance
` [PATCH 10/12] lightnvm: Add CRC read error
` [PATCH 11/12] lightnvm: free properly on target creation error
` [PATCH 12/12] lightnvm: allow targets to use sysfs

[PATCH 0/4 v2] BDI lifetime fix
 2017-01-31 12:54 UTC  (5+ messages)
` [PATCH 1/4] block: Unhash block device inodes on gendisk destruction
` [PATCH 2/4] block: Use pointer to backing_dev_info from request_queue
` [PATCH 3/4] block: Dynamically allocate and refcount backing_dev_info
` [PATCH 4/4] block: Make blk_get_backing_dev_info() safe without open bdev

[PATCH 0/4 RFC] BDI lifetime fix
 2017-01-31 11:20 UTC  (9+ messages)
` [PATCH 3/4] block: Dynamically allocate and refcount backing_dev_info

[RFC PATCH] scsi, block: fix duplicate bdi name registration crashes
 2017-01-30 21:53 UTC  (7+ messages)

Device or HBA level QD throttling creates randomness in sequetial workload
 2017-01-30 18:29 UTC  (7+ messages)

[RFC PATCH 00/17] introduce a dax_inode for dax_operations
 2017-01-30 18:29 UTC  (24+ messages)
` [RFC PATCH 01/17] dax: refactor dax-fs into a generic provider of dax inodes
` [RFC PATCH 02/17] dax: convert dax_inode locking to srcu
` [RFC PATCH 03/17] dax: add a facility to lookup a dax inode by 'host' device name
` [RFC PATCH 04/17] dax: introduce dax_operations
` [RFC PATCH 05/17] pmem: add dax_operations support
` [RFC PATCH 06/17] axon_ram: "
` [RFC PATCH 07/17] brd: "
` [RFC PATCH 08/17] dcssblk: "
` [RFC PATCH 09/17] block: kill bdev_dax_capable()
` [RFC PATCH 10/17] block: introduce bdev_dax_direct_access()
` [RFC PATCH 11/17] dm: add dax_operations support (producer)
` [RFC PATCH 12/17] dm: add dax_operations support (consumer)
` [RFC PATCH 13/17] fs: update mount_bdev() to lookup dax infrastructure
` [RFC PATCH 14/17] ext2, ext4, xfs: retrieve dax_inode through iomap operations
` [RFC PATCH 15/17] Revert "block: use DAX for partition table reads"
` [RFC PATCH 16/17] fs, dax: convert filesystem-dax to bdev_dax_direct_access
` [RFC PATCH 17/17] block: remove block_device_operations.direct_access and related infrastructure

[PATCH V3 1/1] percpu-refcount: fix reference leak during percpu-atomic transition
 2017-01-30 16:04 UTC  (3+ messages)

[PATCH 0/6] mmc: block: command issue cleanups
 2017-01-30 13:30 UTC  (6+ messages)

[PATCH 1/3] lightnvm: submit erases using the I/O path
 2017-01-30 11:31 UTC  (6+ messages)
` [PATCH 2/3] lightnvm: allow targets to use sysfs
` [PATCH 3/3] lightnvm: Add CRC read error

[PATCH] lightnvm: free properly on target creation error
 2017-01-30 10:19 UTC  (2+ messages)

split scsi passthrough fields out of struct request V3
 2017-01-28  8:26 UTC  (5+ messages)
` [PATCH 01/19] block: add a op_is_flush helper
` [PATCH 02/19] md: cleanup bio op / flags handling in raid1_write_request

[PATCH V2 0/1] percpu-refcount: fix reference leak during percpu-atomic transition
 2017-01-28  0:18 UTC  (4+ messages)
` [PATCH V2 1/1] "

[PATCH 1/1] percpu-refcount: fix reference leak during percpu-atomic transition
 2017-01-27 22:14 UTC  (4+ messages)

[PATCH] blk-mq: fix compilation in !CONFIG_DEBUG_FS case
 2017-01-27 22:11 UTC  (3+ messages)
` [PATCH v2] blk-mq: fix debugfs compilation issues

[PATCH v2 05/10] sbitmap: add helpers for dumping to a seq_file
 2017-01-27 22:06 UTC  (3+ messages)
` [PATCH v3 "

[PATCH v2 00/10] blk-mq: move debugging information from sysfs to debugfs
 2017-01-27 22:03 UTC  (7+ messages)
` [PATCH v2 01/10] blk-mq: create debugfs directory tree
` [PATCH v2 03/10] blk-mq: move hctx->dispatch and ctx->rq_list from sysfs to debugfs

[GIT PULL] Block fixes for 4.10-rc
 2017-01-27 19:41 UTC 

[GIT PULL] (xen-blkfront) stable/for-jens-4.10 for your 'linux-next' branch
 2017-01-27 18:57 UTC  (2+ messages)

[PATCH 0/5] blk-mq: various blk-mq/blk-mq-sched fixes
 2017-01-27 14:40 UTC  (3+ messages)

automatic IRQ affinity for virtio V2
 2017-01-27  8:16 UTC  (10+ messages)
` [PATCH 1/9] virtio_pci: remove struct virtio_pci_vq_info
` [PATCH 2/9] virtio_pci: use shared interrupts for virtqueues
` [PATCH 3/9] virtio_pci: don't duplicate the msix_enable flag in struct pci_dev
` [PATCH 4/9] virtio_pci: simplify MSI-X setup
` [PATCH 5/9] virtio: allow drivers to request IRQ affinity when creating VQs
` [PATCH 6/9] virtio: provide a method to get the IRQ affinity mask for a virtqueue
` [PATCH 7/9] blk-mq: provide a default queue mapping for virtio device
` [PATCH 8/9] virtio_blk: use virtio IRQ affinity
` [PATCH 9/9] virtio_scsi: "

[PATCH] queue stall with blk-mq-sched
 2017-01-27  6:58 UTC  (16+ 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).