linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-18 23:18:22 to 2019-03-22 15:44:35 UTC [more...]

[RFC] optimize nvme single segment I/O
 2019-03-22 15:44 UTC  (18+ messages)
` [PATCH 01/15] block: add a req_bvec helper
` [PATCH 02/15] block: add a rq_integrity_vec helper
` [PATCH 03/15] block: add a rq_dma_dir helper
` [PATCH 04/15] block: add dma_map_bvec helper
` [PATCH 05/15] nvme-pci: remove the unused iod->length field
` [PATCH 06/15] nvme-pci: remove nvme_init_iod
` [PATCH 07/15] nvme-pci: move the call to nvme_cleanup_cmd out of nvme_unmap_data
` [PATCH 08/15] nvme-pci: merge nvme_free_iod into nvme_unmap_data
` [PATCH 09/15] nvme-pci: only call nvme_unmap_data for requests transferring data
` [PATCH 10/15] nvme-pci: do not build a scatterlist to map metadata
` [PATCH 11/15] nvme-pci: split metadata handling from nvme_map_data / nvme_unmap_data
` [PATCH 12/15] nvme-pci: remove the inline scatterlist optimization
` [PATCH 13/15] nvme-pci: optimize mapping of small single segment requests
` [PATCH 14/15] nvme-pci: optimize mapping single segment requests using SGLs
` [PATCH 15/15] nvme-pci: tidy up nvme_map_data

Read data to kernel buffer by blkdev_read_iter
 2019-03-22 15:36 UTC  (4+ messages)

[PATCH 0/2] blk-mq: convert atomic_t to refcount_t
 2019-03-22 15:23 UTC  (8+ messages)
` [PATCH 1/2] blk-mq: convert hctx.nr_active "
` [PATCH 2/2] blk-mq: covert blk_mq_tag.active_queues "

[PATCH v2 00/16] lightnvm: next set of improvements for 5.2
 2019-03-22 14:48 UTC  (17+ messages)
` [PATCH v2 01/16] lightnvm: pblk: warn when there are opened chunks
` [PATCH v2 02/16] lightnvm: pblk: IO path reorganization
` [PATCH v2 03/16] lightnvm: pblk: simplify partial read path
` [PATCH v2 04/16] lightnvm: pblk: OOB recovery for closed chunks fix
` [PATCH v2 05/16] lightnvm: pblk: propagate errors when reading meta
` [PATCH v2 06/16] lightnvm: pblk: recover only written metadata
` [PATCH v2 07/16] lightnvm: pblk: wait for inflight IOs in recovery
` [PATCH v2 08/16] lightnvm: pblk: remove internal IO timeout
` [PATCH v2 09/16] lightnvm: pblk: fix spin_unlock order
` [PATCH v2 10/16] lightnvm: pblk: kick writer on write recovery path
` [PATCH v2 11/16] lightnvm: pblk: fix update line wp in OOB recovery
` [PATCH v2 12/16] lightnvm: pblk: do not read OOB from emeta region
` [PATCH v2 13/16] lightnvm: pblk: store multiple copies of smeta
` [PATCH v2 14/16] lightnvm: pblk: GC error handling
` [PATCH v2 15/16] lightnvm: pblk: use nvm_rq_to_ppa_list()
` [PATCH v2 16/16] lightnvm: track inflight target creations

[PATCH] rbd: avoid clang -Wuninitialized warning
 2019-03-22 14:36 UTC 

[PATCH 0/2] Remove support for deprecated %pf and %pF in vsprintf
 2019-03-22 14:30 UTC  (6+ messages)
` [PATCH 1/2] treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively
` [PATCH 2/2] vsprintf: Remove support for %pF and %pf in favour of %pS and %ps

[PATCH v2 0/3] add flag for tracking bio allocation
 2019-03-22 14:10 UTC  (11+ messages)
` [PATCH v2 1/3] block: bio: kill BIO_SEG_VALID flag
` [PATCH v2 2/3] block: bio: ensure newly added bio flags don't override BVEC_POOL_IDX
` [PATCH v2 3/3] block: bio: introduce BIO_ALLOCED flag and check it in bio_free

[PATCH] block/mq: blk map queues by core id
 2019-03-22 11:58 UTC  (3+ messages)

[RFC PATCH] lightnvm: add mechanism to trigger pblk close on reboot
 2019-03-22 12:34 UTC  (4+ messages)

[PATCH 00/18] lightnvm: next set of improvements for 5.2
 2019-03-22 12:17 UTC  (17+ messages)
` [PATCH 10/18] lightnvm: pblk: ensure that emeta is written
` [PATCH 15/18] lightnvm: pblk: fix in case of lack of lines
` [PATCH 17/18] lightnvm: allow to use full device path

[PATCH 0/2] add flag for tracking bio allocation
 2019-03-22 10:24 UTC  (11+ messages)
` [PATCH 1/2] block: bio: ensure newly added bio flags don't override BVEC_POOL_IDX
` [PATCH 2/2] bio: introduce BIO_ALLOCED flag and check it in bio_free

[PATCH blktests] check: add zoned sysfs node checking in _test_dev_is_zoned
 2019-03-22  8:12 UTC 

[PATCH blktests 1/2] loop/001: fix typo 'paritition' to 'partition'
 2019-03-22  2:23 UTC  (6+ messages)
` [PATCH blktests 2/2] loop/001: verify all partitions are removed

[PATCH V3] sbitmap: order READ/WRITE freed instance and setting clear bit
 2019-03-22  1:13 UTC 

[PATCH V2] blktests: add userspace IO test
 2019-03-22  1:04 UTC  (4+ messages)

[PATCH blktests] zbd/006: Test revalidate during other I/O requests
 2019-03-21 22:07 UTC  (2+ messages)

[PATCH blktests] add checking nvmet module in nvme 002,003,004,015,018 test
 2019-03-21 22:07 UTC  (2+ messages)

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

[RFC PATCH 0/6] Convert mount_single-using filesystems to fs_context
 2019-03-21 17:06 UTC  (11+ messages)
` [RFC PATCH 2/6] romfs: Convert "
` [RFC PATCH 3/6] cramfs: "

virtio-blk: should num_vqs be limited by num_possible_cpus()?
 2019-03-21 15:57 UTC  (12+ messages)

[RFC PATCH 0/6] mtd, romfs, cramfs, jffs2, squashfs: Convert to fs_context
 2019-03-21 11:52 UTC  (3+ messages)
` [RFC PATCH 2/6] romfs: "
` [RFC PATCH 3/6] cramfs: "

Revert commit 310ca162d77
 2019-03-21 10:41 UTC  (6+ messages)

[PATCH] lightnvm: add a lock to prevent before the race condition on pblk remove
 2019-03-21  9:17 UTC  (2+ messages)

[PATCH] block_dev: fix crash on chained bios with O_DIRECT
 2019-03-21  8:28 UTC  (8+ messages)

[RFC 0/2] guarantee natural alignment for kmalloc()
 2019-03-21  7:42 UTC  (13+ 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

[PATCH V2] sbitmap: order READ/WRITE freed instance and setting clear bit
 2019-03-21  1:33 UTC  (4+ messages)

[PATCH 0/8]: blk-mq: use static_rqs to iterate busy tags
 2019-03-21  1:33 UTC  (15+ messages)
` [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] blkcg: Fix kernel-doc warnings
 2019-03-20 20:39 UTC  (2+ messages)

[PATCH] blk-iolatency: #include "blk.h"
 2019-03-20 20:20 UTC  (2+ messages)

[PATCH] block: Unexport blk_mq_add_to_requeue_list()
 2019-03-20 20:19 UTC  (2+ messages)

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

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

loop: Too many partitions and OOM killer?
 2019-03-20 14:38 UTC  (2+ messages)

general protection fault in loop_validate_file (2)
 2019-03-20 13:43 UTC  (5+ 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)

[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 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 V2 00/10] block: enable multi-page bvec for passthrough IO
 2019-03-19  9:18 UTC  (3+ messages)
` [PATCH V2 02/10] block: avoid to break XEN by multi-page bvec

[PATCH] sbitmap: order RW on old associated instance and setting clear bit
 2019-03-19  8:16 UTC  (4+ 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).