md: rename some drivers/md/ files to have an "md-" prefix
authorMike Snitzer <snitzer@redhat.com>
Tue, 10 Oct 2017 21:02:41 +0000 (17:02 -0400)
committerShaohua Li <shli@fb.com>
Tue, 17 Oct 2017 02:06:36 +0000 (19:06 -0700)
commit935fe0983e09f4f7331ebf5ea4ae2124f6e9f9e8
treea3debe3ff3a5c4462b416f8992577d30c06a8a8a
parent584ed9fa9532f8b9d5955628ff87ee3b2ab9f5a9
md: rename some drivers/md/ files to have an "md-" prefix

Motivated by the desire to illiminate the imprecise nature of
DM-specific patches being unnecessarily sent to both the MD maintainer
and mailing-list.  Which is born out of the fact that DM files also
reside in drivers/md/

Now all MD-specific files in drivers/md/ start with either "raid" or
"md-" and the MAINTAINERS file has been updated accordingly.

Shaohua: don't change module name

Signed-off-by: Mike Snitzer <snitzer@redhat.com>
Signed-off-by: Shaohua Li <shli@fb.com>
23 files changed:
MAINTAINERS
drivers/md/Makefile
drivers/md/bitmap.c [deleted file]
drivers/md/bitmap.h [deleted file]
drivers/md/dm-raid.c
drivers/md/faulty.c [deleted file]
drivers/md/linear.c [deleted file]
drivers/md/linear.h [deleted file]
drivers/md/md-bitmap.c [new file with mode: 0644]
drivers/md/md-bitmap.h [new file with mode: 0644]
drivers/md/md-cluster.c
drivers/md/md-faulty.c [new file with mode: 0644]
drivers/md/md-linear.c [new file with mode: 0644]
drivers/md/md-linear.h [new file with mode: 0644]
drivers/md/md-multipath.c [new file with mode: 0644]
drivers/md/md-multipath.h [new file with mode: 0644]
drivers/md/md.c
drivers/md/multipath.c [deleted file]
drivers/md/multipath.h [deleted file]
drivers/md/raid1.c
drivers/md/raid10.c
drivers/md/raid5-cache.c
drivers/md/raid5.c