messages from 2018-12-13 15:17:40 to 2018-12-17 11:09:00 UTC [more...]
[PATCH V2 0/4] blk-mq: queue mapping fix & improvement
2018-12-17 11:08 UTC (9+ messages)
` [PATCH V2 1/4] blk-mq: fix allocation for queue mapping table
` [PATCH V2 2/4] blk-mq: fix shared queue mapping
` [PATCH V2 3/4] blk-mq: fix dispatch from sw queue
` [PATCH V2 4/4] blk-mq: export hctx->type in debugfs instead of sysfs
[PATCH 0/4] blk-mq: queue mapping fix & improvement
2018-12-17 8:38 UTC (20+ messages)
` [PATCH 1/4] nvme-pci: correct mapping for poll queue(s)
` [PATCH 2/4] blk-mq: fix allocation for queue mapping table
` [PATCH 3/4] blk-mq: deal with shared queue mapping reliably
` [PATCH 4/4] blk-mq-debugfs: export hctx->type
[PATCH v3 1/2] share nvme trace event helper functions with other modules
2018-12-17 8:33 UTC (3+ messages)
` [PATCH v3 2/2] trace nvme submit queue status
[PATCH] block: mq-deadline: Fix write completion handling
2018-12-17 6:14 UTC
[PATCH blktests] blktests: Fix compilation warning
2018-12-17 5:51 UTC
[PATCH V2 0/2] block: support debugfs on rq_qos & wbt
2018-12-17 2:54 UTC (4+ messages)
` [PATCH V2 1/2] blk-mq-debugfs: support rq_qos
` [PATCH V2 2/2] blk-wbt: export internal state via debugfs
[PATCH v2] block: update documentation
2018-12-17 2:53 UTC (3+ messages)
[PATCH 0/2] block: support debugfs on rq_qos & wbt
2018-12-17 1:10 UTC (11+ messages)
` [PATCH 1/2] blk-mq-debugfs: support rq_qos
` [PATCH 2/2] blk-wbt: export internal state via debugfs
[PATCHSET v8] Support for polled and buffered aio (and more)
2018-12-16 16:57 UTC (40+ messages)
` [PATCH 01/26] fs: add an iopoll method to struct file_operations
` [PATCH 02/26] block: add REQ_HIPRI_ASYNC
` [PATCH 03/26] block: wire up block device iopoll method
` [PATCH 04/26] block: use REQ_HIPRI_ASYNC for non-sync polled IO
` [PATCH 05/26] iomap: wire up the iopoll method
` [PATCH 06/26] aio: use assigned completion handler
` [PATCH 07/26] aio: separate out ring reservation from req allocation
` [PATCH 08/26] aio: don't zero entire aio_kiocb aio_get_req()
` [PATCH 09/26] aio: only use blk plugs for > 2 depth submissions
` [PATCH 10/26] aio: use iocb_put() instead of open coding it
` [PATCH 11/26] aio: split out iocb copy from io_submit_one()
` [PATCH 12/26] aio: abstract out io_event filler helper
` [PATCH 13/26] aio: add io_setup2() system call
` [PATCH 14/26] aio: support for IO polling
` [PATCH 15/26] aio: add submission side request cache
` [PATCH 16/26] fs: add fget_many() and fput_many()
` [PATCH 17/26] aio: use fget/fput_many() for file references
` [PATCH 18/26] aio: split iocb init from allocation
` [PATCH 19/26] aio: batch aio_kiocb allocation
` [PATCH 20/26] aio: split old ring complete out from aio_complete()
` [PATCH 21/26] aio: add support for submission/completion rings
` [PATCH 22/26] block: add BIO_HOLD_PAGES flag
` [PATCH 23/26] block: implement bio helper to add iter bvec pages to bio
` [PATCH 24/26] fs: add support for mapping an ITER_BVEC for O_DIRECT
` [PATCH 25/26] aio: add support for pre-mapped user IO buffers
` [PATCH 26/26] aio: support kernel side submission for aio with SCQRING
[PATCH v2 1/2] share nvme trace event helper functions with multiple nvme modules
2018-12-16 16:30 UTC (3+ messages)
` [PATCH v2 2/2] trace nvme submit queue status
[PATCH] block: loop: check error using IS_ERR instead of IS_ERR_OR_NULL in loop_add()
2018-12-16 15:47 UTC (2+ messages)
[PATCH] aoe: add __exit annotation
2018-12-16 15:45 UTC (2+ messages)
[PATCH v2] bcache: set max writeback rate when I/O request is idle
2018-12-15 4:37 UTC (4+ messages)
[GIT PULL] Storage fixes for 4.20-rc6
2018-12-14 20:40 UTC (2+ messages)
[PATCH] loop: drop caches if offset is changed
2018-12-14 20:32 UTC
[PATCH V14 0/3] blk-mq: refactor and fix the code of issue directly
2018-12-14 19:33 UTC (6+ messages)
` [PATCH V14 1/3] blk-mq: refactor the code of issue request directly
` [PATCH V14 2/3] blk-mq: issue directly with bypass 'false' in blk_mq_sched_insert_requests
` [PATCH V14 3/3] blk-mq: replace and kill blk_mq_request_issue_directly
[PATCH v4 0/6] restore nvme-rdma polling
2018-12-14 19:06 UTC (7+ messages)
` [PATCH v4 1/6] block: clear REQ_HIPRI if polling is not supported
` [PATCH v4 2/6] block: make request_to_qc_t public
` [PATCH v4 3/6] nvme-core: optionally poll sync commands
` [PATCH v4 4/6] nvme-fabrics: allow nvmf_connect_io_queue to poll
` [PATCH v4 5/6] nvme-fabrics: allow user to pass in nr_poll_queues
` [PATCH v4 6/6] nvme-rdma: implement polling queue map
[PATCH v3 0/6] restore nvme-rdma polling
2018-12-14 18:59 UTC (12+ messages)
` [PATCH v3 1/6] block: clear REQ_HIPRI if polling is not supported
` [PATCH v3 2/6] block: make request_to_qc_t public
` [PATCH v3 3/6] nvme-core: optionally poll sync commands
` [PATCH v3 4/6] nvme-fabrics: allow nvmf_connect_io_queue to poll
` [PATCH v3 5/6] nvme-fabrics: allow user to pass in nr_poll_queues
` [PATCH v3 6/6] nvme-rdma: implement polling queue map
Unintuitive scheduling results using BFQ
2018-12-14 18:25 UTC (5+ messages)
[PATCH] block: clear REQ_HIPRI if polling is not supported
2018-12-14 16:47 UTC (2+ messages)
Question on t10_pi_ref_tag()
2018-12-14 13:20 UTC (3+ messages)
misc block cleanups
2018-12-14 13:02 UTC (12+ messages)
` [PATCH 1/7] block: remove bio_set_prio and bio_prio
` [PATCH 2/7] block: remove the bio_phys_segments export
` [PATCH 3/7] block: remove the blk_recount_segments export
` [PATCH 4/7] block: remove the unused bio_iov_iter_get_pages export
` [PATCH 5/7] block: remove the unused bio_set_pages_dirty and bio_check_pages_dirty exports
` [PATCH 6/7] block: remove the bioset_integrity_free export
` [PATCH 7/7] block: remove the bio_integrity_advance export
[PATCH 0/4] nvme multipath: expose slaves/holders
2018-12-14 11:09 UTC (17+ messages)
` [PATCH 4/4] block: expose devt for GENHD_FL_HIDDEN disks
[PATCH] partitions: fix coding style
2018-12-14 10:56 UTC (2+ messages)
[PATCH] partitions: fix coding style
2018-12-14 8:47 UTC (2+ messages)
[PATCH 00/12] bcache patches for Linux v4.21
2018-12-14 8:25 UTC (3+ messages)
[PATCH] blk-mq: Set request mapping to NULL in blk_mq_put_driver_tag
2018-12-14 6:22 UTC (6+ messages)
` +AFs-PATCH+AF0- blk-mq: Set request mapping to NULL in blk+AF8-mq+AF8-put+AF8-driver+AF8-tag
[PATCH 2/2] scsi: ufs: add inline crypto support to UFS HCD
2018-12-14 5:43 UTC (8+ messages)
[PATCH blktests 0/2] Add scsi-stress-remove to blktests
2018-12-14 0:31 UTC (6+ messages)
` [PATCH blktests 2/2] blktests: add Ming Lei's scsi-stress-remove
` [PATCH blktests v2 "
[git pull] device mapper fixes for 4.20
2018-12-13 21:15 UTC (2+ messages)
[GIT PULL] second batch of nvme updates for 4.21
2018-12-13 20:39 UTC (3+ messages)
[PATCH v2 0/6] restore nvme-rdma polling
2018-12-13 20:13 UTC (20+ messages)
` [PATCH v2 1/6] block: introduce blk_execute_rq_polled
` [PATCH v2 2/6] nvme-core: allow __nvme_submit_sync_cmd to poll
` [PATCH v2 3/6] nvme-fabrics: allow nvmf_connect_io_queue "
` [PATCH v2 4/6] nvme-fabrics: allow user to pass in nr_poll_queues
` [PATCH v2 5/6] nvme-rdma: implement polling queue map
` [PATCH v2 6/6] nvme-multipath: disable polling for underlying namespace request queue
` [PATCH v2 nvme-cli 7/6] fabrics: pass in number of polling queues
[PATCH v2] block: fix iolat timestamp and restore accounting semantics
2018-12-13 20:10 UTC (6+ messages)
[PATCH] blkcg: handle dying request_queue when associating a blkg
2018-12-13 15:47 UTC (5+ messages)
remove the "clustering" flag V2
2018-12-13 15:17 UTC (4+ messages)
` [PATCH 08/10] mac53c94: remove DISABLE_CLUSTERING
` [PATCH 09/10] scsi: remove the use_clustering flag
` [PATCH 10/10] block: remove the cluster flag
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).