Linux-Block Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-11 11:33:37 to 2022-08-18 01:26:29 UTC [more...]

[PATCH blktests v2 0/6] fix module check issues
 2022-08-18  1:26 UTC 

[PATCH v7 0/9] bugfix and cleanup for blk-throttle
 2022-08-18  1:23 UTC  (27+ messages)
` [PATCH v7 1/9] blk-throttle: fix that io throttle can only work for single bio
` [PATCH v7 3/9] blk-throttle: factor out code to calculate ios/bytes_allowed
` [PATCH v7 4/9] blk-throttle: fix io hung due to configuration updates
` [PATCH v7 5/9] blk-throttle: improve handling of re-entered bio for bps limit
` [PATCH v7 6/9] blk-throttle: use 'READ/WRITE' instead of '0/1'
` [PATCH v7 8/9] blk-throttle: cleanup tg_update_disptime()
` [PATCH v7 9/9] blk-throttle: clean up flag 'THROTL_TG_PENDING'

stalling IO regression in linux 5.12
 2022-08-18  1:03 UTC  (37+ messages)
        ` stalling IO regression since linux 5.12, through 5.18

wbt_lat_usec still set despite wbt disabled by BFQ
 2022-08-17 17:12 UTC 

[PATCH v11 00/13] support zoned block devices with non-power-of-2 zone sizes
 2022-08-17 16:10 UTC  (17+ messages)
    ` [PATCH v11 01/13] block: make bdev_nr_zones and disk_zone_no generic for npo2 zone size
    ` [PATCH v11 02/13] block:rearrange bdev_{is_zoned,zone_sectors,get_queue} helpers in blkdev.h
    ` [PATCH v11 03/13] block: allow blk-zoned devices to have non-power-of-2 zone size
    ` [PATCH v11 04/13] nvmet: Allow ZNS target to support non-power_of_2 zone sizes
    ` [PATCH v11 05/13] nvme: zns: Allow ZNS drives that have non-power_of_2 zone size
    ` [PATCH v11 06/13] null_blk: allow zoned devices with non power-of-2 zone sizes
    ` [PATCH v11 07/13] zonefs: allow non power of 2 zoned devices
    ` [PATCH v11 08/13] dm-zoned: ensure only power of 2 zone sizes are allowed
    ` [PATCH v11 09/13] dm-zone: use generic helpers to calculate offset from zone start
    ` [PATCH v11 10/13] dm-table: allow zoned devices with non power-of-2 zone sizes
    ` [PATCH v11 11/13] dm: call dm_zone_endio after the target endio callback for zoned devices
    ` [PATCH v11 12/13] dm: introduce DM_EMULATED_ZONES target type
    ` [PATCH v11 13/13] dm: add power-of-2 target for zoned devices with non power-of-2 zone sizes

[PATCH -next 0/3] bfq simple cleanups
 2022-08-17 11:56 UTC  (7+ messages)
` [PATCH -next 1/3] block, bfq: remove unused functions
` [PATCH -next 2/3] block, bfq: remove useless checking in bfq_put_queue()
` [PATCH -next 3/3] block, bfq: remove useless parameter for bfq_add/del_bfqq_busy()

[PATCH v2 0/2] Make blk_mq_map_queues() return void
 2022-08-17 10:31 UTC  (6+ messages)
` [PATCH v2 1/2] null_blk: Modify the behavior of null_map_queues()
` [PATCH v2 2/2] block: Change the return type of blk_mq_map_queues() into void

[PATCH v10 00/13] support zoned block devices with non-power-of-2 zone sizes
 2022-08-17  7:28 UTC  (24+ messages)
    ` [PATCH v10 01/13] block: make bdev_nr_zones and disk_zone_no generic for npo2 zone size
    ` [PATCH v10 02/13] block:rearrange bdev_{is_zoned,zone_sectors,get_queue} helpers in blkdev.h
    ` [PATCH v10 03/13] block: allow blk-zoned devices to have non-power-of-2 zone size
    ` [PATCH v10 04/13] nvmet: Allow ZNS target to support non-power_of_2 zone sizes
    ` [PATCH v10 05/13] nvme: zns: Allow ZNS drives that have non-power_of_2 zone size
    ` [PATCH v10 06/13] null_blk: allow zoned devices with non power-of-2 zone sizes
    ` [PATCH v10 07/13] zonefs: allow non power of 2 zoned devices
    ` [PATCH v10 08/13] dm-zoned: ensure only power of 2 zone sizes are allowed
    ` [PATCH v10 09/13] dm-zone: use generic helpers to calculate offset from zone start
    ` [PATCH v10 10/13] dm-table: allow zoned devices with non power-of-2 zone sizes
    ` [PATCH v10 11/13] dm: call dm_zone_endio after the target endio callback for zoned devices
    ` [PATCH v10 12/13] dm: introduce DM_EMULATED_ZONES target type
    ` [PATCH v10 13/13] dm: add power-of-2 target for zoned devices with non power-of-2 zone sizes

RFC: what to do about fscrypt vs block device interaction
 2022-08-17  0:28 UTC  (5+ messages)

[PATCH v4 0/9] make statx() return DIO alignment information
 2022-08-16 16:42 UTC  (8+ messages)
` [PATCH v4 6/9] f2fs: don't allow DIO reads but not DIO writes

[PATCH v6] block: sed-opal: Add ioctl to return device status
 2022-08-16 14:08 UTC  (3+ messages)

[PATCH v7] block: sed-opal: Add ioctl to return device status
 2022-08-16 14:07 UTC 

[PATCH] block: fix repeated words in comments
 2022-08-16 12:22 UTC  (2+ messages)

[PATCH V2 0/3] ublk_drv: cleanup and bugfix
 2022-08-16 12:16 UTC  (7+ messages)
` [PATCH V2 1/3] ublk_drv: check ubq_daemon_is_dying() in __ublk_rq_task_work()
` [PATCH V2 2/3] ublk_drv: update comment for __ublk_fail_req()
` [PATCH V2 3/3] ublk_drv: do not add a re-issued request aborted previously to ioucmd's task_work

[PATCH] init/Kconfig: Preserve mtimes in initramfs only if BLK_DEV_INITRD
 2022-08-16  0:43 UTC 

[PATCH] init/Kconfig: Preserve mtimes in initramfs only if BLK_DEV_INITRD
 2022-08-16  0:29 UTC 

LTP test df01.sh detected different size of loop device in v5.19
 2022-08-15 20:09 UTC  (6+ messages)

[PATCH] block: Submit flush requests to the I/O scheduler
 2022-08-15 16:31 UTC  (6+ messages)

[PATCH v1] zram: don't retry compress incompressible page
 2022-08-15 12:05 UTC  (2+ messages)

[PATCH AUTOSEL 5.10 14/31] zram: do not lookup algorithm in backends table
 2022-08-14 15:34 UTC 

[PATCH AUTOSEL 5.15 19/46] zram: do not lookup algorithm in backends table
 2022-08-14 15:32 UTC 

[PATCH AUTOSEL 5.18 23/56] zram: do not lookup algorithm in backends table
 2022-08-14 15:29 UTC 

[PATCH AUTOSEL 5.19 27/64] zram: do not lookup algorithm in backends table
 2022-08-14 15:24 UTC 

[PATCH v4 0/3] xen-blk{back,front}: Fix two bugs in 'feature_persistent'
 2022-08-14  8:36 UTC  (3+ messages)

[PATCH] checkpatch: Add kmap and kmap_atomic to the deprecated list
 2022-08-14  5:25 UTC  (2+ messages)

[GIT PULL] Block fixes for 6.0-rc1
 2022-08-13 21:48 UTC  (2+ messages)

[PATCH] ublk_drv: update iod->addr for UBLK_IO_NEED_GET_DATA
 2022-08-13 14:35 UTC  (3+ messages)

[PATCH 0/3] ublk_drv: cleanup and bugfix
 2022-08-13 10:26 UTC  (7+ messages)
` [PATCH 1/3] ublk_drv: check ubq_daemon_is_dying() in __ublk_rq_task_work()
` [PATCH 2/3] ublk_drv: update comment for __ublk_fail_req()
` [PATCH 3/3] ublk_drv: do not add a re-issued request aborted previously to ioucmd's task_work

[PATCH] fs: fix possible inconsistent mount device
 2022-08-13  7:25 UTC  (5+ messages)

[PATCH 0/6] Make blk_mq_map_queues() return void
 2022-08-13  6:44 UTC  (8+ messages)
` [PATCH 1/6] block: Change the return type of blk_mq_map_queues() into void
` [PATCH 2/6] block: Change the return type of blk_mq_pci_map_queues() "
` [PATCH 3/6] block: Change the return type of blk_mq_virtio_map_queues() "
` [PATCH 4/6] scsi: Change the return type of .map_queues() "
` [PATCH 5/6] null_blk: Modify the behavior of null_map_queues()
` [PATCH 6/6] block: Change the return type of .map_queues() into void

[PATCH v3] blk-mq: fix io hung due to missing commit_rqs
 2022-08-13  6:00 UTC  (4+ messages)

[PATCH] sbitmap: fix possible io hung due to lost wakeup
 2022-08-13  5:58 UTC  (2+ messages)

[git pull] device mapper fixes for 6.0-rc1
 2022-08-12 16:02 UTC  (2+ messages)

[PATCH] blk-mq: move bio merge attempt to blk_mq_submit_bio()
 2022-08-12 14:48 UTC  (3+ messages)

[PATCH] block: Do not call blk_put_queue() if gendisk allocation fails
 2022-08-12 12:42 UTC  (3+ messages)

Question: consult patch
 2022-08-12  9:39 UTC  (7+ messages)

[Question] Why dm_bufio_read bugs_on an active bio in current
 2022-08-12  8:18 UTC 

[PATCH] block: remove unnecessary (void *) conversions
 2022-08-12  8:18 UTC 

[PATCH v2] virtio-blk: Avoid use-after-free on suspend/resume
 2022-08-11 23:04 UTC  (4+ messages)

[PATCH] blk-wbt: do not throttle swap write on processes other than kswapd
 2022-08-11 19:08 UTC  (3+ messages)

[GIT PULL] nvme fixes for Linux 6.0
 2022-08-11 14:38 UTC  (2+ messages)

[PATCH v9 00/13] support zoned block devices with non-power-of-2 zone sizes
 2022-08-11 13:17 UTC  (7+ messages)
  ` [PATCH v9 03/13] block: allow blk-zoned devices to have non-power-of-2 zone size
  ` [PATCH v9 13/13] dm: add power-of-2 target for zoned devices with non power-of-2 zone sizes

[bug report] blktests nvme/tcp nvme/030 failed on latest linux-block/for-next
 2022-08-11 12:32 UTC  (10+ messages)
` [bug report][bisected] "

[PATCH] block: Fix comment typo
 2022-08-11 12:13 UTC 

[PATCH V2 0/1] loop: introduce LO_FLAGS_NO_DEALLOC
 2022-08-11 11:40 UTC  (2+ messages)
` Userspace support for LO_FLAGS_NO_DEALLOC (Re: [PATCH V2 0/1] loop: introduce LO_FLAGS_NO_DEALLOC)

[PATCH v8 0/2] Amiga RDB partition support fixes
 2022-08-11 11:40 UTC  (4+ messages)
` [PATCH v8 2/2] block: add overflow checks for Amiga partition support


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