Linux SCSI Development
[Prev Page][Next Page]
- Re: [EXT] Re: [PATCH] qedi: Fix cmd_cleanup_cmpl counter mismatch issue., (continued)
- cleanup and simplify the gendisk flags,
Christoph Hellwig
- [PATCH 01/14] block: move GENHD_FL_NATIVE_CAPACITY to disk->state, Christoph Hellwig
- [PATCH 02/14] block: move GENHD_FL_BLOCK_EVENTS_ON_EXCL_WRITE to disk->event_flags, Christoph Hellwig
- [PATCH 03/14] block: remove GENHD_FL_CD, Christoph Hellwig
- [PATCH 05/14] block: merge disk_scan_partitions and blkdev_reread_part, Christoph Hellwig
- [PATCH 04/14] block: remove a dead check in show_partition, Christoph Hellwig
- [PATCH 06/14] block: rename GENHD_FL_NO_PART_SCAN to GENHD_FL_NO_PART, Christoph Hellwig
- [PATCH 07/14] block: remove the GENHD_FL_HIDDEN check in blkdev_get_no_open, Christoph Hellwig
- [PATCH 08/14] null_blk: don't suppress partitioning information, Christoph Hellwig
- [PATCH 10/14] block: remove GENHD_FL_SUPPRESS_PARTITION_INFO, Christoph Hellwig
- [PATCH 09/14] mmc: don't set GENHD_FL_SUPPRESS_PARTITION_INFO, Christoph Hellwig
- [PATCH 12/14] block: don't set GENHD_FL_NO_PART for hidden gendisks, Christoph Hellwig
- [PATCH 11/14] block: remove GENHD_FL_EXT_DEVT, Christoph Hellwig
- [PATCH 13/14] block: cleanup the GENHD_FL_* definitions, Christoph Hellwig
- [PATCH 14/14] sr: set GENHD_FL_REMOVABLE earlier, Christoph Hellwig
- Re: cleanup and simplify the gendisk flags, Jens Axboe
- [PATCH v2] scsi: scsi_debug: Zero clear zones at reset write pointer,
Shin'ichiro Kawasaki
- [PATCH] scsi: be2iscsi:Fix the problem that the array may be out of bounds, Wen Zhiwei
- [PATCH 1/1] scsi: Fix setting device state to running,
Mike Christie
- [PATCH v2 00/20] UFS patches for kernel v5.17,
Bart Van Assche
- [PATCH v2 01/20] block: Add a flag for internal commands, Bart Van Assche
- [PATCH v2 02/20] scsi: core: Unexport scsi_track_queue_full(), Bart Van Assche
- [PATCH v2 03/20] scsi: core: Fix scsi_device_max_queue_depth(), Bart Van Assche
- [PATCH v2 05/20] scsi: core: Add support for internal commands, Bart Van Assche
- [PATCH v2 04/20] scsi: core: Fix a race between scsi_done() and scsi_times_out(), Bart Van Assche
- [PATCH v2 06/20] scsi: core: Add support for reserved tags, Bart Van Assche
- [PATCH v2 07/20] scsi: ufs: Rename a function argument, Bart Van Assche
- [PATCH v2 08/20] scsi: ufs: Remove is_rpmb_wlun(), Bart Van Assche
- [PATCH v2 09/20] scsi: ufs: Remove the sdev_rpmb member, Bart Van Assche
- [PATCH v2 10/20] scsi: ufs: Remove dead code, Bart Van Assche
- [PATCH v2 11/20] scsi: ufs: Switch to scsi_(get|put)_internal_cmd(), Bart Van Assche
- [PATCH v2 12/20] scsi: ufs: Rework ufshcd_change_queue_depth(), Bart Van Assche
- [PATCH v2 14/20] scsi: ufs: Introduce ufshcd_release_scsi_cmd(), Bart Van Assche
- [PATCH v2 13/20] scsi: ufs: Fix a deadlock in the error handler, Bart Van Assche
- [PATCH v2 16/20] scsi: ufs: Fix a kernel crash during shutdown, Bart Van Assche
- [PATCH v2 17/20] scsi: ufs: Stop using the clock scaling lock in the error handler, Bart Van Assche
- [PATCH v2 15/20] scsi: ufs: Improve SCSI abort handling, Bart Van Assche
- [PATCH v2 18/20] scsi: ufs: Optimize the command queueing code, Bart Van Assche
- [PATCH v2 19/20] scsi: ufs: Implement polling support, Bart Van Assche
- [PATCH v2 20/20] scsi: ufs: Fix race conditions related to driver data, Bart Van Assche
- [GIT PULL] SCSI fixes for 5.16-rc1,
James Bottomley
- [PATCH 00/17] Add memberof(), split some headers, and slightly simplify code,
Alejandro Colomar
- [PATCH] scsi: scsi_debug: Zero clear zones at reset write pointer,
Shin'ichiro Kawasaki
- Please check ufshpb init flow,
정요한(JOUNG YOHAN) Mobile SE
- [PATCH 0/5] blk-mq: quiesce improvement,
Ming Lei
- [PATCH] scsi: scsi_debug: sanity check block descriptor length in resp_mode_select,
George Kennedy
- [PATCH] use blk_queue_fua() to check QUEUE_FLAG_FUA, Yi Li
- [PATCH] target/configfs: delete unnecessary checks for NULL,
Dan Carpenter
- [PATCH 1/1] target: Use RCU helpers for INQUIRY t10_alua_tg_pt_gp use,
Mike Christie
- T10 DIX bug for the md raid with 4k block devices, Alexey Lyashkov
- [PATCH] mpt3sas: Fix incorrect system timestamp showed in IOC FW,
Sreekanth Reddy
- [PATCH] mpt3sas: Fix system falling into readonly mode,
Sreekanth Reddy
- [PATCH] mpt3sas:Fix kernel panic during drive powercycle test,
Sreekanth Reddy
- move all struct request releated code out of blk-core.c (rebased),
Christoph Hellwig
- [PATCH 01/11] block: move blk_rq_err_bytes to scsi, Christoph Hellwig
- [PATCH 06/11] block: move blk_rq_init to blk-mq.c, Christoph Hellwig
- [PATCH 04/11] blk-mq: move blk_mq_flush_plug_list, Christoph Hellwig
- [PATCH 02/11] block: remove rq_flush_dcache_pages, Christoph Hellwig
- [PATCH 05/11] block: move request based cloning helpers to blk-mq.c, Christoph Hellwig
- [PATCH 03/11] block: remove blk-exec.c, Christoph Hellwig
- [PATCH 07/11] block: move blk_steal_bios to blk-mq.c, Christoph Hellwig
- [PATCH 08/11] block: move blk_account_io_{start,done} to blk-mq.c, Christoph Hellwig
- [PATCH 09/11] block: move blk_dump_rq_flags to blk-mq.c, Christoph Hellwig
- [PATCH 10/11] block: move blk_print_req_error to blk-mq.c, Christoph Hellwig
- [PATCH 11/11] block: don't include blk-mq headers in blk-core.c, Christoph Hellwig
- Re: move all struct request releated code out of blk-core.c (rebased), Johannes Thumshirn
- Re: move all struct request releated code out of blk-core.c (rebased), Jens Axboe
- [PATCH -next 0/3] scsi/fcoe: Play nicer with PREEMPT_RT,
Davidlohr Bueso
- [PATCH 00/15] Add runtime PM support for libsas,
chenxiang
- [PATCH 04/15] scsi: libsas: Add spin_lock/unlock() to protect asd_sas_port->phy_list, chenxiang
- [PATCH 01/15] libsas: Don't always drain event workqueue for HA resume, chenxiang
- [PATCH 03/15] scsi/block PM: Always set request queue runtime active in blk_post_runtime_resume(), chenxiang
- [PATCH 02/15] Revert "scsi: hisi_sas: Filter out new PHY up events during suspend", chenxiang
- [PATCH 06/15] scsi: mvsas: Add spin_lock/unlock() to protect asd_sas_port->phy_list, chenxiang
- [PATCH 07/15] scsi: libsas: Send event PORTE_BROADCAST_RCVD for valid ports, chenxiang
- [PATCH 08/15] scsi: hisi_sas: Add more prink for runtime suspend/resume, chenxiang
- [PATCH 05/15] scsi: hisi_sas: Fix some issues related to asd_sas_port->phy_list, chenxiang
- [PATCH 09/15] scsi: libsas: Resume sas host before sending SMP IOs, chenxiang
- [PATCH 10/15] scsi: libsas: Add a flag SAS_HA_RESUMING of sas_ha, chenxiang
- [PATCH 12/15] scsi: libsas: Defer works of new phys during suspend, chenxiang
- [PATCH 15/15] scsi: hisi_sas: Use autosuspend for SAS controller, chenxiang
- [PATCH 11/15] scsi: libsas: Refactor out sas_queue_deferred_work(), chenxiang
- [PATCH 14/15] scsi: libsas: Keep sas host active until finished some work, chenxiang
- [PATCH 13/15] scsi: hisi_sas: Keep controller active between ISR of phyup and the event being processed, chenxiang
- Re: [PATCH 00/15] Add runtime PM support for libsas, Martin K. Petersen
- Re: [PATCH 00/15] Add runtime PM support for libsas, John Garry
- Rebasing the for-next branch,
Bart Van Assche
- [PATCH v4 0/3] Update VMware maintainer entries,
Srivatsa S. Bhat
- [PATCH] scsi: core: Remove Scsi_Host.shost_dev_attr_groups,
Bart Van Assche
- [PATCH 0/5] x86/Hyper-V: Add Hyper-V Isolation VM support(Second part),
Tianyu Lan
- [PATCH] scsi: fix the problem that the pointer "sp" is double free, zhangyue
- [PATCH 5.10 011/575] scsi: core: Remove command size deduction from scsi_setup_scsi_cmnd(),
Greg Kroah-Hartman
- [PATCH V2] blk-mq: cancel blk-mq dispatch work in both blk_cleanup_queue and disk_release(),
Ming Lei
- [PATCH 5.14 009/849] scsi: core: Remove command size deduction from scsi_setup_scsi_cmnd(), Greg Kroah-Hartman
- [PATCH 5.15 008/917] scsi: scsi_ioctl: Validate command size, Greg Kroah-Hartman
- [PATCH 5.15 010/917] scsi: core: Remove command size deduction from scsi_setup_scsi_cmnd(), Greg Kroah-Hartman
- [PATCH v2 0/2] This patchset adds tracepoints to pm80xx,
Changyuan Lyu
- [PATCH] scsi: simplify registration of scsi host sysfs attributes,
Damien Le Moal
- [PATCH] blk-mq: sync blk-mq queue in both blk_cleanup_queue and disk_release(),
Ming Lei
- [PATCH] scsi:elx: fix cond_no_effect.cocci warnings,
cgel . zte
- FAILED: patch "[PATCH] scsi: scsi_ioctl: Validate command size" failed to apply to 5.14-stable tree, gregkh
- FAILED: patch "[PATCH] scsi: scsi_ioctl: Validate command size" failed to apply to 5.10-stable tree, gregkh
- [PATCH] scsi: Remove redundant 'flush_workqueue()' calls, Christophe JAILLET
- [PATCH] scsi: qla2xxx: Format log strings only if needed,
Roman Bolshakov
- [GIT PULL] final round of SCSI updates for the 5.15+ merge window,
James Bottomley
- [PATCH] scsi: qedf: Fix a UAF bug in __qedf_probe,
Letu Ren
- [PATCH v1] scsi: ufs: ufshpb: Fix sparse warning in ufshpb_set_hpb_read_to_upiu(),
Bean Huo
- [Announce] sg3_utils-1.47 available, Douglas Gilbert
- [PATCH V2] target: iscsi: simplify the connection closing mechanism,
Maurizio Lombardi
- [PATCH v1] scsi: ufs: fix tm cmd timeout/ISR racing issue,
peter.wang
- [PATCH] scsi: fix scsi device attributes registration,
Damien Le Moal
- [PATCH v2] scsi:ufs:add quirk to keep write booster on, Fengnan Chang
- [PATCH] scsi:ufs:add quirk to keep write booster on,
Fengnan Chang
- [PATCH] libata: libahci: declare ahci_shost_attr_group as static,
Damien Le Moal
- Problem with scsi device sysfs attributes,
Damien Le Moal
- [PATCH] scsi: qla2xxx: Fix memory leaks in the error handling path of 'qla2x00_mem_alloc()',
Christophe JAILLET
- [PATCH v3 0/3] Update VMware maintainer entries,
Srivatsa S. Bhat
ufs: setting "hba" private pointer too late -- oops in ufshcd_devfreq_get_dev_status(),
Alexey Dobriyan
[PATCH] scsi: ipr: remove unneeded variable, cgel . zte
[PATCH] scsi: ufs: ufs-mediatek: add put_device() after of_find_device_by_node(),
cgel . zte
sorting out the freeze / quiesce mess,
Christoph Hellwig
[PATCH] scsi: myrs: Replace snprintf in show functions with sysfs_emit, cgel . zte
[PATCH] scsi: be2iscsi: Replace snprintf in show functions with sysfs_emit, cgel . zte
[PATCH v2] scsi: core: use eh_timeout to timeout start_unit command,
brookxu
[PATCH 00/11] UFS patches for kernel v5.17,
Bart Van Assche
- [PATCH 01/11] scsi: ufs: Rename a function argument, Bart Van Assche
- [PATCH 02/11] scsi: ufs: Remove is_rpmb_wlun(), Bart Van Assche
- [PATCH 03/11] scsi: ufs: Remove the sdev_rpmb member, Bart Van Assche
- [PATCH 04/11] scsi: ufs: Remove dead code, Bart Van Assche
- [PATCH 05/11] scsi: core: Add support for reserved tags, Bart Van Assche
- [PATCH 06/11] scsi: ufs: Rework ufshcd_change_queue_depth(), Bart Van Assche
- [PATCH 07/11] scsi: ufs: Fix a deadlock in the error handler, Bart Van Assche
- [PATCH 08/11] scsi: ufs: Improve SCSI abort handling further, Bart Van Assche
- [PATCH 09/11] scsi: ufs: Fix a kernel crash during shutdown, Bart Van Assche
- [PATCH 10/11] scsi: ufs: Optimize the command queueing code, Bart Van Assche
- [PATCH 11/11] scsi: ufs: Implement polling support, Bart Van Assche
- Message not available
[PATCH AUTOSEL 4.4 01/12] scsi: lpfc: Fix list_add() corruption in lpfc_drain_txq(),
Sasha Levin
[PATCH AUTOSEL 4.9 01/13] scsi: lpfc: Fix list_add() corruption in lpfc_drain_txq(),
Sasha Levin
[PATCH AUTOSEL 4.14 11/14] scsi: target: Fix alua_tg_pt_gps_count tracking, Sasha Levin
[PATCH AUTOSEL 4.14 10/14] scsi: target: Fix ordered tag handling, Sasha Levin
[PATCH AUTOSEL 4.14 05/14] scsi: advansys: Fix kernel pointer leak, Sasha Levin
[PATCH AUTOSEL 4.14 02/14] scsi: lpfc: Fix list_add() corruption in lpfc_drain_txq(), Sasha Levin
[PATCH AUTOSEL 4.19 17/21] scsi: target: Fix ordered tag handling, Sasha Levin
[PATCH AUTOSEL 4.19 18/21] scsi: target: Fix alua_tg_pt_gps_count tracking, Sasha Levin
[PATCH AUTOSEL 4.19 10/21] scsi: advansys: Fix kernel pointer leak, Sasha Levin
[PATCH AUTOSEL 4.19 03/21] scsi: lpfc: Fix list_add() corruption in lpfc_drain_txq(), Sasha Levin
[PATCH AUTOSEL 5.4 26/30] scsi: target: Fix alua_tg_pt_gps_count tracking, Sasha Levin
[PATCH AUTOSEL 5.4 25/30] scsi: target: Fix ordered tag handling, Sasha Levin
[PATCH AUTOSEL 5.4 16/30] scsi: advansys: Fix kernel pointer leak, Sasha Levin
[PATCH AUTOSEL 5.4 04/30] scsi: lpfc: Fix list_add() corruption in lpfc_drain_txq(), Sasha Levin
[PATCH AUTOSEL 5.10 43/50] scsi: target: Fix alua_tg_pt_gps_count tracking, Sasha Levin
[PATCH AUTOSEL 5.10 40/50] scsi: scsi_debug: Fix out-of-bound read in resp_readcap16(), Sasha Levin
[PATCH AUTOSEL 5.10 41/50] scsi: scsi_debug: Fix out-of-bound read in resp_report_tgtpgs(), Sasha Levin
[PATCH AUTOSEL 5.10 42/50] scsi: target: Fix ordered tag handling, Sasha Levin
[PATCH AUTOSEL 5.10 28/50] scsi: advansys: Fix kernel pointer leak, Sasha Levin
[PATCH AUTOSEL 5.10 08/50] scsi: lpfc: Fix list_add() corruption in lpfc_drain_txq(), Sasha Levin
[PATCH AUTOSEL 5.14 65/75] scsi: lpfc: Fix link down processing to address NULL pointer dereference, Sasha Levin
[PATCH AUTOSEL 5.14 64/75] scsi: lpfc: Fix use-after-free in lpfc_unreg_rpi() routine, Sasha Levin
[PATCH AUTOSEL 5.14 61/75] scsi: target: Fix alua_tg_pt_gps_count tracking, Sasha Levin
[PATCH AUTOSEL 5.14 60/75] scsi: target: Fix ordered tag handling, Sasha Levin
[PATCH AUTOSEL 5.14 59/75] scsi: scsi_debug: Fix out-of-bound read in resp_report_tgtpgs(), Sasha Levin
[PATCH AUTOSEL 5.14 58/75] scsi: scsi_debug: Fix out-of-bound read in resp_readcap16(), Sasha Levin
[PATCH AUTOSEL 5.14 41/75] scsi: smartpqi: Add controller handshake during kdump, Sasha Levin
[PATCH AUTOSEL 5.14 40/75] scsi: advansys: Fix kernel pointer leak, Sasha Levin
[PATCH AUTOSEL 5.14 34/75] scsi: core: Fix scsi_mode_sense() buffer length handling, Sasha Levin
[PATCH AUTOSEL 5.14 12/75] scsi: pm80xx: Fix memory leak during rmmod, Sasha Levin
[PATCH AUTOSEL 5.14 13/75] scsi: lpfc: Fix list_add() corruption in lpfc_drain_txq(), Sasha Levin
[PATCH AUTOSEL 5.15 69/82] scsi: lpfc: Fix link down processing to address NULL pointer dereference, Sasha Levin
[PATCH AUTOSEL 5.15 70/82] scsi: lpfc: Allow fabric node recovery if recovery is in progress before devloss, Sasha Levin
[PATCH AUTOSEL 5.15 68/82] scsi: lpfc: Fix use-after-free in lpfc_unreg_rpi() routine, Sasha Levin
[PATCH AUTOSEL 5.15 65/82] scsi: target: Fix alua_tg_pt_gps_count tracking, Sasha Levin
[PATCH AUTOSEL 5.15 64/82] scsi: target: Fix ordered tag handling, Sasha Levin
[PATCH AUTOSEL 5.15 63/82] scsi: scsi_debug: Fix out-of-bound read in resp_report_tgtpgs(), Sasha Levin
[PATCH AUTOSEL 5.15 62/82] scsi: scsi_debug: Fix out-of-bound read in resp_readcap16(), Sasha Levin
[PATCH AUTOSEL 5.15 43/82] scsi: advansys: Fix kernel pointer leak, Sasha Levin
[PATCH AUTOSEL 5.15 44/82] scsi: smartpqi: Add controller handshake during kdump, Sasha Levin
[PATCH AUTOSEL 5.15 37/82] scsi: core: Fix scsi_mode_sense() buffer length handling, Sasha Levin
[PATCH AUTOSEL 5.15 13/82] scsi: lpfc: Fix list_add() corruption in lpfc_drain_txq(), Sasha Levin
[PATCH AUTOSEL 5.15 12/82] scsi: pm80xx: Fix memory leak during rmmod, Sasha Levin
[PATCH v4 linux-next] scsi: scsi_debug: fix type in min_t to avoid stack OOB,
George Kennedy
[PATCH] scsi: qla2xxx: edif: fix off by one bug in qla_edif_app_getfcinfo(),
Dan Carpenter
[PATCH V2 0/4] block: fix concurrent quiesce,
Ming Lei
[PATCH] scsi:pmcraid: remove unneeded semicolon, cgel . zte
[PATCH] scsi:qlogicpti: remove unneeded semicolon, cgel . zte
[PATCH 2/2] MAINTAINERS: Mark VMware mailing list entries as private,
Srivatsa S. Bhat
[PATCH] scsi: qla2xxx: fix mailbox direction flags in qla2xxx_get_adapter_id(),
Ewan D. Milne
[Bug 214967] New: mvsas not detecting some disks,
bugzilla-daemon
- [Bug 214967] mvsas not detecting some disks, bugzilla-daemon
- [Bug 214967] mvsas not detecting some disks, bugzilla-daemon
- [Bug 214967] mvsas not detecting some disks, bugzilla-daemon
- [Bug 214967] mvsas not detecting some disks, bugzilla-daemon
- [Bug 214967] mvsas not detecting some disks, bugzilla-daemon
- [Bug 214967] mvsas not detecting some disks, bugzilla-daemon
- [Bug 214967] mvsas not detecting some disks, bugzilla-daemon
- [Bug 214967] mvsas not detecting some disks, bugzilla-daemon
- [Bug 214967] mvsas not detecting some disks, bugzilla-daemon
- [Bug 214967] mvsas not detecting some disks, bugzilla-daemon
- [Bug 214967] mvsas not detecting some disks, bugzilla-daemon
- [Bug 214967] mvsas not detecting some disks, bugzilla-daemon
- [Bug 214967] mvsas not detecting some disks, bugzilla-daemon
- [Bug 214967] mvsas not detecting some disks, bugzilla-daemon
- [Bug 214967] mvsas not detecting some disks, bugzilla-daemon
- [Bug 214967] mvsas not detecting some disks, bugzilla-daemon
- [Bug 214967] mvsas not detecting some disks, bugzilla-daemon
- [Bug 214967] mvsas not detecting some disks, bugzilla-daemon
[PATCH 0/2] scsi: ufs: Block user-space access if eh-in-progress,
Avri Altman
[PATCH v0 00/42] notifiers: Return an error when callback is already registered,
Borislav Petkov
[PATCH v0 42/42] notifier: Return an error when callback is already registered,
Borislav Petkov
[PATCH v0 15/42] scsi: target: Check notifier registration return value, Borislav Petkov
[PATCH V2 0/2] scsi: ufs: core: Fix task management completion timeout race,
Adrian Hunter
[RESEND PATCH] scsi: core: use eh_timeout to timeout start_unit command,
brookxu
[PATCH] scsi: ufs: Fix double space in SCSI_UFS_HWMON description,
Geert Uytterhoeven
[PATCH] scsi: ufs: Wrap Universal Flash Storage drivers in SCSI_UFSHCD,
Geert Uytterhoeven
[PATCH V2 0/2] scsi: fix hang when device state is set via sysfs,
Mike Christie
[PATCH v3 linux-next] scsi: scsi_debug: fix type in min_t to avoid stack OOB,
George Kennedy
[GIT PULL] first round of SCSI updates for the 5.15+ merge window,
James Bottomley
[PATCH][next] scsi: Replace one-element arrays with flexible-array members,
Gustavo A. R. Silva
[PATCH] scsi: csiostor: Replace snprintf in show functions with sysfs_emit, cgel . zte
[PATCH] scsi: scsi_transport_fc: Replace snprintf in show functions with sysfs_emit, cgel . zte
[PATCH] scsi: snic: Replace snprintf in show functions with sysfs_emit,
cgel . zte
Unreliable disk detection order in 5.x,
Simon Kirby
[PATCH v2] scsi: scsi_debug: don't call kcalloc if size arg is zero,
George Kennedy
[PATCH V4 00/12] vhost: multiple worker support,
Mike Christie
- [PATCH V4 02/12] vhost, vhost-net: add helper to check if vq has work, Mike Christie
- [PATCH V4 01/12] vhost: add vhost_worker pointer to vhost_virtqueue, Mike Christie
- [PATCH V4 03/12] vhost: take worker or vq instead of dev for queueing, Mike Christie
- [PATCH V4 04/12] vhost: take worker or vq instead of dev for flushing, Mike Christie
- [PATCH V4 06/12] vhost-sock: convert to vq helpers, Mike Christie
- [PATCH V4 05/12] vhost: convert poll work to be vq based, Mike Christie
- [PATCH V4 08/12] vhost-scsi: convert to vq helpers, Mike Christie
- [PATCH V4 07/12] vhost-scsi: make SCSI cmd completion per vq, Mike Christie
- [PATCH V4 09/12] vhost-scsi: flush IO vqs then send TMF rsp, Mike Christie
- [PATCH V4 10/12] vhost: remove device wide queu/flushing helpers, Mike Christie
- [PATCH V4 11/12] vhost: allow userspace to create workers, Mike Christie
- [PATCH V4 12/12] vhost: allow worker attachment after initial setup, Mike Christie
[PATCH] scsi: ufs: Improve SCSI abort handling,
Bart Van Assche
Re: [PATCH] scsi: ufs: Improve SCSI abort handling, Stanley Chu
Re: [PATCH] scsi: ufs: Improve SCSI abort handling, Martin K. Petersen
Re: [PATCH] scsi: ufs: Improve SCSI abort handling, Martin K. Petersen
[PATCH] target: iscsi: simplify the connection closing mechanism,
Maurizio Lombardi
[PATCH] scsi: ibmvfc: replace snprintf in show functions with sysfs_emit, cgel . zte
[RFC PATCH 0/8] block: add support for REQ_OP_VERIFY,
Chaitanya Kulkarni
- [RFC PATCH 1/8] block: add support for REQ_OP_VERIFY, Chaitanya Kulkarni
- [RFC PATCH 3/8] nvme: add support for the Verify command, Chaitanya Kulkarni
- [RFC PATCH 2/8] scsi: add REQ_OP_VERIFY support, Chaitanya Kulkarni
- [PATCH 4/8] nvmet: add Verify command support for bdev-ns, Chaitanya Kulkarni
- [RFC PATCH 5/8] nvmet: add Verify emulation support for bdev-ns, Chaitanya Kulkarni
- [RFC PATCH 7/8] null_blk: add REQ_OP_VERIFY support, Chaitanya Kulkarni
- [RFC PATCH 8/8] md: add support for REQ_OP_VERIFY, Chaitanya Kulkarni
- [RFC PATCH 6/8] nvmet: add verify emulation support for file-ns, Chaitanya Kulkarni
- Re: [RFC PATCH 0/8] block: add support for REQ_OP_VERIFY, Christoph Hellwig
- Re: [RFC PATCH 0/8] block: add support for REQ_OP_VERIFY, Douglas Gilbert
[Index of Archives]
[Kernel Announce]
[Kernel Newbies]
[Linux RAID]
[Linux ATA RAID]
[IETF Annouce]
[Git]
[Security]
[Netfilter]
[Bugtraq]