public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-11-11 18:09:07 to 2020-11-16 15:00:26 UTC [more...]

cleanup updating the size of block devices v3
 2020-11-16 14:58 UTC  (40+ messages)
` [PATCH 01/78] block: remove the call to __invalidate_device in check_disk_size_change
` [PATCH 03/78] nvme: let set_capacity_revalidate_and_notify update the bdev size
` [PATCH 04/78] sd: update the bdev size in sd_revalidate_disk
` [PATCH 07/78] nbd: move the task_recv check into nbd_size_update
` [PATCH 13/78] pktcdvd: use set_capacity_and_notify
` [PATCH 15/78] drbd: "
` [PATCH 16/78] rbd: "
` [PATCH 17/78] rnbd: "
` [PATCH 18/78] zram: "
` [PATCH 19/78] dm-raid: "
` [PATCH 20/78] md: "
` [PATCH 21/78] md: remove a spurious call to revalidate_disk_size in update_size
` [PATCH 23/78] block: unexport revalidate_disk_size
` [PATCH 27/78] rbd: implement ->set_read_only to hook into BLKROSET processing
` [PATCH 29/78] dasd: "
` [PATCH 30/78] block: don't call into the driver for BLKROSET
` [PATCH 31/78] loop: use set_disk_ro
` [PATCH 32/78] block: remove set_device_ro
` [PATCH 33/78] block: remove __blkdev_driver_ioctl
` [PATCH 34/78] block: propagate BLKROSET to all partitions
` [PATCH 35/78] block: cleanup del_gendisk a bit
` [PATCH 37/78] block: split block_class_lock
` [PATCH 38/78] block: rework requesting modules for unclaimed devices
` [PATCH 40/78] ide: remove ide_{,un}register_region
` [PATCH 42/78] sd: use __register_blkdev to avoid a modprobe for an unregistered dev_t
` [PATCH 45/78] md: use __register_blkdev to allocate devices on demand
` [PATCH 46/78] ide: switch to __register_blkdev for command set probing
` [PATCH 47/78] floppy: use a separate gendisk for each media format
` [PATCH 48/78] amiflop: use separate gendisks for Amiga vs MS-DOS mode
` [PATCH 50/78] z2ram: reindent
` [PATCH 51/78] z2ram: use separate gendisk for the different modes
` [PATCH 53/78] blk-cgroup: fix a hd_struct leak in blkcg_fill_root_iostats
` [PATCH 55/78] block: change the hash used for looking up block devices
` [PATCH 56/78] init: refactor name_to_dev_t
` [PATCH 57/78] init: refactor devt_from_partuuid
` [PATCH 58/78] init: cleanup match_dev_by_uuid and match_dev_by_label
` [PATCH 59/78] mtip32xx: remove the call to fsync_bdev on removal
` [PATCH 64/78] dm: simplify flush_bio initialization in __send_empty_flush
` [PATCH 69/78] block: remove the nr_sects field in struct hd_struct

[PATCH] iscsi target: fix cmd abort fabric stop race
 2020-11-16 13:38 UTC  (2+ messages)

[PATCH V4 00/12] blk-mq/scsi: tracking device queue depth via sbitmap
 2020-11-16 11:49 UTC  (18+ messages)
` [PATCH V4 01/12] sbitmap: remove sbitmap_clear_bit_unlock
` [PATCH V4 02/12] sbitmap: maintain allocation round_robin in sbitmap
` [PATCH V4 03/12] sbitmap: add helpers for updating allocation hint
` [PATCH V4 04/12] sbitmap: move allocation hint into sbitmap
` [PATCH V4 05/12] sbitmap: export sbitmap_weight
` [PATCH V4 06/12] sbitmap: add helper of sbitmap_calculate_shift
` [PATCH V4 07/12] blk-mq: add callbacks for storing & retrieving budget token
` [PATCH V4 08/12] blk-mq: return budget token from .get_budget callback
` [PATCH V4 09/12] scsi: put hot fields of scsi_host_template into one cacheline
` [PATCH V4 10/12] scsi: add scsi_device_busy() to read sdev->device_busy
` [PATCH V4 11/12] scsi: make sure sdev->queue_depth is <= max(shost->can_queue, 1024)
` [PATCH V4 12/12] scsi: replace sdev->device_busy with sbitmap

Corporate and Personal Loan/
 2020-11-10 14:09 UTC 

[PATCH v9 0/3] Drivers: hv: vmbus: vmbus_requestor data structure for VMBus hardening
 2020-11-16 11:03 UTC  (6+ messages)
` [PATCH v9 2/3] scsi: storvsc: Use vmbus_requestor to generate transaction IDs "

[PATCH 1/1] scsi: pm8001: pm8001_hwi: Remove unused variable 'value'
 2020-11-16 10:44 UTC  (2+ messages)

[PATCH v4 00/19] blkcg:Support to track FC storage blk io traffic
 2020-11-16  8:15 UTC  (39+ messages)
` [PATCH v4 01/19] cgroup: Added cgroup_get_from_kernfs_id
` [PATCH v4 02/19] blkcg: Added a app identifier support for blkcg
` [PATCH v4 03/19] nvme: Added a newsysfs attribute appid_store
` [PATCH v4 04/19] lpfc: vmid: Add the datastructure for supporting VMID in lpfc
` [PATCH v4 05/19] lpfc: vmid: API to check if VMID is enabled
` [PATCH v4 06/19] lpfc: vmid: Supplementary data structures for vmid
` [PATCH v4 07/19] lpfc: vmid: Forward declarations for APIs
` [PATCH v4 08/19] lpfc: vmid: Add support for vmid in mailbox command
` [PATCH v4 09/19] lpfc: vmid: VMID params initialization
` [PATCH v4 10/19] lpfc: vmid: vmid resource allocation
` [PATCH v4 11/19] lpfc: vmid: cleanup vmid resources
` [PATCH v4 12/19] lpfc: vmid: Implements ELS commands for appid patch
` [PATCH v4 13/19] lpfc: vmid: Functions to manage vmids
` [PATCH v4 14/19] lpfc: vmid: Implements CT commands for appid
` [PATCH v4 15/19] lpfc: vmid: Appends the vmid in the wqe before sending request
` [PATCH v4 16/19] lpfc: vmid: Timeout implementation for vmid
` [PATCH v4 17/19] lpfc: vmid: Adding qfpa and vmid timeout check in worker thread
` [PATCH v4 18/19] lpfc: vmid: Introducing vmid in io path
` [PATCH v4 19/19] scsi: Made changes in Kconfig to select BLK_CGROUP_FC_APPID

[PATCHv6 00/21] scsi: enable reserved commands for LLDDs
 2020-11-16  9:03 UTC  (4+ messages)
` [PATCH 03/21] scsi: add scsi_{get,put}_internal_cmd() helper

[PATCH v1 0/9] scsi: ufs: Refactoring and cleanups
 2020-11-16  8:46 UTC  (11+ messages)
` [PATCH v1 1/9] scsi: ufs-mediatek: Refactor performance scaling functions
` [PATCH v1 2/9] scsi: ufs: Introduce device parameter initialization function
` [PATCH v1 3/9] scsi: ufs-mediatek: Use "
` [PATCH v1 4/9] scsi: ufs-qcom: "
` [PATCH v1 5/9] scsi: ufs-exynos: "
` [PATCH v1 6/9] scsi: ufs-hisi: "
` [PATCH v1 7/9] scsi: ufs: Refactor ADAPT configuration function
` [PATCH v1 8/9] scsi: ufs-mediatek: Use common "
` [PATCH v1 9/9] scsi: ufs-qcom: "

[PATCH] scsi: sd: remove obsolete variable in sd_remove()
 2020-11-16  8:28 UTC  (2+ messages)

[PATCH v7 0/5] scsi: Support to handle Intermittent errors
 2020-11-16  8:23 UTC  (11+ messages)
` [PATCH v7 1/5] scsi: Added a new error code DID_TRANSPORT_MARGINAL in scsi.h
` [PATCH v7 2/5] scsi: No retries on abort success
` [PATCH v7 3/5] scsi_transport_fc: Added a new rport state FC_PORTSTATE_MARGINAL
` [PATCH v7 4/5] scsi_transport_fc: Added store fucntionality to set the rport port_state using sysfs
` [PATCH v7 5/5] scsi:lpfc: Added support for eh_should_retry_cmd

[PATCH] scsi: pmcraid: replace atomic_add_return()
 2020-11-16  7:50 UTC 

[PATCH v2 0/9] Rework runtime suspend and SCSI domain validation
 2020-11-16  3:04 UTC  (10+ messages)
` [PATCH v2 1/9] block: Fix a race in the runtime power management code
` [PATCH v2 2/9] ide: Do not set the RQF_PREEMPT flag for sense requests
` [PATCH v2 3/9] scsi: Pass a request queue pointer to __scsi_execute()
` [PATCH v2 4/9] scsi: Rework scsi_mq_alloc_queue()
` [PATCH v2 5/9] scsi: Do not wait for a request in scsi_eh_lock_door()
` [PATCH v2 6/9] scsi_transport_spi: Make spi_execute() accept a request queue pointer
` [PATCH v2 7/9] scsi_transport_spi: Freeze request queues instead of quiescing
` [PATCH v2 8/9] block, scsi, ide: Only process PM requests if rpm_status != RPM_ACTIVE
` [PATCH v2 9/9] block: Do not accept any requests while suspended

[PATCH v12 00/44] sg: add v4 interface
 2020-11-16  2:55 UTC  (2+ messages)
` [PATCH v12 25/44] sg: replace rq array with xarray

[PATCH] scsi: fnic: Fix error return in fnic_probe
 2020-11-16  2:41 UTC 

[PATCH RFC v1 0/1] scsi: pm: Leave runtime resume along if block layer PM is enabled
 2020-11-16  1:42 UTC  (5+ messages)
` [PATCH RFC v1 1/1] "

[PATCH 00/17] lpfc: Update lpfc to revision 12.8.0.6
 2020-11-15 19:26 UTC  (18+ messages)
` [PATCH 01/17] lpfc: Rework remote port ref counting and node freeing
` [PATCH 02/17] lpfc: Rework locations of ndlp reference taking
` [PATCH 03/17] lpfc: Fix removal of scsi transport device get and put on dev structure
` [PATCH 04/17] lpfc: Fix refcounting around scsi and nvme transport apis
` [PATCH 05/17] lpfc: Rework remote port lock handling
` [PATCH 06/17] lpfc: Remove ndlp when a PLOGI/ADISC/PRLI/REG_RPI ultimately fails
` [PATCH 07/17] lpfc: Unsolicited ELS leaves node in incorrect state while dropping it
` [PATCH 08/17] lpfc: Fix NPIV discovery and Fabric Node detection
` [PATCH 09/17] lpfc: Fix NPIV Fabric Node reference counting
` [PATCH 10/17] lpfc: Refactor wqe structure definitions for common use
` [PATCH 11/17] lpfc: Enable common wqe_template support for both scsi and nvme
` [PATCH 12/17] lpfc: Enable common send_io interface for SCSI and NVME
` [PATCH 13/17] lpfc: convert scsi path to use common io submission path
` [PATCH 14/17] lpfc: convert scsi io completions to sli-3 and sli-4 handlers
` [PATCH 15/17] lpfc: Convert abort handling "
` [PATCH 16/17] lpfc: Update lpfc version to 12.8.0.6
` [PATCH 17/17] lpfc: Update changed file copyrights for 2020

Corporate and Personal Loan *
 2020-11-15 16:43 UTC 

[PATCH v1 3/3] scsi_debug: iouring iopoll support
 2020-11-15 16:04 UTC  (3+ messages)

[Bug 210203] New: linux boot sometimes hang around scsi_try_target_reset for a system with SSD/SATA 1.92T *10
 2020-11-15  8:22 UTC  (3+ messages)
` [Bug 210203] "

[PATCH 0/3] scsi: target: Set correct residual data
 2020-11-15  3:17 UTC  (11+ messages)
` [PATCH 3/3] scsi: target: core: Change ASCQ for residual write

[GIT PULL] SCSI fixes for 5.10-rc3
 2020-11-14 20:51 UTC  (2+ messages)

[PATCH -next] scsi: be2iscsi: Mark beiscsi_attrs with static keyword
 2020-11-14  7:37 UTC 

[PATCH] scsi: ufs-qcom: only select QCOM_SCM if SCSI_UFS_CRYPTO
 2020-11-14  0:47 UTC 

[PATCH 1/6] ibmvfc: byte swap login_buf.resp values in attribute show functions
 2020-11-13 19:39 UTC  (8+ messages)
` [PATCH 2/6] ibmvfc: deduplicate common ibmvfc_cmd init code
` [PATCH 3/6] ibmvfc: add new fields for version 2 of several MADs
` [PATCH 4/6] ibmvfc: add FC payload retrieval routines for versioned vfcFrames
` [PATCH 5/6] ibmvfc: add support for targetWWPN field in v2 MADs and vfcFrame
` [PATCH 6/6] ibmvfc: advertise client support for targetWWPN using v2 commands

[PATCH v1 2/3] megaraid_sas: iouring iopoll support
 2020-11-13 11:56 UTC  (3+ messages)

[PATCH v1 1/3] add io_uring with IOPOLL support in scsi layer
 2020-11-13 11:51 UTC  (2+ messages)

[PATCH] scsi: ufs: Add retry flow for failed hba enabling
 2020-11-13  5:28 UTC  (2+ messages)

[PATCH] scsi: ufs: Fix a bug in ufshcd_system_resume()
 2020-11-13  5:05 UTC  (2+ messages)

[PATCH] scsi: ufs: show lba and length for unmap commands
 2020-11-13  1:10 UTC  (2+ messages)

[PATCH 00/10] vhost/qemu: thread per IO SCSI vq
 2020-11-12 23:19 UTC  (12+ messages)
` [PATCH 1/1] qemu vhost scsi: add VHOST_SET_VRING_ENABLE support
` [PATCH 01/10] vhost: remove work arg from vhost_work_flush
` [PATCH 02/10] vhost scsi: remove extra flushes
` [PATCH 03/10] vhost poll: fix coding style
` [PATCH 04/10] vhost: support multiple worker threads
` [PATCH 05/10] vhost: poll support support multiple workers
` [PATCH 06/10] vhost scsi: make SCSI cmd completion per vq
` [PATCH 07/10] vhost, vhost-scsi: flush IO vqs then send TMF rsp
` [PATCH 08/10] vhost: move msg_handler to new ops struct
` [PATCH 09/10] vhost: add VHOST_SET_VRING_ENABLE support
` [PATCH 10/10] vhost-scsi: create a woker per IO vq

cleanup updating the size of block devices v2
 2020-11-12 19:22 UTC  (3+ messages)
` [PATCH 05/24] block: remove the update_bdev parameter from set_capacity_revalidate_and_notify

[PATCH 0/5 V5] vhost-scsi: IO error fixups
 2020-11-12 17:11 UTC  (4+ messages)
` [PATCH 2/5] vhost scsi: alloc cmds per vq instead of session

[PATCH v2] scsi: ufs-exynos: use devm_platform_ioremap_resource_byname()
 2020-11-12 14:10 UTC  (3+ messages)

[RESEND 00/19] Rid W=1 warnings in SCSI
 2020-11-12 10:19 UTC  (3+ messages)
` [RESEND 19/19] scsi: hpsa: Strip out a bunch of set but unused variables
  ` [PATCH v2 "

[PATCH] scsi: aacraid: Correct goto target in aac_resume()
 2020-11-12  8:03 UTC 

[PATCH v4 0/5] Introduce a new helper macro DEFINE_SHOW_STORE_ATTRIBUTE at seq_file.c
 2020-11-12  7:07 UTC  (6+ messages)
` [PATCH v4 1/5] seq_file: Introduce DEFINE_SHOW_STORE_ATTRIBUTE() helper macro
` [PATCH v4 2/5] scsi: hisi_sas: Introduce DEFINE_SHOW_STORE_ATTRIBUTE for debugfs
` [PATCH v4 3/5] scsi: qla2xxx: "
` [PATCH v4 4/5] usb: dwc3: debugfs: Introduce DEFINE_SHOW_STORE_ATTRIBUTE
` [PATCH v4 5/5] drm/i915/display: Introduce DEFINE_SHOW_STORE_ATTRIBUTE for debugfs

[PATCH v2] SCSI: libiscsi: fix NOP race condition
 2020-11-11 20:28 UTC  (2+ messages)

[PATCH 0/3] smartpqi updates
 2020-11-11 20:24 UTC  (4+ messages)
` [PATCH 1/3] smartpqi: correct driver removal with HBA disks
` [PATCH 2/3] smartpqi: correct pqi_sas_smp_handler busy condition
` [PATCH 3/3] smartpqi: update version to 1.2.16-012

[PATCH v1 0/2] Two minor fixes for UFS driver
 2020-11-11 17:33 UTC  (3+ messages)
` [PATCH v1 1/2] scsi: ufs: Fix unbalanced scsi_block_reqs_cnt caused by ufshcd_hold()


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox