messages from 2022-08-19 07:18:18 to 2022-08-25 14:53:24 UTC [more...]
[PATCHv3] sbitmap: fix batched wait_cnt accounting
2022-08-25 14:53 UTC
[PATCH] virtio-blk: Fix WARN_ON_ONCE in virtio_queue_rq()
2022-08-25 14:49 UTC (6+ messages)
[PATCH 0/8] block, bfq: extend bfq to support multi-actuator drives
2022-08-25 14:45 UTC (6+ messages)
[PATCHv2] sbitmap: fix batched wait_cnt accounting
2022-08-25 13:29 UTC (7+ messages)
[PATCH] block: count submission time as thrashing delay for delayacct
2022-08-25 12:14 UTC
[PATCH -next v10 0/4] support concurrent sync io for bfq on a specail occasion
2022-08-25 12:14 UTC (9+ messages)
` [PATCH -next v10 3/4] block, bfq: refactor the counting of 'num_groups_with_pending_reqs'
[PATCH for-next 0/4] fixed-buffer for uring-cmd/passthrough
2022-08-25 9:34 UTC (8+ messages)
` [PATCH for-next 1/4] io_uring: introduce io_uring_cmd_import_fixed
` [PATCH for-next 2/4] io_uring: introduce fixed buffer support for io_uring_cmd
` [PATCH for-next 3/4] block: add helper to map bvec iterator for passthrough
` [PATCH for-next 4/4] nvme: wire up fixed buffer support for nvme passthrough
[PATCH v2] block: I/O error occurs during SATA disk stress test
2022-08-25 7:09 UTC
[ANNOUNCE] CFP: Zoned Storage Microconference - Linux Plumbers Conference 2022
2022-08-25 4:18 UTC (4+ messages)
[PATCH] block: I/O error occurs during SATA disk stress test
2022-08-25 3:17 UTC
[PATCH net-next] genetlink: start to validate reserved header bytes
2022-08-25 0:18 UTC
[PATCH] block: I/O error occurs during SATA disk stress test
2022-08-24 23:33 UTC (3+ messages)
[PATCH] sbitmap: fix batched wait_cnt accounting
2022-08-24 19:30 UTC (2+ messages)
[PATCH linux-next] block/rnbd-clt: Remove the unneeded result variable
2022-08-24 14:51 UTC (3+ messages)
[PATCH v2] loop: Check for overflow while configuring loop
2022-08-24 12:53 UTC (5+ messages)
[RFC PATCH 0/9] ublk_drv: add USER_RECOVERY support
2022-08-24 5:47 UTC (10+ messages)
` [RFC PATCH 1/9] ublk_drv: check 'current' instead of 'ubq_daemon'
` [RFC PATCH 2/9] ublk_drv: refactor ublk_cancel_queue()
` [RFC PATCH 3/9] ublk_drv: add a helper to get ioucmd from pdu
` [RFC PATCH 4/9] ublk_drv: refactor __ublk_rq_task_work() and aborting machenism
` [RFC PATCH 5/9] ublk_drv: refactor ublk_stop_dev()
` [RFC PATCH 6/9] ublk_drv: add pr_devel() to prepare for recovery feature
` [RFC PATCH 7/9] ublk_drv: define macros for recovery feature and check them
` [RFC PATCH 8/9] ublk_drv: add START_USER_RECOVERY and END_USER_RECOVERY support
` [RFC PATCH 9/9] ublk_drv: do not schedule monitor_work with recovery feature enabled
[PATCH] block:zram: do not keep dangling zcomp pointer after zram reset
2022-08-24 3:51 UTC
[PATCH 0/4] blk-throttle cleanups
2022-08-24 1:19 UTC (8+ messages)
` [PATCH 1/4] blk-throttle: use 'READ/WRITE' instead of '0/1'
` [PATCH 2/4] blk-throttle: calling throtl_dequeue/enqueue_tg in pairs
` [PATCH 3/4] blk-throttle: cleanup tg_update_disptime()
` [PATCH 4/4] blk-throttle: cleanup throtl_dequeue_tg()
[PATCH v8 0/4] blk-throttle bugfix
2022-08-24 1:15 UTC (9+ messages)
` [PATCH v8 1/4] blk-throttle: fix that io throttle can only work for single bio
` [PATCH v8 2/4] blk-throttle: prevent overflow while calculating wait time
` [PATCH v8 3/4] blk-throttle: factor out code to calculate ios/bytes_allowed
` [PATCH v8 4/4] blk-throttle: fix io hung due to configuration updates
Zero&Co.,Ltd "CNBC: Mude von Arbeit und Schulden? Raus aus dieser Scheie?"
2022-08-23 17:07 UTC
[PATCH] block: don't add partitions if GD_SUPPRESS_PART_SCAN is set
2022-08-23 16:35 UTC (2+ messages)
[PATCH for-next v3 0/4] iopoll support for io_uring/nvme
2022-08-23 16:14 UTC (5+ messages)
` [PATCH for-next v3 1/4] fs: add file_operations->uring_cmd_iopoll
` [PATCH for-next v3 2/4] io_uring: add iopoll infrastructure for io_uring_cmd
` [PATCH for-next v3 3/4] block: export blk_rq_is_poll
` [PATCH for-next v3 4/4] nvme: wire up async polling for io passthrough commands
[PATCH] sbitmap: Use atomic_{,long}_try_cmpxchg in sbitmap.c
2022-08-23 15:03 UTC
[PATCH] sbitmap: fix possible io hung due to lost wakeup
2022-08-23 13:37 UTC (2+ messages)
[PATCH v12 00/13] support zoned block devices with non-power-of-2 zone sizes
2022-08-23 12:18 UTC (14+ messages)
` [PATCH v12 01/13] block: make bdev_nr_zones and disk_zone_no generic for npo2 zone size
` [PATCH v12 02/13] block:rearrange bdev_{is_zoned,zone_sectors,get_queue} helpers in blkdev.h
` [PATCH v12 03/13] block: allow blk-zoned devices to have non-power-of-2 zone size
` [PATCH v12 04/13] nvmet: Allow ZNS target to support non-power_of_2 zone sizes
` [PATCH v12 05/13] nvme: zns: Allow ZNS drives that have non-power_of_2 zone size
` [PATCH v12 06/13] null_blk: allow zoned devices with non power-of-2 zone sizes
` [PATCH v12 07/13] zonefs: allow non power of 2 zoned devices
` [PATCH v12 08/13] dm-zoned: ensure only power of 2 zone sizes are allowed
` [PATCH v12 09/13] dm-zone: use generic helpers to calculate offset from zone start
` [PATCH v12 10/13] dm-table: allow zoned devices with non power-of-2 zone sizes
` [PATCH v12 11/13] dm: call dm_zone_endio after the target endio callback for zoned devices
` [PATCH v12 12/13] dm: introduce DM_EMULATED_ZONES target type
` [PATCH v12 13/13] dm: add power-of-2 target for zoned devices with non power-of-2 zone sizes
[PATCH v9 0/2 RESEND #2] Amiga RDB partition support fixes
2022-08-23 5:22 UTC (4+ messages)
` [PATCH v9 RESEND #2 1/2] block: fix signed int overflow in Amiga partition support
` [PATCH v9 RESEND #2 2/2] block: add overflow checks for "
[PATCH v4 0/9] make statx() return DIO alignment information
2022-08-23 3:22 UTC (13+ messages)
` [PATCH v4 6/9] f2fs: don't allow DIO reads but not DIO writes
WARN_ON_ONCE reached with "virtio-blk: support mq_ops->queue_rqs()"
2022-08-23 2:43 UTC (7+ messages)
rnbd cleanups
2022-08-23 1:10 UTC (10+ messages)
` [PATCH 1/4] rnbd-srv: simplify rnbd_srv_fill_msg_open_rsp
` [PATCH 2/4] rnbd-srv: remove rnbd_endio
` [PATCH 3/4] rnbd-srv: remove rnbd_dev_{open,close}
` [PATCH 4/4] rnbd-srv: remove struct rnbd_dev
[PATCH blktests v4 0/6] fix module check issues
2022-08-23 0:11 UTC (7+ messages)
` [PATCH blktests v4 1/6] common/rc: avoid module load in _have_driver()
` [PATCH blktests v4 2/6] nbd/rc: load nbd module explicitly
` [PATCH blktests v4 3/6] common/rc: ensure modules are loadable in _have_modules()
` [PATCH blktests v4 4/6] block/001: use _have_driver() in place of _have_modules()
` [PATCH blktests v4 5/6] srp/rc: allow test with built-in sd_mod and sg drivers
` [PATCH blktests v4 6/6] common,tests: replace _have_modules() with _have_module()
[PATCH v8 0/2] Amiga RDB partition support fixes
2022-08-22 21:09 UTC (7+ messages)
` [PATCH v8 2/2] block: add overflow checks for Amiga partition support
[PATCH v9 0/2 RESEND] Amiga RDB partition support fixes
2022-08-22 21:04 UTC (3+ messages)
` [PATCH v9 RESEND 1/2] block: fix signed int overflow in Amiga partition support
` [PATCH v9 RESEND 2/2] block: add overflow checks for "
[PATCH v7 0/2] Amiga RDB partition support fixes
2022-08-22 20:56 UTC (9+ messages)
` [PATCH v7 2/2] block: add overflow checks for Amiga partition support
[PATCH v3 0/3] fscrypt: rework keyring and stop using request_queue
2022-08-22 19:08 UTC (4+ messages)
` [PATCH v3 1/3] fscrypt: stop using keyrings subsystem for fscrypt_master_key
` [PATCH v3 2/3] fscrypt: stop holding extra request_queue references
` [PATCH v3 3/3] fscrypt: work on block_devices instead of request_queues
[PATCH v2 0/2] fscrypt: rework filesystem-level keyring
2022-08-22 12:25 UTC (4+ messages)
` [PATCH v2 1/2] fscrypt: stop using keyrings subsystem for fscrypt_master_key
` [PATCH v2 2/2] fscrypt: stop holding extra request_queue references
[PATCH v7 0/9] bugfix and cleanup for blk-throttle
2022-08-22 7:44 UTC (21+ messages)
` [PATCH v7 1/9] blk-throttle: fix that io throttle can only work for single bio
` [PATCH v7 4/9] blk-throttle: fix io hung due to configuration updates
` [PATCH v7 9/9] blk-throttle: clean up flag 'THROTL_TG_PENDING'
[PATCH blktests v3 0/6] fix module check issues
2022-08-22 6:25 UTC (13+ messages)
` [PATCH blktests v3 1/6] common/rc: avoid module load in _have_driver()
` [PATCH blktests v3 2/6] nbd/rc: load nbd module explicitly
` [PATCH blktests v3 3/6] common/rc: ensure modules are loadable in _have_modules()
` [PATCH blktests v3 4/6] common,tests: replace _have_driver() with _have_drivers()
` [PATCH blktests v3 5/6] block/001: use _have_drivers() in place of _have_modules()
` [PATCH blktests v3 6/6] srp/rc: allow test with built-in sd_mod and sg drivers
[PATCH] loop: Correct UAPI definitions to match with driver
2022-08-21 11:23 UTC (2+ messages)
[PATCH v2 0/2] Make blk_mq_map_queues() return void
2022-08-21 5:43 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
[syzbot] upstream boot error: BUG: unable to handle kernel paging request in blk_mq_map_swqueue
2022-08-21 3:24 UTC
[GIT PULL] Block fixes for 6.0-rc2
2022-08-20 17:55 UTC (2+ messages)
6.0-rc1 regression block (blk_mq) / RCU task stuck errors + block-io hang
2022-08-20 15:37 UTC (3+ messages)
stalling IO regression since linux 5.12, through 5.18
2022-08-20 7:00 UTC (13+ messages)
[PATCH for-next v2 0/4] fixed-buffer for uring-cmd/passthrough
2022-08-20 3:06 UTC (5+ messages)
` [PATCH for-next v2 1/4] io_uring: introduce io_uring_cmd_import_fixed
` [PATCH for-next v2 2/4] io_uring: introduce fixed buffer support for io_uring_cmd
` [PATCH for-next v2 3/4] block: add helper to map bvec iterator for passthrough
` [PATCH for-next v2 4/4] nvme: wire up fixed buffer support for nvme passthrough
[PATCH v4 0/3] generic and PowerPC SED Opal keystore
2022-08-19 22:31 UTC (4+ messages)
` [PATCH v4 1/3] block: sed-opal: "
` [PATCH v4 2/3] powerpc/pseries: PLPKS SED Opal keystore support
` [PATCH v4 3/3] block: sed-opal: keystore access for SED Opal keys
[PATCH v3] blk-mq: fix io hung due to missing commit_rqs
2022-08-19 20:56 UTC (2+ messages)
[PATCH -next 0/3] bfq simple cleanups
2022-08-19 20:56 UTC (2+ messages)
[PATCH for-next 0/1] Add trace event support to RNBD
2022-08-19 20:56 UTC (2+ messages)
[PATCH v7] block: sed-opal: Add ioctl to return device status
2022-08-19 20:56 UTC (5+ messages)
LTP test df01.sh detected different size of loop device in v5.19
2022-08-19 19:30 UTC (13+ messages)
` [LTP] "
[PATCH] block: move from strlcpy with unused retval to strscpy
2022-08-19 15:24 UTC (3+ messages)
[PATCH 0/2] fscrypt: rework filesystem-level keyring
2022-08-19 7:15 UTC (3+ messages)
` [PATCH 1/2] fscrypt: stop using keyrings subsystem for fscrypt_master_key
` [PATCH 2/2] fscrypt: stop holding extra request_queue references
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).