linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-06 08:16:09 to 2022-12-10 18:55:10 UTC [more...]

[PATCH 1/2 block/for-6.2] blk-iolatency: Fix memory leak on add_disk() failures
 2022-12-10 18:54 UTC  (3+ messages)
` [PATCH 2/2 block/for-6.2] blk-iolatency: Make initialization lazy

can queue_virt_boundary() exceed PAGE_SIZE?
 2022-12-10 18:41 UTC 

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

[PATCH] block, bfq: fix possible uaf for 'bfqq->bic'
 2022-12-10 10:25 UTC 

[PATCH v2 00/21] blksnap - block devices snapshots module
 2022-12-10  4:15 UTC  (25+ 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

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

[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 V10 0/8] block, bfq: extend bfq to support multi-actuator drives
 2022-12-09  9:44 UTC  (9+ 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 "

[PATCH V9 0/8] block, bfq: extend bfq to support multi-actuator drives
 2022-12-09  9:40 UTC  (13+ messages)
` [PATCH V9 1/8] block, bfq: split sync bfq_queues on a per-actuator basis
` [PATCH V9 2/8] block, bfq: forbid stable merging of queues associated with different actuators
` [PATCH V9 3/8] block, bfq: move io_cq-persistent bfqq data into a dedicated struct
` [PATCH V9 4/8] block, bfq: turn bfqq_data into an array in bfq_io_cq
` [PATCH V9 5/8] block, bfq: split also async bfq_queues on a per-actuator basis
` [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 V9 8/8] block, bfq: balance I/O injection among "

[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  (5+ messages)
` [PATCH 14/25] block: introduce duration-limits priority class
` [PATCH 15/25] block: introduce BLK_STS_DURATION_LIMIT

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

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

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

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

[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  (8+ messages)
` [PATCH v3] sed-opal: allow using IOC_OPAL_SAVE for locking too
` [PATCH v4] "

[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  (5+ 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
` [PATCH 3/4] sbitmap: rewrite sbitmap_find_bit_in_index to reduce repeat code
` [PATCH 4/4] sbitmap: add sbitmap_find_bit to remove repeat code in __sbitmap_get/__sbitmap_get_shallow

[PATCH 0/9 v6] bfq: Avoid use-after-free when moving processes between cgroups
 2022-12-08 12:59 UTC  (5+ messages)
` [PATCH 3/9] bfq: Split shared queues on move "

[PATCH V6 0/8] block, bfq: extend bfq to support multi-actuator drives
 2022-12-08 10:43 UTC  (10+ messages)
` [PATCH V6 6/8] block, bfq: retrieve independent access ranges from request queue

[RFC for-6.2/block V2] block: Change the granularity of io ticks from ms to ns
 2022-12-08  2:55 UTC  (7+ messages)

[PATCH v3] virtio_blk: add VIRTIO_BLK_F_LIFETIME feature support
 2022-12-07 20:28 UTC  (11+ messages)

[GIT PULL] nvme updates for Linux 6.2
 2022-12-07 19:40 UTC  (2+ messages)

[RFC] block: Change the granularity of io ticks from ms to ns
 2022-12-07 17:22 UTC  (7+ messages)

[PATCH] block: remove bio_set_op_attrs
 2022-12-07 16:43 UTC  (7+ messages)
    ` [dm-devel] "

[GIT PULL] nvme fixes for Linux 6.1
 2022-12-07 15:55 UTC  (2+ messages)

[PATCH V3 0/6] ublk_drv: add mechanism for supporting unprivileged ublk device
 2022-12-07 12:33 UTC  (7+ messages)
` [PATCH V3 1/6] ublk_drv: remove nr_aborted_queues from ublk_device
` [PATCH V3 2/6] ublk_drv: don't probe partitions if the ubq daemon isn't trusted
` [PATCH V3 3/6] ublk_drv: move ublk_get_device_from_id into ublk_ctrl_uring_cmd
` [PATCH V3 4/6] ublk_drv: add device parameter UBLK_PARAM_TYPE_DEVT
` [PATCH V3 5/6] ublk_drv: add module parameter of ublks_max for limiting max allowed ublk dev
` [PATCH V3 6/6] ublk_drv: add mechanism for supporting unprivileged ublk device

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

[PATCH V2 0/6] ublk_drv: add mechanism for supporting unprivileged ublk device
 2022-12-07  2:31 UTC  (4+ messages)
` [PATCH V2 4/6] ublk_drv: add device parameter UBLK_PARAM_TYPE_DEVT

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

[PATCH] block: bio_copy_data_iter
 2022-12-06 17:19 UTC  (2+ messages)

[RFC PATCH] blk-throtl: Introduce sync queue for write ios
 2022-12-06 16:38 UTC 

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

consolidate btrfs checksumming, repair and bio splitting v2
 2022-12-06 11:51 UTC  (23+ messages)
` [PATCH 02/19] btrfs: handle checksum validation and repair at the storage layer
` [PATCH 03/19] btrfs: remove the submit_bio_start helpers
` [PATCH 04/19] btrfs: simplify the btrfs_csum_one_bio calling convention
` [PATCH 05/19] btrfs: handle checksum generation in the storage layer
` [PATCH 07/19] btrfs: support cloned bios in btree_csum_one_bio
` [PATCH 09/19] btrfs: pass the iomap bio to btrfs_submit_bio
` [PATCH 10/19] btrfs: remove stripe boundary calculation for buffered I/O
` [PATCH 13/19] btrfs: remove struct btrfs_io_geometry
` [PATCH 15/19] btrfs: remove the fs_info argument to btrfs_submit_bio
` [PATCH 17/19] btrfs: calculate file system wide queue limit for zoned mode
` [PATCH 18/19] btrfs: split zone append bios in btrfs_submit_bio

[PATCH v2] block: sed-opal: Don't include <linux/kernel.h>
 2022-12-06  8:29 UTC  (2+ messages)


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