linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-16 06:10:09 to 2022-11-21 07:03:35 UTC [more...]

untangle the request_queue refcounting from the queue kobject v2
 2022-11-21  7:03 UTC  (7+ messages)
` [PATCH 1/5] blk-crypto: pass a gendisk to blk_crypto_sysfs_{,un}register

Reordering of ublk IO requests
 2022-11-21  1:25 UTC  (24+ messages)

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

consolidate btrfs checksumming, repair and bio splitting v2
 2022-11-20 12:47 UTC  (20+ messages)
` [PATCH 01/19] block: export bio_split_rw
` [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 06/19] btrfs: handle recording of zoned writes "
` [PATCH 07/19] btrfs: support cloned bios in btree_csum_one_bio
` [PATCH 08/19] btrfs: allow btrfs_submit_bio to split bios
` [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 11/19] btrfs: remove stripe boundary calculation for compressed I/O
` [PATCH 12/19] btrfs: remove stripe boundary calculation for encoded I/O
` [PATCH 13/19] btrfs: remove struct btrfs_io_geometry
` [PATCH 14/19] btrfs: remove submit_encoded_read_bio
` [PATCH 15/19] btrfs: remove the fs_info argument to btrfs_submit_bio
` [PATCH 16/19] btrfs: remove now spurious bio submission helpers
` [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 19/19] iomap: remove IOMAP_F_ZONE_APPEND

[PATCH][RFC] fix a race between bsg_open() and bsg_unregister_queue()
 2022-11-20  3:14 UTC 

[RFC PATCH 0/4] block: uImage.FIT filesystem image mapper
 2022-11-19 16:03 UTC  (10+ messages)
` [RFC PATCH 1/4] init: move block device helpers from init/do_mounts.c
` [RFC PATCH 2/4] block: add new flag to add partitions read-only
` [RFC PATCH 3/4] blkdev: add function to add named read-only partitions
` [RFC PATCH 4/4] block: add uImage.FIT block partition driver

[RFC PATCH v4 00/20] mm/block: add bdi sysfs knobs
 2022-11-19  0:52 UTC  (21+ messages)
` [RFC PATCH v4 01/20] mm: add bdi_set_strict_limit() function
` [RFC PATCH v4 02/20] mm: add knob /sys/class/bdi/<bdi>/strict_limit
` [RFC PATCH v4 03/20] mm: document /sys/class/bdi/<bdi>/strict_limit knob
` [RFC PATCH v4 04/20] mm: use part per 1000000 for bdi ratios
` [RFC PATCH v4 05/20] mm: add bdi_get_max_bytes() function
` [RFC PATCH v4 06/20] mm: split off __bdi_set_max_ratio() function
` [RFC PATCH v4 07/20] mm: add bdi_set_max_bytes() function
` [RFC PATCH v4 08/20] mm: add knob /sys/class/bdi/<bdi>/max_bytes
` [RFC PATCH v4 09/20] mm: document /sys/class/bdi/<bdi>/max_bytes knob
` [RFC PATCH v4 10/20] mm: add bdi_get_min_bytes() function
` [RFC PATCH v4 11/20] mm: split off __bdi_set_min_ratio() function
` [RFC PATCH v4 12/20] mm: add bdi_set_min_bytes() function
` [RFC PATCH v4 13/20] mm: add /sys/class/bdi/<bdi>/min_bytes knob
` [RFC PATCH v4 14/20] mm: document "
` [RFC PATCH v4 15/20] mm: add bdi_set_max_ratio_no_scale() function
` [RFC PATCH v4 16/20] mm: add /sys/class/bdi/<bdi>/max_ratio_fine knob
` [RFC PATCH v4 17/20] mm: document "
` [RFC PATCH v4 18/20] mm: add bdi_set_min_ratio_no_scale() function
` [RFC PATCH v4 19/20] mm: add /sys/class/bdi/<bdi>/min_ratio_fine knob
` [RFC PATCH v4 20/20] mm: document "

[PATCH AUTOSEL 5.4 08/11] block, bfq: fix null pointer dereference in bfq_bio_bfqg()
 2022-11-19  2:15 UTC 

[PATCH AUTOSEL 5.10 15/18] block, bfq: fix null pointer dereference in bfq_bio_bfqg()
 2022-11-19  2:14 UTC 

[PATCH AUTOSEL 5.15 21/27] block, bfq: fix null pointer dereference in bfq_bio_bfqg()
 2022-11-19  2:13 UTC 

[PATCH AUTOSEL 6.0 28/44] block, bfq: fix null pointer dereference in bfq_bio_bfqg()
 2022-11-19  2:11 UTC 

[RFC PATCH v3 00/14] mm/block: add bdi sysfs knobs
 2022-11-19  0:16 UTC  (19+ messages)
` [RFC PATCH v3 01/14] mm: add bdi_set_strict_limit() function
` [RFC PATCH v3 04/14] mm: use part per 1000 for bdi ratios
` [RFC PATCH v3 05/14] mm: add bdi_get_max_bytes() function
` [RFC PATCH v3 06/14] mm: split off __bdi_set_max_ratio() function
` [RFC PATCH v3 07/14] mm: add bdi_set_max_bytes() function
` [RFC PATCH v3 10/14] mm: add bdi_get_min_bytes() function

[GIT PULL] Block fixes for 6.1-rc6
 2022-11-18 22:04 UTC  (2+ messages)

[git pull] device mapper fixes for 6.1-rc6
 2022-11-18 20:32 UTC  (2+ messages)
` [dm-devel] "

[PATCH 0/3] mmc: Improve block layer requeueing behavior
 2022-11-18 17:27 UTC  (3+ messages)

[GIT PULL] nvmes fixes for Linux 6.1
 2022-11-18 14:48 UTC  (2+ messages)

[PATCH 1/2] blk-mq: remove blk_mq_alloc_tag_set_tags
 2022-11-18 14:06 UTC  (3+ messages)
` [PATCH 2/2] blk-mq: simplify blk_mq_realloc_tag_set_tags

[RFC PATCH 0/2] elevator: restore old io scheduler on failure in elevator_switch
 2022-11-18 12:09 UTC  (3+ messages)
` [RFC PATCH 1/2] elevator: add a helper for applying scheduler to request_queue
` [RFC PATCH 2/2] elevator: restore the old io scheduler if failed to switch to the new one

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

[PATCH 3/3] mmc: block: Requeue on block size restrictions
 2022-11-18 11:34 UTC  (2+ messages)

[PATCH 2/3] mmc: block: Limit queue size for consecutive requeues
 2022-11-18 11:32 UTC  (2+ messages)

[PATCH v2] tests/nvme/039: Remove passthrough command tests
 2022-11-18  1:50 UTC  (3+ messages)

[PATCH v2 0/3] convert tree to get_random_u32_{below,above,between}()
 2022-11-17 22:15 UTC  (20+ messages)
` [PATCH v2 3/3] treewide: use get_random_u32_between() when possible
` [PATCH v3 0/3] convert tree to get_random_u32_{below,above,inclusive}()
  ` [PATCH v3 2/3] treewide: use get_random_u32_{above,below}() instead of manual loop
  ` [PATCH v3 3/3] treewide: use get_random_u32_inclusive() when possible
    ` [PATCH v3 1/3] treewide: use get_random_u32_below() instead of deprecated function

[PATCH v2] tests/nvme: Add admin-passthru+reset race test
 2022-11-17 21:22 UTC 

[PATCH v5 0/4] partition parser for U-Boot's uImage.FIT
 2022-11-17 13:59 UTC  (8+ messages)
` [PATCH v5 3/4] partitions/efi: add support for uImage.FIT sub-partitions

[PATCH v2 0/5] blk-iocost: random patches to improve configuration
 2022-11-17 11:28 UTC  (4+ messages)
` [PATCH v2 4/5] blk-iocost: fix sleeping in atomic context warnning

[PATCH 0/2] Add SM4 XTS symmetric algorithm for blk-crypto and fscrypt
 2022-11-17  2:58 UTC  (5+ messages)
` [PATCH 1/2] blk-crypto: Add support for SM4-XTS blk crypto mode
` [PATCH 2/2] fscrypt: Add SM4 XTS/CTS symmetric algorithm support

[PATCH] blk-mq: fix possible memleak when register 'hctx' failed
 2022-11-17  2:29 UTC  (2+ messages)

[PATCH v10 0/3] blk-cgroup: Optimize blkcg_rstat_flush()
 2022-11-17  0:45 UTC  (4+ messages)

[PATCH v4 0/3] generic and PowerPC SED Opal keystore
 2022-11-16 23:44 UTC  (7+ messages)
` [PATCH v4 2/3] powerpc/pseries: PLPKS SED Opal keystore support
` [PATCH v4 3/3] block: sed-opal: keystore access for SED Opal keys

[PATCHv2 0/5] fix direct io device mapper errors
 2022-11-16 22:58 UTC  (8+ messages)
` [PATCHv2 2/5] dm-crypt: provide dma_alignment limit in io_hints
` [PATCHv2 4/5] dm-integrity: set "
` [PATCHv2 5/5] dm-log-writes: "

[PATCH v3 00/10] fix delayed holder tracking
 2022-11-16 22:20 UTC  (21+ messages)
` [PATCH v3 01/10] block: clear ->slave_dir when dropping the main slave_dir reference
` [PATCH v3 02/10] dm: remove free_table_devices
` [PATCH v3 03/10] dm: cleanup open_table_device
` [PATCH v3 04/10] dm: cleanup close_table_device
` [PATCH RFC v3 05/10] dm: make sure create and remove dm device won't race with open and close table
` [PATCH v3 06/10] dm: track per-add_disk holder relations in DM
` [PATCH v3 08/10] block: fix use after free for bd_holder_dir
` [PATCH v3 09/10] block: store the holder kobject in bd_holder_disk
` [PATCH v3 10/10] block: don't allow a disk link holder to itself

[PATCH 0/3] sbitmap: Fix two issues in the per-bitmap wakeup counter code
 2022-11-16 20:22 UTC  (7+ messages)
` [PATCH 2/3] wait: Return number of exclusive waiters awaken
` [PATCH 3/3] sbitmap: Try each queue to wake up at least one waiter

[PATCH] block: remove blkdev_writepages
 2022-11-16 18:49 UTC  (2+ messages)

[PATCH for-next v4 0/6] implement pcpu bio caching for IRQ I/O
 2022-11-16 18:49 UTC  (2+ messages)

[PATCH] tests/nvme: Remove test output for passthrough error logging
 2022-11-16 18:41 UTC  (5+ messages)

[PATCHv2 1/3] block: Requeue req as head if driver touched it
 2022-11-16 12:52 UTC  (2+ messages)

blktests 002/029/030 error report
 2022-11-16  8:42 UTC  (3+ messages)

[PATCH] tests/nvme: Add admin-passthru+reset race test
 2022-11-16  7:43 UTC  (2+ messages)

[PATCH v2 0/4] block/scsi/nvme: Add error codes for PR ops
 2022-11-16  6:40 UTC  (7+ messages)
` [PATCH v2 1/4] block: Add error codes for common PR failures
` [PATCH v2 2/4] scsi: Rename status_byte to sg_status_byte
` [PATCH v2 4/4] nvme: Convert NVMe errors to PR errors


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