public inbox for linux-block@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-05-12 06:25:36 to 2022-05-17 06:53:53 UTC [more...]

[PATCH v4 00/13] support non power of 2 zoned devices
 2022-05-17  6:53 UTC  (19+ messages)
  ` [PATCH v4 01/13] block: make blkdev_nr_zones and blk_queue_zone_no generic for npo2 zsze
  ` [PATCH v4 02/13] block: allow blk-zoned devices to have non-power-of-2 zone size
  ` [PATCH v4 03/13] nvme: zns: Allow ZNS drives that have non-power_of_2 "
  ` [PATCH v4 04/13] nvmet: Allow ZNS target to support non-power_of_2 zone sizes
  ` [PATCH v4 05/13] btrfs: zoned: Cache superblock location in btrfs_zoned_device_info
  ` [PATCH v4 06/13] btrfs: zoned: Make sb_zone_number function non power of 2 compatible
  ` [PATCH v4 07/13] btrfs: zoned: use generic btrfs zone helpers to support npo2 zoned devices
  ` [PATCH v4 08/13] btrfs:zoned: make sb for npo2 zone devices align with sb log offsets
  ` [PATCH v4 09/13] btrfs: zoned: relax the alignment constraint for zoned devices
  ` [PATCH v4 10/13] zonefs: allow non power of 2 "
  ` [PATCH v4 11/13] null_blk: "
  ` [PATCH v4 12/13] null_blk: use zone_size_sects_shift for "
  ` [PATCH v4 13/13] dm-zoned: ensure only power of 2 zone sizes are allowed

cleanup blk_execute_rq*
 2022-05-17  6:49 UTC  (4+ messages)
` [PATCH 1/3] blk-mq: remove __blk_execute_rq_nowait
` [PATCH 2/3] blk-mq: avoid a mess of casts for blk_end_sync_rq
` [PATCH 3/3] blk-mq: remove the done argument to blk_execute_rq_nowait

Issue with 252c651a4c85 ("blk-cgroup: stop using seq_get_buf")
 2022-05-17  6:27 UTC  (9+ messages)
  ` [RFC PATCH] blkcg: rewind seq_file if no stats
  ` [RESEND][RFC "

blktests v4 tests/nvme: add tests for error logging
 2022-05-17  6:23 UTC  (4+ messages)
` [PATCH v4 blktests 1/2] tests/nvme: add helper routine to use error injector
` [PATCH v4 blktests 2/2] tests/nvme: add tests for error logging

[RFC PATCH] ubd: add io_uring based userspace block driver
 2022-05-17  6:17 UTC  (4+ messages)

[PATCH -next] block: fix io hung of setting throttle limit frequently
 2022-05-17  6:16 UTC  (5+ messages)

[PATCH v3] blk-cgroup: always terminate io.stat lines
 2022-05-17  6:11 UTC  (2+ messages)

[PATCH V2 0/1] ubd: add io_uring based userspace block driver
 2022-05-17  5:53 UTC  (2+ messages)
` [PATCH V2 1/1] "

[PATCH] blk-cgroup: Remove unnecessary rcu_read_lock/unlock()
 2022-05-17  4:11 UTC  (3+ messages)

[PATCH blktests] common/multipath-over-rdma: Remove unused debug operation
 2022-05-17  3:52 UTC 

[PATCH] blk-iocost: fix very large vtime when iocg activate
 2022-05-17  1:39 UTC  (6+ messages)
  ` [Phishing Risk] [External] "
      ` [Phishing Risk] "

[PATCH v6 00/21] Userspace P2PDMA with O_DIRECT NVMe devices
 2022-05-16 22:35 UTC  (3+ messages)

[PATCH] blk-iocos: fix inuse clamp when iocg deactivate or free
 2022-05-16 18:37 UTC  (4+ messages)

[PATCH -next v2 0/2] block, bfq: make bfq_has_work() more accurate
 2022-05-16 17:39 UTC  (6+ messages)
` [PATCH -next v2 1/2] block, bfq: protect 'bfqd->queued' by 'bfqd->lock'
` [PATCH -next v2 2/2] block, bfq: make bfq_has_work() more accurate

[PATCH] block: cleanup the VM accounting in submit_bio
 2022-05-16 17:37 UTC  (5+ messages)

[PATCH 1/3] block: export dma_alignment attribute
 2022-05-16 14:32 UTC  (8+ messages)
` [PATCH 2/3] block: relax direct io memory alignment
` [PATCH 3/3] block: ensure direct io is a block size

[PATCH v4 00/13] support non power of 2 zoned devices
 2022-05-16 14:15 UTC  (9+ messages)
  ` [PATCH v4 01/13] block: make blkdev_nr_zones and blk_queue_zone_no generic for npo2 zsze
  ` [PATCH v4 02/13] block: allow blk-zoned devices to have non-power-of-2 zone size
  ` [PATCH v4 03/13] nvme: zns: Allow ZNS drives that have non-power_of_2 "
    ` [dm-devel] "
  ` [PATCH v4 04/13] nvmet: Allow ZNS target to support non-power_of_2 zone sizes
  ` [dm-devel] [PATCH v4 00/13] support non power of 2 zoned devices

[PROBLEM] nbd requests become stuck when devices watched by inotify emit udev uevent changes
 2022-05-16 12:53 UTC  (10+ messages)

[PATCH] nbd: Fix hung on disconnect request if socket is closed before
 2022-05-16 12:20 UTC  (4+ messages)

[bug report] IOMMU reports data translation fault for fio testing
 2022-05-16 10:51 UTC  (4+ messages)

[PATCH] block: avoid to serialize blkdev_fallocate
 2022-05-16  9:52 UTC  (3+ messages)

[PATCH] blk-mq: use force attribute for blk_status_t casts
 2022-05-16  6:53 UTC  (3+ messages)

[PATCH v2] nbd: Don't use workqueue to handle recv work
 2022-05-16  6:13 UTC  (4+ messages)

blktests v3 tests/nvme: add tests for error logging
 2022-05-16  1:18 UTC  (5+ messages)
` [PATCH v3 blktests 1/2] tests/nvme: add helper routines to use error injector
` [PATCH v3 blktests 2/2] tests/nvme: add tests for error logging

Communication issues between NBD driver and NBDKit server
 2022-05-16  1:08 UTC  (6+ messages)
` [Libguestfs] "

[PATCH 0/5] cdrom: patches for 5.19 merge window
 2022-05-16  0:32 UTC  (7+ messages)
` [PATCH 1/5] cdrom: make EXPORT_SYMBOL follow exported function
  ` [PATCH 2/5] cdrom: remove the unused driver specific disc change ioctl
    ` [PATCH 3/5] cdrom: mark CDROMGETSPINDOWN/CDROMSETSPINDOWN obsolete
      ` [PATCH 4/5] block: remove last remaining traces of IDE documentation
        ` [PATCH 5/5] cdrom: remove obsolete TODO list

Anfrage aus dem Kontaktformular HOY-REHA.com "you605"
 2022-05-15 21:42 UTC 

[PATCH 0/4] kdevops: use linux-kdevops for the main tree
 2022-05-15 15:10 UTC  (7+ messages)
` [PATCH 1/4] workflows/Kconfig: be consistent when enabling fstests or blktests
` [PATCH 2/4] kdevops: move generic kdevops variables to its own file
` [PATCH 3/4] playbooks: add a common playbook a git reset task for kdevops
` [PATCH 4/4] kdevops: make linux-kdevops the default tree

How to safely disconnect NBD device
 2022-05-15 14:18 UTC  (2+ messages)

[PATCH v3 1/3] panic: Taint kernel if tests are run
 2022-05-14 19:25 UTC  (10+ messages)
` [PATCH v3 2/3] kunit: Taint the kernel when KUnit "
` [PATCH v3 3/3] selftest: Taint kernel when test module loaded

[PATCH -next v2] block: update nsecs[] in part_stat_show() and diskstats_show()
 2022-05-14  9:29 UTC  (4+ messages)

[PATCH] blk-mq: don't queue 'hctx->run_work' if the queue is dead
 2022-05-14  9:29 UTC  (2+ messages)

[PATCH -next v5 0/3] support concurrent sync io for bfq on a specail occasion
 2022-05-14  9:29 UTC  (3+ messages)

[PATCH -next 0/8] multiple cleanup patches for bfq
 2022-05-14  9:05 UTC  (9+ messages)
` [PATCH -next 1/8] block, bfq: cleanup bfq_weights_tree add/remove apis
` [PATCH -next 2/8] block, bfq: cleanup __bfq_weights_tree_remove()
` [PATCH -next 3/8] block, bfq: factor out code to update 'active_entities'
` [PATCH -next 4/8] block, bfq: don't declare 'bfqd' as type 'void *' in bfq_group
` [PATCH -next 5/8] block, bfq: cleanup bfq_activate_requeue_entity()
` [PATCH -next 6/8] block, bfq: remove dead code for updating 'rq_in_driver'
` [PATCH -next 7/8] block, bfq: cleanup bfq_bfqq_update_budg_for_activation()
` [PATCH -next 8/8] block, bfq: cleanup bfq_bfqq_handle_idle_busy_switch()

[PATCH block/for-5.19] blk-iolatency: Fix inflight count imbalances and IO hangs on offline
 2022-05-14  6:55 UTC 

[PATCH] block/mq-deadline: Set the fifo_time member also if inserting at head
 2022-05-13 23:03 UTC  (2+ messages)

[PATCH 0/1] block,iocost: fix potential kernel NULL
 2022-05-13 16:28 UTC  (3+ messages)
` [PATCH] "

[PATCH 5.10 03/10] block: drbd: drbd_nl: Make conversion to enum drbd_ret_code explicit
 2022-05-13 14:23 UTC 

[PATCH 5.4 02/18] block: drbd: drbd_nl: Make conversion to enum drbd_ret_code explicit
 2022-05-13 14:23 UTC 

[PATCH 4.19 02/15] block: drbd: drbd_nl: Make conversion to enum drbd_ret_code explicit
 2022-05-13 14:23 UTC 

[PATCH 4.14 02/14] block: drbd: drbd_nl: Make conversion to enum drbd_ret_code explicit
 2022-05-13 14:23 UTC 

[PATCH 4.9 2/7] block: drbd: drbd_nl: Make conversion to enum drbd_ret_code explicit
 2022-05-13 14:23 UTC 

Biznesowy angielski
 2022-05-13  8:05 UTC 

LSF/MM/BPF 2022: Slides and thanks!
 2022-05-13  2:56 UTC 

[PATCH -next 0/2] block, bfq: make bfq_has_work() more accurate
 2022-05-13  1:08 UTC  (6+ messages)
` [PATCH -next 2/2] "

[PATCH v3 5/5] mtd: ubi: block: add option to enable scanning for partitions
 2022-05-12 19:39 UTC 

[PATCH v3 4/5] mtd_blkdevs: add option to enable scanning for partitions
 2022-05-12 19:39 UTC 

[PATCH v3 3/5] partitions/efi: add support for uImage.FIT sub-partitions
 2022-05-12 19:39 UTC 

[PATCH v3 2/5] block: add partition parser for U-Boot uImage.FIT
 2022-05-12 19:38 UTC 

[PATCH v3 1/5] block: add new flag to add partitions read-only
 2022-05-12 19:38 UTC 

[PATCH v3 0/5] partition parser for U-Boot's uImage.FIT
 2022-05-12 19:37 UTC 

[PATCH v2 2/5] block: add partition parser for U-Boot uImage.FIT
 2022-05-12 18:22 UTC  (3+ messages)

[PATCH v3 00/11] support non power of 2 zoned devices
 2022-05-12 17:22 UTC  (12+ messages)
  ` [PATCH v3 11/11] dm-zoned: ensure only power of 2 zone sizes are allowed
  ` [PATCH v3 10/11] null_blk: allow non power of 2 zoned devices

[PATCH RFC v6 00/21] DEPT(Dependency Tracker)
 2022-05-12 16:41 UTC  (6+ messages)
` [REPORT] syscall reboot + umh + firmware fallback

[PATCH] md: remove most calls to bdevname
 2022-05-12 16:26 UTC  (5+ messages)

[PATCH] blk-mq: fix passthrough plugging
 2022-05-12 14:45 UTC  (2+ messages)

[PATCH -next 0/6] nbd: bugfix and cleanup patches
 2022-05-12 13:17 UTC  (3+ messages)

[PATCH] block: Fix the bio.bi_opf comment
 2022-05-12 12:33 UTC  (2+ messages)

[PATCH v2] block: reorder the REQ_ flags
 2022-05-12 12:24 UTC  (2+ messages)

tests/nvme: add tests for error logging
 2022-05-12 11:54 UTC  (8+ messages)
` [PATCH v2 blktests] "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox