Linux-SCSI Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-25 12:57:51 to 2024-03-28 00:44:53 UTC [more...]

[PATCH v3 00/30] Zone write plugging
 2024-03-28  0:44 UTC  (25+ messages)
` [PATCH v3 01/30] block: Do not force full zone append completion in req_bio_endio()
` [PATCH v3 02/30] block: Restore sector of flush requests
` [PATCH v3 03/30] block: Remove req_bio_endio()
` [PATCH v3 04/30] block: Introduce blk_zone_update_request_bio()
` [PATCH v3 05/30] block: Introduce bio_straddles_zones() and bio_offset_from_zone_start()
` [PATCH v3 06/30] block: Allow using bio_attempt_back_merge() internally
` [PATCH v3 07/30] block: Remember zone capacity when revalidating zones
` [PATCH v3 08/30] block: Introduce zone write plugging
` [PATCH v3 09/30] block: Pre-allocate zone write plugs
` [PATCH v3 10/30] block: Fake max open zones limit when there is no limit
` [PATCH v3 11/30] block: Allow zero value of max_zone_append_sectors queue limit
` [PATCH v3 12/30] block: Implement zone append emulation
` [PATCH v3 13/30] block: Allow BIO-based drivers to use blk_revalidate_disk_zones()
` [PATCH v3 14/30] dm: Use the block layer zone append emulation
` [PATCH v3 15/30] scsi: sd: "
` [PATCH v3 16/30] ublk_drv: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator feature
` [PATCH v3 17/30] null_blk: "
` [PATCH v3 18/30] null_blk: Introduce zone_append_max_sectors attribute
` [PATCH v3 19/30] null_blk: Introduce fua attribute
` [PATCH v3 20/30] nvmet: zns: Do not reference the gendisk conv_zones_bitmap
` [PATCH v3 21/30] block: Remove BLK_STS_ZONE_RESOURCE
` [PATCH v3 22/30] block: Simplify blk_revalidate_disk_zones() interface
` [PATCH v3 23/30] block: mq-deadline: Remove support for zone write locking
` [PATCH v3 24/30] block: Remove elevator required features

[PATCH] scsi: libsas: Fix declaration of ncq priority attributes
 2024-03-28  0:17 UTC  (4+ messages)

[PATCH v6 00/10] block atomic writes
 2024-03-27 20:31 UTC  (15+ messages)
` [PATCH v6 01/10] block: Pass blk_queue_get_max_sectors() a request pointer
` [PATCH v6 02/10] block: Call blkdev_dio_unaligned() from blkdev_direct_IO()
` [PATCH v6 03/10] fs: Initial atomic write support
` [PATCH v6 04/10] fs: Add initial atomic write support info to statx
` [PATCH v6 05/10] block: Add core atomic write support
` [PATCH v6 06/10] block: Add atomic write support for statx
` [PATCH v6 07/10] block: Add fops atomic write support
` [PATCH v6 08/10] scsi: sd: Atomic "
` [PATCH v6 09/10] scsi: scsi_debug: "
` [PATCH v6 10/10] nvme: "

[PATCH 1/2] scsi: csiostor: drop driver owner assignment
 2024-03-27 17:49 UTC  (2+ messages)
` [PATCH 2/2] scsi: qla2xxx: "

[PATCH 00/22] virtio: store owner from modules with register_virtio_driver()
 2024-03-27 15:52 UTC  (28+ messages)
` [PATCH 01/22] "
` [PATCH 02/22] um: virt-pci: drop owner assignment
` [PATCH 03/22] virtio_blk: "
` [PATCH 04/22] bluetooth: virtio: "
` [PATCH 05/22] hwrng: "
` [PATCH 06/22] virtio_console: "
` [PATCH 07/22] crypto: virtio - "
` [PATCH 08/22] firmware: arm_scmi: virtio: "
` [PATCH 09/22] gpio: "
` [PATCH 10/22] drm/virtio: "
` [PATCH 11/22] iommu: virtio: "
` [PATCH 12/22] misc: nsm: "
` [PATCH 13/22] net: caif: virtio: "
` [PATCH 14/22] net: "
` [PATCH 15/22] net: 9p: "
` [PATCH 16/22] net: vmw_vsock: "
` [PATCH 17/22] wireless: mac80211_hwsim: "
` [PATCH 18/22] nvdimm: virtio_pmem: "
` [PATCH 19/22] rpmsg: virtio: "
` [PATCH 20/22] scsi: "
` [PATCH 21/22] fuse: "
` [PATCH 22/22] sound: "

convert SCSI to atomic queue limits, part 1
 2024-03-27 15:39 UTC  (32+ messages)
` [PATCH 02/23] bsg: pass queue_limits to bsg_setup_queue
` [PATCH 03/23] mpi3mr: "
` [PATCH 04/23] scsi: initialize scsi midlayer limits before allocating the queue
` [PATCH 06/23] scsi: add a no_highmem flag to struct Scsi_Host
` [PATCH 07/23] scsi: add a dma_alignment field to the host and host template
` [PATCH 08/23] ufs-exynos: move setting the the dma alignment to the init method
` [PATCH 09/23] scsi: use the atomic queue limits API in scsi_add_lun
` [PATCH 10/23] scsi: add a device_configure method to the host template
` [PATCH 13/23] sbp2: switch to using ->device_configure
` [PATCH 23/23] block: remove now unused queue limits helpers

[PATCH 1/3] dt-bindings: ufs: qcom: document SC8180X UFS
 2024-03-27 14:31 UTC  (4+ messages)
` [PATCH 2/3] dt-bindings: ufs: qcom: document SC7180 UFS
` [PATCH 3/3] dt-bindings: ufs: qcom: document SM6125 UFS

[PATCH] qedi: Fix crash while reading debugfs attribute
 2024-03-27  9:11 UTC 

[PATCH 0/9] enabled -Wformat-truncation for clang
 2024-03-27  7:40 UTC  (4+ messages)
` [PATCH 7/9] scsi: mylex: fix sysfs buffer lengths

[PATCH v2 00/28] Zone write plugging
 2024-03-27  7:33 UTC  (65+ messages)
` [PATCH v2 01/28] block: Restore sector of flush requests
` [PATCH v2 02/28] block: Remove req_bio_endio()
` [PATCH v2 03/28] block: Introduce blk_zone_update_request_bio()
` [PATCH v2 04/28] block: Introduce bio_straddle_zones() and bio_offset_from_zone_start()
` [PATCH v2 05/28] block: Allow using bio_attempt_back_merge() internally
` [PATCH v2 06/28] block: Remember zone capacity when revalidating zones
` [PATCH v2 07/28] block: Introduce zone write plugging
` [PATCH v2 08/28] block: Use a mempool to allocate zone write plugs
` [PATCH v2 09/28] block: Fake max open zones limit when there is no limit
` [PATCH v2 11/28] block: Implement zone append emulation
` [PATCH v2 12/28] block: Allow BIO-based drivers to use blk_revalidate_disk_zones()
` [PATCH v2 17/28] null_blk: Introduce zone_append_max_sectors attribute
` [PATCH v2 19/28] nvmet: zns: Do not reference the gendisk conv_zones_bitmap
` [PATCH v2 20/28] block: Remove BLK_STS_ZONE_RESOURCE
` [PATCH v2 21/28] block: Simplify blk_revalidate_disk_zones() interface
` [PATCH v2 22/28] block: mq-deadline: Remove support for zone write locking
` [PATCH v2 23/28] block: Remove elevator required features
` [PATCH v2 24/28] block: Do not check zone type in blk_check_zone_append()
` [PATCH v2 25/28] block: Move zone related debugfs attribute to blk-zoned.c
` [PATCH v2 26/28] block: Remove zone write locking
` [PATCH v2 27/28] block: Do not force select mq-deadline with CONFIG_BLK_DEV_ZONED

[PATCH v2 0/1] Remove support for legacy UFS
 2024-03-27  7:17 UTC  (2+ messages)
` [PATCH v2 1/1] scsi: ufs: Remove support for old UFSHCI versions

[PATCH 00/28] Remove PCI_IRQ_LEGACY
 2024-03-26 21:14 UTC  (22+ messages)
` [PATCH 05/28] usb: hcd-pci: Use PCI_IRQ_INTX
` [PATCH 06/28] tty: 8250_pci: "
` [PATCH 08/28] ntb: "
` [PATCH 09/28] mfd: intel-lpss-pci: "
` [PATCH 10/28] drm: amdgpu: "
` [PATCH 11/28] infiniband: qib: "
` [PATCH 13/28] misc: vmci_guest: Use PCI_IRQ_ALL_TYPES
` [PATCH 17/28] net: realtek: r8169: Use PCI_IRQ_INTX
` [External] : [PATCH 00/28] Remove PCI_IRQ_LEGACY

[PATCH 0/2] Remove support for legacy UFS
 2024-03-26 18:09 UTC  (7+ messages)
` [PATCH 1/2] scsi: ufs: Remove support for old UFSHCI versions
` [PATCH 2/2] scsi: ufs: Remove legacy tuning calls

[PATCH 00/12] kbuild: enable some -Wextra warnings by default
 2024-03-26 14:51 UTC  (2+ messages)
` [PATCH 07/12] cxlflash: fix function pointer cast warnings

[PATCH v2] scsi: libsas: Allocation SMP request is aligned to ARCH_DMA_MINALIGN
 2024-03-26 13:40 UTC  (4+ messages)

[PATCH v8 0/7] NCQ Priority sysfs sttributes for libsas
 2024-03-26 11:52 UTC  (8+ messages)
` [PATCH v8 2/7] scsi: libsas: Define NCQ Priority sysfs attributes for SATA devices

[PATCH v4 0/3] SCSI: Fix issues between removing device and error handle
 2024-03-26  6:37 UTC  (2+ messages)

[PATCH] scsi: libsas: Add SMP request allocation handler callback
 2024-03-26  6:34 UTC  (5+ messages)

[PATCH] bnx2fc: Remove spin_lock_bh while release resources after upload
 2024-03-26  1:21 UTC  (2+ messages)

[PATCH] scsi: core: Fix unremoved procfs host directory regression
 2024-03-26  1:21 UTC  (2+ messages)

[PATCH v2] scsi: sg: Avoid sg device teardown race
 2024-03-26  1:21 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v2] scsi: mpi3mr: Avoid memcpy field-spanning write WARNING
 2024-03-26  1:21 UTC  (2+ messages)

[PATCH] scsi: sd: Fix TCG OPAL unlock on system resume
 2024-03-26  1:21 UTC  (2+ messages)

[PATCH v2 0/7] ufs: host: mediatek: Provide features and fixes in MediaTek platforms
 2024-03-26  1:17 UTC  (2+ messages)

[PATCH 0/2] Improve the code for showing commands in debugfs
 2024-03-25 22:47 UTC  (3+ messages)
` [PATCH 1/2] scsi: core: Introduce scsi_cmd_list_info()
` [PATCH 2/2] scsi: core: Improve the code for showing commands in debugfs

[PATCH] scsi: mpi3mr: Reduce stack usage
 2024-03-25 22:44 UTC 

[PATCH] scsi: core: Fix handling of SCMD_FAIL_IF_RECOVERING
 2024-03-25 22:44 UTC 

[PATCH v4 0/7] mpi3mr: Few Enhancements and minor fixes
 2024-03-25 22:17 UTC  (2+ messages)

[PATCH v3 0/4] Re-use device management code fragments
 2024-03-25 20:52 UTC  (2+ messages)

[PATCH v2 0/6] Add LIBSAS_SHT_BASE for libsas
 2024-03-25 20:11 UTC  (2+ messages)

[Bug] UBSAN: shift-out-of-bounds in sg_build_indirect
 2024-03-25 12:57 UTC 


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 read-only IMAP folder(s) and NNTP newsgroup(s).