linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-04-20 05:11:12 to 2017-04-21 22:01:20 UTC [more...]

[PATCH 0/5] v2: block subsystem refcounter conversions
 2017-04-21 22:01 UTC  (20+ 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 "

BUG: KASAN: use-after-free in scsi_exit_rq
 2017-04-21 21:49 UTC  (2+ messages)

[PATCH 2/2] lightnvm: don't print a warning for ADDR_EMPTY
 2017-04-21 20:54 UTC 

[PATCH 1/2] lightnvm: potential underflow in pblk_read_rq()
 2017-04-21 20:53 UTC 

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

[PATCH] lightnvm: propagate pblk_init return to userspace
 2017-04-21 18:41 UTC  (4+ messages)

[PATCH-v0 0/2] These patches were missed in the last update
 2017-04-21 18:42 UTC  (3+ messages)
` [PATCH-v0 1/2] Fix panic on BFS configuration
` [PATCH-v0 2/2] Fix memory corruption of the lpfc_ncmd->list pointers

for-4.12/block branch
 2017-04-21 17:53 UTC  (12+ messages)

[PATCH] blk-mq: Fix preempt count imbalance
 2017-04-21 17:59 UTC  (2+ messages)

[PATCH 00/10] block: assorted cleanup for bio splitting and cloning
 2017-04-21 15:48 UTC  (31+ messages)
` [PATCH 02/11] blk: make the bioset rescue_workqueue optional
` [PATCH 01/11] blk: remove bio_set arg from blk_queue_split()
` [PATCH 06/11] drbd: use bio_clone_fast() instead of bio_clone()
` [PATCH 05/11] rbd: "
` [PATCH 04/11] block: Improvements to bounce-buffer handling
` [PATCH 07/11] pktcdvd: use bio_clone_fast() instead of bio_clone()
` [PATCH 03/11] blk: use non-rescuing bioset for q->bio_split
` [PATCH 10/11] block: remove bio_clone() and all references
` [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()

[GIT PULL] Final block fixes for 4.11
 2017-04-21 14:21 UTC 

RFC: drop the T10 OSD code and its users
 2017-04-21 14:00 UTC  (8+ messages)
` [PATCH 3/4] nfs: remove the objlayout driver

Status of pwritev2/preadv2 in glibc?
 2017-04-21 11:19 UTC  (2+ messages)

[PATCH] blk-stat: kill blk_stat_rq_ddir()
 2017-04-21 10:57 UTC  (3+ messages)

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

[PATCH] blk-mq: Fix poll_stat for new size-based bucketing
 2017-04-21  9:26 UTC  (6+ messages)

[PATCH 00/10] dm: zoned block device support
 2017-04-21  3:55 UTC  (10+ messages)
` [PATCH 01/10] dm-table: Introduce DM_TARGET_ZONED_HM feature
` [PATCH 02/10] dm-table: Check device area zone alignment
` [PATCH 03/10] dm-table: Check block devices zone model compatibility
` [PATCH 04/10] dm: Fix REQ_OP_ZONE_RESET bio handling
` [PATCH 05/10] dm: Fix REQ_OP_ZONE_REPORT "
` [PATCH 06/10] dm: Introduce dm_remap_zone_report()
` [PATCH 07/10] dm-flakey: Add support for zoned block devices
` [PATCH 08/10] dm-linear: "
` [PATCH 09/10] dm-kcopyd: Add sequential write feature

[PATCH] nbd: set the max segments to USHRT_MAX
 2017-04-21  1:54 UTC 

[PATCH] blk-mq: Remove blk_mq_sched_move_to_dispatch()
 2017-04-20 23:28 UTC  (2+ messages)

[PATCH] blk-mq-sched: add might_sleep() check for flush/fua insert
 2017-04-20 23:20 UTC  (4+ messages)

[PATCH] blk-mq: fix schedule-while-atomic with scheduler attached
 2017-04-20 22:42 UTC  (8+ messages)

[PATCH v3 0/2] blk-stat: Add ability to not bucket IO; improve IO polling
 2017-04-20 22:06 UTC  (17+ messages)
` [PATCH v3 2/2] blk-mq: Add a polling specific stats function

[PATCH v3 0/8] blk-mq debugfs patches for kernel v4.12
 2017-04-20 20:49 UTC  (3+ messages)
` [PATCH v3 7/8] blk-mq: Add blk_mq_ops.show_rq()

kill req->errors V4
 2017-04-20 18:16 UTC  (42+ 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/25 v3] fs: Convert all embedded bdis into separate ones
 2017-04-20 18:11 UTC  (4+ messages)
` [PATCH 21/25] nfs: Convert to separately allocated bdi

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

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

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

[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  (5+ messages)
` [PATCH 5/8] nowait aio: return on congested block device

[PATCH v2 0/5] Reduce code duplication
 2017-04-20  8:31 UTC  (9+ 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 v3] axon_ram: add dax_operations support
 2017-04-20  5:46 UTC  (2+ 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  (7+ messages)
` [PATCH 02/23] block: remove the blk_execute_rq return value
` [PATCH 08/23] scsi: introduce a result field in struct scsi_request


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