linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-21 01:44:25 to 2023-08-24 20:02:20 UTC [more...]

LVM kernel lockup scenario during lvcreate
 2023-08-24 20:01 UTC  (15+ messages)

[PATCH 0/6] blk-mq: optimize the queue_rqs() support
 2023-08-24 17:02 UTC  (8+ messages)
` [PATCH 1/6] blk-mq: account active requests when get driver tag
` [PATCH 2/6] blk-mq: remove RQF_MQ_INFLIGHT
` [PATCH 3/6] blk-mq: support batched queue_rqs() on shared tags queue
` [PATCH 4/6] blk-mq: update driver tags request table when start request
` [PATCH 5/6] blk-mq: fix potential reorder of request state and deadline
` [PATCH 6/6] block/null_blk: add queue_rqs() support

[PATCH v11 00/16] Improve write performance for zoned UFS devices
 2023-08-24 16:52 UTC  (29+ messages)
` [PATCH v11 01/16] block: Introduce more member variables related to zone write locking
` [PATCH v11 02/16] block: Only use write locking if necessary
` [PATCH v11 03/16] block/mq-deadline: Only use zone "
` [PATCH v11 04/16] scsi: core: Introduce a mechanism for reordering requests in the error handler
` [PATCH v11 05/16] scsi: core: Add unit tests for scsi_call_prepare_resubmit()
` [PATCH v11 06/16] scsi: sd: Sort commands by LBA before resubmitting
` [PATCH v11 07/16] scsi: core: Retry unaligned zoned writes
` [PATCH v11 08/16] scsi: sd_zbc: Only require an I/O scheduler if needed
` [PATCH v11 09/16] scsi: scsi_debug: Add the preserves_write_order module parameter
` [PATCH v11 10/16] scsi: scsi_debug: Support injecting unaligned write errors
` [PATCH v11 11/16] scsi: ufs: hisi: Rework the code that disables auto-hibernation
` [PATCH v11 12/16] scsi: ufs: Rename ufshcd_auto_hibern8_enable() and make it static
` [PATCH v11 13/16] scsi: ufs: Change the return type of ufshcd_auto_hibern8_update()
` [PATCH v11 14/16] scsi: ufs: Simplify ufshcd_auto_hibern8_update()
` [PATCH v11 15/16] scsi: ufs: Forbid auto-hibernation without I/O scheduler
` [PATCH v11 16/16] scsi: ufs: Inform the block layer about write ordering

nbd: double reply err, how can nbd handle tag change after interrupt?
 2023-08-24 15:17 UTC 

[PATCH blktests v3 0/3] Introduce nvmet target setup/cleanup helpers
 2023-08-24 14:36 UTC  (7+ messages)
` [PATCH blktests v3 1/3] nvme/{033,034,035,036}: use default subsysnqn variable directly
` [PATCH blktests v3 2/3] nvme/{033,034,035,036,37}: drop port handle between passthru target setup and cleanup
` [PATCH blktests v3 3/3] nvme: introduce nvmet_target_{setup/cleanup} common code

[PATCH v3 0/29] block: Make blkdev_get_by_*() return handle
 2023-08-24 10:28 UTC  (33+ messages)
` [PATCH 01/29] block: Provide bdev_open_* functions
` [PATCH 02/29] block: Use bdev_open_by_dev() in blkdev_open()
` [PATCH 03/29] block: Use bdev_open_by_dev() in disk_scan_partitions() and blkdev_bszset()
` [PATCH 04/29] drdb: Convert to use bdev_open_by_path()
` [PATCH 05/29] pktcdvd: Convert to bdev_open_by_dev()
` [PATCH 06/29] rnbd-srv: Convert to use bdev_open_by_path()
` [PATCH 07/29] xen/blkback: Convert to bdev_open_by_dev()
` [PATCH 08/29] zram: Convert to use bdev_open_by_dev()
` [PATCH 09/29] bcache: Convert to bdev_open_by_path()
` [PATCH 10/29] dm: Convert to bdev_open_by_dev()
` [PATCH 11/29] md: "
` [PATCH 12/29] mtd: block2mtd: Convert to bdev_open_by_dev/path()
` [PATCH 13/29] nvmet: Convert to bdev_open_by_path()
` [PATCH 14/29] s390/dasd: "
` [PATCH 15/29] scsi: target: "
` [PATCH 16/29] PM: hibernate: Convert to bdev_open_by_dev()
` [PATCH 17/29] PM: hibernate: Drop unused snapshot_test argument
` [PATCH 18/29] mm/swap: Convert to use bdev_open_by_dev()
` [PATCH 19/29] fs: Convert to bdev_open_by_dev()
` [PATCH 20/29] btrfs: Convert to bdev_open_by_path()
` [PATCH 21/29] erofs: Convert to use bdev_open_by_path()
` [PATCH 22/29] ext4: Convert to bdev_open_by_dev()
` [PATCH 23/29] f2fs: Convert to bdev_open_by_dev/path()
` [PATCH 24/29] jfs: Convert to bdev_open_by_dev()
` [PATCH 25/29] nfs/blocklayout: Convert to use bdev_open_by_dev/path()
` [PATCH 26/29] ocfs2: Convert to use bdev_open_by_dev()
` [PATCH 27/29] reiserfs: Convert to bdev_open_by_dev/path()
` [PATCH 28/29] xfs: Convert to bdev_open_by_path()
` [PATCH 29/29] block: Remove blkdev_get_by_*() functions

[PATCH v2] partitions/ibm: refactor deprecated strncpy
 2023-08-24  9:02 UTC  (2+ messages)

[PATCH 6.1 -stable] ublk: remove check IO_URING_F_SQE128 in ublk_ch_uring_cmd
 2023-08-24  5:22 UTC 

[PATCH v3 0/6] blk-mq-tag: remove bt_for_each()
 2023-08-23 15:26 UTC  (8+ messages)
` [PATCH v3 1/6] blk-mq-tag: support queue filter in bt_tags_iter()
` [PATCH v3 2/6] blk-mq-tag: introduce __blk_mq_tagset_busy_iter()
` [PATCH v3 3/6] blk-mq-tag: remove bt_for_each()
` [PATCH v3 4/6] blk-mq: delete superfluous check in iterate callback
` [PATCH v3 5/6] blk-mq-tag: fix functions documentation
` [PATCH v3 6/6] blk-mq-tag: fix blk_mq_queue_tag_busy_iter() documentation

[PATCH v2 0/6] blk-mq-tag: remove bt_for_each()
 2023-08-23 15:03 UTC  (14+ messages)
` [PATCH v2 1/6] blk-mq-tag: support queue filter in bt_tags_iter()
` [PATCH v2 2/6] blk-mq-tag: introduce __blk_mq_tagset_busy_iter()
` [PATCH v2 3/6] blk-mq-tag: remove bt_for_each()
` [PATCH v2 4/6] blk-mq: delete superfluous check in iterate callback
` [PATCH v2 5/6] blk-mq-tag: fix functions documentation
` [PATCH v2 6/6] blk-mq-tag: fix blk_mq_queue_tag_busy_iter() documentation

[PATCH] partitions/ibm: refactor deprecated strncpy
 2023-08-23 14:22 UTC  (6+ messages)

[PATCH v2 0/29] block: Make blkdev_get_by_*() return handle
 2023-08-23 10:10 UTC  (6+ messages)
` [PATCH 09/29] bcache: Convert to bdev_open_by_path()

[PATCH 0/2] Small fixes for block t10-pi
 2023-08-22 11:52 UTC  (2+ messages)

Re; Interest,
 2023-08-22 23:31 UTC 

[PATCH linux-next] block: use strscpy() to instead of strncpy()
 2023-08-23  0:08 UTC  (3+ messages)

[PATCH v5 0/3 RESEND] sed-opal: keyrings, discovery, revert, key store
 2023-08-22 17:10 UTC  (6+ messages)

[PATCH v10 00/18] Improve performance for zoned UFS devices
 2023-08-22 15:54 UTC  (17+ messages)
` [PATCH v10 09/18] scsi: scsi_debug: Add the preserves_write_order module parameter
` [PATCH v10 11/18] scsi: ufs: Change the return type of ufshcd_auto_hibern8_update()
` [PATCH v10 13/18] scsi: ufs: mediatek: Rework the code for disabling auto-hibernation
` [PATCH v10 15/18] scsi: ufs: Rename ufshcd_auto_hibern8_enable() and make it static
` [PATCH v10 16/18] scsi: ufs: Simplify ufshcd_auto_hibern8_update()
` [PATCH v10 17/18] scsi: ufs: Forbid auto-hibernation without I/O scheduler
` [PATCH v10 18/18] scsi: ufs: Inform the block layer about write ordering

[PATCH 1/3] blk-mq: fix tags leak when shrink nr_hw_queues
 2023-08-22 14:58 UTC  (7+ messages)
` [PATCH 2/3] blk-mq: delete redundant tagset map update when fallback
` [PATCH 3/3] blk-mq: prealloc tags when increase tagset nr_hw_queues

[PATCH] block: fix unexpected split in bio_discard_limit
 2023-08-22 13:27 UTC  (4+ messages)

[PATCH RFC 0/6 v2] block: Add config option to not allow writing to mounted devices
 2023-08-22 10:11 UTC  (4+ messages)
` [PATCH 1/6] "

[PATCH] block: warn when write a bdev which already mounted
 2023-08-22  9:39 UTC 

[PATCH v4 0/4] crypto: LEA block cipher implementation
 2023-08-22  4:53 UTC  (3+ messages)

[PATCH blktests v3 1/2] nvme/rc: fix nvme device readiness check after _nvme_connect_subsys
 2023-08-22  3:49 UTC  (3+ messages)

[PATCH 0/4] blk-mq-tag: remove bt_for_each()
 2023-08-22  2:36 UTC  (12+ messages)
` [PATCH 1/4] blk-mq-tag: support queue filter in bt_tags_iter()
` [PATCH 2/4] blk-mq-tag: remove bt_for_each()
` [PATCH 3/4] blk-mq: delete superfluous check in iterate callback
` [PATCH 4/4] blk-mq-tag: update or fix functions documentation

[bug report] WARNING: CPU: 12 PID: 51497 at block/mq-deadline.c:679 dd_exit_sched+0xd5/0xe0
 2023-08-21  9:32 UTC  (7+ messages)

[PATCH blktests v2 0/1] Introduce nvmet target setup/cleanup helpers
 2023-08-21  7:43 UTC  (5+ messages)
` [PATCH blktests v2 3/3] nvme: introduce nvmet_target_{setup/cleanup} common code

[RESEND PATCH v10 00/25] DEPT(Dependency Tracker)
 2023-08-21  4:51 UTC  (30+ messages)
` [RESEND PATCH v10 01/25] llist: Move llist_{head,node} definition to types.h
` [RESEND PATCH v10 02/25] dept: Implement Dept(Dependency Tracker)
` [RESEND PATCH v10 03/25] dept: Add single event dependency tracker APIs
` [RESEND PATCH v10 04/25] dept: Add lock "
` [RESEND PATCH v10 05/25] dept: Tie to Lockdep and IRQ tracing
` [RESEND PATCH v10 06/25] dept: Add proc knobs to show stats and dependency graph
` [RESEND PATCH v10 07/25] dept: Apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [RESEND PATCH v10 08/25] dept: Apply sdt_might_sleep_{start,end}() to PG_{locked,writeback} wait
` [RESEND PATCH v10 09/25] dept: Apply sdt_might_sleep_{start,end}() to swait
` [RESEND PATCH v10 10/25] dept: Apply sdt_might_sleep_{start,end}() to waitqueue wait
` [RESEND PATCH v10 11/25] dept: Apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [RESEND PATCH v10 12/25] dept: Distinguish each syscall context from another
` [RESEND PATCH v10 13/25] dept: Distinguish each work "
` [RESEND PATCH v10 14/25] dept: Add a mechanism to refill the internal memory pools on running out
` [RESEND PATCH v10 15/25] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread
` [RESEND PATCH v10 16/25] dept: Apply sdt_might_sleep_{start,end}() to dma fence wait
` [RESEND PATCH v10 17/25] dept: Track timeout waits separately with a new Kconfig
` [RESEND PATCH v10 18/25] dept: Apply timeout consideration to wait_for_completion()/complete()
` [RESEND PATCH v10 19/25] dept: Apply timeout consideration to swait
` [RESEND PATCH v10 20/25] dept: Apply timeout consideration to waitqueue wait
` [RESEND PATCH v10 21/25] dept: Apply timeout consideration to hashed-waitqueue wait
` [RESEND PATCH v10 22/25] dept: Apply timeout consideration to dma fence wait
` [RESEND PATCH v10 23/25] dept: Record the latest one out of consecutive waits of the same class
` [RESEND PATCH v10 24/25] dept: Make Dept able to work with an external wgen
` [RESEND PATCH v10 25/25] dept: Track the potential waits of PG_{locked,writeback}

[PATCH V2] ublk: zoned: support REQ_OP_ZONE_RESET_ALL
 2023-08-21  2:25 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).