public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
From: Bart Van Assche <bvanassche@acm.org>
To: "Martin K . Petersen" <martin.petersen@oracle.com>
Cc: linux-scsi@vger.kernel.org, Bart Van Assche <bvanassche@acm.org>
Subject: [PATCH 0/4] Do not use "slave" in function names
Date: Mon, 30 Sep 2024 13:18:46 -0700	[thread overview]
Message-ID: <20240930201937.2020129-1-bvanassche@acm.org> (raw)

Hi Martin,

There is agreement that the word "slave" should not be used in Linux kernel
source code. Hence this patch series that renames all SCSI functions that
have the word "slave" in their function name. Please consider this patch
series for the next merge window.

Thanks,

Bart.

Bart Van Assche (4):
  scsi: Rename .slave_alloc() and .slave_destroy()
  scsi: Convert SCSI drivers to .device_configure()
  scsi: core: Remove .slave_configure()
  scsi: core: Update .slave_configure() references in the documentation

 Documentation/scsi/scsi_mid_low_api.rst     | 79 +++++++++++----------
 drivers/ata/libata-scsi.c                   | 12 ++--
 drivers/firewire/sbp2.c                     |  4 +-
 drivers/infiniband/ulp/srp/ib_srp.c         |  5 +-
 drivers/message/fusion/mptfc.c              | 14 ++--
 drivers/message/fusion/mptsas.c             | 14 ++--
 drivers/message/fusion/mptscsih.c           | 10 +--
 drivers/message/fusion/mptscsih.h           |  5 +-
 drivers/message/fusion/mptspi.c             | 19 ++---
 drivers/net/ethernet/allwinner/sun4i-emac.c |  4 +-
 drivers/net/ethernet/mellanox/mlx4/main.c   | 12 ++--
 drivers/s390/scsi/zfcp_scsi.c               | 15 ++--
 drivers/s390/scsi/zfcp_sysfs.c              |  2 +-
 drivers/s390/scsi/zfcp_unit.c               |  2 +-
 drivers/scsi/3w-9xxx.c                      |  7 +-
 drivers/scsi/3w-sas.c                       |  7 +-
 drivers/scsi/3w-xxxx.c                      |  9 +--
 drivers/scsi/53c700.c                       | 19 ++---
 drivers/scsi/BusLogic.c                     |  7 +-
 drivers/scsi/BusLogic.h                     |  3 +-
 drivers/scsi/aacraid/linit.c                |  8 ++-
 drivers/scsi/advansys.c                     | 23 +++---
 drivers/scsi/aic7xxx/aic79xx_osm.c          |  8 +--
 drivers/scsi/aic7xxx/aic7xxx_osm.c          |  8 +--
 drivers/scsi/arcmsr/arcmsr_hba.c            |  8 ++-
 drivers/scsi/bfa/bfad_im.c                  | 26 +++----
 drivers/scsi/bnx2fc/bnx2fc_fcoe.c           |  7 +-
 drivers/scsi/csiostor/csio_scsi.c           | 18 ++---
 drivers/scsi/dc395x.c                       | 12 ++--
 drivers/scsi/esp_scsi.c                     | 15 ++--
 drivers/scsi/fcoe/fcoe.c                    |  2 +-
 drivers/scsi/fnic/fnic_main.c               |  4 +-
 drivers/scsi/hisi_sas/hisi_sas.h            |  2 +-
 drivers/scsi/hisi_sas/hisi_sas_main.c       |  6 +-
 drivers/scsi/hisi_sas/hisi_sas_v1_hw.c      |  2 +-
 drivers/scsi/hisi_sas/hisi_sas_v2_hw.c      |  2 +-
 drivers/scsi/hisi_sas/hisi_sas_v3_hw.c      |  2 +-
 drivers/scsi/hpsa.c                         | 20 +++---
 drivers/scsi/ibmvscsi/ibmvfc.c              | 13 ++--
 drivers/scsi/ibmvscsi/ibmvscsi.c            |  8 ++-
 drivers/scsi/ipr.c                          | 12 ++--
 drivers/scsi/ips.c                          |  6 +-
 drivers/scsi/ips.h                          |  3 +-
 drivers/scsi/libfc/fc_fcp.c                 |  6 +-
 drivers/scsi/libsas/sas_scsi_host.c         |  4 +-
 drivers/scsi/lpfc/lpfc_scsi.c               | 37 ++++++----
 drivers/scsi/megaraid/megaraid_sas_base.c   |  8 +--
 drivers/scsi/mpi3mr/mpi3mr_os.c             | 12 ++--
 drivers/scsi/mpt3sas/mpt3sas_scsih.c        | 16 ++---
 drivers/scsi/mvumi.c                        |  5 +-
 drivers/scsi/myrb.c                         | 21 +++---
 drivers/scsi/myrs.c                         | 13 ++--
 drivers/scsi/ncr53c8xx.c                    |  9 +--
 drivers/scsi/pmcraid.c                      | 14 ++--
 drivers/scsi/ps3rom.c                       |  5 +-
 drivers/scsi/qedf/qedf_main.c               |  5 +-
 drivers/scsi/qla1280.c                      |  6 +-
 drivers/scsi/qla2xxx/qla_os.c               | 12 ++--
 drivers/scsi/qla4xxx/ql4_os.c               |  6 +-
 drivers/scsi/qlogicpti.c                    |  5 +-
 drivers/scsi/scsi_debug.c                   | 19 ++---
 drivers/scsi/scsi_scan.c                    | 14 ++--
 drivers/scsi/scsi_sysfs.c                   |  4 +-
 drivers/scsi/smartpqi/smartpqi_init.c       | 13 ++--
 drivers/scsi/snic/snic_main.c               | 12 ++--
 drivers/scsi/stex.c                         |  4 +-
 drivers/scsi/storvsc_drv.c                  |  7 +-
 drivers/scsi/sym53c8xx_2/sym_glue.c         | 15 ++--
 drivers/scsi/virtio_scsi.c                  |  2 +-
 drivers/scsi/xen-scsifront.c                | 11 +--
 drivers/staging/rts5208/rtsx.c              |  8 +--
 drivers/ufs/core/ufshcd.c                   | 12 ++--
 drivers/usb/image/microtek.c                |  4 +-
 drivers/usb/storage/scsiglue.c              |  6 +-
 drivers/usb/storage/uas.c                   |  4 +-
 include/linux/libata.h                      |  8 +--
 include/scsi/libfc.h                        |  2 +-
 include/scsi/libsas.h                       |  4 +-
 include/scsi/scsi_device.h                  |  4 +-
 include/scsi/scsi_host.h                    | 22 +++---
 80 files changed, 430 insertions(+), 393 deletions(-)


             reply	other threads:[~2024-09-30 20:19 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-30 20:18 Bart Van Assche [this message]
2024-09-30 20:18 ` [PATCH 1/4] scsi: Rename .slave_alloc() and .slave_destroy() Bart Van Assche
2024-09-30 20:58   ` Matthew Wilcox
2024-09-30 21:10     ` Bart Van Assche
2024-10-01  0:10   ` Damien Le Moal
2024-10-02 20:23     ` Bart Van Assche
2024-10-02 22:26       ` Damien Le Moal
2024-10-01  3:26   ` Randy Dunlap
2024-10-01  4:43     ` Randy Dunlap
2024-10-01 20:15       ` Bart Van Assche
2024-09-30 20:18 ` [PATCH 2/4] scsi: Convert SCSI drivers to .device_configure() Bart Van Assche
2024-10-01  6:11   ` Leon Romanovsky
2024-10-02  9:02   ` Geoff Levand
2024-10-02 15:19   ` Khalid Aziz
2024-09-30 20:18 ` [PATCH 3/4] scsi: core: Remove .slave_configure() Bart Van Assche
2024-09-30 20:18 ` [PATCH 4/4] scsi: core: Update .slave_configure() references in the documentation Bart Van Assche

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240930201937.2020129-1-bvanassche@acm.org \
    --to=bvanassche@acm.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=martin.petersen@oracle.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox