]> www.infradead.org Git - users/jedix/linux-maple.git/commit
dm vdo: move indexer files into sub-directory
authorMike Snitzer <snitzer@kernel.org>
Thu, 8 Feb 2024 21:55:29 +0000 (15:55 -0600)
committerMike Snitzer <snitzer@kernel.org>
Mon, 4 Mar 2024 20:07:55 +0000 (15:07 -0500)
commit17b1a73feaf31bea77010e226c8e434cba1f95ea
tree7dc5f2f4c7d5de180701dac533b8dad1b66fb460
parent61234f0bdabb5f3b9e26e582e6457a1a3b01cb79
dm vdo: move indexer files into sub-directory

The goal is to assist high-level understanding of which code is
conceptually specific to VDO's indexer.

Signed-off-by: Mike Snitzer <snitzer@kernel.org>
Signed-off-by: Matthew Sakai <msakai@redhat.com>
36 files changed:
drivers/md/dm-vdo/Makefile
drivers/md/dm-vdo/data-vio.h
drivers/md/dm-vdo/dedupe.c
drivers/md/dm-vdo/indexer/chapter-index.c [moved from drivers/md/dm-vdo/chapter-index.c with 99% similarity]
drivers/md/dm-vdo/indexer/chapter-index.h [moved from drivers/md/dm-vdo/chapter-index.h with 100% similarity]
drivers/md/dm-vdo/indexer/config.c [moved from drivers/md/dm-vdo/config.c with 100% similarity]
drivers/md/dm-vdo/indexer/config.h [moved from drivers/md/dm-vdo/config.h with 100% similarity]
drivers/md/dm-vdo/indexer/delta-index.c [moved from drivers/md/dm-vdo/delta-index.c with 99% similarity]
drivers/md/dm-vdo/indexer/delta-index.h [moved from drivers/md/dm-vdo/delta-index.h with 99% similarity]
drivers/md/dm-vdo/indexer/funnel-requestqueue.c [moved from drivers/md/dm-vdo/funnel-requestqueue.c with 100% similarity]
drivers/md/dm-vdo/indexer/funnel-requestqueue.h [moved from drivers/md/dm-vdo/funnel-requestqueue.h with 100% similarity]
drivers/md/dm-vdo/indexer/geometry.c [moved from drivers/md/dm-vdo/geometry.c with 99% similarity]
drivers/md/dm-vdo/indexer/geometry.h [moved from drivers/md/dm-vdo/geometry.h with 100% similarity]
drivers/md/dm-vdo/indexer/hash-utils.h [moved from drivers/md/dm-vdo/hash-utils.h with 99% similarity]
drivers/md/dm-vdo/indexer/index-layout.c [moved from drivers/md/dm-vdo/index-layout.c with 99% similarity]
drivers/md/dm-vdo/indexer/index-layout.h [moved from drivers/md/dm-vdo/index-layout.h with 100% similarity]
drivers/md/dm-vdo/indexer/index-page-map.c [moved from drivers/md/dm-vdo/index-page-map.c with 99% similarity]
drivers/md/dm-vdo/indexer/index-page-map.h [moved from drivers/md/dm-vdo/index-page-map.h with 100% similarity]
drivers/md/dm-vdo/indexer/index-session.c [moved from drivers/md/dm-vdo/index-session.c with 99% similarity]
drivers/md/dm-vdo/indexer/index-session.h [moved from drivers/md/dm-vdo/index-session.h with 99% similarity]
drivers/md/dm-vdo/indexer/index.c [moved from drivers/md/dm-vdo/index.c with 99% similarity]
drivers/md/dm-vdo/indexer/index.h [moved from drivers/md/dm-vdo/index.h with 100% similarity]
drivers/md/dm-vdo/indexer/indexer.h [moved from drivers/md/dm-vdo/indexer.h with 100% similarity]
drivers/md/dm-vdo/indexer/io-factory.c [moved from drivers/md/dm-vdo/io-factory.c with 100% similarity]
drivers/md/dm-vdo/indexer/io-factory.h [moved from drivers/md/dm-vdo/io-factory.h with 100% similarity]
drivers/md/dm-vdo/indexer/open-chapter.c [moved from drivers/md/dm-vdo/open-chapter.c with 99% similarity]
drivers/md/dm-vdo/indexer/open-chapter.h [moved from drivers/md/dm-vdo/open-chapter.h with 100% similarity]
drivers/md/dm-vdo/indexer/radix-sort.c [moved from drivers/md/dm-vdo/radix-sort.c with 100% similarity]
drivers/md/dm-vdo/indexer/radix-sort.h [moved from drivers/md/dm-vdo/radix-sort.h with 100% similarity]
drivers/md/dm-vdo/indexer/sparse-cache.c [moved from drivers/md/dm-vdo/sparse-cache.c with 99% similarity]
drivers/md/dm-vdo/indexer/sparse-cache.h [moved from drivers/md/dm-vdo/sparse-cache.h with 100% similarity]
drivers/md/dm-vdo/indexer/volume-index.c [moved from drivers/md/dm-vdo/volume-index.c with 99% similarity]
drivers/md/dm-vdo/indexer/volume-index.h [moved from drivers/md/dm-vdo/volume-index.h with 99% similarity]
drivers/md/dm-vdo/indexer/volume.c [moved from drivers/md/dm-vdo/volume.c with 99% similarity]
drivers/md/dm-vdo/indexer/volume.h [moved from drivers/md/dm-vdo/volume.h with 99% similarity]
drivers/md/dm-vdo/uds-sysfs.c