linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-07 12:52:02 to 2021-06-10 06:02:50 UTC [more...]

[PATCH 00/14] Improve I/O priority support
 2021-06-10  6:02 UTC  (34+ messages)
` [PATCH 01/14] block/Kconfig: Make the BLK_WBT and BLK_WBT_MQ entries consecutive
` [PATCH 02/14] block/blk-cgroup: Swap the blk_throtl_init() and blk_iolatency_init() calls
` [PATCH 03/14] block/blk-rq-qos: Move a function from a header file into a C file
` [PATCH 04/14] block: Introduce the ioprio rq-qos policy
` [PATCH 05/14] block/mq-deadline: Add several comments
` [PATCH 06/14] block/mq-deadline: Add two lockdep_assert_held() statements
` [PATCH 07/14] block/mq-deadline: Remove two local variables
` [PATCH 08/14] block/mq-deadline: Rename dd_init_queue() and dd_exit_queue()
` [PATCH 09/14] block/mq-deadline: Improve compile-time argument checking
` [PATCH 10/14] block/mq-deadline: Improve the sysfs show and store macros
` [PATCH 11/14] block/mq-deadline: Reserve 25% of scheduler tags for synchronous requests
` [PATCH 12/14] block/mq-deadline: Add I/O priority support
` [PATCH 13/14] block/mq-deadline: Add cgroup support
` [PATCH 14/14] block/mq-deadline: Prioritize high-priority requests

[LSF/MM/BPF TOPIC] block namespaces
 2021-06-10  5:49 UTC  (3+ messages)

[PATCH] block: check disk exist before trying to add partition
 2021-06-10  2:30 UTC  (5+ messages)

[PATCH v2] block: check disk exist before trying to add partition
 2021-06-10  2:32 UTC 

[PATCH V15 0/5] nvmet: add ZBD backened support
 2021-06-10  1:32 UTC  (6+ messages)
` [PATCH V15 1/5] block: export blk_next_bio()
` [PATCH V15 2/5] nvmet: add req cns error complete helper
` [PATCH V15 3/5] nvmet: add nvmet_req_bio put helper for backends
` [PATCH V15 4/5] nvmet: add Command Set Identifier support
` [PATCH V15 5/5] nvmet: add ZBD over ZNS backend support

[LSF/MM/BPF TOPIC] durability vs performance for flash devices (especially embedded!)
 2021-06-10  1:20 UTC  (7+ messages)

[PATCH 1/1] lib: Fix spelling mistakes
 2021-06-10  1:01 UTC  (4+ messages)

[PATCH V3 0/2] block: fix race between adding wbt and normal IO
 2021-06-10  0:45 UTC  (6+ messages)
` [PATCH V3 1/2] block: fix race between adding/removing rq qos "
` [PATCH V3 2/2] block: mark queue init done at the end of blk_register_queue

[syzbot] KASAN: use-after-free Read in blk_mq_exit_sched
 2021-06-09 22:16 UTC  (2+ messages)

Maintainers / Kernel Summit 2021 planning kick-off
 2021-06-09 19:23 UTC  (8+ messages)

[syzbot] possible deadlock in del_gendisk
 2021-06-09 16:46 UTC  (4+ messages)

[PATCH 1/1] sx8: remove unnecessary oom message
 2021-06-09 15:43 UTC  (2+ messages)

[PATCH 1/1] sunvdc: remove unnecessary oom message
 2021-06-09 15:42 UTC  (2+ messages)

[PATCH 1/1] z2ram: remove unnecessary oom message
 2021-06-09 15:43 UTC  (2+ messages)

[PATCH 1/1] mtip32xx: remove unnecessary oom message
 2021-06-09 15:42 UTC  (2+ messages)

[PATCH 1/1] aoe: remove unnecessary oom message
 2021-06-09 15:42 UTC  (2+ messages)

[PATCH 1/1] drbd: remove unnecessary oom message
 2021-06-09 15:42 UTC  (2+ messages)

[PATCH] libnvdimm/pmem: Fix pmem_pagemap_cleanup compile warning
 2021-06-09 15:10 UTC  (2+ messages)

[RFC PATCH V3] zram:calculate available memory when zram is used
 2021-06-09 14:59 UTC  (6+ messages)

Projects
 2021-06-09 12:09 UTC 

Proposal
 2021-06-09 12:10 UTC 

[PATCH] blk-mq: fix use-after-free in blk_mq_exit_sched
 2021-06-09 11:42 UTC  (4+ messages)

[LSF/MM/BPF Topic] Towards more useful nvme-passthrough
 2021-06-09 10:50 UTC 

switch the block layer to use kmap_local_page
 2021-06-09  9:37 UTC  (33+ messages)
` [PATCH 01/16] mm: use kmap_local_page in memzero_page
` [PATCH 02/16] MIPS: don't include <linux/genhd.h> in <asm/mach-rc32434/rb.h>
` [PATCH 03/16] bvec: fix the include guards for bvec.h
` [PATCH 04/16] bvec: add a bvec_kmap_local helper
` [PATCH 05/16] bvec: add memcpy_{from,to}_bvec and memzero_bvec helper
` [PATCH 06/16] block: use memzero_page in zero_fill_bio
` [PATCH 07/16] rbd: use memzero_bvec
` [PATCH 08/16] dm-writecache: use bvec_kmap_local instead of bvec_kmap_irq
` [PATCH 09/16] ps3disk: use memcpy_{from,to}_bvec
` [PATCH 10/16] block: remove bvec_kmap_irq and bvec_kunmap_irq
` [PATCH 11/16] block: rewrite bio_copy_data_iter to use bvec_kmap_local and memcpy_to_bvec
` [PATCH 12/16] block: use memcpy_to_bvec in copy_to_high_bio_irq
` [PATCH 13/16] block: use memcpy_from_bvec in bio_copy_kern_endio_read
` [PATCH 14/16] block: use memcpy_from_bvec in __blk_queue_bounce
` [PATCH 15/16] block: use bvec_kmap_local in t10_pi_type1_{prepare,complete}
` [PATCH 16/16] block: use bvec_kmap_local in bio_integrity_process

[Bug Report] Discard bios cannot be correctly merged in blk-mq
 2021-06-09  9:03 UTC  (7+ messages)

[PATCH 0/2] block: discard merge fix & improvement
 2021-06-09  6:57 UTC  (6+ messages)
` [PATCH 1/2] block: fix discard request merge
` [PATCH 2/2] block: support bio merge for multi-range discard

WARNING at blktests block/008 in ttwu_queue_wakelist()
 2021-06-09  6:55 UTC  (2+ messages)

[PATCH v8 0/8] add support for direct I/O with fscrypt using blk-crypto
 2021-06-09  2:45 UTC  (4+ messages)

[PATCH V2 0/2] block: fix race between adding wbt and normal IO
 2021-06-09  0:55 UTC  (5+ messages)
` [PATCH V2 1/2] block: fix race between adding/removing rq qos "
` [PATCH V2 2/2] block: mark queue init done at the end of blk_register_queue

[PATCH] libnvdimm/pmem: Fix blk_cleanup_disk() usage
 2021-06-08 21:26 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] rq-qos: fix missed wake-ups in rq_qos_throttle try two
 2021-06-08 21:13 UTC  (2+ messages)

[Patch v3] block: return the correct bvec when checking for gaps
 2021-06-08 21:07 UTC  (3+ messages)

[PATCH v2 0/2] bcache fixes for Linux v5.13-rc6
 2021-06-08 21:06 UTC  (3+ messages)
` [PATCH 2/2] bcache: avoid oversized read request in cache missing code path

[GIT PULL] first round of nvme updates for Linux 5.14
 2021-06-08 21:03 UTC  (2+ messages)

[PATCH] blk-mq: Do not lookup ctx with invalid index
 2021-06-08 18:33 UTC 

[PATCH v5 1/2] mmc: Support kmsg dumper based on pstore/blk
 2021-06-08 17:33 UTC  (9+ messages)
    ` [EXT] "

[PATCH] mark pstore-blk as broken
 2021-06-08 17:34 UTC  (2+ messages)

[PATCH v2 0/6] block: add a sequence number to disks
 2021-06-08 14:31 UTC  (2+ messages)

[PATCH v11 00/13] blkcg:Support to track FC storage blk io traffic
 2021-06-08 13:09 UTC  (15+ messages)
` [PATCH v11 01/13] cgroup: Added cgroup_get_from_id
` [PATCH v11 02/13] blkcg: Added a app identifier support for blkcg
` [PATCH v11 03/13] nvme: Added a newsysfs attribute appid_store
` [PATCH v11 04/13] lpfc: vmid: Add the datastructure for supporting VMID in lpfc
` [PATCH v11 05/13] lpfc: vmid: VMID params initialization
` [PATCH v11 06/13] lpfc: vmid: Add support for vmid in mailbox command, does vmid resource allocation and vmid cleanup
` [PATCH v11 07/13] lpfc: vmid: Implements ELS commands for appid patch
` [PATCH v11 08/13] lpfc: vmid: Functions to manage vmids
` [PATCH v11 09/13] lpfc: vmid: Implements CT commands for appid
` [PATCH v11 10/13] lpfc: vmid: Appends the vmid in the wqe before sending
` [PATCH v11 11/13] lpfc: vmid: Timeout implementation for vmid
` [PATCH v11 12/13] lpfc: vmid: Adding qfpa and vmid timeout check in worker thread
` [PATCH v11 13/13] lpfc: vmid: Introducing vmid in io path

loop_set_block_size: loop0 () has still dirty pages (nrpages=2)
 2021-06-08 12:01 UTC 

simplify gendisk and request_queue allocation for blk-mq based drivers
 2021-06-08  5:39 UTC  (4+ messages)
` [PATCH 20/30] nullb: use blk_mq_alloc_disk

[PATCHv3 0/4] block and nvme passthrough error handling
 2021-06-08  5:26 UTC  (9+ messages)
` [PATCHv3 2/4] nvme: use blk_execute_rq() for passthrough commands
` [PATCHv3 4/4] nvme: use return value from blk_execute_rq()

[PATCH v12 1/3] bio: control bio max size
 2021-06-08  5:22 UTC  (6+ messages)

io_uring: BPF controlled I/O
 2021-06-07 18:51 UTC  (2+ messages)

[Patch v2] block: return the correct bvec when checking for gaps
 2021-06-07 18:00 UTC  (3+ messages)

[PATCH] zram: zcomp_strm remove ambiguous description
 2021-06-07 16:08 UTC 

[PATCH v2 0/1] lib: Fix spelling mistakes
 2021-06-07 13:29 UTC  (2+ messages)
` [PATCH v2 1/1] "


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