linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-07 19:40:35 to 2022-10-12 21:29:27 UTC [more...]

[PATCH v1 0/5] treewide cleanup of random integer usage
 2022-10-12 21:29 UTC  (4+ messages)
` [PATCH v1 3/5] treewide: use get_random_u32() when possible

[PATCH 1/1] virtio_pci: use common helper to configure SR-IOV
 2022-10-12 21:20 UTC  (6+ messages)

linux-block
 2022-10-12 17:20 UTC 

[PATCH RFC] block: fix use after free for bd_holder_dir/slave_dir
 2022-10-12 15:49 UTC  (2+ messages)

ublk-qcow2: ublk-qcow2 is available
 2022-10-12 14:22 UTC  (9+ messages)

[GIT PULL] nvme fixes for Linux 6.1
 2022-10-12 13:16 UTC  (2+ messages)

again? - Write I/O queue hangup at random on recent Linus' kernels
 2022-10-12 13:07 UTC  (8+ messages)

[PATCH 0/3] improve nvme quiesce time for large amount of namespaces
 2022-10-12 11:13 UTC  (9+ messages)

[PATCH v2 0/4] blk-iocost: some random patches to improve iocost
 2022-10-12  9:40 UTC  (5+ messages)
` [PATCH v2 1/4] blk-iocost: disable writeback throttling
` [PATCH v2 2/4] blk-iocost: don't release 'ioc->lock' while updating params
` [PATCH v2 3/4] blk-iocost: prevent configuration update concurrent with io throttling
` [PATCH v2 4/4] blk-iocost: read 'ioc->params' inside 'ioc->lock' in ioc_timer_fn()

[PATCH -next 0/5] blk-iocost: some random patches to improve iocost
 2022-10-12  8:04 UTC  (13+ messages)
` [PATCH -next 1/5] blk-iocost: disable writeback throttling
` [PATCH -next 2/5] blk-iocost: don't release 'ioc->lock' while updating params
` [PATCH -next 3/5] blk-iocost: prevent configuration update concurrent with io throttling
` [PATCH -next 4/5] blk-iocost: bypass if only one cgroup issues io
` [PATCH -next 5/5] blk-iocost: read 'ioc->params' inside 'ioc->lock' in ioc_timer_fn()

[RFC PATCHv2] mm: use stack_depot for recording kmemleak's backtrace
 2022-10-12  8:01 UTC 

[PATCH] nvme: avoid deadlock warning in sync_io_queues() path
 2022-10-12  8:03 UTC 

[Resend PATCH] mm: use stack_depot for recording kmemleak's backtrace
 2022-10-12  7:36 UTC  (3+ messages)
  ` [mm] 0e949320db: BUG:kernel_NULL_pointer_dereference,address

TI: X15 the connected SSD is not detected on Linux next 20221006 tag
 2022-10-12  7:24 UTC 

[PATCH blktests] tests/nvme: set hostnqn after hostid uuidgen
 2022-10-12  6:38 UTC  (2+ messages)

[RESEND PATCH] block, bfq: remove unused variable for bfq_queue
 2022-10-12  6:34 UTC 

[PATCH] block, bfq: remove unused variable for bfq_queue
 2022-10-12  6:31 UTC  (4+ messages)

[PATCH] block: fix leaking minors of hidden disks
 2022-10-12  6:20 UTC  (4+ messages)

[PATCH] block: put the reference of the io scheduler module after switching back
 2022-10-12  0:54 UTC  (5+ messages)

[PATCH v2] blk-mq: put the reference of the io scheduler module after switching back
 2022-10-12  0:35 UTC 

[PATCH V3 0/8] block, bfq: extend bfq to support multi-actuator drives
 2022-10-11 23:42 UTC  (5+ messages)
` [PATCH V3 1/8] block, bfq: split sync bfq_queues on a per-actuator basis

[man-pages PATCH v3] statx.2, open.2: document STATX_DIOALIGN
 2022-10-11 23:02 UTC  (5+ messages)
    ` Semantic newlines (was: [man-pages PATCH v3] statx.2, open.2: document STATX_DIOALIGN)

[PATCH v6 0/7] treewide cleanup of random integer usage
 2022-10-11 23:01 UTC  (14+ messages)
` [PATCH v6 1/7] treewide: use prandom_u32_max() when possible, part 1
` [PATCH v6 2/7] treewide: use prandom_u32_max() when possible, part 2
` [PATCH v6 3/7] treewide: use get_random_{u8,u16}() when possible, part 1
` [PATCH v6 4/7] treewide: use get_random_{u8,u16}() when possible, part 2
` [PATCH v6 5/7] treewide: use get_random_u32() when possible
` [PATCH v6 6/7] treewide: use get_random_bytes() "
` [PATCH v6 7/7] prandom: remove unused functions

[man-pages PATCH v4] statx.2, open.2: document STATX_DIOALIGN
 2022-10-11 22:59 UTC 

[RFC PATCH v1 00/14] mm/block: add bdi sysfs knobs
 2022-10-11 18:20 UTC  (16+ messages)
` [RFC PATCH v1 01/14] mm: add bdi_set_strict_limit() function
` [RFC PATCH v1 02/14] mm: Add new knob /sys/class/bdi/<bdi>/strict_limit
` [RFC PATCH v1 03/14] mm: document new /sys/class/bdi/<bdi>/strict_limit knob
` [RFC PATCH v1 04/14] mm: Use part per 10000 for bdi ratios
` [RFC PATCH v1 05/14] mm: add bdi_get_max_bytes() function
` [RFC PATCH v1 06/14] mm: split off __bdi_set_max_ratio() function
` [RFC PATCH v1 07/14] mm: add bdi_set_max_bytes() function
` [RFC PATCH v1 08/14] mm: Add new knob /sys/class/bdi/<bdi>/max_bytes
` [RFC PATCH v1 09/14] mm: document new /sys/class/bdi/<bdi>/max_bytes knob
` [RFC PATCH v1 10/14] mm: add bdi_get_min_bytes() function
` [RFC PATCH v1 11/14] mm: split off __bdi_set_min_ratio() function
` [RFC PATCH v1 12/14] mm: add bdi_set_min_bytes() function
` [RFC PATCH v1 13/14] mm: add new /sys/class/bdi/<bdi>/min_bytes knob
` [RFC PATCH v1 14/14] mm: document "

[PATCH blktests] common/multipath-over-rdma: fix has_soft_rdma checking when mlx card as netdev
 2022-10-11 17:24 UTC 

lockdep WARNING at blktests block/011
 2022-10-11 17:11 UTC  (7+ messages)

[PATCH 1/2] block: Add helper for queue_flags bit test
 2022-10-11 14:52 UTC  (2+ messages)
` [PATCH 2/2] block: Make refcnt of bfq_group/bfq_queue atomic

[PATCH 0/2] block: queue flag helpers and atomic refcnt impl
 2022-10-11 14:52 UTC 

[PATCH v2] blk-mq: fix null pointer dereference in blk_mq_clear_rq_mapping()
 2022-10-11 14:22 UTC 

[PATCH] blk-mq: fix null pointer dereference in blk_mq_clear_rq_mapping()
 2022-10-11 13:27 UTC  (3+ messages)

[patch v11 0/6] support concurrent sync io for bfq on a specail occasion
 2022-10-11  9:36 UTC  (5+ messages)

[PATCH v4 0/6] blk-wbt: simple improvment to enable wbt correctly
 2022-10-11  8:06 UTC  (2+ messages)

[PATCH 0/4] A few cleanup patches for blk-cgroup
 2022-10-11  7:53 UTC  (13+ messages)
` [PATCH 1/4] blk-cgroup: Remove unnecessary blk_ioprio_exit in blkcg_init_queue
` [PATCH 2/4] blk-cgroup: correct comment for blk_alloc_queue and blk_exit_queue
` [PATCH 3/4] blk-cgroup: Add NULL check of pd_alloc_fn in blkcg_activate_policy
` [PATCH 4/4] blk-cgroup: Fix typo in comment

[RFC PATCH 0/6] block: add and use tagset init helper
 2022-10-11  6:06 UTC  (9+ messages)
` [RFC PATCH 1/6] "
` [RFC PATCH 2/6] nbd: use init alloc tagset helper
` [RFC PATCH 3/6] virtio-blk: "
` [RFC PATCH 4/6] nvme-apple: "
` [RFC PATCH 5/6] nvme-core: "
` [RFC PATCH 6/6] nvme-pci: "

[RFC PATCH 00/21] block: add and use init tagset helper
 2022-10-10 17:06 UTC  (12+ messages)
` [RFC PATCH 01/21] "

[RFC PATCH 00/18] block: add and use init disk helper
 2022-10-10 16:50 UTC  (4+ messages)
` [RFC PATCH 01/18] "

[PATCH v2] block: avoid sign extend problem with default queue flags mask
 2022-10-10 14:27 UTC  (3+ messages)

BUG: unable to handle kernel NULL pointer dereference in start_motor
 2022-10-10 13:59 UTC 

[RFC PATCH] mm: skip GFP_IO if swap is zram only
 2022-10-10 13:09 UTC  (2+ messages)

WARNING: refcount bug in del_gendisk
 2022-10-10 13:04 UTC 

INFO: task hung in floppy_revalidate
 2022-10-10 12:53 UTC 

[PATCHv2] block: fix leaking minors of hidden disks
 2022-10-10  8:49 UTC  (7+ messages)

[PATCH] blk-mq: initialize csd/fifo_time before use
 2022-10-10  7:39 UTC  (2+ messages)

[PATCH] block: allow specifying default iosched in config
 2022-10-10  7:20 UTC  (6+ messages)

[PATCH] blk-mq: aggregate ktime_get per request batch
 2022-10-10  7:30 UTC  (2+ messages)

[PATCH v5 0/7] treewide cleanup of random integer usage
 2022-10-09 14:17 UTC  (12+ messages)
` [PATCH v5 1/7] treewide: use prandom_u32_max() when possible, part 1
` [PATCH v5 2/7] treewide: use prandom_u32_max() when possible, part 2
` [PATCH v5 3/7] treewide: use get_random_{u8,u16}() when possible, part 1
` [PATCH v5 4/7] treewide: use get_random_{u8,u16}() when possible, part 2
` [PATCH v5 5/7] treewide: use get_random_u32() when possible
` [PATCH v5 6/7] treewide: use get_random_bytes "
` [PATCH v5 7/7] prandom: remove unused functions

[PATCH] blk-wbt: fix that 'rwb->wc' is always set to 1 in wbt_init()
 2022-10-09 13:48 UTC  (3+ messages)

[blk] 8c5035dfbb: fio.read_iops -10.6% regression
 2022-10-09  9:32 UTC  (5+ messages)
  ` [LKP] "

[PATCH v3 0/5] treewide cleanup of random integer usage
 2022-10-09  2:57 UTC  (13+ messages)
` [PATCH v3 3/5] treewide: use get_random_u32() when possible

[PATCH v4 0/6] treewide cleanup of random integer usage
 2022-10-09  0:26 UTC  (18+ messages)
` [PATCH v4 1/6] treewide: use prandom_u32_max() when possible, mechanically
` [PATCH v4 2/6] treewide: use prandom_u32_max() when possible
` [PATCH v4 4/6] treewide: use get_random_u32() "

[PATCH v4 2/6] treewide: use prandom_u32_max() when possible
 2022-10-08 18:16 UTC  (3+ messages)

[PATCH v7 0/3] blk-cgroup: Optimize blkcg_rstat_flush()
 2022-10-08  2:15 UTC  (3+ messages)
` [PATCH v7 1/3] llist: Add a lock-less list variant terminated by a sentinel node


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