Linux SCSI Development
[Prev Page][Next Page]
- [PATCH v6 0/8] blk: refactor queue affinity helpers,
Daniel Wagner
- [PATCH v6 2/8] PCI: hookup irq_get_affinity callback, Daniel Wagner
- [PATCH v6 7/8] virtio: blk/scsi: replace blk_mq_virtio_map_queues with blk_mq_map_hw_queues, Daniel Wagner
- [PATCH v6 4/8] blk-mq: introduce blk_mq_map_hw_queues, Daniel Wagner
- [PATCH v6 3/8] virtio: hookup irq_get_affinity callback, Daniel Wagner
- [PATCH v6 1/8] driver core: bus: add irq_get_affinity callback to bus_type, Daniel Wagner
- [PATCH v6 8/8] blk-mq: remove unused queue mapping helpers, Daniel Wagner
- [PATCH v6 5/8] scsi: replace blk_mq_pci_map_queues with blk_mq_map_hw_queues, Daniel Wagner
- [PATCH v6 6/8] nvme: replace blk_mq_pci_map_queues with blk_mq_map_hw_queues, Daniel Wagner
- Re: [PATCH v6 0/8] blk: refactor queue affinity helpers, Daniel Wagner
- Re: [PATCH v6 0/8] blk: refactor queue affinity helpers, Jens Axboe
- [PATCH] scsi: scsi_debug: Fix hrtimer support for ndelay, John Garry
- [PATCH RESEND v7 00/17] Hardware wrapped key support for QCom ICE and UFS core,
Bartosz Golaszewski
- [PATCH RESEND v7 01/17] blk-crypto: add basic hardware-wrapped key support, Bartosz Golaszewski
- [PATCH RESEND v7 02/17] blk-crypto: show supported key types in sysfs, Bartosz Golaszewski
- [PATCH RESEND v7 03/17] blk-crypto: add ioctls to create and prepare hardware-wrapped keys, Bartosz Golaszewski
- [PATCH RESEND v7 04/17] fscrypt: add support for hardware-wrapped keys, Bartosz Golaszewski
- [PATCH RESEND v7 06/17] firmware: qcom: scm: add a call for deriving the software secret, Bartosz Golaszewski
- [PATCH RESEND v7 05/17] ice, ufs, mmc: use the blk_crypto_key struct when programming the key, Bartosz Golaszewski
- [PATCH RESEND v7 09/17] soc: qcom: ice: add HWKM support to the ICE driver, Bartosz Golaszewski
- [PATCH RESEND v7 08/17] firmware: qcom: scm: add a call for checking wrapped key support, Bartosz Golaszewski
- [PATCH RESEND v7 10/17] soc: qcom: ice: add support for hardware wrapped keys, Bartosz Golaszewski
- [PATCH RESEND v7 11/17] soc: qcom: ice: add support for generating, importing and preparing keys, Bartosz Golaszewski
- [PATCH RESEND v7 12/17] ufs: core: add support for wrapped keys to UFS core, Bartosz Golaszewski
- [PATCH RESEND v7 13/17] ufs: core: add support for deriving the software secret, Bartosz Golaszewski
- [PATCH RESEND v7 16/17] ufs: host: add a callback for deriving software secrets and use it, Bartosz Golaszewski
- [PATCH RESEND v7 14/17] ufs: core: add support for generating, importing and preparing keys, Bartosz Golaszewski
- [PATCH RESEND v7 17/17] ufs: host: add support for generating, importing and preparing wrapped keys, Bartosz Golaszewski
- [PATCH RESEND v7 15/17] ufs: host: add support for wrapped keys in QCom UFS, Bartosz Golaszewski
- [PATCH RESEND v7 07/17] firmware: qcom: scm: add calls for creating, preparing and importing keys, Bartosz Golaszewski
- Re: [PATCH RESEND v7 00/17] Hardware wrapped key support for QCom ICE and UFS core, Eric Biggers
- [PATCH v4 00/19] Wire up CRC32 library functions to arch-optimized code,
Eric Biggers
- [PATCH v4 01/19] lib/crc32: drop leading underscores from __crc32c_le_base, Eric Biggers
- [PATCH v4 02/19] lib/crc32: improve support for arch-specific overrides, Eric Biggers
- [PATCH v4 03/19] lib/crc32: expose whether the lib is really optimized at runtime, Eric Biggers
- [PATCH v4 04/19] crypto: crc32 - don't unnecessarily register arch algorithms, Eric Biggers
- [PATCH v4 05/19] arm/crc32: expose CRC32 functions through lib, Eric Biggers
- [PATCH v4 06/19] loongarch/crc32: expose CRC32 functions through lib, Eric Biggers
- [PATCH v4 07/19] mips/crc32: expose CRC32 functions through lib, Eric Biggers
- [PATCH v4 08/19] powerpc/crc32: expose CRC32 functions through lib, Eric Biggers
- [PATCH v4 10/19] sparc/crc32: expose CRC32 functions through lib, Eric Biggers
- [PATCH v4 11/19] x86/crc32: update prototype for crc_pcl(), Eric Biggers
- [PATCH v4 09/19] s390/crc32: expose CRC32 functions through lib, Eric Biggers
- [PATCH v4 12/19] x86/crc32: update prototype for crc32_pclmul_le_16(), Eric Biggers
- [PATCH v4 13/19] x86/crc32: expose CRC32 functions through lib, Eric Biggers
- [PATCH v4 15/19] lib/crc32: make crc32c() go directly to lib, Eric Biggers
- [PATCH v4 14/19] bcachefs: Explicitly select CRYPTO from BCACHEFS_FS, Eric Biggers
- [PATCH v4 16/19] ext4: switch to using the crc32c library, Eric Biggers
- [PATCH v4 17/19] jbd2: switch to using the crc32c library, Eric Biggers
- [PATCH v4 18/19] f2fs: switch to using the crc32 library, Eric Biggers
- [PATCH v4 19/19] scsi: target: iscsi: switch to using the crc32c library, Eric Biggers
- Re: [PATCH v4 00/19] Wire up CRC32 library functions to arch-optimized code, Eric Biggers
- Re: [f2fs-dev] [PATCH v4 00/19] Wire up CRC32 library functions to arch-optimized code, patchwork-bot+f2fs
- [PATCH 00/10] Improve SCSI target logs,
Anastasia Kovaleva
- [PATCH 07/10] target: core: Extend CaW logging, Anastasia Kovaleva
- [PATCH 05/10] target: Add log prefix to all tcm files, Anastasia Kovaleva
- [PATCH 10/10] target: iscsi: Improve a log message, Anastasia Kovaleva
- [PATCH 09/10] target: Use __func__ in logs, Anastasia Kovaleva
- [PATCH 08/10] target: core: Use extended logs where possible, Anastasia Kovaleva
- [PATCH 06/10] target: Remove old prefixes from log messages, Anastasia Kovaleva
- [PATCH 01/10] target: core: Improve SCSI target logs, Anastasia Kovaleva
- [PATCH 04/10] target: Fix some obvious style problems, Anastasia Kovaleva
- [PATCH 03/10] target: Fix quoted strings splitting, Anastasia Kovaleva
- [PATCH 02/10] target: Use new log wrappers, Anastasia Kovaleva
- [PATCH v11 00/10] Read/Write with meta/integrity,
Anuj Gupta
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Re: [PATCH v11 00/10] Read/Write with meta/integrity, Jens Axboe
[PATCH v2] scsi: ufs: core: Do not hold any lock in ufshcd_hba_stop,
Avri Altman
[PATCH v2] scsi: storvsc: Do not flag MAINTENANCE_IN return of SRB_STATUS_DATA_OVERRUN as an error,
Cathy Avery
[PATCH] scsi: pm80xx: Improve debugging for aborted commands,
Salomon Dushimirimana
[PATCH] scsi: pm80xx: Increase reserved tags from 8 to 128,
Salomon Dushimirimana
[PATCH] scsi: Don't wait for completion of in-flight requests,
Qiang Ma
blktests failures with v6.12 kernel,
Shinichiro Kawasaki
[PATCH] scsi: pm80xx: Use dynamic tag numbers for phy start and stop,
TJ Adams
[GIT PULL] SCSI updates for the 6.12+ merge window,
James Bottomley
[PATCH v2 0/4] scsi: st: scsi_error: More reset patches,
Kai Mäkisara
[PATCH] scsi: ufs: core: Fix link_startup_again on success,
Vamshi Gajjela
[PATCH RESEND] qla2xxx: Fix START_SP_W_RETRIES checks _rval with positive, Ingyu Jang
[PATCH RESEND] qla2xxx: Fix START_SP_W_RETRIES returns positive EINVAL, Ingyu Jang
[PATCH v10 00/10] Read/Write with meta/integrity,
Anuj Gupta
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
[PATCH] scsi: ufs: core: Do not hold any lock in ufshcd_hba_stop,
Avri Altman
[PATCH v5 0/4] Untie the host lock entanglement - part 2,
Avri Altman
[PATCH] [SCSI] csiostor: fix typo doesnt->doesn't,
Prateek Singh Rathore
[PATCH] scsi: storvsc: Do not flag MAINTENANCE_IN return of SRB_STATUS_DATA_OVERRUN as an error,
Cathy Avery
[PATCH v3 0/3] Enable UFS on QCS615,
Xin Liu
[PATCH v2] ufs: core: add missing post notify for power mode change,
peter.wang
[PATCH] scsi: pm80xx: Do not use libsas port id,
TJ Adams
[PATCH] scsi: sg: fix slab-use-after-free Read in sg_release,
Suraj Sonawane
[PATCH v1] ufs: core: add missing post notify for power mode change,
peter.wang
[PATCH] scsi: ufs: core: sysfs: Prevent div by zero,
Gwendal Grignou
Fwd: Report "general protection fault in unmap_vmas",
reveliofuzzing
[PATCH] scsi: ufs: Switch back to struct platform_driver::remove(),
Uwe Kleine-König
scsi bus disconnect on high load in qemu kvm anno 2024,
Marius Schwarz
[PATCH v3] scsi: ufs: core: Add ufshcd_send_bsg_uic_cmd() for UFS BSG,
Ziqi Chen
[PATCH v2 0/3] Enable UFS on QCS615,
Xin Liu
[no subject], Unknown
[no subject], Unknown
[PATCH v16 00/26] Improve write performance for zoned UFS devices,
Bart Van Assche
- [PATCH v16 01/26] blk-zoned: Fix a reference count leak, Bart Van Assche
- [PATCH v16 02/26] blk-zoned: Split disk_zone_wplugs_work(), Bart Van Assche
- [PATCH v16 03/26] blk-zoned: Split queue_zone_wplugs_show(), Bart Van Assche
- [PATCH v16 06/26] blk-zoned: Fix requeuing of zoned writes, Bart Van Assche
- [PATCH v16 05/26] blk-zoned: Fix a deadlock triggered by unaligned writes, Bart Van Assche
- [PATCH v16 08/26] dm-linear: Report to the block layer that the write order is preserved, Bart Van Assche
- [PATCH v16 07/26] block: Support block drivers that preserve the order of write requests, Bart Van Assche
- [PATCH v16 04/26] blk-zoned: Only handle errors after pending zoned writes have completed, Bart Van Assche
- [PATCH v16 09/26] mq-deadline: Remove a local variable, Bart Van Assche
- [PATCH v16 10/26] blk-mq: Clean up blk_mq_requeue_work(), Bart Van Assche
- [PATCH v16 11/26] block: Optimize blk_mq_submit_bio() for the cache hit scenario, Bart Van Assche
- [PATCH v16 12/26] block: Rework request allocation in blk_mq_submit_bio(), Bart Van Assche
- [PATCH v16 13/26] block: Support allocating from a specific software queue, Bart Van Assche
- [PATCH v16 15/26] blk-zoned: Document the locking order, Bart Van Assche
- [PATCH v16 14/26] blk-mq: Restore the zoned write order when requeuing, Bart Van Assche
- [PATCH v16 16/26] blk-zoned: Document locking assumptions, Bart Van Assche
- [PATCH v16 17/26] blk-zoned: Uninline functions that are not in the hot path, Bart Van Assche
- [PATCH v16 18/26] blk-zoned: Make disk_should_remove_zone_wplug() more robust, Bart Van Assche
- [PATCH v16 19/26] blk-zoned: Add an argument to blk_zone_plug_bio(), Bart Van Assche
- [PATCH v16 21/26] scsi: core: Retry unaligned zoned writes, Bart Van Assche
- [PATCH v16 20/26] blk-zoned: Support pipelining of zoned writes, Bart Van Assche
- [PATCH v16 22/26] scsi: sd: Increase retry count for zoned writes, Bart Van Assche
- [PATCH v16 23/26] scsi: scsi_debug: Add the preserves_write_order module parameter, Bart Van Assche
- [PATCH v16 25/26] scsi: scsi_debug: Skip host/bus reset settle delay, Bart Van Assche
- [PATCH v16 24/26] scsi: scsi_debug: Support injecting unaligned write errors, Bart Van Assche
- [PATCH v16 26/26] scsi: ufs: Inform the block layer about write ordering, Bart Van Assche
Re: [PATCH v16 00/26] Improve write performance for zoned UFS devices, Damien Le Moal
Re: [PATCH v16 00/26] Improve write performance for zoned UFS devices, Christoph Hellwig
[PATCH v4 0/3] Untie the host lock entanglement - part 2,
Avri Altman
[PATCH 0/2] scsi: bfa: builder/parser deadcode,
linux
[PATCH v2 00/21] Converge on using secs_to_jiffies(),
Easwar Hariharan
- [PATCH v2 02/21] coccinelle: misc: Add secs_to_jiffies script, Easwar Hariharan
- [PATCH v2 03/21] arm: pxa: Convert timeouts to use secs_to_jiffies(), Easwar Hariharan
- [PATCH v2 04/21] s390: kernel: Convert timeouts to use secs_to_jiffies(), Easwar Hariharan
- [PATCH v2 05/21] powerpc/papr_scm: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v2 06/21] mm: kmemleak: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v2 07/21] accel/habanalabs: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v2 09/21] drm/etnaviv: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v2 01/21] netfilter: conntrack: Cleanup timeout definitions, Easwar Hariharan
- [PATCH v2 15/21] wifi: ath11k: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v2 14/21] gve: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v2 13/21] xen/blkback: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v2 20/21] ALSA: line6: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v2 08/21] drm/xe: Convert timeout to secs_to_jiffies(), Easwar Hariharan
- [PATCH v2 21/21] nfp: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v2 16/21] Bluetooth: MGMT: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v2 10/21] scsi: lpfc: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- Re: [PATCH v2 00/21] Converge on using secs_to_jiffies(), Easwar Hariharan
- [PATCH v2 19/21] livepatch: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v2 12/21] scsi: pm8001: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v2 17/21] staging: vc04_services: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v2 18/21] ceph: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v2 11/21] scsi: arcmsr: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- Re: [PATCH v2 00/21] Converge on using secs_to_jiffies(), Christophe Leroy
- Re: [PATCH v2 00/21] Converge on using secs_to_jiffies(), LEROY Christophe
- Re: [PATCH v2 00/21] Converge on using secs_to_jiffies(), Przemek Kitszel
[PATCH 00/22] Converge on using secs_to_jiffies(),
Easwar Hariharan
- [PATCH 01/22] netfilter: conntrack: Cleanup timeout definitions, Easwar Hariharan
- [PATCH 02/22] coccinelle: misc: Add secs_to_jiffies script, Easwar Hariharan
- [PATCH 03/22] arm: pxa: Convert timeouts to use secs_to_jiffies(), Easwar Hariharan
- [PATCH 04/22] s390: kernel: Convert timeouts to use secs_to_jiffies(), Easwar Hariharan
- [PATCH 05/22] powerpc/papr_scm: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH 08/22] drm/xe: Convert timeout to secs_to_jiffies(), Easwar Hariharan
- [PATCH 09/22] drm/etnaviv: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH 11/22] scsi: arcmsr: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH 12/22] scsi: pm8001: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH 10/22] scsi: lpfc: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH 14/22] gve: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH 13/22] xen/blkback: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH 15/22] wifi: ath11k: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH 17/22] staging: vc04_services: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH 16/22] Bluetooth: MGMT: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH 07/22] accel/habanalabs: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH 18/22] ceph: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH 20/22] ALSA: line6: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH 21/22] nfp: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH 06/22] mm: kmemleak: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH 22/22] jiffies: Define secs_to_jiffies(), Easwar Hariharan
- [PATCH 19/22] livepatch: Convert timeouts to secs_to_jiffies(), Easwar Hariharan
[PATCH] scsi: message: fusion: Constify struct pci_device_id, Christophe JAILLET
[PATCH 0/2] scsi: st: More reset patches,
Kai Mäkisara
[PATCH v5 0/8] blk: refactor queue affinity helpers,
Daniel Wagner
[PATCH 0/7] qla2xxx misc. bug fixes,
Nilesh Javali
[PATCH] bfa: Fix typo in bfi.h, Zhu Jun
[PATCH v3] scsi: use unsigned int variables to parse partition table,
Xiaosen He
[PATCH v2] scsi: use unsigned int variables to parse partition table, Xiaosen He
[PATCH v9 00/11] Read/Write with meta/integrity,
Anuj Gupta
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
[PATCH] scsi: use unsigned int variables to parse partition table, Xiaosen He
[PATCH v2] scsi: qla1280: Fix hw revision numbering for ISP1020/1040,
Magnus Lindholm
[PATCH v4 00/10] blk: refactor queue affinity helpers,
Daniel Wagner
- [PATCH v4 01/10] driver core: bus: add irq_get_affinity callback to bus_type, Daniel Wagner
- [PATCH v4 02/10] driver core: add irq_get_affinity callback device_driver, Daniel Wagner
- [PATCH v4 03/10] PCI: hookup irq_get_affinity callback, Daniel Wagner
- [PATCH v4 04/10] virtio: hookup irq_get_affinity callback, Daniel Wagner
- [PATCH v4 06/10] scsi: replace blk_mq_pci_map_queues with blk_mq_hctx_map_queues, Daniel Wagner
- [PATCH v4 07/10] scsi: hisi_sas: use blk_mq_hctx_map_queues to map queues, Daniel Wagner
- [PATCH v4 08/10] nvme: replace blk_mq_pci_map_queues with blk_mq_hctx_map_queues, Daniel Wagner
- [PATCH v4 10/10] blk-mq: remove unused queue mapping helpers, Daniel Wagner
- [PATCH v4 05/10] blk-mq: introduce blk_mq_hctx_map_queues, Daniel Wagner
- [PATCH v4 09/10] virtio: blk/scsi: replace blk_mq_virtio_map_queues with blk_mq_hctx_map_queues, Daniel Wagner
[PATCH v2] scsi: ufs: core: Add ufshcd_send_bsg_uic_cmd() for UFS BSG,
Ziqi Chen
[PATCH] scsi: ufs: core: Add ufshcd_send_bsg_uic_cmd() for UFS BSG, Ziqi Chen
remove two fields from struct request,
Christoph Hellwig
[PATCH 06/21] scsi: qedi: Use kthread_create_on_cpu(), Frederic Weisbecker
[PATCH 05/21] scsi: bnx2i: Use kthread_create_on_cpu(), Frederic Weisbecker
[PATCH 04/21] scsi: bnx2fc: Use kthread_create_on_cpu(), Frederic Weisbecker
[PATCH v3 0/8] blk: refactor queue affinity helpers,
Daniel Wagner
[no subject], Unknown
[PATCH v2 0/6] blk: refactor queue affinity helpers,
Daniel Wagner
[PATCH 0/5] scsi: ufs: Bug fixes for ufs core and platform drivers,
Manivannan Sadhasivam via B4 Relay
[PATCH] scsi: target: tcmu: Constify some structures,
Christophe JAILLET
Re: [PATCHv11 0/9] write hints with nvme fdp and scsi streams,
Christoph Hellwig
[Index of Archives]
[Kernel Announce]
[Kernel Newbies]
[Linux RAID]
[Linux ATA RAID]
[IETF Annouce]
[Git]
[Security]
[Netfilter]
[Bugtraq]