linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-15 20:34:01 to 2023-08-21 03:09:03 UTC [more...]

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

[PATCH V2] ublk: zoned: support REQ_OP_ZONE_RESET_ALL
 2023-08-21  2:25 UTC  (4+ messages)

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

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

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

[GIT PULL] Block fixes for 6.5-rc7
 2023-08-19 16:01 UTC  (2+ messages)

[PATCH] blk-mq: fix mismatch between IO scheduler insert and finish
 2023-08-19 13:49 UTC  (2+ messages)

[PATCH v3 0/2] iov_iter: Convert the iterator macros into inline funcs
 2023-08-18 21:39 UTC  (24+ messages)
` [PATCH v3 1/2] iov_iter: Convert iterate*() to "
` [PATCH v3 2/2] iov_iter: Don't deal with iter->copy_mc in memcpy_from_iter_mc()

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

[syzbot] [block?] WARNING in user_reset_fdc
 2023-08-18 16:15 UTC 

[PATCH v7 0/3 RESEND] generic and PowerPC SED Opal keystore
 2023-08-18 15:12 UTC  (8+ messages)
` [PATCH v7 1/3 RESEND] block:sed-opal: "
` [PATCH v7 2/3 RESEND] block: sed-opal: keystore access for SED Opal keys
` [PATCH v7 3/3 RESEND] powerpc/pseries: PLPKS SED Opal keystore support

[PATCH V3] lib/group_cpus.c: avoid to acquire cpu hotplug lock in group_cpus_evenly
 2023-08-18 14:01 UTC 

[PATCH V2] lib/group_cpus.c: avoid to acquire cpu hotplug lock in group_cpus_evenly
 2023-08-18 13:58 UTC  (3+ messages)

[PATCH blktests v1 0/1] Introduce nvmet target setup/cleanup helpers
 2023-08-18 12:10 UTC  (3+ messages)
` [PATCH blktests v1 1/1] nvme: Introduce nvmet_target_{setup/cleanup} common code

Pytanie o samochód
 2023-08-18  8:11 UTC 

[PATCH blktests v3 1/2] nvme/rc: fix nvme device readiness check after _nvme_connect_subsys
 2023-08-18  8:53 UTC  (3+ messages)
` [PATCH blktests v3 2/2] nvme: remove "udevadm settle" "

[PATCH for-6.6/block] blk-cgroup: Fix NULL deref caused by blkg_policy_data being installed before init
 2023-08-18  1:21 UTC  (2+ messages)

[PATCH v5] blk-crypto: dynamically allocate fallback profile
 2023-08-18  1:17 UTC  (3+ messages)

[PATCH] blk-cgroup: hold queue_lock when removing blkg->q_node
 2023-08-18  1:16 UTC  (3+ messages)

[PATCH v2] blk-mq: release scheduler resource when request complete
 2023-08-17 17:26 UTC  (8+ messages)

[PATCH] block: swim3: Mark swim3_init() static to fix no previous prototype error
 2023-08-17 14:51 UTC 

[PATCH v4] blk-crypto: dynamically allocate fallback profile
 2023-08-17 14:18 UTC  (3+ messages)

remove get_super
 2023-08-17 13:24 UTC  (5+ messages)
` [PATCH 05/17] btrfs: open block devices after superblock creation

[PATCH blktests v2 1/2] nvme/rc: fix nvme device readiness check after _nvme_connect_subsys
 2023-08-17 10:50 UTC  (6+ messages)
` [PATCH blktests v2 2/2] nvme: remove "udevadm settle" "

[PATCH] null_blk: fix poll request timeout handling
 2023-08-17  9:02 UTC  (6+ messages)

[PATCH blktests v3 00/13] Switch to allowed_host
 2023-08-17  8:33 UTC  (10+ messages)
` [PATCH blktests v3 13/13] nvme: Introduce nvmet_target_{setup/cleanup} common code

[PATCH blktests v2 00/12] Switch to allowed_host
 2023-08-17  8:22 UTC  (5+ messages)

[PATCH] block: fix unexpected split in bio_discard_limit
 2023-08-17  7:55 UTC 

[PATCH blktests] nvme/rc: fix nvme device readiness check after _nvme_connect_subsys
 2023-08-17  7:17 UTC  (8+ messages)

[syzbot] [block?] memory leak in iov_iter_extract_pages
 2023-08-17  1:56 UTC 

[PATCH v4 0/4] block/badblocks: fix badblocks setting error
 2023-08-17  1:22 UTC  (3+ messages)

[PATCH v5 0/3 RESEND] sed-opal: keyrings, discovery, revert, key store
 2023-08-16 20:41 UTC  (3+ messages)

[PATCH] block: Remove special-casing of compound pages
 2023-08-16 20:27 UTC  (3+ messages)
` Fix rare user data corruption when using THP

[PATCH v8 0/9] Improve performance for zoned UFS devices
 2023-08-16 19:59 UTC  (6+ messages)
` [PATCH v8 5/9] scsi: core: Retry unaligned zoned writes

[PATCH] drivers/rnbd: restore sysfs interface to rnbd-client
 2023-08-16 15:35 UTC  (4+ messages)

[PATCH 00/17] -Wmissing-prototype warning fixes
 2023-08-16 14:38 UTC  (2+ messages)

[PATCH -next] blk-stat: Remove unused declaration blk_stats_alloc_enable()
 2023-08-16 13:07 UTC 

[RFC PATCH v2] iov_iter: Convert iterate*() to inline funcs
 2023-08-16 11:19 UTC  (6+ messages)

[PATCH -next] swim: Remove unnecessary check of res
 2023-08-16  7:37 UTC 

[syzbot] [block?] [hfs?] general protection fault in blk_stat_add
 2023-08-16  2:17 UTC 

[PATCH -next v2 0/4] cleanup and fixes for 'carryover_ios/bytes'
 2023-08-16  1:27 UTC  (5+ messages)
` [PATCH -next v2 1/4] blk-throttle: print signed value 'carryover_bytes/ios' for user
` [PATCH -next v2 2/4] blk-throttle: fix wrong comparation while 'carryover_ios/bytes' is negative
` [PATCH -next v2 3/4] blk-throttle: use calculate_io/bytes_allowed() for throtl_trim_slice()
` [PATCH -next v2 4/4] blk-throttle: consider 'carryover_ios/bytes' in throtl_trim_slice()

[PATCH v1] drivers: block: Drop unnecessary error check for debugfs_create_dir
 2023-08-15 20:37 UTC 

[PATCH v1] drivers: block: Updates return value check
 2023-08-15 20:32 UTC  (5+ 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).