linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-19 09:19:16 to 2022-07-22 09:52:02 UTC [more...]

[PATCH v2 0/2] Improve mq-deadline performance in HDD
 2022-07-22  9:51 UTC  (3+ messages)
` [PATCH v2 1/2] block: Introduce nr_sched_batch sys interface
` [PATCH v2 2/2] block/mq-deadline: Prioritize first request

ublk vs write cache and FUA
 2022-07-22  9:06 UTC  (3+ messages)

[PATCH V3 0/2] ublk_drv: make sure that correct flags(features) returned to userspace
 2022-07-22  8:57 UTC  (4+ messages)
` [PATCH V3 1/2] ublk_drv: fix error handling of ublk_add_dev
` [PATCH V3 2/2] ublk_drv: make sure that correct flags(features) returned to userspace

RFC: what to do about fscrypt vs block device interaction
 2022-07-22  8:28 UTC  (2+ messages)

[PATCH 0/1 RFC] block: Add ioctl for setting default inline crypto key
 2022-07-22  8:20 UTC  (7+ messages)
` [PATCH 1/1] block: Add support for setting inline encryption key per block device
      ` [dm-devel] "

[PATCH] blk-mq: avoid potential infinite loop in __blk_mq_alloc_request
 2022-07-22  8:15 UTC  (3+ messages)

[PATCH v4 0/9] make statx() return DIO alignment information
 2022-07-22  8:11 UTC  (13+ messages)
` [PATCH v4 1/9] statx: add direct I/O "
` [PATCH v4 2/9] vfs: support STATX_DIOALIGN on block devices
` [PATCH v4 3/9] fscrypt: change fscrypt_dio_supported() to prepare for STATX_DIOALIGN
` [PATCH v4 4/9] ext4: support STATX_DIOALIGN
` [PATCH v4 5/9] f2fs: move f2fs_force_buffered_io() into file.c
` [PATCH v4 6/9] f2fs: don't allow DIO reads but not DIO writes
` [PATCH v4 7/9] f2fs: simplify f2fs_force_buffered_io()
` [PATCH v4 8/9] f2fs: support STATX_DIOALIGN
` [PATCH v4 9/9] xfs: "

[PATCH V2 0/2] ublk_drv: make sure that correct flags(features) returned to userspace
 2022-07-22  8:09 UTC  (11+ messages)
` [PATCH V2 1/2] ublk_drv: fix error handling of ublk_add_dev
` [PATCH V2 2/2] ublk_drv: make sure that correct flags(features) returned to userspace

[PATCH 0/2] Improve mq-deadline performance in HDD
 2022-07-22  8:07 UTC  (9+ messages)
` [PATCH 1/2] block: Introduce nr_sched_batch sys interface
` [PATCH 2/2] block/mq-deadline: Prioritize first request

[man-pages RFC PATCH v2] statx.2, open.2: document STATX_DIOALIGN
 2022-07-22  7:42 UTC 

[PATCHv6 00/11] direct-io dma alignment
 2022-07-22  7:36 UTC  (3+ messages)
` [PATCHv6 11/11] iomap: add support for dma aligned direct-io

bio splitting cleanups
 2022-07-22  6:12 UTC  (19+ messages)
` [PATCH 1/5] block: move ->bio_split to the gendisk
` [PATCH 2/5] block: fix max_zone_append_sectors inheritance in blk_stack_limits
` [PATCH 3/5] block: move the call to get_max_io_size out of blk_bio_segment_split
` [PATCH 4/5] block: move bio_allowed_max_sectors to blk-merge.c
` [PATCH 5/5] block: pass struct queue_limits to the bio splitting helpers

[bug report] blktests nvme/tcp triggered WARNING at kernel/workqueue.c:2628 check_flush_dependency+0x110/0x14c
 2022-07-22  4:46 UTC  (6+ messages)

[PATCH 0/2] ublk_drv: make sure that correct flags(features) returned to userspace
 2022-07-22  3:28 UTC  (6+ messages)
` [PATCH 1/2] ublk_drv: move destroying device out of ublk_add_dev
` [PATCH 2/2] ublk_drv: make sure that correct flags(features) returned to userspace

[PATCH blktests v3] nbd: add a module load and device connect test
 2022-07-22  0:47 UTC  (2+ messages)

[PATCH blktests v2] nbd: add a module load and device connect test
 2022-07-22  0:43 UTC  (4+ messages)

[PATCH] ublk_drv: fix lockdep warning
 2022-07-21 19:15 UTC  (2+ messages)

[PATCH] block: remove __blk_get_queue
 2022-07-21 17:03 UTC  (4+ messages)

[PATCH 1/2] blk-mq: fix error handling in __blk_mq_alloc_disk
 2022-07-21 16:59 UTC  (7+ messages)
` [PATCH 2/2] block: call blk_mq_exit_queue from disk_release for never added disks

ublk fixups v2
 2022-07-21 16:52 UTC  (12+ messages)
` [PATCH 1/8] ublk: add a MAINTAINERS entry
` [PATCH 2/8] ublk: remove UBLK_IO_F_PREFLUSH
` [PATCH 3/8] ublk: remove the empty open and release block device operations
` [PATCH 4/8] ublk: simplify ublk_ch_open and ublk_ch_release
` [PATCH 5/8] ublk: cleanup ublk_ctrl_uring_cmd
` [PATCH 6/8] ublk: fold __ublk_create_dev into ublk_ctrl_add_dev
` [PATCH 7/8] ublk: rewrite ublk_ctrl_get_queue_affinity to not rely on hctx->cpumask
` [PATCH 8/8] ublk: defer disk allocation

[PATCH v6 0/7] badblocks improvement for multiple bad block ranges
 2022-07-21 12:11 UTC  (8+ messages)
` [PATCH v6 1/7] badblocks: add more helper structure and routines in badblocks.h
` [PATCH v6 2/7] badblocks: add helper routines for badblock ranges handling
` [PATCH v6 3/7] badblocks: improve badblocks_set() for multiple "
` [PATCH v6 4/7] badblocks: improve badblocks_clear() "
` [PATCH v6 5/7] badblocks: improve badblocks_check() "
` [PATCH v6 6/7] badblocks: switch to the improved badblock handling code
` [PATCH v6 7/7] test: user space code to test badblocks APIs

ublk fixups
 2022-07-21 12:12 UTC  (19+ messages)
` [PATCH 1/8] ublk: add a MAINTAINERS entry
` [PATCH 2/8] ublk: remove UBLK_IO_F_PREFLUSH
` [PATCH 3/8] ublk: remove the empty open and release block device operations
` [PATCH 4/8] ublk: simplify ublk_ch_open and ublk_ch_release
` [PATCH 5/8] ublk: cleanup ublk_ctrl_uring_cmd
` [PATCH 6/8] ublk: fold __ublk_create_dev into ublk_ctrl_add_dev
` [PATCH 7/8] ublk: rewrite ublk_ctrl_get_queue_affinity to not rely on hctx->cpumask
` [PATCH 8/8] ublk: defer disk allocation

[PATCH] block: warn if throttle group is null
 2022-07-21  8:16 UTC 

[PATCH] remove the sx8 block driver
 2022-07-21  6:41 UTC 

[PATCH 1/2] block: call blk_mq_exit_queue from disk_release for never added disks
 2022-07-21  5:12 UTC  (11+ messages)
` [PATCH 2/2] Revert "ublk_drv: fix request queue leak"

[PATCH] docs: driver-api: firmware: add driver firmware guidelines. (v3)
 2022-07-21  4:43 UTC 

[PATCH] docs: driver-api: firmware: add driver firmware guidelines. (v2)
 2022-07-21  3:43 UTC  (4+ messages)

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

[PATCH v3] block: don't allow the same type rq_qos add more than once
 2022-07-20 12:46 UTC  (5+ messages)
  ` [External] "
` [PATCH v4] "

[PATCH] nbd: add missing definition of pr_fmt
 2022-07-20 11:46 UTC  (4+ messages)

[PATCH RESEND v6 0/8] bugfix and cleanup for blk-throttle
 2022-07-20 11:45 UTC  (3+ messages)

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

[PATCH] block: remove unnecessary type castings
 2022-07-20 11:28 UTC  (3+ messages)

[linux-next] [5.19.0-rc1] kernel crashes while performing driver bind/unbind test with SLUB_DEBUG enabled
 2022-07-20  8:39 UTC  (6+ messages)

[PATCH 0/4] sed-opal: keyrings, discovery, revert and key store
 2022-07-20  7:50 UTC  (9+ messages)
` [PATCH 1/4] block: sed-opal: Implement IOC_OPAL_DISCOVERY
` [PATCH 2/4] block: sed-opal: Implement IOC_OPAL_REVERT_LSP
` [PATCH 3/4] block: sed-opal: keyring support for SED Opal keys
` [PATCH 4/4] arch_vars: create arch specific permanent store

fix md disk_name lifetime problems v4
 2022-07-20  6:05 UTC  (15+ messages)
` [PATCH 01/10] md: fix mddev->kobj lifetime
` [PATCH 02/10] md: fix error handling in md_alloc
` [PATCH 03/10] md: implement ->free_disk
` [PATCH 04/10] md: rename md_free to md_kobj_release
` [PATCH 05/10] md: factor out the rdev overlaps check from rdev_size_store
` [PATCH 06/10] md: stop using for_each_mddev in md_do_sync
` [PATCH 07/10] md: stop using for_each_mddev in md_notify_reboot
` [PATCH 08/10] md: stop using for_each_mddev in md_exit
` [PATCH 09/10] md: only delete entries from all_mddevs when the disk is freed
` [PATCH 10/10] md: simplify md_open

[PATCH v3 0/8] make statx() return DIO alignment information
 2022-07-20  5:03 UTC  (2+ messages)

blktests failures with v5.19-rc1
 2022-07-20  2:27 UTC  (3+ messages)

[PATCH v2] block: don't allow the same type rq_qos add more than once
 2022-07-19 15:53 UTC  (3+ messages)

[PATCH] docs: driver-api: firmware: add driver firmware guidelines
 2022-07-19 14:49 UTC  (4+ messages)

[PATCH 5.18 158/231] scsi: megaraid: Clear READ queue maps nr_queues
 2022-07-19 11:54 UTC 

[PATCH] block/drbd: Fix comment typo
 2022-07-16  4:14 UTC 

[PATCH] ublk_drv: add one new ublk command: UBLK_IO_NEED_GET_DATA
 2022-07-19 11:09 UTC  (2+ messages)

[PATCH] blk-mq: run queue after issuing the last request of the plug list
 2022-07-19 11:00 UTC  (3+ messages)

[PATCH V5 0/2] ublk: add io_uring based userspace block driver
 2022-07-19 10:15 UTC  (4+ 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).