linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-12-12 02:25:29 to 2018-12-14 11:09:43 UTC [more...]

[PATCH 0/4] nvme multipath: expose slaves/holders
 2018-12-14 11:09 UTC  (28+ messages)
` [PATCH 1/4] block: move holder tracking from struct block_device to hd_struct
` [PATCH 2/4] nvme: create slaves/holder entries for multipath devices
` [PATCH 3/4] nvme: Should not warn when a disk path is opened
` [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  (15+ messages)
` [PATCH 01/12] bcache: add comment for cache_set->fill_iter
` [PATCH 02/12] bcache: do not check if debug dentry is ERR or NULL explicitly on remove
` [PATCH 03/12] bcache: update comment for bch_data_insert
` [PATCH 04/12] bcache: update comment in sysfs.c
` [PATCH 05/12] bcache: do not mark writeback_running until backing dev attached to cache_set
` [PATCH 06/12] bcache: cannot set writeback_running via sysfs if no writeback kthread created
` [PATCH 07/12] bcache: introduce force_wake_up_gc()
` [PATCH 08/12] bcache: option to automatically run gc thread after writeback accomplished
` [PATCH 09/12] bcache: add MODULE_DESCRIPTION information
` [PATCH 10/12] bcache: make cutoff_writeback and cutoff_writeback_sync tunnable
` [PATCH 11/12] bcache: set writeback_percent in a flexible range
` [PATCH 12/12] bcache: print number of keys in trace_bcache_journal_write

Unintuitive scheduling results using BFQ
 2018-12-14  6:38 UTC  (2+ 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  (10+ messages)

misc block cleanups
 2018-12-14  4:28 UTC  (10+ 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 V14 0/3] blk-mq: refactor and fix the code of issue directly
 2018-12-14  4:26 UTC  (5+ 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 blktests 0/2] Add scsi-stress-remove to blktests
 2018-12-14  0:31 UTC  (7+ messages)
` [PATCH blktests 1/2] blktests: split out cgroup2 controller and file check
` [PATCH blktests 2/2] blktests: add Ming Lei's scsi-stress-remove
  ` [PATCH blktests v2 "

[PATCH v3 0/6] restore nvme-rdma polling
 2018-12-13 21:34 UTC  (7+ 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

[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  (23+ 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)

[PATCHSET v8] Support for polled and buffered aio (and more)
 2018-12-13 17:56 UTC  (27+ 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] blkcg: handle dying request_queue when associating a blkg
 2018-12-13 15:47 UTC  (6+ messages)

remove the "clustering" flag V2
 2018-12-13 15:17 UTC  (11+ messages)
` [PATCH 01/10] scsi: make sure all drivers set the use_clustering flag
` [PATCH 02/10] scsi: flip the default on use_clustering
` [PATCH 03/10] scsi: introduce a max_segment_size host_template parameters
` [PATCH 04/10] cumana_2: remove the explicit use_clustering setting
` [PATCH 05/10] powertec: "
` [PATCH 06/10] xen-scsifront: remove DISABLE_CLUSTERING
` [PATCH 07/10] mesh: "
` [PATCH 08/10] mac53c94: "
` [PATCH 09/10] scsi: remove the use_clustering flag
` [PATCH 10/10] block: remove the cluster flag

[PATCH v2 0/5] implement nvmf read/write queue maps
 2018-12-13 14:19 UTC  (12+ messages)
` [PATCH v2 4/5] nvme-tcp: support separate queue maps for read and write
` [PATCH v2 5/5] nvme-rdma: "

[PATCH] nbd:clear NBD_BOUND flag when NBD connection is closed
 2018-12-13 14:21 UTC  (2+ messages)

[PATCH v2] nvme: provide fallback for discard alloc failure
 2018-12-13  8:36 UTC  (6+ messages)

blktests: trying to debug nvme test failures
 2018-12-12 23:20 UTC  (3+ messages)

[PATCH] blktests: test turning wbt on and off
 2018-12-12 21:58 UTC 

[PATCH] blktests: add a test for wbt
 2018-12-12 21:38 UTC 

[PATCH] blktests: include cgroup in rc
 2018-12-12 19:11 UTC 

[PATCH RFC 0/4] restore polling to nvme-rdma
 2018-12-12 18:23 UTC  (16+ messages)
` [PATCH RFC 4/4] nvme-multipath: disable polling for underlying namespace request queue

[PATCH] nvme: provide fallback for discard alloc failure
 2018-12-12 16:08 UTC  (2+ messages)

[PATCH] blktests: make block/026 run in constant time
 2018-12-12 15:45 UTC 

[PATCH] dm: fix inflight IO check
 2018-12-12 15:18 UTC  (5+ messages)
`  "
  ` xfstests generic/347 was never correct [was: Re: dm: fix inflight IO check]

[PATCH] block: deactivate blk_stat timer in wbt_disable_default()
 2018-12-12 13:49 UTC  (2+ messages)

[PATCH 0/2] scsi: ufs: add real time/inline crypto support to UFS HCD
 2018-12-12  7:40 UTC  (4+ messages)

for-next hangs on test srp/012
 2018-12-12  4:28 UTC  (13+ 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).