linux/drivers/md/bcache
Coly Li d23599630b bcache: use routines from lib/crc64.c for CRC64 calculation
Now we have crc64 calculation in lib/crc64.c, it is unnecessary for
bcache to use its own version.  This patch changes bcache code to use
crc64 routines in lib/crc64.c.

Link: http://lkml.kernel.org/r/20180718165545.1622-3-colyli@suse.de
Signed-off-by: Coly Li <colyli@suse.de>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: Michael Lyle <mlyle@lyle.org>
Cc: Kent Overstreet <kent.overstreet@gmail.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Kate Stewart <kstewart@linuxfoundation.org>
Cc: Randy Dunlap <rdunlap@infradead.org>
Cc: Eric Biggers <ebiggers3@gmail.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Noah Massey <noah.massey@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2018-08-22 10:52:48 -07:00
..
alloc.c bcache: add wait_for_kthread_stop() in bch_allocator_thread() 2018-05-03 08:35:13 -06:00
bcache.h bcache: set max writeback rate when I/O request is idle 2018-08-09 08:21:15 -06:00
bset.c bcache: add code comments for bset.c 2018-08-09 08:21:12 -06:00
bset.h bcache: convert to bioset_init()/mempool_init() 2018-05-30 15:33:32 -06:00
btree.c bcache: avoid unncessary cache prefetch bch_btree_node_get() 2018-08-09 08:21:05 -06:00
btree.h bcache: trivial - remove tailing backslash in macro BTREE_FLAG 2018-08-09 08:21:19 -06:00
closure.c bcache: do not check return value of debugfs_create_dir() 2018-08-09 08:21:01 -06:00
closure.h bcache: do not check return value of debugfs_create_dir() 2018-08-09 08:21:01 -06:00
debug.c bcache: do not check return value of debugfs_create_dir() 2018-08-09 08:21:01 -06:00
debug.h
extents.c docs: Fix some broken references 2018-06-15 18:10:01 -03:00
extents.h
io.c bcache: convert to bioset_init()/mempool_init() 2018-05-30 15:33:32 -06:00
journal.c bcache: free heap cache_set->flush_btree in bch_journal_free 2018-07-27 09:15:46 -06:00
journal.h
Kconfig bcache: use routines from lib/crc64.c for CRC64 calculation 2018-08-22 10:52:48 -07:00
Makefile
movinggc.c
request.c bcache: set max writeback rate when I/O request is idle 2018-08-09 08:21:15 -06:00
request.h
stats.c
stats.h
super.c bcache: set max writeback rate when I/O request is idle 2018-08-09 08:21:15 -06:00
sysfs.c bcache: fix error setting writeback_rate through sysfs interface 2018-08-10 12:18:47 -06:00
sysfs.h
trace.c
util.c bcache: use routines from lib/crc64.c for CRC64 calculation 2018-08-22 10:52:48 -07:00
util.h bcache: use routines from lib/crc64.c for CRC64 calculation 2018-08-22 10:52:48 -07:00
writeback.c bcache: set max writeback rate when I/O request is idle 2018-08-09 08:21:15 -06:00
writeback.h bcache: simplify the calculation of the total amount of flash dirty data 2018-07-27 09:15:46 -06:00