linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-17 09:18:24 to 2020-08-20 17:08:56 UTC [more...]

[PATCH v6 0/4] Charge loop device i/o to issuing cgroup
 2020-08-20 17:06 UTC  (2+ messages)

[PATCH 1/3] nvme-core: improve avoiding false remove namespace
 2020-08-20 15:44 UTC  (5+ messages)

[PATCH V4] scsi: core: only re-run queue in scsi_end_request() if device queue is busy
 2020-08-20 14:22 UTC  (2+ messages)

[PATCH 3/3] nvme-core: fix crash when nvme_enable_aen timeout
 2020-08-20  6:43 UTC  (3+ messages)

[PATCH blktests] common/multipath-over-rdma: fix warning ignored null byte in input
 2020-08-20  4:15 UTC  (3+ messages)

[PATCH 2/3] nvme-core: fix deadlock when reconnect failed due to nvme_set_queue_count timeout
 2020-08-20  3:54 UTC 

[PATCH 0/3] fix crash and deadlock when connect timeout
 2020-08-20  3:53 UTC 

[PATCH] blk-mq: implement queue quiesce via percpu_ref for BLK_MQ_F_BLOCKING
 2020-08-20  3:02 UTC 

[PATCH] arch: um: convert tasklets to use new tasklet_setup() API
 2020-08-19 21:39 UTC  (34+ messages)
` [PATCH] block: "
` [PATCH] char: ipmi: "
` [PATCH] drivers: s390: "
` [PATCH] drivers: vme: "
` [PATCH] drm: i915: "
` [PATCH] firewire: ohci: "
` [PATCH 1/2] hsi: nokia-modem: "
` [PATCH] input: serio: "
` [PATCH 1/2] mailbox: bcm: "
` [PATCH 1/2] memstick: jmb38x: "
` [PATCH 1/2] misc: ibmvmc: "
` [PATCH] net: atm: convert tasklets callbacks to use from_tasklet()
` [PATCH] platform: goldfish: convert tasklets to use new tasklet_setup() API

[REPORT] BUG: KASAN: use-after-free in bt_iter+0x80/0xf8
 2020-08-19 16:48 UTC  (8+ messages)

[PATCH v8 00/18] blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs
 2020-08-19 15:20 UTC  (19+ messages)
` [PATCH v8 01/18] blk-mq: Rename BLK_MQ_F_TAG_SHARED as BLK_MQ_F_TAG_QUEUE_SHARED
` [PATCH v8 02/18] blk-mq: Rename blk_mq_update_tag_set_depth()
` [PATCH v8 03/18] blk-mq: Free tags in blk_mq_init_tags() upon error
` [PATCH v8 04/18] blk-mq: Pass flags for tag init/free
` [PATCH v8 05/18] blk-mq: Use pointers for blk_mq_tags bitmap tags
` [PATCH v8 06/18] blk-mq: Facilitate a shared sbitmap per tagset
` [PATCH v8 07/18] blk-mq: Relocate hctx_may_queue()
` [PATCH v8 08/18] blk-mq: Record nr_active_requests per queue for when using shared sbitmap
` [PATCH v8 09/18] blk-mq: Record active_queues_shared_sbitmap per tag_set "
` [PATCH v8 10/18] blk-mq, elevator: Count requests per hctx to improve performance
` [PATCH v8 11/18] null_blk: Support shared tag bitmap
` [PATCH v8 12/18] scsi: Add host and host template flag 'host_tagset'
` [PATCH v8 13/18] scsi: core: Show nr_hw_queues in sysfs
` [PATCH v8 14/18] scsi: hisi_sas: Switch v3 hw to MQ
` [PATCH v8 15/18] scsi: scsi_debug: Support host tagset
` [PATCH v8 16/18] hpsa: enable host_tagset and switch to MQ
` [PATCH v8 17/18] scsi: megaraid_sas: Added support for shared host tagset for cpuhotplug
` [PATCH v8 18/18] smartpqi: enable host tagset

[PATCH v2] blkcg: fix memleak for iolatency
 2020-08-19 14:10 UTC  (3+ messages)

[PATCH] rbd: Convert to use the preferred fallthrough macro
 2020-08-19 13:32 UTC  (4+ messages)

PROBLEM: Long Workqueue delays V2
 2020-08-19 13:12 UTC 

[PATCH] block: Convert to use the preferred fallthrough macro
 2020-08-19 13:03 UTC  (2+ messages)

[PATCH v2] MAINTAINERS: Add missing header files to BLOCK LAYER section
 2020-08-19 12:55 UTC  (2+ messages)

[PATCH v3] block: Make request_queue.rpm_status an enum
 2020-08-19 12:55 UTC  (2+ messages)

[PATCH] raw: deprecate the raw driver
 2020-08-19 12:53 UTC  (2+ messages)

[git pull] device mapper changes for 5.9
 2020-08-19 10:29 UTC  (8+ messages)

[PATCH v2] RDMA/rtrs-srv: Incorporate ib_register_client into rtrs server init
 2020-08-19  7:56 UTC  (13+ messages)

[bug] mkfs.ext[23] hangs on loop device (aarch64, 5.8+)
 2020-08-19  6:37 UTC  (4+ messages)

[PATCH v7 0/6] Introduce sendpage_ok() to detect misused sendpage in network related drivers
 2020-08-19  4:22 UTC  (11+ messages)
` [PATCH v7 1/6] net: introduce helper sendpage_ok() in include/linux/net.h
` [PATCH v7 2/6] nvme-tcp: check page by sendpage_ok() before calling kernel_sendpage()
` [PATCH v7 3/6] tcp: use sendpage_ok() to detect misused .sendpage
` [PATCH v7 4/6] drbd: code cleanup by using sendpage_ok() to check page for kernel_sendpage()
` [PATCH v7 5/6] scsi: libiscsi: use sendpage_ok() in iscsi_tcp_segment_map()
` [PATCH v7 6/6] libceph: use sendpage_ok() in ceph_tcp_sendpage()

[PATCH RESEND] blk-mq: insert request not through ->queue_rq into sw/scheduler queue
 2020-08-19  0:20 UTC  (5+ messages)

[PATCH v2 0/3] block: improve iostat for md/bcache partitions
 2020-08-18 22:26 UTC  (4+ messages)
` [PATCH v2 1/3] block: introduce part_[begin|end]_io_acct
` [PATCH v2 2/3] md: use part_[begin|end]_io_acct instead of disk_[begin|end]_io_acct
` [PATCH v2 3/3] bcache: "

[PATCH 0/4] block: improve iostat for md/bcache partitions
 2020-08-18 19:48 UTC  (8+ messages)
` [PATCH 1/4] block: expose disk_map_sector_rcu() and hd_struct_put in genhd.h
` [PATCH 2/4] block: introduce part_[begin|end]_io_acct
` [PATCH 3/4] md: use part_[begin|end]_io_acct instead of disk_[begin|end]_io_acct
` [PATCH 4/4] bcache: "

[PATCH v4 2/2] block: better deal with the delayed not supported case in blk_cloned_rq_check_limits
 2020-08-18 19:43 UTC  (2+ messages)

[PATCH v3 2/2] block: better deal with the delayed not supported case in blk_cloned_rq_check_limits
 2020-08-18 18:13 UTC  (3+ messages)

Support for I/O to a bitbucket
 2020-08-18 17:22 UTC 

[PATCH] block: fix get_max_io_size()
 2020-08-18 16:44 UTC  (10+ messages)

[PATCH] block: rnbd: rnbd-srv: silence uninitialized variable warning
 2020-08-18 14:49 UTC  (7+ messages)
    ` [PATCH] block/rnbd: Ensure err is always initialized in process_rdma

[PATCH] bfq: fix blkio cgroup leakage v4
 2020-08-18 14:47 UTC  (3+ messages)

[PATCH V3 0/3] block: fix discard merge for single max discard segment
 2020-08-18 13:52 UTC  (7+ messages)
` [PATCH V3 1/3] block: respect queue limit of "
` [PATCH V3 2/3] block: virtio_blk: fix handling single range discard request
` [PATCH V3 3/3] block: rename blk_discard_mergable as blk_discard_support_multi_range

[RFC PATCH 0/4] block/bpf: add eBPF based block layer IO filtering
 2020-08-18 12:53 UTC  (6+ messages)
` [RFC PATCH 1/4] bpf: add new prog_type BPF_PROG_TYPE_IO_FILTER

[PATCH v6 0/6] Introduce sendpage_ok() to detect misused sendpage in network related drivers
 2020-08-18 12:47 UTC  (7+ messages)
` [PATCH v6 1/6] net: introduce helper sendpage_ok() in include/linux/net.h
` [PATCH v6 2/6] nvme-tcp: check page by sendpage_ok() before calling kernel_sendpage()
` [PATCH v6 3/6] tcp: use sendpage_ok() to detect misused .sendpage
` [PATCH v6 4/6] drbd: code cleanup by using sendpage_ok() to check page for kernel_sendpage()
` [PATCH v6 5/6] scsi: libiscsi: use sendpage_ok() in iscsi_tcp_segment_map()
` [PATCH v6 6/6] libceph: use sendpage_ok() in ceph_tcp_sendpage()

[PATCH RFC v7 00/12] blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs
 2020-08-18  8:33 UTC  (17+ messages)
` [PATCH RFC v7 11/12] smartpqi: enable host tagset
` [PATCH RFC v7 12/12] hpsa: enable host_tagset and switch to MQ

[PATCH v5 1/3] net: introduce helper sendpage_ok() in include/linux/net.h
 2020-08-18  8:21 UTC  (3+ messages)

[PATCH v5 1/3] net: introduce helper sendpage_ok() in include/linux/net.h
 2020-08-18  7:00 UTC  (5+ messages)

[PATCH v2 0/3] Some clean-ups for bio merge
 2020-08-18  5:45 UTC  (4+ messages)
` [PATCH v2 1/3] block: Move bio merge related functions into blk-merge.c
` [PATCH v2 2/3] block: Add a new helper to attempt to merge a bio
` [PATCH v2 3/3] block: Remove blk_mq_attempt_merge() function

[PATCH RESEND 0/5] Some clean-ups for bio merge
 2020-08-18  3:30 UTC  (17+ messages)
` [PATCH RESEND 2/5] block: Remove redundant blk_mq_sched_allow_merge() validation
` [PATCH RESEND 3/5] block: Add a new helper to attempt to merge a bio
` [PATCH RESEND 4/5] block: Remove blk_mq_attempt_merge() function
` [PATCH RESEND 5/5] block: Remove __blk_mq_sched_bio_merge() helper

[PATCH RESEND] block: loop: set discard granularity and alignment for block device backed loop
 2020-08-18  3:00 UTC  (4+ messages)

[PATCH] block: Fix page_is_mergeable() for compound pages
 2020-08-18  2:36 UTC  (3+ messages)

Return BLK_STS_NOTSUPP and blk_status_t from blk_cloned_rq_check_limits()
 2020-08-17 18:10 UTC  (4+ messages)
` [PATCH v2 2/2] block: return BLK_STS_NOTSUPP if operation is not supported

[PATCH RESEND] blk-mq: order adding requests to hctx->dispatch and checking SCHED_RESTART
 2020-08-17 13:58 UTC  (4+ messages)

blktests block/001 triggered kernel BUG at lib/list_debug.c:23!
 2020-08-17 12:18 UTC 

[PATCH 00/14] bcache: remove multiple caches code framework
 2020-08-17 11:48 UTC  (4+ messages)
` [PATCH 14/14] bcache: move struct cache_sb out of uapi bcache.h

[PATCH V2] block: allow for_each_bvec to support zero len bvec
 2020-08-17 10:00 UTC 


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