linux/drivers/scsi/qla2xxx
Al Viro 5f60d5f6bb move asm/unaligned.h to linux/unaligned.h
asm/unaligned.h is always an include of asm-generic/unaligned.h;
might as well move that thing to linux/unaligned.h and include
that - there's nothing arch-specific in that header.

auto-generated by the following:

for i in `git grep -l -w asm/unaligned.h`; do
	sed -i -e "s/asm\/unaligned.h/linux\/unaligned.h/" $i
done
for i in `git grep -l -w asm-generic/unaligned.h`; do
	sed -i -e "s/asm-generic\/unaligned.h/linux\/unaligned.h/" $i
done
git mv include/asm-generic/unaligned.h include/linux/unaligned.h
git mv tools/include/asm-generic/unaligned.h tools/include/linux/unaligned.h
sed -i -e "/unaligned.h/d" include/asm-generic/Kbuild
sed -i -e "s/__ASM_GENERIC/__LINUX/" include/linux/unaligned.h tools/include/linux/unaligned.h
2024-10-02 17:23:23 -04:00
..
Kconfig scsi: qla2xxx: Indent help text 2024-04-08 22:01:19 -04:00
Makefile
qla_attr.c scsi: Use device_show_string() helper for sysfs attributes 2024-05-04 17:37:04 +02:00
qla_bsg.c scsi: qla2xxx: Use QP lock to search for bsg 2024-07-10 22:44:10 -04:00
qla_bsg.h
qla_dbg.c scsi: qla2xxx: Remove unsupported ql2xenabledif option 2023-08-21 17:45:15 -04:00
qla_dbg.h scsi: qla2xxx: Add Unsolicited LS Request and Response Support for NVMe 2023-08-21 17:45:14 -04:00
qla_def.h scsi: qla2xxx: Remove the unused 'del_list_entry' field in struct fc_port 2024-08-28 21:31:59 -04:00
qla_devtbl.h
qla_dfs.c scsi: qla2xxx: Fix debugfs output for fw_resource_count 2024-05-06 21:27:39 -04:00
qla_dsd.h move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
qla_edif_bsg.h scsi: qla2xxx: edif: Fix clang warning 2023-01-11 23:48:26 -05:00
qla_edif.c scsi: qla2xxx: Fix off by one in qla_edif_app_getstats() 2024-04-05 21:48:32 -04:00
qla_edif.h scsi: qla2xxx: Relocate/rename vp map 2023-01-11 23:48:25 -05:00
qla_fw.h
qla_gbl.h scsi: qla2xxx: Reduce fabric scan duplicate code 2024-07-10 22:44:10 -04:00
qla_gs.c scsi: qla2xxx: Reduce fabric scan duplicate code 2024-07-10 22:44:10 -04:00
qla_init.c scsi: qla2xxx: Convert comma to semicolon 2024-07-10 22:47:12 -04:00
qla_inline.h scsi: qla2xxx: Unable to act on RSCN for port online 2024-07-10 22:44:09 -04:00
qla_iocb.c scsi: qla2xxx: Fix double free of fcport 2024-03-10 18:44:43 -04:00
qla_isr.c scsi: qla2xxx: Remove unused struct 'scsi_dif_tuple' 2024-05-30 20:26:41 -04:00
qla_mbx.c scsi: qla2xxx: Change debug message during driver unload 2024-03-10 18:44:43 -04:00
qla_mid.c scsi: qla2xxx: During vport delete send async logout explicitly 2024-07-10 22:44:10 -04:00
qla_mr.c scsi: qla2xxx: Avoid possible run-time warning with long model_num 2024-04-25 10:41:47 -07:00
qla_mr.h
qla_nvme.c scsi: qla2xxx: validate nvme_local_port correctly 2024-07-10 22:44:09 -04:00
qla_nvme.h scsi: qla2xxx: Add Unsolicited LS Request and Response Support for NVMe 2023-08-21 17:45:14 -04:00
qla_nx2.c
qla_nx2.h
qla_nx.c
qla_nx.h scsi: qla2xxx: Allow 32-byte CDBs 2023-08-21 17:37:42 -04:00
qla_os.c scsi: Expand all create*_workqueue() invocations 2024-08-22 21:28:55 -04:00
qla_settings.h
qla_sup.c scsi: qla2xxx: Fix flash read failure 2024-07-10 22:44:10 -04:00
qla_target.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
qla_target.h scsi: qla2xxx: Relocate/rename vp map 2023-01-11 23:48:25 -05:00
qla_tmpl.c
qla_tmpl.h
qla_version.h scsi: qla2xxx: Update version to 10.02.09.300-k 2024-07-10 22:44:10 -04:00
tcm_qla2xxx.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
tcm_qla2xxx.h