messages from 2023-08-17 19:19:11 to 2023-08-23 10:49:27 UTC [more...]
[PATCH v3 0/29] block: Make blkdev_get_by_*() return handle
2023-08-23 10:48 UTC (3+ messages)
` [PATCH 04/29] drdb: Convert to use bdev_open_by_path()
` [PATCH 10/29] dm: Convert to bdev_open_by_dev()
[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 v2 0/6] blk-mq-tag: remove bt_for_each()
2023-08-23 9:04 UTC (7+ 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 v11 00/16] Improve write performance for zoned UFS devices
2023-08-23 8:23 UTC (24+ 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
[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] partitions/ibm: refactor deprecated strncpy
2023-08-23 0:09 UTC (2+ messages)
[PATCH linux-next] block: use strscpy() to instead of strncpy()
2023-08-23 0:08 UTC (3+ messages)
[PATCH blktests v3 0/3] Introduce nvmet target setup/cleanup helpers
2023-08-22 17:54 UTC (5+ 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 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 (36+ 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 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 (4+ messages)
` [PATCH blktests v3 2/2] nvme: remove "udevadm settle" "
[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 (7+ 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
[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)
[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 2/2] iov_iter: Don't deal with iter->copy_mc in memcpy_from_iter_mc()
2023-08-18 21:39 UTC (20+ messages)
` [PATCH v3 0/2] iov_iter: Convert the iterator macros into inline funcs
[PATCH v9 00/17] Improve performance for zoned UFS devices
2023-08-18 17:56 UTC (23+ messages)
` [PATCH v9 04/17] scsi: core: Call .eh_prepare_resubmit() before resubmitting
` [PATCH v9 06/17] scsi: sd: Sort commands by LBA "
` [PATCH v9 14/17] scsi: ufs: Rename ufshcd_auto_hibern8_enable() and make it static
` [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 (4+ messages)
` [PATCH v7 1/3 RESEND] block:sed-opal: "
[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 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 (2+ messages)
[PATCH] blk-cgroup: hold queue_lock when removing blkg->q_node
2023-08-18 1:16 UTC (2+ messages)
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).