public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-06-06 12:33:44 to 2024-06-11 08:23:56 UTC [more...]

move features flags into queue_limits
 2024-06-11  8:23 UTC  (68+ 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

[ANNOUNCE] Alpine Linux Persistence and Storage Summit 2024
 2024-06-11  8:10 UTC 

[PATCH 00/14] Introduce support for feature Fabric Discovery and
 2024-06-11  7:09 UTC  (19+ 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
` [PATCH 10/14] scsi: fnic: Modify fnic interfaces "
` [PATCH 11/14] scsi: fnic: Add stats and related functionality
` [PATCH 12/14] scsi: fnic: Code cleanup
` [PATCH 13/14] scsi: fnic: Add support to handle port channel RSCN
` [PATCH 14/14] scsi: fnic: Increment driver version

[PATCH v3] scsi: mpi3mr: Fix ATA NCQ priority support
 2024-06-11  6:48 UTC  (2+ messages)

[PATCH v2] scsi: core: Disable CDL by default
 2024-06-11  6:27 UTC  (4+ 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()

[PATCH] scsi: core: Remove an incorrect comment
 2024-06-10 18:08 UTC  (3+ messages)

[PATCH v3] scsi: add missing MODULE_DESCRIPTION() macros
 2024-06-10 16:16 UTC 

(no subject)
 2024-06-10 15:49 UTC 

[PATCH v2] scsi: add missing MODULE_DESCRIPTION() macros
 2024-06-10 14:57 UTC  (4+ messages)

move integrity settings to queue_limits v2
 2024-06-10 12:24 UTC  (44+ messages)
` [PATCH 01/11] dm-integrity: use the nop integrity profile
` [PATCH 02/11] block: remove the unused BIP_{CTRL,DISK}_NOCHECK flags
` [PATCH 03/11] block: remove the BIP_IP_CHECKSUM flag
` [PATCH 04/11] block: remove the blk_integrity_profile structure
` [PATCH 05/11] block: remove the blk_flush_integrity call in blk_integrity_unregister
` [PATCH 06/11] block: factor out flag_{store,show} helper for integrity
` [PATCH 07/11] block: use kstrtoul in flag_store
` [PATCH 08/11] block: don't require stable pages for non-PI metadata
` [PATCH 09/11] block: bypass the STABLE_WRITES flag for protection information
` [PATCH 10/11] block: invert the BLK_INTEGRITY_{GENERATE,VERIFY} flags
` [PATCH 11/11] block: move integrity information into queue_limits

[PATCH v8 00/10] block atomic writes
 2024-06-10 10:43 UTC  (11+ messages)
` [PATCH v8 01/10] block: Pass blk_queue_get_max_sectors() a request pointer
` [PATCH v8 02/10] block: Generalize chunk_sectors support as boundary support
` [PATCH v8 03/10] fs: Initial atomic write support
` [PATCH v8 04/10] fs: Add initial atomic write support info to statx
` [PATCH v8 05/10] block: Add core atomic write support
` [PATCH v8 06/10] block: Add atomic write support for statx
` [PATCH v8 07/10] block: Add fops atomic write support
` [PATCH v8 08/10] scsi: sd: Atomic "
` [PATCH v8 09/10] scsi: scsi_debug: "
` [PATCH v8 10/10] nvme: "

[Bug 60758] New: module scsi_wait_scan not found kernel panic on boot
 2024-06-10  8:12 UTC  (4+ messages)
` [Bug 60758] "

[PATCH v2] scsi: mpi3mr: Fix ATA NCQ priority support
 2024-06-10  7:55 UTC  (2+ messages)

[PATCH] scsi: add missing MODULE_DESCRIPTION() macros
 2024-06-08 14:41 UTC  (4+ messages)

[PATCH] scsi: core: Do not query the IO hints for a particular USB device
 2024-06-07 21:29 UTC  (3+ messages)

[RESEND][PATCH 0/3] small pm80xx driver fixes
 2024-06-07 17:57 UTC  (4+ 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

[PATCH 0/3] small pm80xx driver fixes
 2024-06-07 17:06 UTC  (4+ 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

[PATCH] scsi: ufs: core: quiesce request queues before check pending cmds
 2024-06-07 12:33 UTC  (2+ messages)

[PATCH v7 0/9] block atomic writes
 2024-06-07  6:16 UTC  (2+ messages)

[RESEND][PATCH] usb: uas: set host status byte on data completion error
 2024-06-07  5:58 UTC  (2+ messages)

[PATCH] uas: set host status byte on data completion error
 2024-06-07  3:20 UTC  (3+ messages)

[PATCH] ata: pata_macio: Fix max_segment_size with PAGE_SIZE == 64K
 2024-06-07  3:10 UTC  (3+ messages)

[PATCH] scsi: mpi3mr: Fix SATA NCQ priority support
 2024-06-06 23:16 UTC  (5+ messages)

[PATCH] scsi: core: Disabe CDL by default
 2024-06-06 23:11 UTC  (6+ messages)

[GIT PULL] SCSI fixes for 6.10-rc2
 2024-06-06 21:47 UTC  (2+ messages)

[PATCH v5] dt-bindings: ufs: qcom,ufs: drop source clock entries
 2024-06-06 20:54 UTC  (2+ messages)

move integrity settings to queue_limits
 2024-06-06 15:38 UTC  (5+ messages)
` [PATCH 04/12] block: remove the blk_integrity_profile structure

[RFC 00/12] Hyper-V guests use Linux IRQs for channel interrupts
 2024-06-06 14:34 UTC  (10+ messages)
` [RFC 06/12] genirq: Add per-cpu flow handler with conditional IRQ stats

[PATCH 04/23] scsi: initialize scsi midlayer limits before allocating the queue
 2024-06-06 12:33 UTC  (9+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox