linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-01-27 21:56:24 to 2017-02-02 10:58:54 UTC [more...]

[PATCH 0/6] block: fix blk-mq debugfs vs. blktrace
 2017-02-02 10:58 UTC  (10+ 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

Doubt related to immutable biovecs
 2017-02-02  9:35 UTC  (3+ messages)

[PATCHSET v4] blk-mq-scheduling framework
 2017-02-02  9:19 UTC  (7+ messages)
` [PATCH 7/8] mq-deadline: add blk-mq adaptation of the deadline IO scheduler

[PATCH v3] scsi, block: fix duplicate bdi name registration crashes
 2017-02-02  8:14 UTC  (6+ messages)

[PATCH] nbd: use an idr to keep track of nbd devices
 2017-02-02  1:36 UTC  (2+ messages)

[PATCH] nbd: use our own workqueue for recv threads
 2017-02-02  1:35 UTC  (2+ messages)

[PATCH 0/4 v2] BDI lifetime fix
 2017-02-01 22:45 UTC  (14+ 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] block: queue lock must be acquired when iterating over rls
 2017-02-01 22:31 UTC  (2+ messages)

split scsi passthrough fields out of struct request V2
 2017-02-01 22:01 UTC  (45+ messages)
` [PATCH 14/18] scsi: remove __scsi_alloc_queue
` [PATCH 15/18] scsi: allocate scsi_cmnd structures as part of struct request
        ` [dm-devel] split scsi passthrough fields out of struct request V2

[PATCH v2] scsi, block: fix duplicate bdi name registration crashes
 2017-02-01 20:35 UTC  (3+ messages)

[PATCH] block: Update comments that refer to __bio_map_user() and bio_map_user()
 2017-02-01 19:33 UTC  (3+ messages)

[PATCH 0/4] Four patches for the blk-mq debugfs code
 2017-02-01 19:23 UTC  (10+ messages)
` [PATCH 1/4] blk-mq-debugfs: Add missing __acquires() / __releases() annotations
` [PATCH 2/4] blk-mq-debug: Avoid that sparse complains about req_flags_t usage
` [PATCH 3/4] blk-mq-debug: Make show() operations interruptible
` [PATCH 4/4] blk-mq-debug: Introduce debugfs_create_files()

[PATCH V2 1/3] blk-mq: allocate blk_mq_tags and requests in correct node
 2017-02-01 19:09 UTC  (7+ messages)
` [PATCH V2 2/3] PCI: add an API to get node from vector
` [PATCH V2 3/3] nvme: allocate nvme_queue in correct node

remove the cmd_type field from struct request
 2017-02-01 10:55 UTC  (21+ 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 1/2] blk-mq: allocate blk_mq_tags and requests in correct node
 2017-02-01  9:34 UTC  (4+ messages)
` [PATCH 2/2] nvme: allocate nvme_queue "

[RFC PATCH 00/17] introduce a dax_inode for dax_operations
 2017-02-01  9:28 UTC  (29+ 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

[RFC PATCH] scsi, block: fix duplicate bdi name registration crashes
 2017-02-01  8:08 UTC  (9+ messages)

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 RFC] BDI lifetime fix
 2017-01-31 11:20 UTC  (8+ messages)
` [PATCH 3/4] block: Dynamically allocate and refcount backing_dev_info

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

[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  (5+ 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  (3+ messages)

[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  (6+ 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


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