linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-15 14:54:53 to 2019-03-20 12:58:09 UTC [more...]

Revert commit 310ca162d77
 2019-03-20 12:58 UTC 

virtio-blk: should num_vqs be limited by num_possible_cpus()?
 2019-03-20 12:53 UTC  (10+ messages)

[PATCH] block_dev: fix crash on chained bios with O_DIRECT
 2019-03-20 11:47 UTC  (5+ messages)

loop: Too many partitions and OOM killer?
 2019-03-20 11:42 UTC 

[RFC/PATCH net-next 0/9] net/dim: Support for multiple implementations
 2019-03-20 11:10 UTC  (11+ messages)

[PATCH] blk-mq: fix a hung issue when set device state to blocked and restore running
 2019-03-20  9:29 UTC  (5+ messages)

[RFC 0/2] guarantee natural alignment for kmalloc()
 2019-03-20  8:48 UTC  (7+ messages)
` [RFC 1/2] mm, sl[aou]b: guarantee natural alignment for kmalloc(power-of-two)
` [RFC 2/2] mm, sl[aou]b: test whether kmalloc() alignment works as expected

general protection fault in loop_validate_file (2)
 2019-03-20  4:21 UTC  (6+ messages)

[PATCH V2] sbitmap: order READ/WRITE freed instance and setting clear bit
 2019-03-20  3:30 UTC  (3+ messages)

[PATCH 1/2] block: increase bio_slab_nr only for necessary case
 2019-03-20  2:56 UTC  (2+ messages)

[PATCH v2 0/5] block: skip media change event handling if unsupported
 2019-03-19 18:21 UTC  (3+ messages)
` Reminder: "

[PATCH 0/8]: blk-mq: use static_rqs to iterate busy tags
 2019-03-19 15:25 UTC  (27+ messages)
` [PATCH 1/8] blk-mq: get rid of the synchronize_rcu in __blk_mq_update_nr_hw_queues
` [PATCH 2/8] blk-mq: change the method of iterating busy tags of a request_queue
` [PATCH 5/8] nbd: use blk_mq_queue_tag_busy_iter
` [PATCH 6/8] skd: "
` [PATCH 7/8] nvme: "

[PATCH 1/1] blk-mq: remove unused 'nr_expired' from blk_mq_hw_ctx
 2019-03-19 15:06 UTC  (2+ messages)

Error while enabling io_poll for NVMe SSD
 2019-03-19 14:36 UTC  (3+ messages)

[PATCH] lightnvm: pblk: set write thread affinity to particular cpu
 2019-03-19 14:25 UTC  (8+ messages)

[PATCH] lightnvm: add a lock to prevent before the race condition on pblk remove
 2019-03-19 14:24 UTC 

[PATCH V2 00/10] block: enable multi-page bvec for passthrough IO
 2019-03-19  9:18 UTC  (12+ messages)
` [PATCH V2 01/10] block: pass page to xen_biovec_phys_mergeable
` [PATCH V2 02/10] block: avoid to break XEN by multi-page bvec
` [PATCH V2 03/10] block: don't merge adjacent bvecs to one segment in bio blk_queue_split
` [PATCH V2 04/10] block: cleanup bio_add_pc_page
` [PATCH V2 05/10] block: check if page is mergeable in one helper
` [PATCH V2 06/10] block: put the same page when adding it to bio
` [PATCH V2 07/10] block: enable multi-page bvec for passthrough IO
` [PATCH V2 08/10] block: remove argument of 'request_queue' from __blk_bvec_map_sg
` [PATCH V2 09/10] block: reuse __blk_bvec_map_sg() for mapping page sized bvec
` [PATCH V2 10/10] block: don't check if adjacent bvecs in one bio can be mergeable

[PATCH] sbitmap: order RW on old associated instance and setting clear bit
 2019-03-19  8:16 UTC  (4+ messages)

[PATCH 0/2] blk-mq/nvme: cancel request synchronously
 2019-03-19  4:28 UTC  (18+ messages)
` [PATCH 1/2] blk-mq: introduce blk_mq_complete_request_sync()
` [PATCH 2/2] nvme: cancel request synchronously

[PATCH v4] block: add BLK_MQ_POLL_CLASSIC for hybrid poll and return EINVAL for unexpected value
 2019-03-18 23:18 UTC  (2+ messages)

question about writeback
 2019-03-18 22:54 UTC  (5+ messages)

[PATCH] block: Mark expected switch fall-throughs
 2019-03-18 20:53 UTC  (4+ messages)
` [Drbd-dev] "

[PATCH 00/14] Convert block layer & drivers to XArray
 2019-03-18 19:48 UTC  (15+ messages)
` [PATCH 01/14] blk-cgroup: Convert "
` [PATCH 02/14] blk-cgroup: Remove blkg_list hlist
` [PATCH 03/14] blk-cgroup: Reduce scope of blkg_array lock
` [PATCH 04/14] blk-ioc: Convert to XArray
` [PATCH 05/14] blk-ioc: Remove ioc's icq_list
` [PATCH 06/14] genhd: Convert to XArray
` [PATCH 07/14] bsg: Convert bsg_minor_idr "
` [PATCH 08/14] brd: Convert "
` [PATCH 09/14] null_blk: "
` [PATCH 10/14] loop: Convert loop_index_idr "
` [PATCH 11/14] nbd: Convert nbd_index_idr "
` [PATCH 12/14] zram: Convert zram_index_idr "
` [PATCH 13/14] drbd: Convert drbd devices "
` [PATCH 14/14] drbd: Convert peer "

[PATCH 00/18] lightnvm: next set of improvements for 5.2
 2019-03-18 19:25 UTC  (63+ messages)
` [PATCH 01/18] lightnvm: pblk: fix warning in pblk_l2p_init()
` [PATCH 02/18] lightnvm: pblk: warn when there are opened chunks
` [PATCH 03/18] lightnvm: pblk: simplify partial read path
` [PATCH 04/18] lightnvm: pblk: OOB recovery for closed chunks fix
` [PATCH 05/18] lightnvm: pblk: propagate errors when reading meta
` [PATCH 06/18] lightnvm: pblk: recover only written metadata
` [PATCH 07/18] lightnvm: pblk: wait for inflight IOs in recovery
` [PATCH 08/18] lightnvm: pblk: fix spin_unlock order
` [PATCH 09/18] lightnvm: pblk: kick writer on write recovery path
` [PATCH 10/18] lightnvm: pblk: ensure that emeta is written
` [PATCH 11/18] lightnvm: pblk: fix update line wp in OOB recovery
` [PATCH 12/18] lightnvm: pblk: do not read OOB from emeta region
` [PATCH 13/18] lightnvm: pblk: store multiple copies of smeta
` [PATCH 14/18] lightnvm: pblk: GC error handling
` [PATCH 15/18] lightnvm: pblk: fix in case of lack of lines
` [PATCH 16/18] lightnvm: pblk: use nvm_rq_to_ppa_list()
` [PATCH 17/18] lightnvm: allow to use full device path

[PATCH] lightnvm: pblk: set propper line as data_line after gc
 2019-03-18 19:12 UTC  (2+ messages)

[PATCH] lightnvm: pblk: do not pad line when there are no left_msecs
 2019-03-18 14:38 UTC 

[PATCH 1/1] loop: access lo_backing_file only when the loop device is Lo_bound
 2019-03-18 14:21 UTC  (2+ messages)

[PATCH] blk-mq: use blk_mq_sched_mark_restart_hctx to set RESTART
 2019-03-18 14:15 UTC  (2+ messages)

[PATCH v3] block: add a new flag BLK_MQ_POLL_CLASSIC for hybrid poll
 2019-03-18 14:11 UTC  (3+ messages)

paride/pf.c: blk-mq use-after-free (kernel v5.0)
 2019-03-18 14:08 UTC  (10+ messages)

[PATCH 0/2] fix use-after-free of gendisk
 2019-03-18 14:07 UTC  (3+ messages)
` [PATCH 1/2] block: remove devt from ext_devt_idr when delete partition
` [PATCH 2/2] block: remove unnecessary statement in blk_free_devt

[PATCH 0/6] block: enable multi-page bvec for passthrough IO
 2019-03-17  8:05 UTC  (4+ messages)
` [PATCH 3/6] block: check if page is mergeable in one helper

[GIT PULL] Late block changes for 5.1-rc1
 2019-03-16 21:25 UTC  (2+ messages)

[PATCHSET 0/3] io_uring improvements
 2019-03-16 16:27 UTC  (7+ messages)
` [PATCH 1/3] iov_iter: add ITER_BVEC_FLAG_NO_REF flag
` [PATCH 2/3] block: add BIO_NO_PAGE_REF flag
` [PATCH 3/3] io_uring: add io_uring_event cache hit information

kernel 5.0 blk_clear_pm_only triggers a warning during resume
 2019-03-15 23:07 UTC  (5+ messages)

[PATCHSET v2 0/7] io_uring fixes
 2019-03-15 14:54 UTC  (7+ messages)
` [PATCH 2/7] io_uring: make io_read/write return an integer
` [PATCH 3/7] io_uring: add prepped flag
` [PATCH 4/7] io_uring: fix fget/fput handling
` [PATCH 5/7] io_uring: fix poll races
` [PATCH 6/7] io_uring: retry bulk slab allocs as single allocs
` [PATCH 7/7] io_uring: mark me as the maintainer


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