messages from 2023-12-13 02:25:32 to 2023-12-18 22:50:20 UTC [more...]
[PATCH v2 00/16] block atomic writes
2023-12-18 22:50 UTC (33+ messages)
` [PATCH v2 01/16] block: Add atomic write operations to request_queue limits
` [PATCH v2 03/16] fs/bdev: Add atomic write support info to statx
` [PATCH v2 04/16] fs: Increase fmode_t size
` [PATCH v2 05/16] fs: Add RWF_ATOMIC and IOCB_ATOMIC flags for atomic write support
` [PATCH v2 08/16] block: Limit atomic write IO size according to atomic_write_max_sectors
[PATCH V5 0/2] Add CPU latency QoS support for ufs driver
2023-12-18 21:55 UTC (8+ messages)
` [PATCH V5 1/2] ufs: core: "
` [PATCH V5 2/2] ufs: ufs-mediatek: Migrate to UFSHCD generic CPU latency PM QoS support
[PATCH] scsi: ufs: core: Let the sq_lock protect sq_tail_slot access
2023-12-18 21:41 UTC (2+ messages)
[PATCH v7 00/19] Pass data lifetime information to SCSI disk devices
2023-12-18 20:50 UTC (21+ messages)
` [PATCH v7 01/19] fs: Fix rw_hint validation
` [PATCH v7 02/19] fs: Verify write lifetime constants at compile time
` [PATCH v7 03/19] fs: Split fcntl_rw_hint()
` [PATCH v7 04/19] fs: Move enum rw_hint into a new header file
` [PATCH v7 05/19] block, fs: Restore the per-bio/request data lifetime fields
` [PATCH v7 06/19] block, fs: Propagate write hints to the block device inode
` [PATCH v7 07/19] fs/f2fs: Restore the whint_mode mount option
` [PATCH v7 08/19] fs/f2fs: Restore support for tracing data lifetimes
` [PATCH v7 09/19] scsi: core: Query the Block Limits Extension VPD page
` [PATCH v7 10/19] scsi: scsi_proto: Add structures and constants related to I/O groups and streams
` [PATCH v7 11/19] scsi: sd: Translate data lifetime information
` [PATCH v7 12/19] scsi: scsi_debug: Reduce code duplication
` [PATCH v7 13/19] scsi: scsi_debug: Support the block limits extension VPD page
` [PATCH v7 14/19] scsi: scsi_debug: Rework page code error handling
` [PATCH v7 15/19] scsi: scsi_debug: Rework subpage "
` [PATCH v7 16/19] scsi: scsi_debug: Allocate the MODE SENSE response from the heap
` [PATCH v7 17/19] scsi: scsi_debug: Implement the IO Advice Hints Grouping mode page
` [PATCH v7 18/19] scsi: scsi_debug: Implement GET STREAM STATUS
` [PATCH v7 19/19] scsi: scsi_debug: Maintain write statistics per group number
[GIT PULL] SCSI fixes for 6.7-rc6
2023-12-18 19:24 UTC (2+ messages)
remove support for the host aware zoned model
2023-12-18 15:15 UTC (18+ messages)
` [PATCH 1/5] virtio_blk: cleanup zoned device probing
` [PATCH 2/5] virtio_blk: remove the broken zone revalidation support
` [PATCH 3/5] block: remove support for the host aware zone model
` [PATCH 4/5] block: simplify disk_set_zoned
` [PATCH 5/5] sd: only call disk_clear_zoned when needed
[PATCH v2 RESEND] scsi: code: always send batch on reset or error handling command
2023-12-18 14:41 UTC (2+ messages)
[PATCH] ahd: Remove Redundant Comparison in ahd_intr()
2023-12-18 14:09 UTC
[Bug 218198] New: Suspend/Resume Regression with attached ATA devices
2023-12-18 10:36 UTC (14+ messages)
` [Bug 218198] "
[PATCH] scsi: sr: fix signed integer overflow
2023-12-18 9:50 UTC
[Bug 217599] New: Adaptec 71605z hangs with aacraid: Host adapter abort request after update to linux 6.4.0
2023-12-18 7:31 UTC (7+ messages)
` [Bug 217599] "
[PATCH v3 00/35] bitops: add atomic find_bit() operations
2023-12-16 21:48 UTC (2+ messages)
[PATCH] scsi: fix calculation of phy_addr in mvumi_delete_internal_cmd
2023-12-16 18:50 UTC
[PATCH v18 00/12] Implement copy offload support
2023-12-16 18:16 UTC (4+ messages)
` [PATCH v18 02/12] Add infrastructure for copy offload in block and request layer
[PATCH v3] scsi: ufs: qcom: Return ufs_qcom_clk_scale_*() errors in ufs_qcom_clk_scale_notify()
2023-12-15 15:05 UTC (2+ messages)
[PATCH v6 00/20] Pass data lifetime information to SCSI disk devices
2023-12-15 14:13 UTC (27+ messages)
` [PATCH v6 01/20] fs: Fix rw_hint validation
` [PATCH v6 02/20] fs: Verify write lifetime constants at compile time
` [PATCH v6 03/20] fs: Split fcntl_rw_hint()
` [PATCH v6 04/20] fs: Move enum rw_hint into a new header file
` [PATCH v6 05/20] fs: Restore F_[GS]ET_FILE_RW_HINT support
` [PATCH v6 06/20] block, fs: Restore the per-bio/request data lifetime fields
` [PATCH v6 07/20] block, fs: Propagate write hints to the block device inode
` [PATCH v6 08/20] fs/f2fs: Restore the whint_mode mount option
` [PATCH v6 09/20] fs/f2fs: Restore support for tracing data lifetimes
` [PATCH v6 10/20] scsi: core: Query the Block Limits Extension VPD page
` [PATCH v6 11/20] scsi: scsi_proto: Add structures and constants related to I/O groups and streams
` [PATCH v6 12/20] scsi: sd: Translate data lifetime information
` [PATCH v6 13/20] scsi: scsi_debug: Reduce code duplication
` [PATCH v6 14/20] scsi: scsi_debug: Support the block limits extension VPD page
` [PATCH v6 15/20] scsi: scsi_debug: Rework page code error handling
` [PATCH v6 16/20] scsi: scsi_debug: Rework subpage "
` [PATCH v6 17/20] scsi: scsi_debug: Allocate the MODE SENSE response from the heap
` [PATCH v6 18/20] scsi: scsi_debug: Implement the IO Advice Hints Grouping mode page
` [PATCH v6 19/20] scsi: scsi_debug: Implement GET STREAM STATUS
` [PATCH v6 20/20] scsi: scsi_debug: Maintain write statistics per group number
[PATCH] scsi: core: add CMD_LAST flag for error handle scsi command
2023-12-15 5:00 UTC (2+ messages)
[PATCH 0/2] Simplify the auto-hibernation configuration code
2023-12-15 2:31 UTC (4+ messages)
` [PATCH 1/2] scsi: ufs: Rename ufshcd_auto_hibern8_enable() and make it static
` [PATCH 2/2] scsi: ufs: Simplify ufshcd_auto_hibern8_update()
[PATCH v2 0/6] mpi3mr: Support PCIe Error Recovery
2023-12-14 20:59 UTC (7+ messages)
` [PATCH v2 1/6] mpi3mr: Creation of helper function
` [PATCH v2 2/6] mpi3mr: Support PCIe Error Recovery callback handlers
` [PATCH v2 3/6] mpi3mr: Prevent PCI writes from driver during PCI error recovery
` [PATCH v2 4/6] mpi3mr: Improve Shutdown times when firmware has faulted
` [PATCH v2 5/6] mpi3mr: Reset stop_bsgs flag post controller reset failure
` [PATCH v2 6/6] mpi3mr: Update driver version to 8.6.1.0.50
[PATCH 0/2] scsi: target: iscsi: Fix two protocol issues
2023-12-14 20:29 UTC (5+ messages)
` [PATCH 1/2] scsi: target: iscsi: handle SCSI immediate commands
[PATCH v2] scsi: ufs: qcom: Re-fix for error handling
2023-12-14 18:57 UTC (3+ messages)
[PATCH] scsi: ufs: qcom: Fix ESI vector mask
2023-12-14 13:01 UTC (2+ messages)
[PATCH] scsi: bnx2fc: Fix skb double free in bnx2fc_rcv()
2023-12-14 10:46 UTC (2+ messages)
[PATCH v2 00/17] scsi: ufs: qcom: Code cleanups
2023-12-14 7:33 UTC (14+ messages)
` [PATCH v2 05/17] scsi: ufs: qcom: Remove the warning message when core_reset is not available
` [PATCH v2 16/17] scsi: ufs: qcom: Use ufshcd_rmwl() where applicable
[linux-next:master] BUILD REGRESSION 48e8992e33abf054bcc0bb2e77b2d43bb899212e
2023-12-14 5:49 UTC
[PATCH 1/1] scsi: virtio_scsi: Add mq_poll support
2023-12-14 5:26 UTC
[PATCH v4] dt-bindings: ufs: Add msi-parent for UFS MCQ
2023-12-14 4:29 UTC (2+ messages)
[PATCH v2] scsi: zfcp: Replace strlcpy() with strscpy()
2023-12-14 4:29 UTC (2+ messages)
[PATCH] scsi: ipr: Remove obsolete check for old CPUs
2023-12-14 4:29 UTC (2+ messages)
[PATCH] scsi: ibmvfc: replace deprecated strncpy with strscpy
2023-12-14 4:29 UTC (2+ messages)
[PATCH] scsi: ibmvscsi: replace deprecated strncpy with strscpy
2023-12-14 4:29 UTC (2+ messages)
[PATCH 0/3] libfc: fixup command abort handling
2023-12-14 4:29 UTC (2+ messages)
[PATCH 00/14] scsci: Convert to platform remove callback returning void
2023-12-14 4:29 UTC (2+ messages)
[PATCH v2 0/3] scsi: aic7xxx: fix some problem of return value
2023-12-14 4:29 UTC (2+ messages)
[PATCH] scsi: fnic: return error if vmalloc failed
2023-12-14 4:29 UTC (2+ messages)
[PATCH] scsi: isci: Remove redundant check in isci_task_request_build()
2023-12-14 4:29 UTC (2+ messages)
[PATCH 0/4] mpi3mr: Bug fixes
2023-12-14 4:29 UTC (2+ messages)
[PATCH] scsi: target: enable READ CAPACITY for PR EARO
2023-12-14 4:29 UTC (2+ messages)
[PATCH 0/4] Support for preallocation of SGL BSG data buffers
2023-12-14 4:29 UTC (2+ messages)
[PATCH V5] scsi: ufs: core: store min and max clk freq from OPP table
2023-12-14 4:28 UTC (2+ messages)
[RESEND PATCH 0/5] scsi: hisi_sas: Minor fixes and cleanups
2023-12-14 4:25 UTC (7+ messages)
` [RESEND PATCH 1/5] scsi: hisi_sas: Set .phy_attached before notifing phyup event HISI_PHYE_PHY_UP_PM
` [RESEND PATCH 2/5] scsi: hisi_sas: Replace with standard error code return value
` [RESEND PATCH 3/5] scsi: hisi_sas: Check before using pointer variables
` [RESEND PATCH 4/5] scsi: hisi_sas: Rollback some operations if FLR failed
` [RESEND PATCH 5/5] scsi: hisi_sas: Correct the number of global debugfs registers
[PATCH v5 0/3] Add UFS RTC support
2023-12-14 4:17 UTC (2+ messages)
[PATCH v6 0/3] Add UFS host controller and Phy nodes for sc7280
2023-12-14 3:52 UTC (3+ messages)
` [PATCH v6 1/3] scsi: ufs: qcom: dt-bindings: Add SC7280 compatible string
[PATCH v8 00/10] Enable HS-G5 support on SM8550
2023-12-14 3:44 UTC (2+ messages)
[PATCH 0/5] scsi: hisi_sas: Minor fixes and cleanups
2023-12-14 3:43 UTC (3+ messages)
[PATCH v2] scsi: fcoe: use sysfs_match_string over fcoe_parse_mode
2023-12-14 3:25 UTC (4+ messages)
[PATCH 0/4] lpfc: Update lpfc to revision 14.2.0.17
2023-12-14 3:20 UTC (2+ messages)
[PATCH v6 00/13] Introduce support for multiqueue (MQ) in fnic
2023-12-14 3:14 UTC (2+ messages)
[PATCH] scsi: ufs: qcom: Re-fix for error handling
2023-12-13 17:17 UTC (2+ messages)
[PATCH V4 0/2] Add CPU latency QoS support for ufs driver
2023-12-13 10:59 UTC (5+ messages)
` [PATCH V4 1/2] ufs: core: "
` [PATCH V4 2/2] ufs: ufs-mediatek: Enable CPU latency PM QoS support for MEDIATEK SoC
[PATCH v3 00/12] Hardware wrapped key support for qcom ice and ufs
2023-12-13 8:11 UTC (3+ messages)
` [PATCH v3 07/12] qcom_scm: scm call for create, prepare and import keys
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