Skip to content

Commit fbe86da

Browse files
committed
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Pull SCSI updates from James Bottomley: "This consists of a small set of driver updates (lpfc, ufs, mpt3sas mpi3mr, iscsi target). Apart from that this is mostly small fixes with very few core changes (the biggest one being VPD caching)" * tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi: (177 commits) scsi: target: tcmu: Avoid holding XArray lock when calling lock_page scsi: elx: efct: Remove NULL check after calling container_of() scsi: dpt_i2o: Drop redundant spinlock initialization scsi: qedf: Remove redundant variable op scsi: hisi_sas: Fix memory ordering in hisi_sas_task_deliver() scsi: fnic: Replace DMA mask of 64 bits with 47 bits scsi: mpi3mr: Add target device related sysfs attributes scsi: mpi3mr: Add shost related sysfs attributes scsi: elx: efct: Remove redundant memset() statement scsi: megaraid_sas: Remove redundant memset() statement scsi: mpi3mr: Return error if dma_alloc_coherent() fails scsi: hisi_sas: Fix rescan after deleting a disk scsi: hisi_sas: Use sas_ata_wait_after_reset() in IT nexus reset scsi: libsas: Refactor sas_ata_hard_reset() scsi: mpt3sas: Update driver version to 42.100.00.00 scsi: mpt3sas: Fix junk chars displayed while printing ChipName scsi: ipr: Use kobj_to_dev() scsi: mpi3mr: Fix a NULL vs IS_ERR() bug in mpi3mr_bsg_init() scsi: bnx2fc: Avoid using get_cpu() in bnx2fc_cmd_alloc() scsi: libfc: Remove get_cpu() semantics in fc_exch_em_alloc() ...
2 parents d722778 + 325d5c5 commit fbe86da

169 files changed

Lines changed: 6840 additions & 3470 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Documentation/ABI/testing/sysfs-driver-ufs

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1518,27 +1518,31 @@ Description: This entry shows the number of reads that cannot be changed to
15181518

15191519
The file is read only.
15201520

1521-
What: /sys/class/scsi_device/*/device/hpb_stats/rb_noti_cnt
1521+
What: /sys/class/scsi_device/*/device/hpb_stats/rcmd_noti_cnt
15221522
Date: June 2021
15231523
Contact: Daejun Park <daejun7.park@samsung.com>
15241524
Description: This entry shows the number of response UPIUs that has
15251525
recommendations for activating sub-regions and/or inactivating region.
15261526

15271527
The file is read only.
15281528

1529-
What: /sys/class/scsi_device/*/device/hpb_stats/rb_active_cnt
1529+
What: /sys/class/scsi_device/*/device/hpb_stats/rcmd_active_cnt
15301530
Date: June 2021
15311531
Contact: Daejun Park <daejun7.park@samsung.com>
1532-
Description: This entry shows the number of active sub-regions recommended by
1533-
response UPIUs.
1532+
Description: For the HPB device control mode, this entry shows the number of
1533+
active sub-regions recommended by response UPIUs. For the HPB host control
1534+
mode, this entry shows the number of active sub-regions recommended by the
1535+
HPB host control mode heuristic algorithm.
15341536

15351537
The file is read only.
15361538

1537-
What: /sys/class/scsi_device/*/device/hpb_stats/rb_inactive_cnt
1539+
What: /sys/class/scsi_device/*/device/hpb_stats/rcmd_inactive_cnt
15381540
Date: June 2021
15391541
Contact: Daejun Park <daejun7.park@samsung.com>
1540-
Description: This entry shows the number of inactive regions recommended by
1541-
response UPIUs.
1542+
Description: For the HPB device control mode, this entry shows the number of
1543+
inactive regions recommended by response UPIUs. For the HPB host control
1544+
mode, this entry shows the number of inactive regions recommended by the
1545+
HPB host control mode heuristic algorithm.
15421546

15431547
The file is read only.
15441548

0 commit comments

Comments
 (0)