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

[PATCH v10 00/13] support zoned block devices with non-power-of-2 zone sizes
 2022-08-16  8:02 UTC  (22+ 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

[PATCH v2 0/2] Make blk_mq_map_queues() return void
 2022-08-16  5:26 UTC  (4+ 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 V2 0/3] ublk_drv: cleanup and bugfix
 2022-08-16  3:02 UTC  (6+ 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 -next 0/3] bfq simple cleanups
 2022-08-16  1:56 UTC  (4+ 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] init/Kconfig: Preserve mtimes in initramfs only if BLK_DEV_INITRD
 2022-08-16  0:43 UTC 

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

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

stalling IO regression in linux 5.12
 2022-08-15 11:25 UTC  (11+ messages)
        ` stalling IO regression since linux 5.12, through 5.18

[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 v7 0/9] bugfix and cleanup for blk-throttle
 2022-08-13  5:59 UTC  (2+ 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  (18+ messages)
  ` [PATCH v9 13/13] dm: add power-of-2 target for zoned devices with non power-of-2 "
  ` [PATCH v9 02/13] block:rearrange bdev_{is_zoned,zone_sectors,get_queue} helpers in blkdev.h
  ` [PATCH v9 03/13] block: allow blk-zoned devices to have non-power-of-2 zone size
  ` [PATCH v9 04/13] nvmet: Allow ZNS target to support non-power_of_2 zone sizes
  ` [PATCH v9 08/13] dm-zoned: ensure only power of 2 zone sizes are allowed
  ` [PATCH v9 10/13] dm-table: allow zoned devices with non power-of-2 zone sizes
  ` [PATCH v9 12/13] dm: introduce DM_EMULATED_ZONES target type

[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  (5+ messages)
` [PATCH V2 1/1] "
` 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

[PATCHv3 0/7] dma mapping optimisations
 2022-08-11  7:22 UTC  (8+ messages)

5.19.0: dnf install hangs when system is under load
 2022-08-11  2:21 UTC  (2+ messages)

[PATCH -next v10 0/4] support concurrent sync io for bfq on a specail occasion
 2022-08-11  1:19 UTC  (8+ messages)
` [PATCH -next v10 3/4] block, bfq: refactor the counting of 'num_groups_with_pending_reqs'

fs/zonefs/./trace.h:22:1: sparse: sparse: cast to restricted blk_opf_t
 2022-08-10 22:21 UTC  (6+ messages)

[PATCH v2] lsm,io_uring: add LSM hooks for the new uring_cmd file op
 2022-08-10 22:15 UTC  (8+ messages)

[PATCH v6] block: sed-opal: Add ioctl to return device status
 2022-08-10 12:54 UTC  (2+ messages)

[PATCH 0/8] block, bfq: extend bfq to support multi-actuator drives
 2022-08-10 12:59 UTC  (4+ messages)

[PATCH] virtio-blk: Avoid use-after-free on suspend/resume
 2022-08-10 12:55 UTC  (4+ messages)

warn in mceusb_dev_probe in linux v5.18
 2022-08-10 12:50 UTC 

warn in usb_stor_pre_reset in linux v5.18
 2022-08-10 12:49 UTC 

[PATCH v4] block: sed-opal: Add ioctl to return device status
 2022-08-10 12:38 UTC  (3+ messages)

[PATCH v5] block: sed-opal: Add ioctl to return device status
 2022-08-10 12:33 UTC 

DIE WELTFINANZKRISE KANN SIE REICH MACHEN!
 2022-08-10 10:06 UTC 

[PATCH 0/20] Use block pr_ops in LIO
 2022-08-10  4:54 UTC  (34+ messages)
` [PATCH v2 02/20] scsi: Rename sd_pr_command
` [PATCH v2 04/20] scsi: Add support for block PR read keys/reservation
` [PATCH v2 06/20] nvme: Fix reservation status related structs
` [PATCH v2 08/20] nvme: Add helper to convert to a pr_ops PR type
` [PATCH v2 09/20] nvme: Add helper to execute Reservation Report
` [PATCH v2 12/20] block,nvme,scsi,dm: Add blk_status to pr_ops callouts
` [PATCH v2 13/20] nvme: Have nvme pr_ops return a blk_status_t
` [PATCH v2 14/20] scsi: Retry pr_ops commands if a UA is returned
` [PATCH v2 16/20] scsi: Have sd pr_ops return a blk_status_t

Chengetedzai "DIE WELTFINANZKRISE KANN SIE ZUM MILLIONAR MACHEN!"
 2022-08-09 16:32 UTC 

[RFC PATCH v8 00/17] Integrity Policy Enforcement LSM (IPE)
 2022-08-09 15:57 UTC  (3+ messages)
` [RFC PATCH v8 07/17] ipe: add auditing support

[PATCH v5] zram: remove double compression logic
 2022-08-09 13:06 UTC  (3+ messages)

[syzbot] WARNING in blk_mq_release
 2022-08-09 10:41 UTC  (2+ messages)

[PATCH] blk-mq: avoid potential infinite loop in __blk_mq_alloc_request
 2022-08-09 10:10 UTC  (5+ 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).