Linux-Block Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-09 15:04:20 to 2022-12-18 16:53:12 UTC [more...]

[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] blk-throtl: Introduce sync and async queues for blk-throtl
 2022-12-18 11:13 UTC 

[PATCH -next 0/4] blk-cgroup: synchronize del_gendisk() with configuring cgroup policy
 2022-12-17  3:09 UTC  (5+ 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 -next 0/4] blk-iocost: make sure parent iocg is exited before child
 2022-12-17  3:05 UTC  (5+ 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 0/3] lib/percpu-refcount: fix use-after-free by late ->release
 2022-12-16 23:06 UTC  (9+ messages)
` [PATCH 1/3] lib/percpu-refcount: support to exit refcount automatically during releasing
` [PATCH 2/3] lib/percpu-refcount: apply PERCPU_REF_AUTO_EXIT
` [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  (27+ messages)
` [PATCH v2 01/21] documentation, blkfilter: Block Device Filtering Mechanism
` [PATCH v2 02/21] block, "
` [PATCH v2 03/21] documentation, capability: fix Generic Block Device Capability
` [PATCH v2 04/21] documentation, blksnap: Block Devices Snapshots Module
` [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 14/21] block, blksnap: storage for storing difference blocks
` [PATCH v2 15/21] block, blksnap: event queue from the difference storage
` [PATCH v2 17/21] block, blksnap: snapshot image block device
` [PATCH v2 19/21] block, blksnap: Kconfig and Makefile
` [PATCH v2 21/21] block, blksnap: adds a maintainer for new files

[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

[PATCH V10 0/8] block, bfq: extend bfq to support multi-actuator drives
 2022-12-16  1:36 UTC  (11+ 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 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  (3+ messages)

[RFC PATCH 0/4] block: uImage.FIT filesystem image mapper
 2022-12-15  8:09 UTC  (13+ messages)
` [RFC PATCH 1/4] init: move block device helpers from init/do_mounts.c

[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

[PATCH V3 0/6] ublk_drv: add mechanism for supporting unprivileged ublk device
 2022-12-15  0:35 UTC  (4+ messages)

[PATCH 1/2 block/for-6.2] blk-iolatency: Fix memory leak on add_disk() failures
 2022-12-14 19:43 UTC  (7+ messages)
` [PATCH 2/2 block/for-6.2] blk-iolatency: Make initialization lazy
` (subset) [PATCH 1/2 block/for-6.2] blk-iolatency: Fix memory leak on add_disk() failures

[PATCH RESEND v1] loop: Fix the max_loop commandline argument treatment when it is set to 0
 2022-12-14 17:55 UTC  (2+ messages)

[PATCH 0/2] block, bfq: minor cleanups
 2022-12-14 16:56 UTC  (6+ messages)
` [PATCH 1/2] block, bfq: don't return bfqg from __bfq_bic_change_cgroup()
` [PATCH 2/2] block, bfq: replace 0/1 with false/true in bic apis

[PATCH v3] block/blk-iocost (gcc13): keep large values in a new enum
 2022-12-14 16:56 UTC  (3+ messages)

[PATCH-block v3 0/2] blk-cgroup: Fix potential UAF & flush rstat at blkgs destruction path
 2022-12-14 16:55 UTC  (9+ messages)
` [PATCH-block v3 1/2] bdi, blk-cgroup: Fix potential UAF of blkcg
` [PATCH-block v3 2/2] blk-cgroup: Flush stats at blkgs destruction path

[PATCH v2] block, bfq: fix possible uaf for 'bfqq->bic'
 2022-12-14 16:50 UTC  (3+ messages)

[RFC PATCH 1/2] init: move block device helpers from init/do_mounts.c
 2022-12-14 16:44 UTC  (2+ messages)

Słowa kluczowe do wypozycjonowania
 2022-12-14  9:05 UTC 

[GIT PULL] Block updates for 6.2-rc1
 2022-12-13 19:02 UTC  (2+ messages)

[git pull] device mapper changes for 6.2
 2022-12-13 19:02 UTC  (2+ messages)
` [dm-devel] "

[syzbot] KASAN: stack-out-of-bounds Read in __blk_flush_plug
 2022-12-13 15:35 UTC 

[PATCH] block/blk-iocost (gcc13): cast enum members to int in prints
 2022-12-13 12:58 UTC  (15+ messages)

[PATCH v2] block/blk-iocost (gcc13): move large values to a new enum
 2022-12-13 11:55 UTC  (2+ messages)

[PATCH] block, bfq: fix possible uaf for 'bfqq->bic'
 2022-12-13 10:32 UTC  (3+ messages)

[PATCH stable 4.14.y] block: unhash blkdev part inode when the part is deleted
 2022-12-13  7:16 UTC 

[PATCH stable 5.4.y/4.19.y] block: unhash blkdev part inode when the part is deleted
 2022-12-13  7:16 UTC 

[PATCH v3] virtio_blk: add VIRTIO_BLK_F_LIFETIME feature support
 2022-12-13  6:23 UTC  (9+ messages)

[PATCH] pata_parport: add driver (PARIDE replacement)
 2022-12-13  6:22 UTC  (6+ messages)

consolidate btrfs checksumming, repair and bio splitting v2
 2022-12-13  5:53 UTC  (5+ messages)
` [PATCH 02/19] btrfs: handle checksum validation and repair at the storage layer

[PATCH v5 00/10] Implement copy offload support
 2022-12-09  8:16 UTC  (9+ messages)
  ` [PATCH v5 02/10] block: Add copy offload support infrastructure

[PATCH-block v2 0/3] blk-cgroup: Fix potential UAF & miscellaneous cleanup
 2022-12-13  0:21 UTC  (12+ messages)
` [PATCH-block v2 1/3] bdi, blk-cgroup: Fix potential UAF of blkcg
` [PATCH-block v2 2/3] blk-cgroup: Don't flush a blkg if destroyed
` [PATCH-block v2 3/3] blk-cgroup: Flush stats at blkgs destruction path

[PATCH -next v2 0/9] iocost bugfix
 2022-12-12 23:10 UTC  (9+ messages)
` [PATCH -next v2 8/9] block: fix null-pointer dereference in ioc_pd_init

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

[PATCH 2/2] f2fs: add support for counting the average time of submit discard cmd
 2022-12-12 10:34 UTC 

can queue_virt_boundary() exceed PAGE_SIZE?
 2022-12-12  8:58 UTC  (2+ messages)

[PATCH 0/6] block: add support for REQ_OP_VERIFY
 2022-12-12  6:30 UTC  (10+ messages)

[PATCH v1 2/3] Treewide: Stop corrupting socket's task_frag
 2022-12-09 16:50 UTC  (4+ messages)

[PATCH-block 0/3] blk-cgroup: Fix potential UAF & miscellaneous cleanup
 2022-12-09 15:58 UTC  (4+ messages)
` [PATCH-block 3/3] 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 read-only IMAP folder(s) and NNTP newsgroup(s).