linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-02 00:19:57 to 2018-11-09 13:58:47 UTC [more...]

remove the legacy BLKPREP_* values
 2018-11-09 13:58 UTC  (11+ messages)
` [PATCH 1/7] ide: cleanup ->prep_rq calling convention
` [PATCH 2/7] scsi: simplify scsi_prep_state_check
` [PATCH 3/7] scsi: push blk_status_t up into scsi_setup_{fs,scsi}_cmnd
` [PATCH 4/7] scsi: clean up error handling in scsi_init_io
` [PATCH 5/7] scsi: return blk_status_t from scsi_init_io and ->init_command
` [PATCH 6/7] scsi: return blk_status_t from device handler ->prep_fn
` [PATCH 7/7] block: remove the BLKPREP_* values

sx8: make full use of blk-mq
 2018-11-09 13:51 UTC  (3+ messages)
` [PATCH 1/2] sx8: cleanup queue and disk allocation / freeing
` [PATCH 2/2] sx8: use a per-host tag_set

mtip32xx: fixes and cleanups
 2018-11-09 13:49 UTC  (10+ messages)
` [PATCH 1/9] mtip32xx: move the blk_rq_map_sg call to mtip_hw_submit_io
` [PATCH 2/9] mtip32xx: merge mtip_submit_request into mtip_queue_rq
` [PATCH 3/9] mtip32xx: return a blk_status_t from mtip_send_trim
` [PATCH 4/9] mtip32xx: remove __force_bit2int
` [PATCH 5/9] mtip32xx: add missing endianess annotations on struct smart_attr
` [PATCH 6/9] mtip32xx: remove mtip_init_cmd_header
` [PATCH 7/9] mtip32xx: remove mtip_get_int_command
` [PATCH 8/9] mtip32xx: don't use req->special
` [PATCH 9/9] mtip32xxx: use for_each_sg

[PATCHSET v3 0/30] blk-mq driver conversions and legacy path removal
 2018-11-09 13:38 UTC  (8+ messages)
` [PATCH 08/30] scsi: provide mq_ops->busy() hook
` [PATCH 09/30] scsi: kill off the legacy IO path

[GIT PULL] nvme fixes for 4.20
 2018-11-09 13:29 UTC  (4+ messages)

[PATCH V2 0/3] block: make sure discard/writesame bio is aligned with logical block size
 2018-11-09 13:24 UTC  (5+ messages)

[PATCH] xen-blkfront: fix kernel panic with blkfront_remove()
 2018-11-09 11:17 UTC  (2+ messages)

[PATCH v2] xen-blkfront: fix kernel panic with blkfront_remove()
 2018-11-09  6:16 UTC  (2+ messages)

[PATCHSET v2 0/2] Add queue_is_busy helper
 2018-11-09  2:08 UTC  (14+ messages)
` [PATCH] blk-mq: provide a helper to check if a queue is busy
` [PATCH 1/2] blk-mq-tag: change busy_iter_fn to return whether to continue or not
` [PATCH 2/2] blk-mq: provide a helper to check if a queue is busy

[patch 5/5] block: use a driver-specific handler for the "inflight" value
 2018-11-08 17:07 UTC 

[LKP] a9f38e1dec [ 245.678853] INFO: task mount:580 blocked for more than 120 seconds
 2018-11-09  1:38 UTC  (4+ messages)

[PATCH] block: respect virtual boundary mask in bvecs
 2018-11-08 15:04 UTC  (15+ messages)

[PATCH 0/16 v3] loop: Fix oops and possible deadlocks
 2018-11-08 21:28 UTC  (21+ messages)
` [PATCH 01/16] block/loop: Don't grab "struct file" for vfs_getattr() operation
` [PATCH 02/16] block/loop: Use global lock for ioctl() operation
` [PATCH 03/16] loop: Fold __loop_release into loop_release
` [PATCH 04/16] loop: Get rid of loop_index_mutex
` [PATCH 05/16] loop: Push lo_ctl_mutex down into individual ioctls
` [PATCH 06/16] loop: Split setting of lo_state from loop_clr_fd
` [PATCH 07/16] loop: Push loop_ctl_mutex down into loop_clr_fd()
` [PATCH 08/16] loop: Push loop_ctl_mutex down to loop_get_status()
` [PATCH 09/16] loop: Push loop_ctl_mutex down to loop_set_status()
` [PATCH 10/16] loop: Push loop_ctl_mutex down to loop_set_fd()
` [PATCH 11/16] loop: Push loop_ctl_mutex down to loop_change_fd()
` [PATCH 12/16] loop: Move special partition reread handling in loop_clr_fd()
` [PATCH 13/16] loop: Move loop_reread_partitions() out of loop_ctl_mutex
` [PATCH 14/16] loop: Fix deadlock when calling blkdev_reread_part()
` [PATCH 15/16] loop: Avoid circular locking dependency between loop_ctl_mutex and bd_mutex
` [PATCH 16/16] loop: Get rid of 'nested' acquisition of loop_ctl_mutex

[PATCHSET 0/2] Add queue_is_busy helper
 2018-11-08 15:58 UTC  (7+ messages)
` [PATCH 1/2] blk-mq-tag: change busy_iter_fn to return whether to continue or not
` [PATCH 2/2] blk-mq: provide a helper to check if a queue is busy

[PATCH] block: Clear kernel memory before copying to user
 2018-11-08 15:37 UTC  (15+ messages)

[PATCH v2] block: respect virtual boundary mask in bvecs
 2018-11-07 20:05 UTC  (4+ messages)

[PATCH v3 0/7] PBLK Bugfixes and cleanups
 2018-11-07  8:47 UTC  (9+ messages)
` [PATCH v3 1/7] lightnvm: pblk: fix resubmission of overwritten write err lbas
` [PATCH v3 2/7] lightnvm: pblk: account for write error sectors in emeta
` [PATCH v3 3/7] lightnvm: pblk: stop writes gracefully when running out of lines
` [PATCH v3 4/7] lightnvm: pblk: set conservative threshold for user writes
` [PATCH v3 5/7] lightnvm: pblk: remove unused macro
` [PATCH v3 6/7] lightnvm: pblk: fix pblk_lines_init error handling path
` [PATCH v3 7/7] lightnvm: pblk: remove dead code in pblk_recov_l2p

WARNING in pkt setup dev
 2018-11-07  9:46 UTC 

[PATCH v2 0/7] PBLK Bugfixes and cleanups
 2018-11-06 11:52 UTC  (14+ messages)
` [PATCH v2 1/7] lightnvm: pblk: fix resubmission of overwritten write err lbas
` [PATCH v2 2/7] lightnvm: pblk: account for write error sectors in emeta
` [PATCH v2 3/7] lightnvm: pblk: stop writes gracefully when running out of lines
` [PATCH v2 4/7] lightnvm: pblk: set conservative threshold for user writes
` [PATCH v2 5/7] lightnvm: pblk: remove unused macro
` [PATCH v2 6/7] lightnvm: pblk: fix pblk_lines_init error handling path
` [PATCH v2 7/7] lightnvm: pblk: remove dead code in pblk_recov_l2p

[PATCH blktests] fix discontiguous-io compile error on 32 bit systems
 2018-11-06  3:29 UTC  (4+ messages)

[PATCH v2] xen-blkfront: fix kernel panic with negotiate_mq error path
 2018-11-06  9:37 UTC  (2+ messages)

[PATCH 0/4] irq: fix support for allocating sets of IRQs
 2018-11-06  3:02 UTC  (12+ messages)
` [PATCH 1/4] Revert "irq: add support for allocating (and affinitizing) sets of IRQs"
` [PATCH 2/4] irq: move 2-stage irq spread into one helper
` [PATCH 3/4] irq: pass first vector to __irq_build_affinity_masks
` [PATCH 4/4] irq: add support for allocating (and affinitizing) sets of IRQs

[PATCH 0/7] PBLK Bugfixes and cleanups
 2018-11-05 16:18 UTC  (9+ messages)
` [PATCH 1/7] lightnvm: pblk: fix resubmission of overwritten write err lbas
` [PATCH 2/7] lightnvm: pblk: account for write error sectors in emeta
` [PATCH 3/7] lightnvm: pblk: stop writes gracefully when running out of lines
` [PATCH 4/7] lightnvm: pblk: set conservative threshold for user writes
` [PATCH 5/7] lightnvm: pblk: remove unused macro
` [PATCH 6/7] lightnvm: pblk: fix pblk_lines_init error handling path
` [PATCH 7/7] lightnvm: pblk: remove dead code in pblk_recov_l2p

[PATCH V4 0/5] blk-mq: refactor and fix on issue request directly
 2018-11-06  1:37 UTC  (7+ messages)
` [PATCH V4 1/5] blk-mq: make __blk_mq_issue_directly be able to accept NULL cookie pointer
` [PATCH V4 2/5] blk-mq: refactor the code of issue request directly
` [PATCH V4 3/5] blk-mq: fix issue directly case when q is stopped or quiesced
` [PATCH V4 4/5] blk-mq: issue directly with bypass 'false' in blk_mq_sched_insert_requests
` [PATCH V4 5/5] blk-mq: ensure hctx to be ran on mapped cpu when issue directly

[PATCH 0/2] loop: Better discard for block devices
 2018-11-05 20:35 UTC  (6+ messages)

[PATCHSET v3 0/16] blk-mq: Add support for multiple queue maps
 2018-11-03  2:22 UTC  (5+ messages)
` [PATCH 13/16] irq: add support for allocating (and affinitizing) sets of IRQs

INFO: task hung in lo_release
 2018-11-03  1:06 UTC  (4+ messages)

recent issues with heavy delete's causing soft lockups
 2018-11-02 20:37 UTC  (5+ messages)

[GIT PULL] Final block merge window changes/fixes
 2018-11-02 18:27 UTC  (2+ messages)

[PATCH v9] virtio_blk: add discard and write zeroes support
 2018-11-02 18:25 UTC  (4+ messages)

[PATCH RFC] block, bfq: set default slice_idle to zero for non-rotational devices
 2018-11-02 18:18 UTC  (3+ messages)

[GIT PULL] nvme fixes for 4.20
 2018-11-02 14:15 UTC  (2+ messages)

[PATCH v2] block: BFQ default for single queue devices
 2018-11-02 10:40 UTC  (7+ messages)

[PATCH V2] block: brd: associate with queue until adding disk
 2018-11-02  2:00 UTC  (2+ messages)

[LKP] a518560778 [ 16.132179] BUG: KASAN: null-ptr-deref in brd_alloc
 2018-11-02  2:00 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).