linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-04-18 23:29:44 to 2017-04-20 18:06:07 UTC [more...]

[PATCH 0/25 v3] fs: Convert all embedded bdis into separate ones
 2017-04-20 18:06 UTC  (3+ messages)
` [PATCH 21/25] nfs: Convert to separately allocated bdi

[PATCH v3] dcssblk: add dax_operations support
 2017-04-20 17:05 UTC  (3+ messages)

[resend PATCH v2 00/33] dax: introduce dax_operations
 2017-04-20 16:30 UTC  (6+ messages)
` [resend PATCH v2 08/33] dcssblk: add dax_operations support
` [resend PATCH v2 11/33] dm: add dax_device and "

[PATCH 0/4] blk-mq-sched: allow to use hw tag for sched
 2017-04-20 16:10 UTC  (11+ messages)

[PATCH 0/5] v2: block subsystem refcounter conversions
 2017-04-20 16:10 UTC  (8+ messages)
` [PATCH 1/5] block: convert bio.__bi_cnt from atomic_t to refcount_t
` [PATCH 2/5] block: convert blk_queue_tag.refcnt "
` [PATCH 3/5] block: convert blkcg_gq.refcnt "
` [PATCH 4/5] block: convert io_context.active_ref "
` [PATCH 5/5] block: convert bsg_device.ref_count "

[PATCH] blk-throttle: Suppress a compiler warning
 2017-04-20 15:43 UTC  (4+ messages)

kill req->errors V4
 2017-04-20 15:38 UTC  (40+ messages)
` [PATCH 01/23] pd: don't check blk_execute_rq return value
` [PATCH 02/23] block: remove the "
` [PATCH 03/23] nvme-fc: fix status code handling in nvme_fc_fcpio_done
` [PATCH 04/23] nvme: split nvme status from block req->errors
` [PATCH 05/23] nvme: make nvme_error_status private
` [PATCH 06/23] virtio: fix spelling of virtblk_scsi_request_done
` [PATCH 07/23] virtio_blk: don't use req->errors
` [PATCH 08/23] scsi: introduce a result field in struct scsi_request
` [PATCH 09/23] loop: zero-fill bio on the submitting cpu
` [PATCH 10/23] null_blk: don't pass always-0 req->errors to blk_mq_complete_request
` [PATCH 11/23] dm rq: don't pass irrelevant error code "
` [PATCH 12/23] dm mpath: don't check for req->errors
` [PATCH 13/23] nbd: don't use req->errors
` [PATCH 14/23] mtip32xx: add a status field to struct mtip_cmd
` [PATCH 15/23] xen-blkfront: don't use req->errors
` [PATCH 16/23] blk-mq: remove the error argument to blk_mq_complete_request
` [PATCH 17/23] blk-mq: simplify __blk_mq_complete_request
` [PATCH 18/23] block: add a error_count field to struct request
` [PATCH 19/23] floppy: switch from req->errors to req->error_count
` [PATCH 20/23] ataflop: "
` [PATCH 21/23] swim3: remove (commented out) printing of req->errors
` [PATCH 22/23] blktrace: remove the unused block_rq_abort tracepoint
` [PATCH 23/23] block: remove the errors field from struct request

[PATCH][-next] block, bfq: don't dereference bic before null checking it
 2017-04-20 14:19 UTC  (2+ messages)

[PATCH 0/8 v6] No wait AIO
 2017-04-20 13:43 UTC  (16+ messages)
` [PATCH 1/8] Use RWF_* flags for AIO operations
` [PATCH 2/8] nowait aio: Introduce RWF_NOWAIT
` [PATCH 4/8] nowait-aio: Introduce IOMAP_NOWAIT
` [PATCH 5/8] nowait aio: return on congested block device
` [PATCH 7/8] nowait aio: xfs

[PATCH 00/10] block: assorted cleanup for bio splitting and cloning
 2017-04-20 10:00 UTC  (13+ messages)
` [PATCH 01/11] blk: remove bio_set arg from blk_queue_split()
` [PATCH 02/11] blk: make the bioset rescue_workqueue optional
` [PATCH 05/11] rbd: use bio_clone_fast() instead of bio_clone()
` [PATCH 07/11] pktcdvd: "
` [PATCH 03/11] blk: use non-rescuing bioset for q->bio_split
` [PATCH 04/11] block: Improvements to bounce-buffer handling
` [PATCH 06/11] drbd: use bio_clone_fast() instead of bio_clone()
` [PATCH 09/11] bcache: use kmalloc to allocate bio in bch_data_verify()
` [PATCH 08/11] xen-blkfront: remove bio splitting
` [PATCH 11/11] block: don't check for BIO_MAX_PAGES in blk_bio_segment_split()
` [PATCH 10/11] block: remove bio_clone() and all references

[PATCH v2 0/5] Reduce code duplication
 2017-04-20  8:31 UTC  (11+ messages)
` [PATCH v2 1/5] block: Export blk_init_request_from_bio()
` [PATCH v2 2/5] null_blk: Use blk_init_request_from_bio() instead of open-coding it
` [PATCH v2 3/5] lightnvm: "
` [PATCH v2 4/5] block: Inline blk_rq_set_prio()
` [PATCH v2 5/5] block: Optimize ioprio_best()

[PATCH v3] axon_ram: add dax_operations support
 2017-04-20  5:46 UTC  (4+ messages)

[PATCH 1/2] scsi: convert unrecovered read error to -EILSEQ
 2017-04-20  5:37 UTC  (4+ messages)
` [PATCH 2/2] block: Improve error handling verbosity

kill req->errors V3
 2017-04-20  5:17 UTC  (30+ messages)
` [PATCH 01/23] pd: don't check blk_execute_rq return value
` [PATCH 02/23] block: remove the "
` [PATCH 03/23] nvme-fc: fix status code handling in nvme_fc_fcpio_done
` [PATCH 04/23] nvme: split nvme status from block req->errors
` [PATCH 05/23] nvme: make nvme_error_status private
` [PATCH 06/23] virtio: fix spelling of virtblk_scsi_request_done
` [PATCH 07/23] virtio_blk: don't use req->errors
` [PATCH 08/23] scsi: introduce a result field in struct scsi_request
` [PATCH 09/23] loop: zero-fill bio on the submitting cpu
` [PATCH 10/23] null_blk: don't pass always-0 req->errors to blk_mq_complete_request
` [PATCH 11/23] dm rq: don't pass irrelevant error code "
` [PATCH 12/23] dm mpath: don't check for req->errors
` [PATCH 13/23] nbd: don't use req->errors
` [PATCH 14/23] mtip32xx: add a status field to struct mtip_cmd
` [PATCH 15/23] xen-blkfront: don't use req->errors
` [PATCH 16/23] blk-mq: remove the error argument to blk_mq_complete_request
` [PATCH 17/23] blk-mq: simplify __blk_mq_complete_request
` [PATCH 18/23] block: add a error_count field to struct request
` [PATCH 19/23] floppy: switch from req->errors to req->error_count
` [PATCH 20/23] ataflop: "
` [PATCH 21/23] swim3: remove (commented out) printing of req->errors
` [PATCH 22/23] blktrace: remove the unused block_rq_abort tracepoint
` [PATCH 23/23] block: remove the errors field from struct request

[PATCH 0/3] mtip32xx: make it working with mq scheduler
 2017-04-20  5:00 UTC  (7+ messages)
` [PATCH 1/3] blk-mq: export blk_mq_get_driver_tag
` [PATCH 2/3] mtip32xx: assign driver tag
` [PATCH 3/3] mtip32xx: use runtime tag to initialize command header

[PATCH 0/9] block: T10/DIF Fixes and cleanups v3
 2017-04-20  2:51 UTC  (15+ messages)
` [PATCH 1/9] bio-integrity: Do not allocate integrity context for bio w/o data
` [PATCH 2/9] bio-integrity: bio_trim should truncate integrity vector accordingly
` [PATCH 3/9] bio-integrity: bio_integrity_advance must update integrity seed
` [PATCH 4/9] bio-integrity: fix interface for bio_integrity_trim v2
` [PATCH 5/9] bio-integrity: fold bio_integrity_enabled to bio_integrity_prep
` [PATCH 6/9] T10: Move opencoded contants to common header
` [PATCH 8/9] bio: add bvec_iter rewind API

[PATCH] block: get rid of blk_integrity_revalidate()
 2017-04-20  2:04 UTC  (2+ messages)

always use REQ_OP_WRITE_ZEROES for zeroing offload V2
 2017-04-20  1:34 UTC  (4+ messages)
` [PATCH 26/27] scsi: sd: Separate zeroout and discard command choices

[PATCH v3 0/8] blk-mq debugfs patches for kernel v4.12
 2017-04-19 23:29 UTC  (9+ messages)
` [PATCH v3 3/8] blk-mq: Unregister debugfs attributes earlier
` [PATCH v3 4/8] blk-mq: Move the "state" debugfs attribute one level down
` [PATCH v3 5/8] blk-mq: Make blk_flags_show() callers append a newline character
` [PATCH v3 6/8] blk-mq: Show operation, cmd_flags and rq_flags names
` [PATCH v3 7/8] blk-mq: Add blk_mq_ops.show_rq()
` [PATCH v3 8/8] scsi: Implement blk_mq_ops.show_rq()

[PATCH v3] dax: add a facility to lookup a dax device by 'host' device name
 2017-04-19 22:31 UTC 

[PATCH] ligtnvm: fix double blk_put_queue on same queue
 2017-04-19 21:47 UTC 

[PATCH V4 00/16] Introduce the BFQ I/O scheduler
 2017-04-19 19:34 UTC  (5+ messages)

kill req->errors V3
 2017-04-19 19:26 UTC 

[PATCH] lightnvm: assume 64-bit lba numbers
 2017-04-19 18:08 UTC  (3+ messages)

kill req->errors V2
 2017-04-19 17:54 UTC  (13+ messages)
` block: remove the blk_execute_rq return value
` scsi: introduce a new result field in struct scsi_request
` blk-mq: remove the error argument to blk_mq_complete_request
` block: add a error_count field to struct request

clean up a few end_request variants
 2017-04-19 16:26 UTC  (2+ messages)

[PATCH 0/5] Reduce code duplication
 2017-04-19 15:54 UTC  (13+ messages)
` [PATCH 1/5] block: Export blk_init_request_from_bio()
` [PATCH 2/5] null_blk: Use blk_init_request_from_bio() instead of open-coding it
` [PATCH 3/5] lightnvm: "
` [PATCH 4/5] block: Inline blk_rq_set_prio()
` [PATCH 5/5] block: Optimize ioprio_best()

bfq-mq performance comparison to cfq
 2017-04-19 15:43 UTC  (7+ messages)

RFC: drop the T10 OSD code and its users
 2017-04-19 15:11 UTC  (4+ messages)
` [PATCH 1/4] block: remove the osdblk driver

[PATCH] block: Make writeback throttling defaults consistent for SQ devices
 2017-04-19 14:34 UTC  (3+ messages)

[PATCH] nbd: set the max segment size to UINT_MAX
 2017-04-19 14:16 UTC  (3+ messages)

[GIT PULL] (xen) stable/for-jens-4.12
 2017-04-19 14:14 UTC  (2+ messages)

[PATCH V3 00/16] Introduce the BFQ I/O scheduler
 2017-04-19  7:08 UTC  (7+ messages)
` [PATCH V3 02/16] block, bfq: add full hierarchical scheduling and cgroups support

RDMA performance comparison: IBNBD, SCST, NVMEoF
 2017-04-19  6:02 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).