linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-18 02:37:41 to 2023-10-24 09:28:03 UTC [more...]

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

LOOP_CONFIGURE uevents
 2023-10-24  8:44 UTC  (6+ messages)
          ` loop change deprecation bdev->bd_holder_lock
              ` loop change deprecation

Wycena paneli fotowoltaicznych
 2023-10-24  8:15 UTC 

Fwd: queue/scheduler missing under nvmf block device
 2023-10-24  7:45 UTC 

blktests: running nvme and srp tests with real RDMA hardware
 2023-10-24  6:51 UTC  (4+ messages)

add and use a per-mapping stable writes flag
 2023-10-24  6:44 UTC  (4+ messages)
` [PATCH 1/3] filemap: add "
` [PATCH 2/3] block: update the stable_writes flag in bdev_add
` [PATCH 3/3] xfs: respect the stable writes flag on the RT device

[PATCH v4 0/3] Support disabling fair tag sharing
 2023-10-24  5:36 UTC  (6+ messages)
` [PATCH v4 1/3] block: Introduce flag BLK_MQ_F_DISABLE_FAIR_TAG_SHARING
` [PATCH v4 2/3] scsi: core: Support disabling fair tag sharing
` [PATCH v4 3/3] scsi: ufs: Disable "

[RFC PATCH v11 18/19] ipe: kunit test for parser
 2023-10-24  3:52 UTC  (2+ messages)
` [PATCH RFC "

[RFC PATCH v11 17/19] scripts: add boot policy generation program
 2023-10-24  3:52 UTC  (2+ messages)
` [PATCH RFC "

[RFC PATCH v11 16/19] ipe: enable support for fs-verity as a trust provider
 2023-10-24  3:52 UTC  (2+ messages)
` [PATCH RFC "

[RFC PATCH v11 15/19] fsverity: consume builtin signature via LSM hook
 2023-10-24  3:52 UTC  (2+ messages)
` [PATCH RFC "

[RFC PATCH v11 14/19] ipe: add support for dm-verity as a trust provider
 2023-10-24  3:52 UTC  (2+ messages)
` [PATCH RFC "

[RFC PATCH v11 13/19] dm verity: consume root hash digest and signature data via LSM hook
 2023-10-24  3:52 UTC  (2+ messages)
` [PATCH RFC "

[RFC PATCH v11 12/19] dm: add finalize hook to target_type
 2023-10-24  3:52 UTC  (2+ messages)
` [PATCH RFC "

[RFC PATCH v11 05/19] ipe: introduce 'boot_verified' as a trust provider
 2023-10-24  3:52 UTC  (2+ messages)
` [PATCH RFC v11 5/19] "

[RFC PATCH v11 11/19] dm verity: set DM_TARGET_SINGLETON feature flag
 2023-10-24  3:52 UTC  (2+ messages)
` [PATCH RFC "

[RFC PATCH v11 09/19] ipe: add permissive toggle
 2023-10-24  3:52 UTC  (2+ messages)
` [PATCH RFC v11 9/19] "

[RFC PATCH v11 08/19] uapi|audit|ipe: add ipe auditing support
 2023-10-24  3:52 UTC  (2+ messages)
` [PATCH RFC v11 8/19] "

[RFC PATCH v11 04/19] ipe: add LSM hooks on execution and kernel read
 2023-10-24  3:52 UTC  (2+ messages)
` [PATCH RFC v11 4/19] "

[RFC PATCH v11 03/19] ipe: add evaluation loop
 2023-10-24  3:52 UTC  (2+ messages)
` [PATCH RFC v11 3/19] "

[RFC PATCH v11 02/19] ipe: add policy parser
 2023-10-24  3:52 UTC  (2+ messages)
` [PATCH RFC v11 2/19] "

[PATCH RFC v2 0/8] blk-mq: improve tag fair sharing
 2023-10-24  1:07 UTC  (13+ messages)
` [PATCH RFC v2 1/8] blk-mq: factor out a structure from blk_mq_tags
` [PATCH RFC v2 2/8] blk-mq: factor out a structure to store information for tag sharing
` [PATCH RFC v2 3/8] blk-mq: add a helper to initialize shared_tag_info
` [PATCH RFC v2 4/8] blk-mq: support to track active queues from blk_mq_tags
` [PATCH RFC v2 5/8] blk-mq: precalculate available tags for hctx_may_queue()
` [PATCH RFC v2 6/8] blk-mq: add new helpers blk_mq_driver_tag_busy/idle()
` [PATCH RFC v2 7/8] blk-mq-tag: delay tag sharing until fail to get driver tag
` [PATCH RFC v2 8/8] blk-mq-tag: allow shared queue/hctx to get more driver tags

[PATCH V2] blk-mq: don't schedule block kworker on isolated CPUs
 2023-10-23 23:45 UTC  (2+ messages)

[PATCH] drbd: Spelling fix in comment
 2023-10-23  6:31 UTC 

[PATCH 0/4] block integrity: direclty map user space addresses
 2023-10-23  6:18 UTC  (13+ messages)
` [PATCH 1/4] block: bio-integrity: add support for user buffers
` [PATCH 2/4] nvme: use bio_integrity_map_user
` [PATCH 3/4] iouring: remove IORING_URING_CMD_POLLED
` [PATCH 4/4] io_uring: remove uring_cmd cookie

[RFC PATCH 00/18] block: update buffer_head for Large-block I/O
 2023-10-23  5:03 UTC  (5+ messages)
` [PATCH 04/18] fs/buffer.c: use accessor function to translate page index to sectors

[PATCH] block: Improve shared tag set performance
 2023-10-23  3:44 UTC  (14+ messages)

[PATCH v17 00/12] Implement copy offload support
 2023-10-22 11:51 UTC  (15+ messages)
    ` [PATCH v17 01/12] block: Introduce queue limits and sysfs for copy-offload support
    ` [PATCH v17 02/12] Add infrastructure for copy offload in block and request layer
    ` [PATCH v17 03/12] block: add copy offload support
    ` [PATCH v17 04/12] block: add emulation for copy
    ` [PATCH v17 05/12] fs/read_write: Enable copy_file_range for block device
    ` [PATCH v17 06/12] fs, block: copy_file_range for def_blk_ops for direct "
    ` [PATCH v17 07/12] nvme: add copy offload support
    ` [PATCH v17 08/12] nvmet: add copy command support for bdev and file ns
    ` [PATCH v17 09/12] dm: Add support for copy offload
    ` [PATCH v17 10/12] dm: Enable copy offload for dm-linear target
    ` [PATCH v17 11/12] null: Enable trace capability for null block
    ` [PATCH v17 12/12] null_blk: add support for copy offload

[PATCH] blk-throttle: check for overflow in calculate_bytes_allowed
 2023-10-21  0:38 UTC  (3+ messages)

[PATCH v3 00/14] Pass data temperature information to SCSI disk devices
 2023-10-20 20:45 UTC  (8+ messages)

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

[GIT PULL] Block fixes for 6.6-rc7
 2023-10-20 17:43 UTC  (2+ messages)

Re: PING: [PATCH] virtio-blk: fix implicit overflow on virtio_max_dma_size
 2023-10-20  2:23 UTC 

[PATCH V2] Consider inflight IO in io accounting for high latency devices
 2023-10-19 16:44 UTC  (9+ messages)

[PATCH] block: ublk_drv: Remove unused function
 2023-10-19 11:31 UTC  (3+ messages)

don't take s_umount under open_mutex
 2023-10-19 11:27 UTC  (21+ messages)
` [PATCH 2/5] block: WARN_ON_ONCE() when we remove active partitions
` [PATCH 3/5] block: move bdev_mark_dead out of disk_check_media_change
` [PATCH 4/5] block: assert that we're not holding open_mutex over blk_report_disk_dead
` [PATCH 5/5] fs: assert that open_mutex isn't held over holder ops

[PATCH RFC 0/6 v2] block: Add config option to not allow writing to mounted devices
 2023-10-19  9:16 UTC  (5+ messages)
` [PATCH 1/6] "

[syzbot] [block?] WARNING in __floppy_read_block_0 (3)
 2023-10-19  9:07 UTC  (3+ messages)

[bug report] nvme authentication setup failed observed during blktests nvme/041 nvme/042 nvme/043
 2023-10-19  7:16 UTC  (2+ messages)
` [bug report][bisected] "

[bug report] blktests nvme/tcp failed on the latest linux-block/for-next
 2023-10-19  7:09 UTC  (4+ messages)
  ` [bug report][bisected] "

[Bisected] [efeda3bf912f] OOPS crash while performing Block device module parameter test [qla2xxx / FC]
 2023-10-18 17:04 UTC  (3+ messages)
` [EXT] "

[PATCH v16 04/12] block: add emulation for copy
 2023-10-18 10:08 UTC  (5+ messages)
` [PATCH v16 00/12] Implement copy offload support


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