messages from 2024-06-11 05:54:09 to 2024-06-14 00:58:12 UTC [more...]
move integrity settings to queue_limits v2
2024-06-14 0:57 UTC (16+ messages)
` [PATCH 02/11] block: remove the unused BIP_{CTRL,DISK}_NOCHECK flags
` [PATCH 03/11] block: remove the BIP_IP_CHECKSUM flag
[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 v3 0/2] Do not read the IO hints VPD page from USB storage devices
2024-06-13 21:18 UTC (3+ 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] scsi: ufs: core: Free memory allocated for model before reinit
2024-06-13 20:02 UTC (4+ messages)
[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 00/14] Introduce support for feature Fabric Discovery and
2024-06-13 15:46 UTC (26+ 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 03/14] scsi: fnic: Add support for fabric based solicited requests and responses
` [PATCH 04/14] scsi: fnic: Add support for target "
` [PATCH 05/14] scsi: fnic: Add support for unsolicited "
` [PATCH 06/14] scsi: fnic: Add and integrate support for FDMI
` [PATCH 07/14] scsi: fnic: Add and integrate support for FIP
` [PATCH 08/14] scsi: fnic: Add functionality in fnic to support FDLS
` [PATCH 09/14] scsi: fnic: Modify IO path to use FDLS
move features flags into queue_limits
2024-06-13 14:05 UTC (99+ messages)
` [PATCH 01/26] sd: fix sd_is_zoned
` [PATCH 02/26] sd: move zone limits setup out of sd_read_block_characteristics
` [PATCH 03/26] loop: stop using loop_reconfigure_limits in __loop_clr_fd
` [PATCH 04/26] loop: always update discard settings in loop_reconfigure_limits
` [PATCH 05/26] loop: regularize upgrading the lock size for direct I/O
` [PATCH 06/26] loop: also use the default block size from an underlying block device
` [PATCH 07/26] loop: fold loop_update_rotational into loop_reconfigure_limits
` [PATCH 08/26] virtio_blk: remove virtblk_update_cache_mode
` [PATCH 09/26] nbd: move setting the cache control flags to __nbd_set_size
` [PATCH 10/26] xen-blkfront: don't disable cache flushes when they fail
` [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_write 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 feature 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 feature field
move integrity settings to queue_limits v3
2024-06-13 13:40 UTC (14+ 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 v3] scsi: libsas: Fix exp-attached end device cannot be scanned in again after probe failed
2024-06-13 12:23 UTC
[PATCH v8 00/10] block atomic writes
2024-06-13 7:25 UTC (6+ messages)
` [PATCH v8 03/10] fs: Initial atomic write support
` [PATCH v8 04/10] fs: Add initial atomic write support info to statx
[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)
[PATCH] [SCSI] esas2r: fix possible buffer overflow caused by bad DMA value in esas2r_process_vda_ioctl()
2024-06-12 9:31 UTC
[PATCH v5 0/8] MediaTek UFS fixes and cleanups - Part 1
2024-06-12 7:43 UTC (9+ messages)
` [PATCH v5 1/8] scsi: ufs: ufs-mediatek: Remove useless mediatek,ufs-support-va09 property
` [PATCH v5 2/8] scsi: ufs: ufs-mediatek: Fix property name for crypt boost voltage
` [PATCH v5 3/8] scsi: ufs: ufs-mediatek: Remove useless mediatek,ufs-boost-crypt property
` [PATCH v5 4/8] scsi: ufs: ufs-mediatek: Avoid underscores in crypt clock names
` [PATCH v5 5/8] dt-bindings: ufs: mediatek,ufs: Document MT8192 compatible with MT8183
` [PATCH v5 6/8] dt-bindings: ufs: mediatek,ufs: Document MT8195 compatible
` [PATCH v5 7/8] dt-bindings: ufs: mediatek,ufs: Document additional clocks
` [PATCH v5 8/8] dt-bindings: ufs: mediatek,ufs: Document optional dvfsrc/va09 regulators
[PATCH] scsi: ufs: core: quiesce request queues before check pending cmds
2024-06-12 6:07 UTC (6+ messages)
[PATCH v9 00/19] Pass data lifetime information to SCSI disk devices
2024-06-12 5:42 UTC (8+ messages)
` [PATCH v9 11/19] scsi: sd: Translate data lifetime information
[PATCH v2 0/1] Allow platform drivers to update UIC command timeout
2024-06-12 3:25 UTC (5+ messages)
` [PATCH v2 1/1] scsi: ufs: core: Support Updating UIC Command Timeout
[PATCH v2 0/2] ufs: pci: Add support UFSHCI 4.0 MCQ
2024-06-12 1:59 UTC (2+ messages)
[PATCH 0/4] Declare local functions static
2024-06-12 1:59 UTC (2+ messages)
[PATCH v4] scsi: mpi3mr: Fix ATA NCQ priority support
2024-06-12 1:58 UTC (2+ messages)
[PATCH v2] scsi: core: Disable CDL by default
2024-06-12 1:57 UTC (3+ messages)
[PATCH v3] scsi: add missing MODULE_DESCRIPTION() macros
2024-06-12 1:34 UTC (2+ messages)
[PATCH 0/6] Basic inline encryption support for ufs-exynos
2024-06-11 22:34 UTC (7+ messages)
` [PATCH 1/6] scsi: ufs: core: Add UFSHCD_QUIRK_CUSTOM_CRYPTO_PROFILE
` [PATCH 2/6] scsi: ufs: core: fold ufshcd_clear_keyslot() into its caller
` [PATCH 3/6] scsi: ufs: core: Add UFSHCD_QUIRK_BROKEN_CRYPTO_ENABLE
` [PATCH 4/6] scsi: ufs: core: Add fill_crypto_prdt variant op
` [PATCH 5/6] scsi: ufs: core: Add UFSHCD_QUIRK_KEYS_IN_PRDT
` [PATCH 6/6] scsi: ufs: exynos: Add support for Flash Memory Protector (FMP)
[PATCH] scsi: core: Remove an incorrect comment
2024-06-11 17:36 UTC (4+ messages)
RE:Insect Screens,Pet screens,Flyscreens
2024-06-11 9:21 UTC
[RESEND][PATCH 0/3] small pm80xx driver fixes
2024-06-11 8:40 UTC (3+ messages)
` [PATCH 2/3] scsi: pm80xx: Do not issue hard reset before NCQ EH
[ANNOUNCE] Alpine Linux Persistence and Storage Summit 2024
2024-06-11 8:10 UTC
[PATCH v3] scsi: mpi3mr: Fix ATA NCQ priority support
2024-06-11 6:48 UTC (2+ messages)
[PATCH 0/2] block, scsi: Small improvements for blk_mq_alloc_queue() usage
2024-06-11 6:21 UTC (3+ messages)
` [PATCH 1/2] scsi: core: Pass sdev to blk_mq_alloc_queue()
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