messages from 2018-01-05 13:16:55 to 2018-01-09 15:41:32 UTC [more...]
[PATCH BUGFIX 0/2] block, bfq: fix two memory leaks related to cgroups
2018-01-09 15:41 UTC (4+ messages)
` [PATCH BUGFIX 1/2] block, bfq: put async queues for root bfq groups too
` [PATCH BUGFIX 2/2] bfq-sq, bfq-mq: release oom-queue ref to root group on exit
[PATCH] blk-mq: fix kernel oops in blk_mq_tag_idle()
2018-01-09 15:38 UTC (3+ messages)
[PATCH BUGFIX V2 0/2] block, bfq: fix two memory leaks related to cgroups
2018-01-09 15:30 UTC (4+ messages)
` [PATCH BUGFIX V2 1/2] block, bfq: put async queues for root bfq groups too
` [PATCH BUGFIX V2 2/2] block, bfq: release oom-queue ref to root group on exit
[PATCHSET v4] blk-mq: reimplement timeout handling
2018-01-09 15:22 UTC (24+ messages)
` [PATCH 1/8] blk-mq: move hctx lock/unlock into a helper
` [PATCH 2/8] blk-mq: protect completion path with RCU
` [PATCH 3/8] blk-mq: replace timeout synchronization with a RCU and generation based scheme
` [PATCH 4/8] blk-mq: use blk_mq_rq_state() instead of testing REQ_ATOM_COMPLETE
` [PATCH 5/8] blk-mq: make blk_abort_request() trigger timeout path
` [PATCH 6/8] blk-mq: remove REQ_ATOM_COMPLETE usages from blk-mq
` [PATCH 7/8] blk-mq: remove REQ_ATOM_STARTED
` [PATCH 8/8] blk-mq: rename blk_mq_hw_ctx->queue_rq_srcu to ->srcu
[RFC PATCH] blk-throttle: dispatch more sync writes in block throttle layer
2018-01-09 14:56 UTC (4+ messages)
[PATCH V4 00/45] block: support multipage bvec
2018-01-09 14:33 UTC (8+ messages)
` [PATCH V4 13/45] block: blk-merge: try to make front segments in full size
` [PATCH V4 15/45] block: rename bio_for_each_segment* with bio_for_each_page*
bfq: BUG bfq_queue: Objects remaining in bfq_queue on __kmem_cache_shutdown() after rmmod
2018-01-09 11:28 UTC (5+ messages)
[linux-next][qla2xxx][85caa95]kernel BUG at lib/list_debug.c:31!
2018-01-09 9:14 UTC
[PATCH] block: Fix kernel-doc warnings reported when building with W=1
2018-01-09 7:35 UTC (2+ messages)
[PATCH 0/4] Make SCSI transport recovery more robust
2018-01-09 6:43 UTC (9+ messages)
` [PATCH 1/4] blk-mq: Rename request_queue.mq_freeze_wq into mq_wq
` [PATCH 2/4] block: Introduce blk_wait_if_quiesced() and blk_finish_wait_if_quiesced()
` [PATCH 3/4] scsi: Avoid that .queuecommand() gets called for a quiesced SCSI device
` [PATCH 4/4] IB/srp: Fix a sleep-in-invalid-context bug
[PATCH V9 0/7] blk-mq support for ZBC disks
2018-01-09 3:14 UTC (5+ messages)
[PATCH v2 0/3] Show all commands in debugfs
2018-01-09 3:11 UTC (3+ messages)
` [PATCH v2 3/3] scsi-mq-debugfs: Show more information
[PATCH] bcache: fix inaccurate io state for detached bcache devices
2018-01-09 2:35 UTC (2+ messages)
[PATCH 00/10] block: cleanup on direct access to bvec table(prepare for multipage bvec)
2018-01-09 1:21 UTC (7+ messages)
` [PATCH 08/10] block: move bio_alloc_pages() to bcache
[416 PATCH 00/13] Bcache changes for 4.16
2018-01-08 20:42 UTC (15+ messages)
` [416 PATCH 01/13] bcache: ret IOERR when read meets metadata error
` [416 PATCH 02/13] bcache: stop writeback thread after detaching
` [416 PATCH 03/13] bcache: Use PTR_ERR_OR_ZERO()
` [416 PATCH 04/13] bcache: segregate flash only volume write streams
` [416 PATCH 05/13] bcache: fix wrong return value in bch_debug_init()
` [416 PATCH 06/13] bcache: writeback: properly order backing device IO
` [416 PATCH 07/13] bcache: allow quick writeback when backing idle
` [416 PATCH 08/13] bcache: Fix, improve efficiency of closure_sync()
` [416 PATCH 09/13] bcache: mark closure_sync() __sched
` [416 PATCH 10/13] bcache: fix unmatched generic_end_io_acct() & generic_start_io_acct()
` [416 PATCH 11/13] bcache: reduce cache_set devices iteration by devices_max_used
` [416 PATCH 12/13] bcache: fix misleading error message in bch_count_io_errors()
` [416 PATCH 13/13] bcache: fix writeback target calc on large devices
[PATCH 00/11] Copy Offload in NVMe Fabrics with P2P PCI Memory
2018-01-08 19:49 UTC (33+ messages)
` [PATCH 04/12] pci-p2p: Clear ACS P2P flags for all client devices
` [PATCH 06/12] IB/core: Add optional PCI P2P flag to rdma_rw_ctx_[init|destroy]()
` [PATCH 09/12] nvme-pci: Use PCI p2pmem subsystem to manage the CMB
[GIT PULL] nvme fixes for Linux 4.16
2018-01-08 19:20 UTC (2+ messages)
[PATCH v3] bcache: fix writeback target calc on large devices
2018-01-08 17:58 UTC (2+ messages)
[PATCH 0/5] Failover criteria unification
2018-01-08 16:12 UTC (22+ messages)
` [PATCH 1/5] nvme: Add more command status translation
` [PATCH 2/5] nvme/multipath: Consult blk_status_t for failover
` [PATCH 3/5] block: Provide blk_status_t decoding for retryable errors
` [PATCH 4/5] nvme/multipath: Use blk_retryable
` [PATCH 5/5] dm mpath: "
[PATCH v1 00/10] cache device failure handling improvement
2018-01-08 16:01 UTC (28+ messages)
` [PATCH v1 01/10] bcache: exit bch_writeback_thread() with proper task state
` [PATCH v1 02/10] bcache: set task properly in allocator_wait()
` [PATCH v1 03/10] bcache: reduce cache_set devices iteration by devices_max_used
` [PATCH v1 04/10] bcache: fix cached_dev->count usage for bch_cache_set_error()
` [PATCH v1 05/10] bcache: stop dc->writeback_rate_update if cache set is stopping
` [PATCH v1 06/10] bcache: stop dc->writeback_rate_update, dc->writeback_thread earlier
` [PATCH v1 07/10] bcache: set error_limit correctly
` [PATCH v1 08/10] bcache: fix misleading error message in bch_count_io_errors()
` [PATCH v1 09/10] bcache: add io_disable to struct cache_set
` [PATCH v1 10/10] bcache: stop all attached bcache devices for a retired cache set
[GIT PULL 00/25] LightNVM updates for 4.16
2018-01-08 13:31 UTC (25+ messages)
` [GIT PULL 14/25] lightnvm: pblk: clear flush point on completed writes
` [GIT PULL 15/25] lightnvm: pblk: prevent premature sync point resets
` [GIT PULL 16/25] lightnvm: pblk: remove pblk_gc_stop
` [GIT PULL 17/25] lightnvm: pblk: use exact free block counter in RL
` [GIT PULL 18/25] lightnvm: set target over-provision on create ioctl
` [GIT PULL 19/25] lightnvm: pblk: ignore high ecc errors on recovery
` [GIT PULL 20/25] lightnvm: pblk: do not log recovery read errors
` [GIT PULL 21/25] lightnvm: pblk: ensure kthread alloc. before kicking it
` [GIT PULL 22/25] lightnvm: pblk: free write buffer on init failure
` [GIT PULL 23/25] lightnvm: pblk: print instance name on instance info
` [GIT PULL 24/25] lightnvm: pblk: add iostat support
` [GIT PULL 25/25] lightnvm: pblk: refactor pblk_ppa_comp function
is a bug in blk-throttle?
2018-01-08 12:46 UTC
[PATCH v3 RESEND 1/2] blk-throttle: track read and write request individually
2018-01-08 12:05 UTC (4+ messages)
[PATCH] block: remove unused return type for invalidate_partitions
2018-01-08 11:51 UTC
[PATCH 0/4] mylex: Replace DAC960 block driver
2018-01-08 11:25 UTC (2+ messages)
[for-4.16 PATCH v2 0/5] block, nvme, dm: allow DM multipath to use NVMe's error handler
2018-01-08 6:52 UTC (3+ messages)
[PATCH v3] bcache: fix writeback target calc on large devices
2018-01-06 17:47 UTC (2+ messages)
[PATCH V3 0/4] blk-mq: fix race related with device deletion/reset/switching sched
2018-01-06 16:26 UTC (6+ messages)
` [PATCH V3 1/4] blk-mq: quiesce queue before freeing queue
` [PATCH V3 2/4] blk-mq: quiesce queue during switching io sched and updating nr_requests
` [PATCH V3 3/4] blk-mq: avoid to map CPU into stale hw queue
` [PATCH V3 4/4] blk-mq: fix race between updating nr_hw_queues and switching io sched
[PATCH] block: loop: remove & invalidate partitions when detaching
2018-01-06 9:02 UTC (3+ messages)
[PATCH] mq-deadline: make it clear that __dd_dispatch_request() works on all hw queues
2018-01-06 8:47 UTC (3+ messages)
[PATCH v3] bcache: fix writeback target calc on large devices
2018-01-05 21:20 UTC (2+ messages)
[PATCH v4 0/5] Introduce sgl_alloc() and sgl_free()
2018-01-05 19:49 UTC (8+ messages)
` [PATCH v4 1/5] lib/scatterlist: "
` [PATCH v4 2/5] crypto: scompress - use "
` [PATCH v4 3/5] nvmet/fc: Use "
` [PATCH v4 4/5] nvmet/rdma: "
` [PATCH v4 5/5] target: Use sgl_alloc_order() "
[for-416 PATCH 1/2] bcache: Fix, improve efficiency of closure_sync()
2018-01-05 19:06 UTC (4+ messages)
[GIT PULL] nvme fixes for Linux 4.15
2018-01-05 17:41 UTC (2+ messages)
About the try to remove cross-release feature entirely by Ingo
2018-01-05 17:05 UTC (12+ messages)
[PATCH V2] block, bfq: remove batches of confusing ifdefs
2018-01-05 16:33 UTC (3+ messages)
[PATCH IMPROVEMENT] block, bfq: consider recent past to reduce soft-real-time false positives
2018-01-05 16:31 UTC (2+ messages)
[PATCH IMPROVEMENT/BUGFIX 0/4] remove start-up time outlier caused by wrong detection of cooperating processes
2018-01-05 16:28 UTC (2+ messages)
[PATCH IMPROVEMENT] block, bfq: increase threshold to deem I/O as random
2018-01-05 16:24 UTC (2+ messages)
[PATCH V3] block: drain queue before waiting for q_usage_counter becoming zero
2018-01-05 16:10 UTC (2+ messages)
[PATCH 0/2] Two bug fixes for the pktcdvd driver
2018-01-05 16:02 UTC (2+ messages)
[PATCH] blk-mq: remove confusing comment of blk_mq_sched_dispatch_requests
2018-01-05 15:36 UTC (2+ messages)
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).