linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-21 03:28:58 to 2018-11-26 12:55:09 UTC [more...]

[PATCH V12 00/20] block: support multi-page bvec
 2018-11-26 12:54 UTC  (24+ messages)
` [PATCH V12 01/20] btrfs: remove various bio_offset arguments
` [PATCH V12 02/20] btrfs: look at bi_size for repair decisions
` [PATCH V12 03/20] block: remove the "cluster" flag
` [PATCH V12 04/20] block: don't use bio->bi_vcnt to figure out segment number
` [PATCH V12 05/20] block: remove bvec_iter_rewind()
` [PATCH V12 06/20] block: rename bvec helpers
` [PATCH V12 07/20] block: introduce multi-page "
` [PATCH V12 08/20] block: introduce bio_for_each_bvec() and rq_for_each_bvec()
` [PATCH V12 09/20] block: use bio_for_each_bvec() to compute multi-page bvec count
` [PATCH V12 10/20] block: use bio_for_each_bvec() to map sg
` [PATCH V12 11/20] block: introduce bvec_last_segment()
` [PATCH V12 12/20] fs/buffer.c: use bvec iterator to truncate the bio
` [PATCH V12 13/20] block: loop: pass multi-page bvec to iov_iter
` [PATCH V12 14/20] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
` [PATCH V12 15/20] block: allow bio_for_each_segment_all() to iterate over multi-page bvec
` [PATCH V12 16/20] block: enable multipage bvecs
` [PATCH V12 17/20] block: always define BIO_MAX_PAGES as 256
` [PATCH V12 18/20] block: document usage of bio iterator helpers
` [PATCH V12 19/20] block: kill QUEUE_FLAG_NO_SG_MERGE
` [PATCH V12 20/20] block: kill BLK_MQ_F_SG_MERGE

[PATCH V2] mm: Replace all open encodings for NUMA_NO_NODE
 2018-11-26 12:48 UTC  (2+ messages)

[PATCH] arm64: crypto: add NEON accelerated XOR implementation
 2018-11-26 11:30 UTC  (2+ messages)

[PATCH v3 0/5] lightnvm: Flexible metadata
 2018-11-26 11:02 UTC  (7+ messages)
` [PATCH v3 1/5] lightnvm: pblk: Move lba list to partial read context
` [PATCH v3 2/5] lightnvm: pblk: Helpers for OOB metadata
` [PATCH v3 3/5] lightnvm: Flexible DMA pool entry size
` [PATCH v3 4/5] lightnvm: Disable interleaved metadata
` [PATCH v3 5/5] lightnvm: pblk: Support for packed metadata

[PATCHSET v4 0/6] Various block optimizations
 2018-11-26  8:18 UTC  (11+ messages)
` [PATCH 1/6] blk-mq: when polling for IO, look for any completion
` [PATCH 2/6] blk-mq: remove 'tag' parameter from mq_ops->poll()
` [PATCH 3/6] nvme: remove opportunistic polling from bdev target
` [PATCH 4/6] block: make blk_poll() take a parameter on whether to spin or not
` [PATCH 5/6] blk-mq: ensure mq_ops ->poll() is entered at least once
` [PATCH 6/6] blk-mq: never redirect polled IO completions

[PATCH] mm: Replace all open encodings for NUMA_NO_NODE
 2018-11-26  6:45 UTC  (7+ messages)

[PATCH] partitions/efi: Fix partition name parsing in GUID partition entry
 2018-11-25 21:16 UTC  (2+ messages)

[PATCHSET v4] Various block optimizations
 2018-11-25 13:41 UTC  (4+ messages)
` [PATCH 2/7] block: have ->poll_fn() return number of entries polled

[PATCH v3 00/13] TCP transport binding for NVMe over Fabrics
 2018-11-25  9:13 UTC  (22+ messages)
` [PATCH v3 01/13] ath6kl: add ath6kl_ prefix to crypto_type
` [PATCH v3 02/13] datagram: open-code copy_page_to_iter
` [PATCH v3 03/13] iov_iter: pass void csum pointer to csum_and_copy_to_iter
` [PATCH v3 04/13] datagram: consolidate datagram copy to iter helpers
` [PATCH v3 05/13] iov_iter: introduce hash_and_copy_to_iter helper
` [PATCH v3 06/13] datagram: introduce skb_copy_and_hash_datagram_iter helper
` [PATCH v3 07/13] nvmet: Add install_queue callout
` [PATCH v3 08/13] nvme-fabrics: allow user passing header digest
` [PATCH v3 09/13] nvme-fabrics: allow user passing data digest
` [PATCH v3 10/13] nvme-tcp: Add protocol header
` [PATCH v3 11/13] nvmet-tcp: add NVMe over TCP target driver
` [PATCH v3 12/13] nvmet: allow configfs tcp trtype configuration
` [PATCH v3 13/13] nvme-tcp: add NVMe over TCP host driver
` [PATCH nvme-cli v3 14/13] fabrics: use trtype_str when parsing a discovery log entry
` [PATCH nvme-cli v3 15/13] nvme: Add TCP transport
` [PATCH nvme-cli v3 16/13] fabrics: add tcp port tsas decoding
` [PATCH nvme-cli v3 17/13] fabrics: add transport header and data digest

[GIT PULL] Block fix for 4.20-rc4
 2018-11-23 19:30 UTC  (2+ messages)

[PATCH] nvme: Fix PCIe surprise removal scenario
 2018-11-23 15:58 UTC 

[PATCH V11 00/19] block: support multi-page bvec
 2018-11-23 10:50 UTC  (51+ messages)
` [PATCH V11 02/19] block: introduce multi-page bvec helpers
` [PATCH V11 03/19] block: introduce bio_for_each_bvec()
` [PATCH V11 07/19] fs/buffer.c: use bvec iterator to truncate the bio
` [PATCH V11 10/19] block: loop: pass multi-page bvec to iov_iter
` [PATCH V11 11/19] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
` [PATCH V11 12/19] block: allow bio_for_each_segment_all() to iterate over multi-page bvec
` [PATCH V11 14/19] block: handle non-cluster bio out of blk_bio_segment_split
` [PATCH V11 15/19] block: enable multipage bvecs
` [PATCH V11 16/19] block: always define BIO_MAX_PAGES as 256
` [PATCH V11 17/19] block: document usage of bio iterator helpers
` [PATCH V11 18/19] block: kill QUEUE_FLAG_NO_SG_MERGE
` [PATCH V11 19/19] block: kill BLK_MQ_F_SG_MERGE

lightnvm: pblk: avoid ref warning on cache creation
 2018-11-23 10:04 UTC  (8+ messages)
` [PATCH] "

[PATCH blktests] Add use of logger so that syslog files show when each test starts
 2018-11-23  1:02 UTC  (2+ messages)

[PATCHSET v2] Support for polled aio
 2018-11-22 21:01 UTC  (10+ messages)
` [PATCH 3/8] iomap/xfs: wire up file_operations ->iopoll()
` [PATCH 8/8] aio: support for IO polling

[PATCH AUTOSEL 4.19 15/36] floppy: fix race condition in __floppy_read_block_0()
 2018-11-22 19:52 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 24/36] block: copy ioprio in __bio_clone_fast() and bounce

[PATCH AUTOSEL 4.14 07/21] floppy: fix race condition in __floppy_read_block_0()
 2018-11-22 19:54 UTC 

[PATCH AUTOSEL 4.9 06/15] floppy: fix race condition in __floppy_read_block_0()
 2018-11-22 19:56 UTC 

[PATCH 0/5] Writeback performance tuning options
 2018-11-22 15:19 UTC  (6+ messages)
` [PATCH 1/5] bcache: introduce force_wake_up_gc()
` [PATCH 2/5] bcache: option to automatically run gc thread after writeback accomplished
` [PATCH 3/5] bcache: add MODULE_DESCRIPTION information
` [PATCH 4/5] bcache: make cutoff_writeback and cutoff_writeback_sync tunnable
` [PATCH 5/5] bcache: set writeback_percent in a flexible range

[PATCH V2] SCSI: fix queue cleanup race before queue initialization is done
 2018-11-22  3:43 UTC  (10+ messages)

[PATCH v2 00/14] TCP transport binding for NVMe over Fabrics
 2018-11-21 22:29 UTC  (22+ messages)
` [PATCH v2 07/14] nvme-core: add work elements to struct nvme_ctrl
` [PATCH v2 08/14] nvmet: Add install_queue callout
` [PATCH v2 09/14] nvmet: allow configfs tcp trtype configuration
` [PATCH v2 10/14] nvme-fabrics: allow user passing header digest
` [PATCH v2 11/14] nvme-fabrics: allow user passing data digest
` [PATCH v2 13/14] nvmet-tcp: add NVMe over TCP target driver
` [PATCH v2 14/14] nvme-tcp: add NVMe over TCP host driver

recent issues with heavy delete's causing soft lockups
 2018-11-21 21:25 UTC  (4+ messages)

block and nvme polling improvements
 2018-11-21 16:23 UTC  (14+ messages)
` [PATCH 01/13] block: move queues types to the block layer
` [PATCH 02/13] nvme-pci: use atomic bitops to mark a queue enabled
` [PATCH 03/13] nvme-pci: cleanup SQ allocation a bit
` [PATCH 04/13] nvme-pci: only allow polling with separate poll queues
` [PATCH 05/13] nvme-pci: consolidate code for polling non-dedicated queues
` [PATCH 06/13] nvme-pci: refactor nvme_disable_io_queues
` [PATCH 07/13] nvme-pci: don't poll from irq context when deleting queues
` [PATCH 08/13] nvme-pci: remove the CQ lock for interrupt driven queues
` [PATCH 09/13] nvme-rdma: remove I/O polling support
` [PATCH 10/13] nvme-mpath: "
` [PATCH 11/13] block: remove ->poll_fn
` [PATCH 12/13] block: only allow polling if a poll queue_map exists
` [PATCH 13/13] block: enable polling by default if a poll map is initalized

btrfs bio usage cleanups for multi-page bvec enabledment
 2018-11-21 14:09 UTC  (5+ messages)
` [PATCH 1/2] btrfs: remove various bio_offset arguments
` [PATCH 2/2] btrfs: look at bi_size for repair decisions

[PATCHv3 0/3] scsi timeout handling updates
 2018-11-21 13:12 UTC  (5+ messages)
` [PATCHv3 2/3] scsi: Do not rely on blk-mq for double completions

[GIT PULL] nvme fix for 4.20
 2018-11-21 12:56 UTC  (2+ messages)

[PATCH V10 00/19] block: support multi-page bvec
 2018-11-21 10:19 UTC  (15+ messages)
` [PATCH V10 09/19] block: introduce bio_bvecs()


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