LinuxLists
Users
About
Coly Li (
[email protected]
)
Number of posts: 437 (0.16 per day)
First post: 2016-11-28 04:40:38
Last post: 2024-04-15 15:00:41
Previous Page
Date
List
Subject
2018-07-17 06:27:04
linux-kernel
Re: [PATCH 2/4] lib: add crc64 calculation routines
2018-07-17 06:20:32
linux-kernel
Re: [PATCH 0/4] add crc64 calculation as kernel library
2018-07-17 04:39:56
linux-kernel
Re: [PATCH 4/4] lib/test_crc: Add test cases for crc calculation
2018-07-17 03:38:41
linux-kernel
Re: [PATCH 4/4] lib/test_crc: Add test cases for crc calculation
2018-07-17 03:20:19
linux-kernel
Re: [PATCH 2/4] lib: add crc64 calculation routines
2018-07-17 03:17:03
linux-kernel
Re: [PATCH 1/4] lib/crc64: add crc64 option to lib/Kconfig
2018-07-16 16:57:35
linux-kernel
[PATCH 4/4] lib/test_crc: Add test cases for crc calculation
2018-07-16 16:56:59
linux-kernel
[PATCH 1/4] lib/crc64: add crc64 option to lib/Kconfig
2018-07-16 16:56:43
linux-kernel
[PATCH 3/4] bcache: use routines from lib/crc64.c for CRC64 calculation
2018-07-16 16:56:36
linux-kernel
[PATCH 2/4] lib: add crc64 calculation routines
2018-07-16 16:56:12
linux-kernel
[PATCH 0/4] add crc64 calculation as kernel library
2018-07-13 15:36:43
linux-kernel
Re: [PATCH] [v2] bcache: stop using the deprecated get_seconds()
2018-06-28 02:02:57
linux-kernel
Re: [PATCH V7 20/24] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
2018-06-27 15:57:10
linux-kernel
Re: [PATCH V7 20/24] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
2018-06-23 08:15:32
linux-kernel
Re: [PATCH] [v2] bcache: stop using the deprecated get_seconds()
2018-06-20 16:54:05
linux-kernel
Re: [PATCH] bcache: stop using the deprecated get_seconds()
2018-06-20 15:53:36
linux-kernel
Re: [PATCH] bcache: stop using the deprecated get_seconds()
2018-06-18 13:47:14
linux-kernel
Re: [PATCH 3/3] bcache: do not assign in if condition in bcache_device_init()
2018-06-18 13:45:54
linux-kernel
Re: [PATCH 2/3] bcache: do not assign in if condition in bcache_init()
2018-06-18 13:45:39
linux-kernel
Re: [PATCH 1/3] bcache: do not assign in if condition register_bcache()
2018-06-15 09:07:05
linux-kernel
Re: [PATCH v3 05/27] docs: Fix some broken references
2018-06-15 09:05:40
linux-crypto
Re: [PATCH v3 05/27] docs: Fix some broken references
2018-06-10 12:39:28
linux-kernel
Re: [PATCH V6 19/30] md/dm/bcache: conver to bio_for_each_chunk_segment_all and bio_for_each_chunk_all
2018-06-01 05:08:01
linux-kernel
Re: [PATCH v2 19/21] bcache: use match_string() helper
2018-05-21 03:59:58
linux-kernel
Re: [PATCH 05/12] bcache: convert to bioset_init()/mempool_init()
2017-09-05 02:54:51
linux-kernel
Re: [PATCH v4] bcache: Don't reinvent the wheel but use existing llist API
2016-12-30 16:57:04
linux-kernel
Re: [PATCH v1 07/54] bcache: comment on direct access to bvec table
2016-12-30 11:06:24
linux-kernel
Re: [PATCH v1 08/54] block: comment on bio_alloc_pages()
2016-11-28 04:40:38
linux-kernel
Re: [PATCH] md/raid5: limit request size according to implementation limits