Linux SCSI Development
[Prev Page][Next Page]
- Re: [PATCH-next] scsi: fix use-after-free problem in scsi_remove_target, (continued)
- [PATCH v2] scsi: target: core: Added a blank line after target_remove_from_tmr_list(), Alok Tiwari
- [PATCH 0/2] Remove the /proc/scsi/${proc_name} directory earlier,
Bart Van Assche
- [PATCH v3 0/3] Simplify ufshcd_execute_start_stop(),
Bart Van Assche
- [PATCH] scsi: target: core: Added a blank line after target_remove_from_tmr_list(),
Alok Tiwari
- [PATCH] scsi: ufs: initialize devfreq synchronously,
Adrien Thierry
- [PATCH v2 0/3] Simplify ufshcd_execute_start_stop(),
Bart Van Assche
- [PATCH] scsi: ufs: Make the TC G210 driver dependent on CONFIG_OF,
Bart Van Assche
- [PATCH] scsi:scsi_transport_fc:Add an additional flag to fc_host_fpin_rcv(),
Muneendra Kumar
- [PATCH 00/24 v2] Documentation: correct lots of spelling errors (series 1),
Randy Dunlap
- [PATCH] scsi: be2iscsi: Remove the unused variable internal_page_offset,
Jiapeng Chong
- [PATCH] scsi: target: iscsi: set memalloc_noio with loopback network connections,
David Jeffery
- [RFC 0/9] Make iscsid-kernel communications namespace-aware,
Lee Duncan
- [RFC PATCH 7/9] iscsi: convert flashnode devices from bus to class, Lee Duncan
- [RFC PATCH 9/9] iscsi: filter flashnode sysfs by net namespace, Lee Duncan
- [RFC PATCH 8/9] iscsi: rename iscsi_bus_flash_* to iscsi_flash_*, Lee Duncan
- [RFC PATCH 2/9] iscsi: associate endpoints with a host, Lee Duncan
- [RFC PATCH 1/9] iscsi: create per-net iscsi netlink kernel sockets, Lee Duncan
- [RFC PATCH 5/9] iscsi: set netns for iscsi_tcp hosts, Lee Duncan
- [RFC PATCH 6/9] iscsi: check net namespace for all iscsi lookup, Lee Duncan
- [RFC PATCH 4/9] iscsi: make all iSCSI netlink multicast namespace aware, Lee Duncan
- [RFC PATCH 3/9] iscsi: sysfs filtering by network namespace, Lee Duncan
- Re: [RFC 0/9] Make iscsid-kernel communications namespace-aware (resent), Lee Duncan
- Re: [RFC 0/9] Make iscsid-kernel communications namespace-aware, Hannes Reinecke
- [PATCH] qla2xxx: Add option to disable FC2 Target support,
Daniel Wagner
- [PATCH 1/2] mpt3sas: Reload SBR without rebooting HBA,
Ranjan Kumar
- [PATCH] scsi: ips: clean up some inconsistent indenting, Jiapeng Chong
- [PATCH] scsi: esas2r: Add missing check and destroy for create_singlethread_workqueue, Jiasheng Jiang
- [PATCH] scsi: qedf: Add missing checks for create_workqueue, Jiasheng Jiang
- [PATCH v3][next] scsi: smartpqi: Replace one-element array with flexible-array member,
Gustavo A. R. Silva
- [PATCH v2][next] scsi: smartpqi: Replace one-element array with flexible-array member, Gustavo A. R. Silva
- [PATCH] mpt3sas: fix a memory leak,
Tomas Henzl
- [PATCH] scsi: qla1280: Replace arithmetic addition by bitwise OR,
Deepak R Varma
- [PATCH] scsi: FlashPoint: Replace arithmetic addition by bitwise OR,
Deepak R Varma
- IO error on DIF/DIX supported array,
Saurav Kashyap
- [PATCH] scsi: dc395x: Replace arithmetic addition by bitwise OR,
Deepak R Varma
- Re: [PATCH] scsi: dc395x: Replace arithmetic addition by bitwise OR, Oliver Neukum
[PATCH] scsi: qla2xxx: Remove the unused variable wwn,
Jiapeng Chong
[bug report] WARNING at fs/proc/generic.c:376 proc_register+0x131/0x1c0 observed with blktests scsi,
Yi Zhang
[PATCH] firmware: qcom_scm: Move qcom_scm.h to include/linux/firmware/qcom/,
Elliot Berman
add bvec initialization helpers v2,
Christoph Hellwig
- [PATCH 02/23] block: add a bvec_set_folio helper, Christoph Hellwig
- [PATCH 01/23] block: factor out a bvec_set_page helper, Christoph Hellwig
- [PATCH 03/23] block: add a bvec_set_virt helper, Christoph Hellwig
- [PATCH 04/23] sd: factor out a sd_set_special_bvec helper, Christoph Hellwig
- [PATCH 06/23] nvmet: use bvec_set_page to initialize bvecs, Christoph Hellwig
- [PATCH 05/23] target: use bvec_set_page to initialize bvecs, Christoph Hellwig
- [PATCH 07/23] nvme: use bvec_set_virt to initialize special_vec, Christoph Hellwig
- [PATCH 08/23] rbd: use bvec_set_page to initialize the copy up bvec, Christoph Hellwig
- [PATCH 09/23] virtio_blk: use bvec_set_virt to initialize special_vec, Christoph Hellwig
- [PATCH 17/23] splice: use bvec_set_page to initialize a bvec, Christoph Hellwig
- [PATCH 14/23] coredump: use bvec_set_page to initialize a bvec, Christoph Hellwig
- [PATCH 22/23] vringh: use bvec_set_page to initialize a bvec, Christoph Hellwig
- [PATCH 12/23] ceph: use bvec_set_page to initialize a bvec, Christoph Hellwig
- [PATCH 15/23] nfs: use bvec_set_page to initialize bvecs, Christoph Hellwig
- [PATCH 20/23] rxrpc: use bvec_set_page to initialize a bvec, Christoph Hellwig
- [PATCH 11/23] afs: use bvec_set_folio to initialize a bvec, Christoph Hellwig
- [PATCH 16/23] orangefs: use bvec_set_{page,folio} to initialize bvecs, Christoph Hellwig
- [PATCH 21/23] sunrpc: use bvec_set_page to initialize bvecs, Christoph Hellwig
- [PATCH 18/23] io_uring: use bvec_set_page to initialize a bvec, Christoph Hellwig
- [PATCH 10/23] zram: use bvec_set_page to initialize bvecs, Christoph Hellwig
- [PATCH 13/23] cifs: use bvec_set_page to initialize bvecs, Christoph Hellwig
- [PATCH 23/23] libceph: use bvec_set_page to initialize bvecs, Christoph Hellwig
- [PATCH 19/23] swap: use bvec_set_page to initialize bvecs, Christoph Hellwig
- Re: add bvec initialization helpers v2, Jens Axboe
Re: [syzbot] [ext4?] INFO: task hung in ext4_evict_ea_inode,
syzbot
[PATCH 0/2] Simplify ufshcd_execute_start_stop(),
Bart Van Assche
[PATCH] scsi: ufs: Fix kernel-doc syntax,
Bart Van Assche
[PATCH v2 0/2] Use SYNCHRONIZE CACHE instead of FUA for UFS devices,
Bart Van Assche
[PATCH] scsi: ufs: probe hba and add lus synchronously,
Adrien Thierry
[PATCH v2 0/4] ses: prevent from out of bounds accesses,
Tomas Henzl
[PATCH v5 0/1] scsi: ufs: Add hibernation callbacks,
Anjana Hari
[PATCH v4 0/1] scsi: ufs: Add hibernation callbacks,
Anjana Hari
[PATCH] scsi: snic: fix memory leak with using debugfs_lookup(),
Greg Kroah-Hartman
[PATCH] scsi: virtio_scsi: Fix poential NULL pointer dereference in virtscsi_rescan_hotunplug, Zheng Wang
[PATCH v2] scsi: virtio_scsi: Fix poential NULL pointer dereference in virtscsi_rescan_hotunplug,
Zheng Wang
[LSF/MM/BFP ATTEND][LSF/MM/BFP TOPIC] Storage: REQ_OP_VERIFY support for block layer and device drivers, Chaitanya Kulkarni
[PATCH 0/2] Use SYNCHRONIZE CACHE instead of FUA for UFS devices,
Bart Van Assche
[REMINDER] LSF/MM/BPF: 2023: Call for Proposals, Josef Bacik
[PATCH v3] powerpc: macio: Make remove callback of macio driver void returned,
Dawei Li
[PATCH] scsi: ufs: core: Limit DMA alignment check,
Bjorn Andersson
[GIT PULL] SCSI fixes for 6.1-rc6,
James Bottomley
[PATCH v2] scsi: snic: Use sysfs_emit in show function callback, Deepak R Varma
[PATCH AUTOSEL 4.14 1/3] scsi: target: core: Fix warning on RT kernels,
Sasha Levin
[PATCH AUTOSEL 5.10 3/6] scsi: iscsi_tcp: Fix UAF during login when accessing the shost ipaddress, Sasha Levin
[PATCH AUTOSEL 5.10 2/6] scsi: target: core: Fix warning on RT kernels, Sasha Levin
[PATCH AUTOSEL 5.4 1/4] scsi: target: core: Fix warning on RT kernels,
Sasha Levin
[PATCH AUTOSEL 4.19 1/4] scsi: target: core: Fix warning on RT kernels,
Sasha Levin
[PATCH AUTOSEL 5.15 06/12] scsi: iscsi_tcp: Fix UAF during login when accessing the shost ipaddress, Sasha Levin
[PATCH AUTOSEL 5.15 05/12] scsi: iscsi_tcp: Fix UAF during logout when accessing the shost ipaddress, Sasha Levin
[PATCH AUTOSEL 5.15 03/12] scsi: target: core: Fix warning on RT kernels, Sasha Levin
[PATCH AUTOSEL 6.1 07/20] scsi: iscsi_tcp: Fix UAF during logout when accessing the shost ipaddress, Sasha Levin
[PATCH AUTOSEL 6.1 08/20] scsi: iscsi_tcp: Fix UAF during login when accessing the shost ipaddress, Sasha Levin
[PATCH AUTOSEL 6.1 03/20] scsi: target: core: Fix warning on RT kernels, Sasha Levin
[LSF/MM/BPF TOPIC] Support block layer limits below the page size, Bart Van Assche
[PATCH v4 0/7] Add support for limits below the page size,
Bart Van Assche
[PATCH] scsi: hptiop: Use sysfs_emit in show function callback, Deepak R Varma
[PATCH] scsi: pmcraid: Use sysfs_emit in show function callback, Deepak R Varma
[PATCH] scsi: fcoe: Use sysfs_emit in show function callback, Deepak R Varma
[PATCH] scsi: be2iscsi: Use sysfs_emit in show function callback, Deepak R Varma
[PATCH] scsi: snic: Use sysfs_emit in show function callback,
Deepak R Varma
[PATCH 0/4] ses: prevent from out of bounds accesses,
Tomas Henzl
add bvec initialization helpers,
Christoph Hellwig
- [PATCH 01/23] block: factor out a bvec_set_page helper, Christoph Hellwig
- [PATCH 07/23] nvme: use bvec_set_virt to initialize special_vec, Christoph Hellwig
- [PATCH 04/23] sd: factor out a sd_set_special_bvec helper, Christoph Hellwig
- [PATCH 05/23] target: use bvec_set_page to initialize bvecs, Christoph Hellwig
- [PATCH 03/23] block: add a bvec_set_virt helper, Christoph Hellwig
- [PATCH 02/23] block: add a bvec_set_folio helper, Christoph Hellwig
- [PATCH 08/23] rbd: use bvec_set_page to initialize the copy up bvec, Christoph Hellwig
- [PATCH 06/23] nvmet: use bvec_set_page to initialize bvecs, Christoph Hellwig
- [PATCH 09/23] virtio_blk: use bvec_set_virt to initialize special_vec, Christoph Hellwig
- [PATCH 11/23] afs: use bvec_set_folio to initialize a bvec, Christoph Hellwig
- [PATCH 10/23] zram: use bvec_set_page to initialize bvecs, Christoph Hellwig
- [PATCH 13/23] cifs: use bvec_set_page to initialize bvecs, Christoph Hellwig
- [PATCH 20/23] rxrpc: use bvec_set_page to initialize a bvec, Christoph Hellwig
- [PATCH 18/23] io_uring: use bvec_set_page to initialize a bvec, Christoph Hellwig
- [PATCH 12/23] ceph: use bvec_set_page to initialize a bvec, Christoph Hellwig
- [PATCH 15/23] nfs: use bvec_set_page to initialize bvecs, Christoph Hellwig
- [PATCH 14/23] coredump: use bvec_set_page to initialize a bvec, Christoph Hellwig
- [PATCH 16/23] orangefs: use bvec_set_{page,folio} to initialize bvecs, Christoph Hellwig
- [PATCH 19/23] swap: use bvec_set_page to initialize bvecs, Christoph Hellwig
- [PATCH 17/23] splice: use bvec_set_page to initialize a bvec, Christoph Hellwig
- [PATCH 21/23] sunrpc: use bvec_set_page to initialize bvecs, Christoph Hellwig
- [PATCH 22/23] vring: use bvec_set_page to initialize a bvec, Christoph Hellwig
- [PATCH 23/23] net-ceph: use bvec_set_page to initialize bvecs, Christoph Hellwig
- Re: [PATCH 20/23] rxrpc: use bvec_set_page to initialize a bvec, David Howells
- Re: [PATCH 01/23] block: factor out a bvec_set_page helper, David Howells
- Re: [PATCH 20/23] rxrpc: use bvec_set_page to initialize a bvec, David Howells
- Re: [PATCH 11/23] afs: use bvec_set_folio to initialize a bvec, David Howells
[PATCH] scsi: ufs: qcom: include specific ops when GENERIC_MSI_IRQ is set,
Lukas Bulwahn
[PATCH v3 00/14] target: TMF and recovery fixes,
Mike Christie
- [PATCH v3 04/14] scsi: target: iscsit/isert: Alloc per conn cmd counter, Mike Christie
- [PATCH v3 03/14] scsi: target: Pass in cmd counter to use during cmd setup, Mike Christie
- [PATCH v3 05/14] scsi: target: iscsit: stop/wait on cmds during conn close, Mike Christie
- [PATCH v3 07/14] scsi: target: Fix multiple LUN_RESET handling, Mike Christie
- [PATCH v3 02/14] scsi: target: Move cmd counter allocation, Mike Christie
- [PATCH v3 06/14] scsi: target: iscsit: Fix TAS handling during conn cleanup, Mike Christie
- [PATCH v3 08/14] scsi: target: Drop t_state_lock use in compare_and_write_post, Mike Christie
- [PATCH v3 01/14] scsi: target: Move sess cmd counter to new struct, Mike Christie
- [PATCH v3 09/14] scsi: target: Treat CMD_T_FABRIC_STOP like CMD_T_STOP, Mike Christie
- [PATCH v3 10/14] scsi: target: iscsit: Add helper to check when cmd has failed, Mike Christie
- [PATCH v3 11/14] scsi: target: iscsit: Cleanup isert commands at conn closure, Mike Christie
- [PATCH v3 12/14] IB/isert: Fix hang in target_wait_for_cmds, Mike Christie
- [PATCH v3 13/14] IB/isert: Fix use after free during conn cleanup, Mike Christie
- [PATCH v3 14/14] scsi: target: iscsit: free cmds before session free, Mike Christie
[PATCH 0/9] Documentation: correct lots of spelling errors (series 2),
Randy Dunlap
[PATCH v2] scsi: bfa: Use min helpers for comparison and assignment, Deepak R Varma
[PATCH] scsi: bfa: Use min helpers for comparison and assignment, Deepak R Varma
[PATCH] scsi: hpsa: Use min helper for comparison and assignment, Deepak R Varma
[PATCH] scsi: aic94xx: Add missing check for dma_map_single,
Jiasheng Jiang
[PATCH 0/2] scsi: megaraid/megaraid_sas: Use max helper for comparison and assignment,
Deepak R Varma
[PATCH-next v2 0/2] scsi, driver core: fix iscsi rescan fails to create block device,
Zhong Jinghua
[PATCH] scsi: qla2xxx: Use min/max helpers for comparison and assignment, Deepak R Varma
[PATCH] scsi: st: Use min/max helpers for comparison and assignment, Deepak R Varma
Chasing a 'use after free' bug of SCSI subsystem for linux-stable 5.15.y, Zhouyi Zhou
[PATCH] scsi: aacraid: Allocate cmd_priv with scsicmd,
Kees Cook
[PATCH 00/35] Documentation: correct lots of spelling errors (series 1),
Randy Dunlap
[PATCH v4 0/5] scsi: mpi3mr: fix issues found by KASAN,
Shin'ichiro Kawasaki
[PATCH] scsi: ufs: qcom: fix platform_msi_domain_free_irqs() reference,
Arnd Bergmann
[LSF/MM/BPF TOPIC] State Of The Page,
Matthew Wilcox
[PATCH net-next 05/11] net: add missing includes of linux/sched/clock.h, Jakub Kicinski
[PATCH] scsi: core: Fix the scsi_device_put() might_sleep annotation,
Bart Van Assche
[PATCH] scsi: qla2xxx: Use a variable instead of repeated computations,
Deepak R Varma
[PATCH v2 0/6] introduce vm_flags modifier functions,
Suren Baghdasaryan
[PATCH 0/2] fix iscsi commands when session is freed,
Dmitry Bogdanov
The PQ=1 saga,
Martin K. Petersen
[PATCH v3 00/18] Add Command Duration Limits support,
Niklas Cassel
- [PATCH v3 01/18] block: introduce duration-limits priority class, Niklas Cassel
- Re: [PATCH v3 01/18] block: introduce duration-limits priority class, Bart Van Assche
- Re: [PATCH v3 01/18] block: introduce duration-limits priority class, Bart Van Assche
- Re: [PATCH v3 01/18] block: introduce duration-limits priority class, Damien Le Moal
- Re: [PATCH v3 01/18] block: introduce duration-limits priority class, Bart Van Assche
- Re: [PATCH v3 01/18] block: introduce duration-limits priority class, Damien Le Moal
- Re: [PATCH v3 01/18] block: introduce duration-limits priority class, Bart Van Assche
- Re: [PATCH v3 01/18] block: introduce duration-limits priority class, Damien Le Moal
- Re: [PATCH v3 01/18] block: introduce duration-limits priority class, Bart Van Assche
- Re: [PATCH v3 01/18] block: introduce duration-limits priority class, Niklas Cassel
- Re: [PATCH v3 01/18] block: introduce duration-limits priority class, Damien Le Moal
- Re: [PATCH v3 01/18] block: introduce duration-limits priority class, Niklas Cassel
- Re: [PATCH v3 01/18] block: introduce duration-limits priority class, Bart Van Assche
- Re: [PATCH v3 01/18] block: introduce duration-limits priority class, Damien Le Moal
- Re: [PATCH v3 01/18] block: introduce duration-limits priority class, Damien Le Moal
- Re: [PATCH v3 01/18] block: introduce duration-limits priority class, Bart Van Assche
- Re: [PATCH v3 01/18] block: introduce duration-limits priority class, Damien Le Moal
- Re: [PATCH v3 01/18] block: introduce duration-limits priority class, Bart Van Assche
- Re: [PATCH v3 01/18] block: introduce duration-limits priority class, Damien Le Moal
- Re: [PATCH v3 01/18] block: introduce duration-limits priority class, Martin K. Petersen
- Re: [PATCH v3 01/18] block: introduce duration-limits priority class, Damien Le Moal
- Re: [PATCH v3 01/18] block: introduce duration-limits priority class, Hannes Reinecke
- Re: [PATCH v3 01/18] block: introduce duration-limits priority class, Damien Le Moal
- Re: [PATCH v3 01/18] block: introduce duration-limits priority class, Bart Van Assche
- Re: [PATCH v3 01/18] block: introduce duration-limits priority class, Bart Van Assche
- Re: [PATCH v3 01/18] block: introduce duration-limits priority class, Martin K. Petersen
- Re: [PATCH v3 01/18] block: introduce duration-limits priority class, Damien Le Moal
- Re: [PATCH v3 01/18] block: introduce duration-limits priority class, Bart Van Assche
- Re: [PATCH v3 01/18] block: introduce duration-limits priority class, Martin K. Petersen
- Re: [PATCH v3 01/18] block: introduce duration-limits priority class, Damien Le Moal
- Re: [PATCH v3 01/18] block: introduce duration-limits priority class, Keith Busch
- Re: [PATCH v3 01/18] block: introduce duration-limits priority class, Christoph Hellwig
- Re: [PATCH v3 01/18] block: introduce duration-limits priority class, Hannes Reinecke
- [PATCH v3 03/18] scsi: core: allow libata to complete successful commands via EH, Niklas Cassel
- [PATCH v3 02/18] block: introduce BLK_STS_DURATION_LIMIT, Niklas Cassel
- [PATCH v3 04/18] scsi: rename and move get_scsi_ml_byte(), Niklas Cassel
- [PATCH v3 05/18] scsi: support retrieving sub-pages of mode pages, Niklas Cassel
- [PATCH v3 06/18] scsi: support service action in scsi_report_opcode(), Niklas Cassel
- [PATCH v3 07/18] scsi: sd: detect support for command duration limits, Niklas Cassel
- [PATCH v3 08/18] scsi: sd: set read/write commands CDL index, Niklas Cassel
- [PATCH v3 09/18] scsi: sd: handle read/write CDL timeout failures, Niklas Cassel
- [PATCH v3 10/18] ata: libata-scsi: remove unnecessary !cmd checks, Niklas Cassel
- [PATCH v3 11/18] ata: libata: change ata_eh_request_sense() to not set CHECK_CONDITION, Niklas Cassel
- [PATCH v3 12/18] ata: libata: detect support for command duration limits, Niklas Cassel
- [PATCH v3 13/18] ata: libata-scsi: handle CDL bits in ata_scsiop_maint_in(), Niklas Cassel
- [PATCH v3 14/18] ata: libata-scsi: add support for CDL pages mode sense, Niklas Cassel
- [PATCH v3 15/18] ata: libata: add ATA feature control sub-page translation, Niklas Cassel
- [PATCH v3 16/18] ata: libata: set read/write commands CDL index, Niklas Cassel
- [PATCH v3 17/18] ata: libata: handle completion of CDL commands using policy 0xD, Niklas Cassel
- [PATCH v3 18/18] Documentation: sysfs-block-device: document command duration limits, Niklas Cassel
[PATCH v3] scsi: add non-sleeping variant of scsi_device_put() and use it in alua,
mwilck
[PATCH v2] scsi: add non-sleeping variant of scsi_device_put() and use it in alua,
mwilck
[PATCH] scsi: add non-sleeping variant of scsi_device_put() and use it in alua,
mwilck
[Bug 216964] New: LSI SAS1068 logical volume caching mode not detected (with patch), bugzilla-daemon
[PATCH v7 01/22] scsi: Allow scsi_execute users to control retries,
Mike Christie
[Index of Archives]
[Kernel Announce]
[Kernel Newbies]
[Linux RAID]
[Linux ATA RAID]
[IETF Annouce]
[Git]
[Security]
[Netfilter]
[Bugtraq]