messages from 2024-06-12 14:54:07 to 2024-06-17 10:36:05 UTC [more...]
move features flags into queue_limits v2
2024-06-17 10:36 UTC (37+ messages)
` [PATCH 01/26] xen-blkfront: don't disable cache flushes when they fail
` [PATCH 02/26] sd: remove sd_is_zoned
` [PATCH 03/26] sd: move zone limits setup out of sd_read_block_characteristics
` [PATCH 04/26] loop: stop using loop_reconfigure_limits in __loop_clr_fd
` [PATCH 05/26] loop: always update discard settings in loop_reconfigure_limits
` [PATCH 06/26] loop: regularize upgrading the block size for direct I/O
` [PATCH 07/26] loop: also use the default block size from an underlying block device
` [PATCH 08/26] loop: fold loop_update_rotational into loop_reconfigure_limits
` [PATCH 09/26] virtio_blk: remove virtblk_update_cache_mode
` [PATCH 10/26] nbd: move setting the cache control flags to __nbd_set_size
` [PATCH 11/26] block: freeze the queue in queue_attr_store
` [PATCH 12/26] block: remove blk_flush_policy
` [PATCH 13/26] block: move cache control settings out of queue->flags
` [PATCH 14/26] block: move the nonrot flag to queue_limits
` [PATCH 15/26] block: move the add_random "
` [PATCH 16/26] block: move the io_stat flag setting "
` [PATCH 17/26] block: move the stable_writes flag "
` [PATCH 18/26] block: move the synchronous "
` [PATCH 19/26] block: move the nowait "
` [PATCH 20/26] block: move the dax "
` [PATCH 21/26] block: move the poll "
` [PATCH 22/26] block: move the zoned flag into the features field
` [PATCH 23/26] block: move the zone_resetall flag to queue_limits
` [PATCH 24/26] block: move the pci_p2pdma "
` [PATCH 25/26] block: move the skip_tagset_quiesce "
` [PATCH 26/26] block: move the bounce flag into the features field
[PATCH] scsi: sd: Keep the discard mode stable
2024-06-17 9:03 UTC (3+ messages)
[PATCH v5 00/15] Hardware wrapped key support for qcom ice and ufs
2024-06-17 8:28 UTC (26+ messages)
` [PATCH v5 01/15] ice, ufs, mmc: use blk_crypto_key for program_key
` [PATCH v5 02/15] qcom_scm: scm call for deriving a software secret
` [PATCH v5 03/15] qcom_scm: scm call for create, prepare and import keys
` [PATCH v5 04/15] soc: qcom: ice: add hwkm support in ice
` [PATCH v5 05/15] soc: qcom: ice: support for hardware wrapped keys
` [PATCH v5 06/15] soc: qcom: ice: support for generate, import and prepare key
` [PATCH v5 07/15] ufs: core: support wrapped keys in ufs core
` [PATCH v5 08/15] ufs: core: add support to derive software secret
` [PATCH v5 09/15] ufs: core: add support for generate, import and prepare keys
` [PATCH v5 10/15] ufs: host: wrapped keys support in ufs qcom
` [PATCH v5 11/15] ufs: host: implement derive sw secret vop "
` [PATCH v5 12/15] ufs: host: support for generate, import and prepare key
` [PATCH v5 13/15] dt-bindings: crypto: ice: document the hwkm property
` [PATCH v5 14/15] arm64: dts: qcom: sm8650: add hwkm support to ufs ice
` [PATCH v5 15/15] arm64: dts: qcom: sm8550: "
move features flags into queue_limits
2024-06-17 6:03 UTC (15+ messages)
` [PATCH 02/26] sd: move zone limits setup out of sd_read_block_characteristics
` [PATCH 10/26] xen-blkfront: don't disable cache flushes when they fail
` [PATCH 13/26] block: move cache control settings out of queue->flags
[PATCH 00/14] Introduce support for feature Fabric Discovery and
2024-06-15 9:07 UTC (16+ messages)
` [PATCH 01/14] scsi: fnic: Replace shost_printk with pr_info/pr_err
` [PATCH 02/14] scsi: fnic: Add headers and definitions for FDLS
` [PATCH 07/14] scsi: fnic: Add and integrate support for FIP
` [PATCH 08/14] scsi: fnic: Add functionality in fnic to support FDLS
move integrity settings to queue_limits v3
2024-06-15 5:01 UTC (31+ messages)
` [PATCH 01/12] block: initialize integrity buffer to zero before writing it to media
` [PATCH 02/12] md/raid0: don't free conf on raid0_run failure
` [PATCH 03/12] md/raid1: "
` [PATCH 04/12] dm-integrity: use the nop integrity profile
` [PATCH 05/12] block: remove the blk_integrity_profile structure
` [PATCH 06/12] block: remove the blk_flush_integrity call in blk_integrity_unregister
` [PATCH 07/12] block: factor out flag_{store,show} helper for integrity
` [PATCH 08/12] block: use kstrtoul in flag_store
` [PATCH 09/12] block: don't require stable pages for non-PI metadata
` [PATCH 10/12] block: bypass the STABLE_WRITES flag for protection information
` [PATCH 11/12] block: invert the BLK_INTEGRITY_{GENERATE,VERIFY} flags
` [PATCH 12/12] block: move integrity information into queue_limits
[PATCH 0/6] Basic inline encryption support for ufs-exynos
2024-06-14 23:00 UTC (4+ messages)
` [PATCH 6/6] scsi: ufs: exynos: Add support for Flash Memory Protector (FMP)
[RESEND][PATCH 0/3] small pm80xx driver fixes
2024-06-14 21:41 UTC (8+ messages)
` [PATCH 1/3] scsi: pm80xx: Set phy->enable_completion only when we wait for it
` [PATCH 2/3] scsi: pm80xx: Do not issue hard reset before NCQ EH
` [PATCH 3/3] scsi: pm8001: Update log level when reading config table
[GIT PULL] SCSI fixes for 6.10-rc3
2024-06-14 18:52 UTC (2+ messages)
[PATCH V2 RESEND] scsi: lpfc: Fix a possible null pointer dereference
2024-06-14 16:25 UTC (2+ messages)
convert the SCSI ULDs to the atomic queue limits API v2
2024-06-14 16:23 UTC (32+ messages)
` [PATCH 01/14] ubd: refactor the interrupt handler
` [PATCH 02/14] ubd: untagle discard vs write zeroes not support handling
` [PATCH 03/14] rbd: increase io_opt again
` [PATCH 04/14] block: take io_opt and io_min into account for max_sectors
` [PATCH 05/14] sd: simplify the ZBC case in provisioning_mode_store
` [PATCH 06/14] sd: add a sd_disable_discard helper
` [PATCH 07/14] sd: add a sd_disable_write_same helper
` [PATCH 08/14] sd: simplify the disable case in sd_config_discard
` [PATCH 09/14] sd: factor out a sd_discard_mode helper
` [PATCH 10/14] sd: cleanup zoned queue limits initialization
` [PATCH 11/14] sd: convert to the atomic queue limits API
` [PATCH 12/14] sr: "
` [PATCH 13/14] block: remove unused "
` [PATCH 14/14] block: add special APIs for run-time disabling of discard and friends
[PATCH] scsi: ufs: core: Free memory allocated for model before reinit
2024-06-14 8:28 UTC (8+ messages)
[PATCH v5 0/8] MediaTek UFS fixes and cleanups - Part 1
2024-06-14 6:34 UTC (5+ messages)
` [PATCH v5 3/8] scsi: ufs: ufs-mediatek: Remove useless mediatek,ufs-boost-crypt property
` [PATCH v5 5/8] dt-bindings: ufs: mediatek,ufs: Document MT8192 compatible with MT8183
move integrity settings to queue_limits v2
2024-06-14 3:16 UTC (12+ messages)
` [PATCH 03/11] block: remove the BIP_IP_CHECKSUM flag
[PATCH v3] scsi: add missing MODULE_DESCRIPTION() macros
2024-06-14 2:23 UTC (2+ messages)
[PATCH v3 0/2] Do not read the IO hints VPD page from USB storage devices
2024-06-14 2:23 UTC (4+ messages)
` [PATCH v3 1/2] scsi: core: Introduce the BLIST_SKIP_IO_HINTS flag
` [PATCH v3 2/2] usb: Do not query the IO advice hints grouping mode page for USB devices
[PATCH v8 00/10] block atomic writes
2024-06-14 2:01 UTC (7+ messages)
` [PATCH v8 03/10] fs: Initial atomic write support
` [PATCH v8 04/10] fs: Add initial atomic write support info to statx
[PATCH v2] scsi: core: Fix an incorrect comment
2024-06-14 0:55 UTC (2+ messages)
[PATCH] scsi: ufs: qcom: add missing MODULE_DESCRIPTION() macro
2024-06-13 23:18 UTC (3+ messages)
[PATCH v3 0/3] mpi3mr: Support PCIe Error Recovery
2024-06-13 22:57 UTC (5+ messages)
` [PATCH v3 1/3] mpi3mr: Support PCIe Error Recovery callback handlers
` [PATCH v3 2/3] mpi3mr: Prevent PCI writes from driver during PCI error recovery
` [PATCH v3 3/3] mpi3mr: driver version update
[PATCH v2 0/2] Do not read the IO hints VPD page from USB storage devices
2024-06-13 19:47 UTC (9+ messages)
` [PATCH v2] scsi: core: Fix an incorrect comment
` [PATCH v2 1/2] scsi: core: Introduce the BLIST_SKIP_IO_HINTS flag
` [PATCH v2 2/2] scsi: core: Do not query IO hints for USB devices
[PATCH 0/2] Do not read the IO hints VPD page from USB storage devices
2024-06-13 19:44 UTC (9+ messages)
` [PATCH 1/2] scsi: core: Introduce the BLIST_SKIP_IO_HINTS flag
` [PATCH 2/2] scsi: core: Do not query IO hints for USB devices
[PATCH v3] scsi: libsas: Fix exp-attached end device cannot be scanned in again after probe failed
2024-06-13 12:23 UTC
[PATCH v5 0/3] SCSI: Fix issues between removing device and error handle
2024-06-13 7:10 UTC (9+ messages)
` [PATCH v5 1/3] scsi: core: Add new helper to iterate all devices of host
` [PATCH v5 2/3] scsi: scsi_error: Fix wrong statistic when print error info
回复: [PATCH 1/2] scsi: megaraid_sas: Fix DCMD issue command handling
2024-06-13 6:54 UTC
[PATCH 1/2] scsi: megaraid_sas: Fix DCMD issue command handling
2024-06-13 6:19 UTC (4+ messages)
` [PATCH 2/2] scsi: megaraid_sas: Add megasas_dcmd_timeout helper
[PATCH] usb: add missing MODULE_DESCRIPTION() macros
2024-06-12 18:21 UTC (3+ 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).