linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-20 14:18:36 to 2020-05-27 05:25:08 UTC [more...]

block I/O accounting improvements v2
 2020-05-27  5:24 UTC  (6+ messages)
` [PATCH 01/16] block: add disk/bio-based accounting helpers
` [PATCH 04/16] lightnvm/pblk: use bio_{start,end}_io_acct
` [PATCH 06/16] dm: "
` [PATCH 10/16] block: move update_io_ticks to blk-core.c
` [PATCH 13/16] block: add a blk_account_io_merge_bio helper

block I/O accounting improvements
 2020-05-27  5:23 UTC  (21+ messages)
` [PATCH 01/16] block: add disk/bio-based accounting helpers
` [PATCH 02/16] drbd: use bio_{start,end}_io_acct
` [PATCH 03/16] rsxx: "
` [PATCH 04/16] lightnvm/pblk: "
` [PATCH 05/16] bcache: "
` [PATCH 06/16] dm: "
` [PATCH 07/16] nvdimm: "
` [PATCH 08/16] zram: nvdimm: use bio_{start,end}_io_acct and disk_{start,end}_io_acct
` [PATCH 09/16] block: remove generic_{start,end}_io_acct
` [PATCH 10/16] block: move update_io_ticks to blk-core.c
` [PATCH 11/16] block: always use a percpu variable for disk stats
` [PATCH 12/16] block: account merge of two requests
` [PATCH 13/16] block: add a blk_account_io_merge_bio helper
` [PATCH 14/16] block: remove rcu_read_lock() from part_stat_lock()
` [PATCH 15/16] block: use __this_cpu_add() instead of access by smp_processor_id()
` [PATCH 16/16] block: reduce part_stat_lock() scope

[GIT PULL] nvme updates for 5.8
 2020-05-27  5:20 UTC 

[PATCH v5 0/4] Charge loop device i/o to issuing cgroup
 2020-05-27  5:09 UTC  (5+ messages)

nvme double __blk_mq_complete_request() bugs
 2020-05-27  4:14 UTC  (7+ messages)

[PATCH v2 0/5] bcache patches for Linux-5.8
 2020-05-27  4:01 UTC  (6+ messages)
` [PATCH v2 1/5] bcache: remove redundant variables i and n
` [PATCH v2 2/5] bcache: Convert pr_<level> uses to a more typical style
` [PATCH v2 3/5] bcache: fix refcount underflow in bcache_device_free()
` [PATCH v2 4/5] bcache: asynchronous devices registration
` [PATCH v2 5/5] bcache: configure the asynchronous registertion to be experimental

[PATCH v5 0/7] block: fix blktrace debugfs use after free
 2020-05-27  3:12 UTC  (4+ messages)
` [PATCH v5 5/7] blktrace: fix "

[PATCH 0/5] bcache patches for Linux-5.8
 2020-05-27  2:40 UTC  (8+ messages)
` [PATCH 1/5] bcache: remove redundant variables i and n
` [PATCH 2/5] bcache: Convert pr_<level> uses to a more typical style
` [PATCH 3/5] bcache: fix refcount underflow in bcache_device_free()
` [PATCH 4/5] bcache: asynchronous devices registration
` [PATCH 5/5] bcache: configure the asynchronous registertion to be experimental

[PATCH][next] block: blk-crypto-fallback: remove redundant initialization of variable err
 2020-05-26 23:27 UTC  (3+ messages)
` [PATCH][next] block: blk-crypto-fallback: remove redundant initialization of variable err'

[PATCH] block/floppy: fix contended case in floppy_queue_rq()
 2020-05-26 21:25 UTC  (3+ messages)

PO 2020 14850NTD Formetanate HCl 92% supply
 2020-05-26 21:09 UTC 

[RFC PATCH v3 00/12] Integrity Policy Enforcement LSM (IPE)
 2020-05-26 20:44 UTC  (7+ messages)

[PATCH] blkcg:Fix memory leaks in blkg_conf_prep()
 2020-05-26 17:23 UTC  (2+ messages)

question about the usage of avg_lat in io latency controller
 2020-05-26 16:20 UTC  (2+ messages)

[PATCH] blk-mq: Explicitly zero-init blk_mq_tags.active_queues
 2020-05-26 10:45 UTC 

[PATCH 0/3] blk-mq/nvme: improve nvme-pci reset handler
 2020-05-26  7:12 UTC  (9+ messages)
` [PATCH 3/3] nvme-pci: make nvme reset more reliable

[PATCH] block: account flush request in inflight sysfs files
 2020-05-26  2:01 UTC 

blk-mq: improvement CPU hotplug (simplified version) v3
 2020-05-26  0:37 UTC  (30+ messages)
` [PATCH 1/6] blk-mq: remove the bio argument to ->prepare_request
` [PATCH 2/6] blk-mq: simplify the blk_mq_get_request calling convention
` [PATCH 3/6] blk-mq: move more request initialization to blk_mq_rq_ctx_init
` [PATCH 4/6] blk-mq: open code __blk_mq_alloc_request in blk_mq_alloc_request_hctx
` [PATCH 5/6] blk-mq: add blk_mq_all_tag_iter
` [PATCH 6/6] blk-mq: drain I/O when all CPUs in a hctx are offline

[PATCH V2 0/6] blk-mq: support batching dispatch from scheduler
 2020-05-25 16:33 UTC  (13+ messages)
` [PATCH V2 1/6] blk-mq: pass request queue into get/put budget callback
` [PATCH V2 2/6] blk-mq: pass hctx to blk_mq_dispatch_rq_list
` [PATCH V2 3/6] blk-mq: move getting driver tag and bugget into one helper
` [PATCH V2 4/6] blk-mq: remove dead check from blk_mq_dispatch_rq_list
` [PATCH V2 5/6] blk-mq: pass obtained budget count to blk_mq_dispatch_rq_list
` [PATCH V2 6/6] blk-mq: support batching dispatch in case of io scheduler

[PATCH v1 00/25] seqlock: Extend seqcount API with associated locks
 2020-05-25 10:12 UTC  (5+ messages)
` [PATCH v1 04/25] block: nr_sects_write(): Disable preemption on seqcount write

[RFC PATCH v4 0/3] bcache: support zoned device as bcache backing device
 2020-05-25  8:14 UTC  (9+ messages)
` [RFC PATCH v4 1/3] bcache: export bcache zone information for zoned "
` [RFC PATCH v4 2/3] bcache: handle zone management bios for bcache device
` [RFC PATCH v4 3/3] bcache: reject writeback cache mode for zoned backing device

[PATCH] blk-mq-debugfs: update blk_queue_flag_name[] accordingly for new flags
 2020-05-25  6:32 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 1/1] blk-mq: remove the pointless call of list_entry_rq() in hctx_show_busy_rq()
 2020-05-25  6:32 UTC  (3+ messages)

[PATCH] block: change REQ_OP_ZONE_RESET and REQ_OP_ZONE_RESET_ALL to be odd numbers
 2020-05-25  4:01 UTC  (3+ messages)

[PATCH 0/9] blk-mq: support batching dispatch from scheduler
 2020-05-25  2:17 UTC  (3+ messages)

[PATCH][next] loop: remove redundant assignment to variable error
 2020-05-24 16:44 UTC  (2+ messages)

[PATCH] RDMA/rtrs: server: use already dereferenced rtrs_sess structure
 2020-05-23  0:25 UTC  (3+ messages)

[PATCH v2] rtrs-clt: silence kbuild test inconsistent intenting smatch warning
 2020-05-23  0:24 UTC  (7+ messages)
        ` [PATCH] RDMA/rtrs: get rid of the do_next_path while_next_path macros

linux-next: Tree for May 19 (block/rnbd/)
 2020-05-23  0:24 UTC  (5+ messages)
` [PATCH] rnbd: fix compilation error when CONFIG_MODULES is disabled

[GIT PULL] Block fixes for 5.7-rc
 2020-05-22 19:05 UTC  (2+ messages)

[PATCH] block/rnbd: Fix an IS_ERR() vs NULL check in find_or_create_sess()
 2020-05-22 16:41 UTC  (6+ messages)

[PATCH] block: Improve io_opt limit stacking
 2020-05-22 14:14 UTC  (5+ messages)

[PATCH 5/9] blk-mq: don't set data->ctx and data->hctx in blk_mq_alloc_request_hctx
 2020-05-22  1:57 UTC  (25+ messages)
                  ` io_uring vs CPU hotplug, was "

mm: mkfs.ext4 invoked oom-killer on i386 - pagecache_get_page
 2020-05-21 23:35 UTC  (24+ messages)

[PATCH 1/1] rnbd/rtrs: pass max segment size from blk user to the rdma library
 2020-05-21 20:00 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 0/2]null_blk: small fixes for zoned mode
 2020-05-21 14:47 UTC  (5+ messages)
` [PATCH 1/2] null_blk: return error for invalid zone size
` [PATCH 2/2] null_blk: don't allow discard for zoned mode

small blkdev_issue_flush cleanups
 2020-05-21 14:35 UTC  (2+ messages)

[PATCH v5 00/11] Add a new LOOP_CONFIGURE ioctl
 2020-05-21 14:21 UTC  (2+ messages)

[PATCH] iov_iter: fix gap alignment check
 2020-05-21  2:28 UTC 

Fwd: [RFC 2/2] io_uring: mark REQ_NOWAIT for a non-mq queue as unspported
 2020-05-20 17:50 UTC  (2+ messages)

[PATCH blktests] Restore support for running tests without prior test results
 2020-05-20 16:52 UTC 

blk-mq: improvement CPU hotplug (simplified version) v2
 2020-05-20 14:35 UTC  (4+ messages)

remove kernel_setsockopt and kernel_getsockopt
 2020-05-20 14:18 UTC  (6+ messages)
` [PATCH 20/33] ipv4: add ip_sock_set_recverr


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