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

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

[PATCH] block: fix use-after-free of q->q_usage_counter
 2022-12-15  2:16 UTC 

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

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

[PATCH 0/3] lib/percpu-refcount: fix use-after-free by late ->release
 2022-12-15  0:34 UTC  (7+ 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 0/4] block: uImage.FIT filesystem image mapper
 2022-12-14 20:01 UTC  (12+ messages)
` [RFC PATCH 1/4] init: move block device helpers from init/do_mounts.c

[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 

[RFC PATCH] blk-throtl: Introduce sync queue for write ios
 2022-12-14  4:02 UTC  (4+ messages)
  ` [External] "

[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] "

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

[RFC PATCH 2/2] block: add uImage.FIT block partition driver
 2022-12-13 16:45 UTC  (2+ messages)

[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 00/21] blksnap - block devices snapshots module
 2022-12-13 12:13 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 05/21] block, blksnap: header file of the module interface
` [PATCH v2 06/21] block, blksnap: module management interface functions
` [PATCH v2 07/21] block, blksnap: init() and exit() functions
` [PATCH v2 08/21] block, blksnap: interaction with sysfs
` [PATCH v2 09/21] block, blksnap: attaching and detaching the filter and handling I/O units
` [PATCH v2 10/21] block, blksnap: map of change block tracking
` [PATCH v2 11/21] block, blksnap: minimum data storage unit of the original block device
` [PATCH v2 12/21] block, blksnap: buffer in memory for the minimum data storage unit
` [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 16/21] block, blksnap: owner of information about overwritten blocks of the original block device
` [PATCH v2 17/21] block, blksnap: snapshot image "
` [PATCH v2 18/21] block, blksnap: snapshot
` [PATCH v2 19/21] block, blksnap: Kconfig and Makefile
` [PATCH v2 20/21] block, blksnap: adds a blksnap to the kernel tree
` [PATCH v2 21/21] block, blksnap: adds a maintainer for new files

[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.9.y] block: unhash blkdev part inode when the part is deleted
 2022-12-13  7:16 UTC 

[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  (14+ 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  (6+ messages)
` [PATCH-block 1/3] bdi, blk-cgroup: Fix potential UAF of blkcg
` [PATCH-block 2/3] blk-cgroup: Don't flush a blkg if destroyed
` [PATCH-block 3/3] blk-cgroup: Flush stats at blkgs destruction path

[PATCH 0/3] DRBD file structure reorganization
 2022-12-09 14:55 UTC  (4+ messages)
` [PATCH 1/3] drbd: split off drbd_buildtag into separate file
` [PATCH 2/3] drbd: drop API_VERSION define
` [PATCH 3/3] drbd: split off drbd_config into separate file

[PATCH 0/8] Miscellaneous DRBD reorganization
 2022-12-09 14:53 UTC  (9+ messages)
` [PATCH 1/8] drbd: adjust drbd_limits license header
` [PATCH 2/8] drbd: fix DRBD_VOLUME_MAX 65535 -> 65534
` [PATCH 3/8] drbd: make limits unsigned
` [PATCH 4/8] drbd: remove unnecessary assignment in vli_encode_bits
` [PATCH 5/8] drbd: remove macros using require_context
` [PATCH 6/8] MAINTAINERS: add drbd headers
` [PATCH 7/8] drbd: interval tree: make removing an "empty" interval a no-op
` [PATCH 8/8] drbd: drbd_insert_interval(): Clarify comment

[PATCH V9 0/8] block, bfq: extend bfq to support multi-actuator drives
 2022-12-09  9:40 UTC  (8+ messages)
` [PATCH V9 4/8] block, bfq: turn bfqq_data into an array in bfq_io_cq
` [PATCH V9 6/8] block, bfq: retrieve independent access ranges from request queue
` [PATCH V9 7/8] block, bfq: inject I/O to underutilized actuators

[PATCH v4 3/5] partitions/efi: add support for uImage.FIT sub-partitions
 2022-12-09  1:45 UTC  (2+ messages)

[PATCH] blktrace: Fix output non-blktrace event when blk_classic option enabled
 2022-12-09  1:51 UTC  (5+ messages)

[PATCH 00/25] Add Command Duration Limits support
 2022-12-09  0:29 UTC  (3+ messages)

[GIT PULL] Block fix for 6.1-final
 2022-12-08 23:57 UTC  (2+ messages)

[PATCH v1] loop: Fix the max_loop commandline argument treatment when it is set to 0
 2022-12-08 20:06 UTC 

[PATCH v2] block: sed-opal: Don't include <linux/kernel.h>
 2022-12-08 16:20 UTC 

[PATCH] sed-opal: if key is available from IOC_OPAL_SAVE use it when locking
 2022-12-08 16:20 UTC  (5+ messages)
` [PATCH v4] sed-opal: allow using IOC_OPAL_SAVE for locking too

[PATCH v3] blk-cgroup: Fix typo in comment
 2022-12-08 16:20 UTC  (2+ messages)

[PATCH v2 0/5] blk-iocost: random patches to improve configuration
 2022-12-08 15:59 UTC  (10+ messages)
` [PATCH v2 4/5] blk-iocost: fix sleeping in atomic context warnning

[PATCH 0/4] A few cleanup patches for sbitmap
 2022-12-08 22:01 UTC  (3+ messages)
` [PATCH 1/4] sbitmap: remove unnecessary calculation of alloc_hint in __sbitmap_get_shallow
` [PATCH 2/4] sbitmap: remove redundant check in __sbitmap_queue_get_batch


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