linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-25 12:44:11 to 2022-07-28 08:23:13 UTC [more...]

[LSF/MM/BPF TOPIC] block drivers in user space
 2022-07-28  8:23 UTC  (9+ messages)

bio splitting cleanups v4
 2022-07-28  8:08 UTC  (13+ messages)
` [PATCH 1/6] block: change the blk_queue_split calling convention
` [PATCH 2/6] block: change the blk_queue_bounce "
` [PATCH 3/6] block: move ->bio_split to the gendisk
` [PATCH 4/6] block: move the call to get_max_io_size out of blk_bio_segment_split
` [PATCH 5/6] block: move bio_allowed_max_sectors to blk-merge.c
` [PATCH 6/6] block: pass struct queue_limits to the bio splitting helpers

[PATCH 0/4] sed-opal: keyrings, discovery, revert and key store
 2022-07-28  7:43 UTC  (5+ messages)
` [PATCH 4/4] arch_vars: create arch specific permanent store

[bug report] blktests nvme-tcp nvme/030 failed and triggered lock issue
 2022-07-28  6:54 UTC 

[PATCH V2 0/5] ublk_drv: add generic mechanism to get/set parameters
 2022-07-28  4:38 UTC  (12+ messages)
` [PATCH V2 1/5] ublk_drv: avoid to leak ublk device in case that add_disk fails
` [PATCH V2 2/5] ublk_drv: cancel device even though disk isn't up
` [PATCH V2 3/5] ublk_drv: add SET_PARAM/GET_PARAM control command
` [PATCH V2 4/5] ublk_drv: add two parameter types
` [PATCH V2 5/5] ublk_drv: cleanup ublksrv_ctrl_dev_info

[PATCH v8 00/11] support non power of 2 zoned device
 2022-07-28  4:33 UTC  (28+ messages)
    ` [PATCH v8 01/11] block: make bdev_nr_zones and disk_zone_no generic for npo2 zsze
    ` [PATCH v8 02/11] block: allow blk-zoned devices to have non-power-of-2 zone size
    ` [PATCH v8 03/11] nvme: zns: Allow ZNS drives that have non-power_of_2 "
    ` [PATCH v8 04/11] nvmet: Allow ZNS target to support non-power_of_2 zone sizes
    ` [PATCH v8 05/11] null_blk: allow non power of 2 zoned devices
    ` [PATCH v8 06/11] zonefs: "
    ` [PATCH v8 07/11] dm-zoned: ensure only power of 2 zone sizes are allowed
    ` [PATCH v8 08/11] dm-zone: use generic helpers to calculate offset from zone start
    ` [PATCH v8 09/11] dm-table: allow non po2 zoned devices
    ` [PATCH v8 10/11] dm: call dm_zone_endio after the target endio callback for "
    ` [PATCH v8 11/11] dm: add power-of-2 zoned target for non-power-of-2 "

[PATCH 0/5] dma mapping optimisations
 2022-07-28  2:35 UTC  (18+ messages)
` [PATCH 1/5] blk-mq: add ops to dma map bvec
` [PATCH 2/5] iov_iter: introduce type for preregistered dma tags
` [PATCH 3/5] block: add dma tag bio type
` [PATCH 4/5] io_uring: add support for dma pre-mapping
` [PATCH 5/5] nvme-pci: implement dma_map support

INFO: task hung in __floppy_read_block_0
 2022-07-27 22:00 UTC 

Errors in log with WRITE_ZEROES over loop on NFS
 2022-07-27 21:37 UTC  (2+ messages)

[PATCH RESEND v6 0/8] bugfix and cleanup for blk-throttle
 2022-07-27 18:44 UTC  (16+ messages)
` [PATCH RESEND v6 1/8] blk-throttle: fix that io throttle can only work for single bio
` [PATCH RESEND v6 2/8] blk-throttle: prevent overflow while calculating wait time
` [PATCH RESEND v6 4/8] blk-throttle: fix io hung due to config updates
` [PATCH RESEND v6 5/8] blk-throttle: use 'READ/WRITE' instead of '0/1'
` [PATCH RESEND v6 6/8] blk-throttle: calling throtl_dequeue/enqueue_tg in pairs
` [PATCH RESEND v6 7/8] blk-throttle: cleanup tg_update_disptime()
` [PATCH RESEND v6 8/8] blk-throttle: clean up flag 'THROTL_TG_PENDING'

[PATCH 0/3] sed-opal: keyrings, discovery, revert and key store
 2022-07-27 18:14 UTC  (4+ messages)
` [PATCH 1/3] block: sed-opal: Implement IOC_OPAL_DISCOVERY
` [PATCH 2/3] block: sed-opal: Implement IOC_OPAL_REVERT_LSP
` [PATCH 3/3] block: sed-opal: keyring support for SED Opal keys

[PATCH 5.15 047/201] scsi: megaraid: Clear READ queue maps nr_queues
 2022-07-27 16:09 UTC 

[GIT PULL] second row of nvme updates for Linux 5.20
 2022-07-27 16:07 UTC  (2+ messages)

[GIT PULL] nvme fix for Linux 5.19
 2022-07-27 16:04 UTC  (2+ messages)

bio splitting cleanups v3
 2022-07-27 16:03 UTC  (14+ messages)
` [PATCH 1/6] block: change the blk_queue_split calling convention
` [PATCH 2/6] block: change the blk_queue_bounce "
` [PATCH 3/6] block: move ->bio_split to the gendisk
` [PATCH 4/6] block: move the call to get_max_io_size out of blk_bio_segment_split
` [PATCH 5/6] block: move bio_allowed_max_sectors to blk-merge.c
` [PATCH 6/6] block: pass struct queue_limits to the bio splitting helpers

[syzbot] INFO: rcu detected stall in net_tx_action
 2022-07-27 16:00 UTC  (2+ messages)

[PATCH V2 0/2] ublk: add support for UBLK_IO_NEED_GET_DATA
 2022-07-27 15:48 UTC  (6+ messages)
` [PATCH V2 1/2] ublk_cmd.h: add one new ublk command: UBLK_IO_NEED_GET_DATA
` [PATCH V2 2/2] ublk_drv: add support for UBLK_IO_NEED_GET_DATA

[bug report] compiling error with latest linux-block/for-next
 2022-07-27 15:21 UTC  (2+ messages)

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

[PATCH blktests 0/6] fix module check issues
 2022-07-27  8:52 UTC  (7+ messages)
` [PATCH blktests 1/6] common/rc: avoid module load in _have_driver()
` [PATCH blktests 2/6] nbd/rc: load nbd module explicitly
` [PATCH blktests 3/6] common/rc: ensure modules are loadable in _have_modules()
` [PATCH blktests 4/6] common,tests: replace _have_driver() with _have_drivers()
` [PATCH blktests 5/6] block/001: use _have_drivers() in place of _have_modules()
` [PATCH blktests 6/6] srp/rc: allow test with built-in sd_mod and sg drivers

[syzbot] WARNING in floppy_interrupt
 2022-07-27  4:47 UTC 

[PATCH blktests v2] common/cpuhotplug: allow _offline_cpu() call in sub-shell
 2022-07-27  4:14 UTC  (4+ messages)

[PATCH v3] blk-mq: fix io hung due to missing commit_rqs
 2022-07-27  3:08 UTC  (4+ messages)

[PATCH v2] blk-mq: run queue no matter whether the request is the last request
 2022-07-27  2:06 UTC  (2+ messages)

[PATCH 0/2] ublk_drv: add generic mechanism to get/set parameters
 2022-07-27  0:12 UTC  (8+ messages)
` [PATCH 1/2] ublk_drv: store device parameters

[PATCH v9 0/2] Amiga RDB partition support fixes
 2022-07-26 23:58 UTC  (3+ messages)
` [PATCH v9 1/2] block: fix signed int overflow in Amiga partition support
` [PATCH v9 2/2] block: add overflow checks for "

[PATCH v8 0/2] Amiga RDB partition support fixes
 2022-07-26 22:28 UTC  (7+ messages)
` [PATCH v8 1/2] block: fix signed int overflow in Amiga partition support
` [PATCH v8 2/2] block: add overflow checks for "

[PATCH] ublk_drv: fix double shift bug
 2022-07-26 18:30 UTC  (3+ messages)

bio splitting cleanups v2
 2022-07-26 18:22 UTC  (4+ messages)

[PATCH v8 00/13] DMA Mapping P2PDMA Pages
 2022-07-26 15:55 UTC  (3+ messages)

WARNING in floppy_shutdown
 2022-07-26 14:14 UTC 

[PATCH RFC v4] sbitmap: fix possible io hung due to lost wakeup
 2022-07-26 11:51 UTC  (2+ messages)

[PATCH] remove the sx8 block driver
 2022-07-26 10:57 UTC  (4+ messages)

[PATCH] blk-mq: run queue after issuing the last request of the plug list
 2022-07-26  9:20 UTC  (18+ messages)

[bug report] blktests nvme/004 failed after offline cpu
 2022-07-26  8:56 UTC  (9+ messages)
` [bug report] nvme/rdma: nvme connect failed after offline one cpu on host side

[PATCH v2] blk-mq: fix io hung due to missing commit_rqs
 2022-07-26  6:30 UTC  (3+ messages)

[PATCH v7 0/2] Amiga RDB partition support fixes
 2022-07-26  3:58 UTC  (7+ messages)
` [PATCH v7 2/2] block: add overflow checks for Amiga partition support

[PATCH] blk-mq: fix io hung due to missing commit_rqs while scheduler is none
 2022-07-26  2:55 UTC  (3+ messages)

[PATCH 0/1 RFC] block: Add ioctl for setting default inline crypto key
 2022-07-26  2:40 UTC  (5+ messages)
` [PATCH 1/1] block: Add support for setting inline encryption key per block device

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

[PATCH v2] nbd: add missing definition of pr_fmt
 2022-07-25 23:01 UTC  (3+ messages)

[PATCHv6 00/11] direct-io dma alignment
 2022-07-25 18:19 UTC  (9+ messages)
` [PATCHv6 11/11] iomap: add support for dma aligned direct-io
  ` [PATCHv6 07/11] block/bounce: count bytes instead of sectors


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