linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-15 03:32:39 to 2022-12-22 12:42:33 UTC [more...]

[PATCH RESEND v2 0/5] A few bugfix and cleanup patches for sbitmap
 2022-12-22 14:33 UTC  (12+ messages)
` [PATCH RESEND v2 1/5] sbitmap: remove unnecessary calculation of alloc_hint in __sbitmap_get_shallow
` [PATCH RESEND v2 2/5] sbitmap: remove redundant check in __sbitmap_queue_get_batch
` [PATCH RESEND v2 3/5] sbitmap: rewrite sbitmap_find_bit_in_index to reduce repeat code
` [PATCH RESEND v2 4/5] sbitmap: add sbitmap_find_bit to remove repeat code in __sbitmap_get/__sbitmap_get_shallow
` [PATCH RESEND v2 5/5] sbitmap: correct wake_batch recalculation to avoid potential IO hung

[PATCH RESEND v2 00/10] A few bugfix and cleancode patch for bfq
 2022-12-22 19:16 UTC  (11+ messages)
` [PATCH RESEND v2 01/10] block, bfq: correctly raise inject limit in bfq_choose_bfqq_for_injection
` [PATCH RESEND v2 02/10] block, bfq: remove unsed parameter reason in bfq_bfqq_is_slow
` [PATCH RESEND v2 03/10] block, bfq: initialize bfqq->decrease_time_jif correctly
` [PATCH RESEND v2 04/10] block, bfq: use helper macro RQ_BFQQ to get bfqq of request
` [PATCH RESEND v2 05/10] block, bfq: remove unnecessary dereference to get async_bfqq
` [PATCH RESEND v2 06/10] block, bfq: remove redundant bfqd->rq_in_driver > 0 check in bfq_add_request
` [PATCH RESEND v2 07/10] block, bfq: remove redundant check in bfq_put_cooperator
` [PATCH RESEND v2 08/10] block, bfq: remove unnecessary goto tag in bfq_dispatch_rq_from_bfqq
` [PATCH RESEND v2 09/10] block, bfq: remove unused bfq_wr_max_time in struct bfq_data
` [PATCH RESEND v2 10/10] block, bfq: remove check of bfq_wr_max_softrt_rate which is always greater than 0

[PATCH] treewide: Convert del_timer*() to timer_shutdown*()
 2022-12-22 10:02 UTC  (4+ messages)

[PATCH] block: save user max_sectors limit
 2022-12-22  8:40 UTC  (2+ messages)

[GIT PULL] Followup block fixes for 6.2-rc1
 2022-12-22  3:07 UTC  (2+ messages)

[PATCH] virtio-blk: fix probe without CONFIG_BLK_DEV_ZONED
 2022-12-21 19:32 UTC  (5+ messages)

[PATCH v2] virtio-blk: avoid kernel panic on VIRTIO_BLK_F_ZONED check
 2022-12-21 19:27 UTC  (3+ messages)

[PATCH for-6.2/block V3 1/2] block: Data type conversion for IO accounting
 2022-12-21 17:09 UTC  (4+ messages)
` [PATCH for-6.2/block V3 2/2] block: Change the granularity of io ticks from ms to ns

[PATCH v3 0/2] virtio-blk: set req->state to MQ_RQ_COMPLETE and support completion batching for the IRQ path
 2022-12-21 14:54 UTC  (3+ messages)
` [PATCH v3 1/2] virtio-blk: set req->state to MQ_RQ_COMPLETE after polling I/O is finished
` [PATCH v3 2/2] virtio-blk: support completion batching for the IRQ path

[PATCH] virtio-blk: avoid kernel panic on VIRTIO_BLK_F_ZONED check
 2022-12-21 14:53 UTC  (2+ messages)

[PATCH v2 0/2] virtio-blk: set req->state to MQ_RQ_COMPLETE and support completion batching for the IRQ path
 2022-12-21 14:15 UTC  (7+ messages)
` [PATCH v2 1/2] virtio-blk: set req->state to MQ_RQ_COMPLETE after polling I/O is finished
` [PATCH v2 2/2] virtio-blk: support completion batching for the IRQ path

[PATCH V11 0/8] block, bfq: extend bfq to support multi-actuator drives
 2022-12-21 12:27 UTC  (12+ messages)
` [PATCH V11 1/8] block, bfq: split sync bfq_queues on a per-actuator basis
` [PATCH V11 2/8] block, bfq: forbid stable merging of queues associated with different actuators
` [PATCH V11 3/8] block, bfq: move io_cq-persistent bfqq data into a dedicated struct
` [PATCH V11 4/8] block, bfq: turn bfqq_data into an array in bfq_io_cq
` [PATCH V11 5/8] block, bfq: split also async bfq_queues on a per-actuator basis
` [PATCH V11 6/8] block, bfq: retrieve independent access ranges from request queue
` [PATCH V11 7/8] block, bfq: inject I/O to underutilized actuators
` [PATCH V11 8/8] block, bfq: balance I/O injection among "

[PATCH] blk-throtl: Introduce sync and async queues for blk-throtl
 2022-12-21 10:42 UTC  (4+ messages)
  ` [External] "
` [PATCH v2] "

[PATCH -next 0/4] blk-cgroup: synchronize del_gendisk() with configuring cgroup policy
 2022-12-21 10:37 UTC  (12+ messages)
` [PATCH -next 1/4] block/rq_qos: protect 'q->rq_qos' with queue_lock in rq_qos_exit()
` [PATCH -next 2/4] block/rq_qos: fail rq_qos_add() after del_gendisk()
` [PATCH -next 3/4] blk-cgroup: add a new interface blkcg_conf_close_bdev()
` [PATCH -next 4/4] blk-cgroup: synchronize del_gendisk() with configuring cgroup policy

[PATCH 0/6] blktests: char device tests with iouring-cmd fio
 2022-12-21 10:34 UTC  (7+ messages)
` [PATCH 1/6] common/fio: add helpers using io-uring cmd engine
` [PATCH 2/6] tests/nvme: add new test for rand-read on the nvme character device
` [PATCH 3/6] tests/nvme: add new test for rand-write "
` [PATCH 4/6] tests/nvme: add new test for optimal write "
` [PATCH 5/6] tests/zbd: add new basic test for reading zone "
` [PATCH 6/6] "

[PATCH -next 0/4] blk-iocost: make sure parent iocg is exited before child
 2022-12-21 10:33 UTC  (9+ messages)
` [PATCH -next 1/4] blk-iocost: track whether iocg is still online
` [PATCH -next 2/4] blk-iocost: don't throttle bio if iocg is offlined
` [PATCH -next 3/4] blk-iocost: dispatch all throttled bio in ioc_pd_offline
` [PATCH -next 4/4] blk-iocost: guarantee the exit order of iocg

[PATCH V10 0/8] block, bfq: extend bfq to support multi-actuator drives
 2022-12-21 10:30 UTC  (15+ messages)
` [PATCH V10 1/8] block, bfq: split sync bfq_queues on a per-actuator basis
` [PATCH V10 8/8] block, bfq: balance I/O injection among underutilized actuators

[RFC] Reliable Multicast on top of RTRS
 2022-12-21  9:57 UTC  (7+ messages)

[PATCH v2] nvme: fix multipath crash caused by flush request when blktrace is enabled
 2022-12-21  8:21 UTC  (3+ messages)

[PATCH-next v2] blk-mq: cleanup unused methods: blk_mq_hw_sysfs_store
 2022-12-21  8:34 UTC 

[PATCH] blk-mq: cleanup unused methods: blk_mq_hw_sysfs_store
 2022-12-21  8:23 UTC 

[PATCH v3 0/2] blktests: use patient module remover
 2022-12-21  0:32 UTC  (4+ messages)
` [PATCH v3 1/2] blktests: replace module removal with patient module removal
` [PATCH v3 2/2] tests/srp/rc: "

[PATCH] virtio_blk: temporary variable type tweak
 2022-12-20 22:56 UTC  (3+ messages)

[PATCH] virtio_blk: zone append in header type tweak
 2022-12-20 22:56 UTC  (3+ messages)

[PATCH v2] blktests: replace module removal with patient module removal
 2022-12-20 21:28 UTC  (7+ messages)

[PATCH] blk-iocost: don't make all constants unsigned long long
 2022-12-20 20:18 UTC 

[PATCH 0/4] Fix probe failed when modprobe modules
 2022-12-20  6:44 UTC  (5+ messages)

[bug report]BUG: KFENCE: use-after-free read in bfq_exit_icq_bfqq+0x132/0x270
 2022-12-19 17:52 UTC  (2+ messages)

[PATCH v5] virtio_blk: add VIRTIO_BLK_F_LIFETIME feature support
 2022-12-19 12:21 UTC 

[PATCH v4] virtio_blk: add VIRTIO_BLK_F_LIFETIME feature support
 2022-12-19 12:05 UTC  (3+ messages)

blktests failures with v5.19-rc1
 2022-12-19 11:27 UTC  (4+ messages)

[PATCH v3] virtio_blk: add VIRTIO_BLK_F_LIFETIME feature support
 2022-12-19  8:39 UTC  (3+ messages)

[PATCH AUTOSEL 4.9 17/20] blk-mq: fix possible memleak when register 'hctx' failed
 2022-12-18 16:23 UTC 

[PATCH AUTOSEL 4.14 20/23] blk-mq: fix possible memleak when register 'hctx' failed
 2022-12-18 16:21 UTC 

[PATCH AUTOSEL 4.19 22/26] blk-mq: fix possible memleak when register 'hctx' failed
 2022-12-18 16:20 UTC 

[PATCH AUTOSEL 5.4 26/30] blk-mq: fix possible memleak when register 'hctx' failed
 2022-12-18 16:18 UTC 

[PATCH AUTOSEL 5.10 33/39] blk-mq: fix possible memleak when register 'hctx' failed
 2022-12-18 16:15 UTC 

[PATCH AUTOSEL 5.15 37/46] blk-mq: fix possible memleak when register 'hctx' failed
 2022-12-18 16:12 UTC 

[PATCH AUTOSEL 6.0 14/73] blk-mq: avoid double ->queue_rq() because of early timeout
 2022-12-18 16:07 UTC  (2+ messages)
` [PATCH AUTOSEL 6.0 54/73] blk-mq: fix possible memleak when register 'hctx' failed

[PATCH AUTOSEL 6.1 17/85] blk-mq: avoid double ->queue_rq() because of early timeout
 2022-12-18 16:01 UTC  (2+ messages)
` [PATCH AUTOSEL 6.1 62/85] blk-mq: fix possible memleak when register 'hctx' failed

[PATCH 0/3] lib/percpu-refcount: fix use-after-free by late ->release
 2022-12-16 23:06 UTC  (4+ messages)
` [PATCH 3/3] lib/percpu-refcount: drain ->release() in perpcu_ref_exit()

[RFC PATCH v7 0/4] Support for hardware-wrapped inline encryption keys
 2022-12-16 20:36 UTC  (5+ messages)
` [RFC PATCH v7 1/4] blk-crypto: add basic hardware-wrapped key support
` [RFC PATCH v7 2/4] blk-crypto: show supported key types in sysfs
` [RFC PATCH v7 3/4] blk-crypto: add ioctls to create and prepare hardware-wrapped keys
` [RFC PATCH v7 4/4] fscrypt: add support for "

[PATCH] block: don't clear REQ_ALLOC_CACHE for non-polled requests
 2022-12-16 16:01 UTC  (2+ messages)

[PATCH] blk-mq: fix possible NULL pointer access in classic polling
 2022-12-16 15:15 UTC  (3+ messages)

[PATCH 0/4] xen/blkback: some cleanups
 2022-12-16 14:58 UTC  (5+ messages)
` [PATCH 1/4] xen/blkback: fix white space code style issues
` [PATCH 2/4] xen/blkback: remove stale prototype
` [PATCH 3/4] xen/blkback: simplify free_persistent_gnts() interface
` [PATCH 4/4] xen/blkback: move blkif_get_x86_*_req() into blkback.c

[PATCH v2 00/21] blksnap - block devices snapshots module
 2022-12-16  7:04 UTC  (15+ messages)
` [PATCH v2 02/21] block, blkfilter: Block Device Filtering Mechanism
` [PATCH v2 06/21] block, blksnap: module management interface functions
` [PATCH v2 07/21] block, blksnap: init() and exit() functions
` [PATCH v2 09/21] block, blksnap: attaching and detaching the filter and handling I/O units
` [PATCH v2 13/21] block, blksnap: functions and structures for performing block I/O operations
` [PATCH v2 17/21] block, blksnap: snapshot image block device

[PATCH v2 00/10] A few bugfix and cleancode patch for bfq
 2022-12-16 11:12 UTC  (11+ messages)
` [PATCH v2 01/10] block, bfq: correctly raise inject limit in bfq_choose_bfqq_for_injection
` [PATCH v2 02/10] block, bfq: remove unsed parameter reason in bfq_bfqq_is_slow
` [PATCH v2 03/10] block, bfq: initialize bfqq->decrease_time_jif correctly
` [PATCH v2 04/10] block, bfq: use helper macro RQ_BFQQ to get bfqq of request
` [PATCH v2 05/10] block, bfq: remove unnecessary dereference to get async_bfqq
` [PATCH v2 06/10] block, bfq: remove redundant bfqd->rq_in_driver > 0 check in bfq_add_request
` [PATCH v2 07/10] block, bfq: remove redundant check in bfq_put_cooperator
` [PATCH v2 08/10] block, bfq: remove unnecessary goto tag in bfq_dispatch_rq_from_bfqq
` [PATCH v2 09/10] block, bfq: remove unused bfq_wr_max_time in struct bfq_data
` [PATCH v2 10/10] block, bfq: remove check of bfq_wr_max_softrt_rate which is always greater than 0

[RFC PATCH] blk-throtl: Introduce sync queue for write ios
 2022-12-16  1:36 UTC  (7+ messages)
  ` [External] "

[PATCH v2 0/5] A few bugfix and cleanup patches for sbitmap
 2022-12-15 20:36 UTC  (6+ messages)
` [PATCH v2 1/5] sbitmap: remove unnecessary calculation of alloc_hint in __sbitmap_get_shallow
` [PATCH v2 2/5] sbitmap: remove redundant check in __sbitmap_queue_get_batch
` [PATCH v2 3/5] sbitmap: rewrite sbitmap_find_bit_in_index to reduce repeat code
` [PATCH v2 4/5] sbitmap: add sbitmap_find_bit to remove repeat code in __sbitmap_get/__sbitmap_get_shallow
` [PATCH v2 5/5] sbitmap: correct wake_batch recalculation to avoid potential IO hung

[PATCH] block: fix use-after-free of q->q_usage_counter
 2022-12-15 12:25 UTC  (2+ messages)

[PATCH v1] block, bfq: do the all counting of pending-request if CONFIG_BFQ_GROUP_IOSCHED is enabled
 2022-12-15 12:12 UTC  (5+ messages)

[RFC PATCH 2/2] block: add uImage.FIT block partition driver
 2022-12-15  8:11 UTC  (2+ messages)

[RFC PATCH 1/4] init: move block device helpers from init/do_mounts.c
 2022-12-15  8:09 UTC  (11+ messages)

[PATCH stable 4.9.y] block: unhash blkdev part inode when the part is deleted
 2022-12-15  6:50 UTC  (2+ messages)

[PATCH v4 0/2] blk-cgroup: Fix potential UAF & flush rstat at blkgs destruction path
 2022-12-15  3:31 UTC  (3+ messages)
` [PATCH v4 1/2] bdi, blk-cgroup: Fix potential UAF of blkcg
` [PATCH v4 2/2] blk-cgroup: Flush stats at blkgs destruction path


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