Nick Terrell
cf30f6a5f0
lib: zstd: Add kernel-specific API
...
This patch:
- Moves `include/linux/zstd.h` -> `include/linux/zstd_lib.h`
- Updates modified zstd headers to yearless copyright
- Adds a new API in `include/linux/zstd.h` that is functionally
equivalent to the in-use subset of the current API. Functions are
renamed to avoid symbol collisions with zstd, to make it clear it is
not the upstream zstd API, and to follow the kernel style guide.
- Updates all callers to use the new API.
There are no functional changes in this patch. Since there are no
functional change, I felt it was okay to update all the callers in a
single patch. Once the API is approved, the callers are mechanically
changed.
This patch is preparing for the 3rd patch in this series, which updates
zstd to version 1.4.10. Since the upstream zstd API is no longer exposed
to callers, the update can happen transparently.
Signed-off-by: Nick Terrell <terrelln@fb.com >
Tested By: Paul Jones <paul@pauljones.id.au >
Tested-by: Oleksandr Natalenko <oleksandr@natalenko.name >
Tested-by: Sedat Dilek <sedat.dilek@gmail.com > # LLVM/Clang v13.0.0 on x86-64
Tested-by: Jean-Denis Girard <jd.girard@sysnux.pf >
2021-11-08 16:55:21 -08:00
..
2021-10-19 10:30:51 +01:00
2021-10-29 13:11:53 -07:00
2021-10-24 16:24:29 +02:00
2021-09-02 22:49:16 +02:00
2021-10-05 19:08:11 +02:00
2021-10-27 11:07:59 +02:00
2021-10-20 19:38:29 +02:00
2021-10-21 12:44:07 +01:00
2021-11-08 11:55:21 -08:00
2021-09-28 16:56:05 -06:00
2021-10-27 00:16:00 +02:00
2021-10-19 08:30:45 +01:00
2021-11-08 12:07:52 -08:00
2021-10-05 13:15:35 +01:00
2021-11-01 14:49:20 -03:00
2021-11-01 18:55:12 -07:00
2021-09-14 19:34:28 +02:00
2021-10-21 20:02:42 +01:00
2021-09-03 16:20:37 -07:00
2021-10-14 23:06:53 +02:00
2021-10-14 23:06:53 +02:00
2021-10-14 23:06:53 +02:00
2021-10-14 23:06:53 +02:00
2021-09-20 12:43:34 +01:00
2021-11-03 17:00:52 -07:00
2021-10-02 17:49:11 +02:00
2021-10-14 09:22:11 -07:00
2021-10-21 14:18:42 +01:00
2021-11-03 12:15:29 -07:00
2021-11-03 21:18:44 -07:00
2021-09-01 10:29:29 -07:00
2021-11-08 11:55:21 -08:00
2021-09-04 10:25:26 -07:00
2021-10-22 10:54:51 +02:00
2021-10-05 12:47:49 +02:00
2021-11-06 14:36:12 -07:00
2021-09-19 22:35:37 -04:00
2021-10-29 22:34:31 -05:00
2021-10-15 11:25:15 +02:00
2021-10-18 13:11:06 +01:00
2021-10-07 16:51:57 +02:00
2021-10-26 21:01:48 -06:00
2021-10-01 16:52:48 -04:00
2021-11-01 21:17:39 -07:00
2021-11-06 13:30:34 -07:00
2021-11-06 14:08:17 -07:00
2021-10-27 06:54:58 -06:00
2021-10-26 19:30:38 -07:00
2021-10-18 14:43:23 -06:00
2021-10-21 10:49:32 -06:00
2021-10-18 06:17:02 -06:00
2021-10-29 06:50:52 -06:00
2021-11-01 10:25:27 -07:00
2021-10-18 06:17:02 -06:00
2021-10-10 22:16:02 -04:00
2021-11-01 19:59:46 -07:00
2021-10-05 17:07:41 -07:00
2021-11-02 15:37:27 -07:00
2021-11-01 19:59:46 -07:00
2021-10-05 17:07:41 -07:00
2021-10-24 13:42:28 +01:00
2021-10-05 17:07:42 -07:00
2021-09-24 16:13:35 -07:00
2021-10-18 06:17:36 -06:00
2021-09-01 10:29:10 +02:00
2021-10-04 11:46:05 +02:00
2021-09-14 20:05:26 -06:00
2021-09-13 16:35:58 -07:00
2021-09-13 16:35:58 -07:00
2021-09-01 15:26:45 -07:00
2021-11-06 13:30:39 -07:00
2021-09-03 09:58:17 -07:00
2021-09-08 15:32:35 -07:00
2021-11-07 10:38:17 -08:00
2021-11-07 10:38:17 -08:00
2021-09-13 10:18:28 -07:00
2021-11-06 14:08:17 -07:00
2021-09-15 12:04:28 -07:00
2021-10-05 15:02:44 +02:00
2021-09-15 15:51:46 +02:00
2021-10-21 13:02:47 +02:00
2021-09-11 00:41:21 +02:00
2021-11-02 19:31:28 +01:00
2021-11-02 19:31:28 +01:00
2021-09-21 17:34:53 +02:00
2021-11-06 13:30:38 -07:00
2021-11-06 13:30:46 -07:00
2021-09-17 15:08:45 +02:00
2021-10-21 10:49:32 -06:00
2021-09-03 10:34:44 -07:00
2021-11-03 08:05:59 -07:00
2021-09-03 10:11:18 +02:00
2021-10-11 18:09:39 +10:00
2021-10-18 12:31:48 +02:00
2021-10-21 16:03:31 +02:00
2021-10-18 20:22:03 -10:00
2021-10-05 16:33:05 +02:00
2021-10-19 12:46:24 +01:00
2021-10-06 17:47:50 -07:00
2021-10-27 12:53:45 +02:00
2021-09-06 07:20:56 -04:00
2021-11-02 06:20:58 -07:00
2021-11-01 13:44:26 -05:00
2021-10-22 14:13:53 +02:00
2021-10-18 07:49:39 -04:00
2021-10-25 15:34:41 -07:00
2021-11-06 14:08:17 -07:00
2021-09-20 19:32:33 -07:00
2021-10-22 09:50:55 +10:30
2021-10-27 12:35:05 +02:00
2021-10-27 12:34:49 +02:00
2021-10-21 14:19:00 -04:00
2021-10-14 10:48:56 +02:00
2021-11-01 09:50:37 -07:00
2021-11-06 14:08:17 -07:00
2021-10-18 07:49:38 -04:00
2021-11-06 14:08:17 -07:00
2021-09-27 09:27:30 -04:00
2021-09-03 09:58:16 -07:00
2021-11-06 13:30:41 -07:00
2021-10-28 11:26:40 +00:00
2021-11-02 06:20:58 -07:00
2021-11-01 19:57:14 -07:00
2021-10-18 12:31:48 +02:00
2021-11-06 13:30:36 -07:00
2021-09-23 09:25:59 +02:00
2021-11-02 12:25:03 -07:00
2021-09-03 10:44:35 -07:00
2021-10-05 06:54:16 -05:00
2021-10-05 06:54:16 -05:00
2021-11-01 19:57:14 -07:00
2021-10-15 11:25:18 +02:00
2021-10-28 13:34:57 +01:00
2021-10-28 21:11:34 +01:00
2021-10-26 10:13:31 +01:00
2021-11-06 14:36:12 -07:00
2021-11-06 14:08:17 -07:00
2021-10-05 15:51:35 +02:00
2021-11-06 14:08:17 -07:00
2021-09-14 16:55:19 +02:00
2021-11-06 13:30:43 -07:00
2021-09-14 11:28:32 +02:00
2021-09-30 21:24:08 -04:00
2021-10-18 07:49:39 -04:00
2021-10-01 03:44:57 -04:00
2021-09-06 06:30:45 -04:00
2021-09-27 16:16:42 +02:00
2021-11-05 08:42:02 -07:00
2021-09-17 15:08:45 +02:00
2021-10-30 16:37:28 +02:00
2021-10-20 08:17:08 -04:00
2021-10-20 08:17:08 -04:00
2021-09-30 12:46:44 -06:00
2021-10-24 13:40:33 +01:00
2021-10-04 11:47:24 +02:00
2021-11-06 13:30:42 -07:00
2021-11-06 14:08:17 -07:00
2021-11-06 13:30:42 -07:00
2021-11-06 13:30:42 -07:00
2021-11-06 13:30:41 -07:00
2021-09-01 08:35:06 -07:00
2021-09-29 10:54:50 +01:00
2021-11-06 13:30:41 -07:00
2021-11-06 14:08:17 -07:00
2021-09-20 07:35:38 -10:00
2021-09-27 09:27:29 -04:00
2021-11-06 14:08:17 -07:00
2021-11-06 14:08:17 -07:00
2021-09-03 18:42:01 +02:00
2021-09-16 13:05:42 -07:00
2021-09-27 09:27:29 -04:00
2021-11-06 13:30:40 -07:00
2021-09-21 13:44:55 -07:00
2021-10-18 14:05:25 +01:00
2021-10-14 23:06:28 +02:00
2021-09-27 09:27:31 -04:00
2021-10-05 13:07:03 +01:00
2021-11-06 13:30:42 -07:00
2021-10-20 19:16:00 +02:00
2021-10-20 19:16:01 +02:00
2021-10-27 08:03:19 +02:00
2021-09-14 09:02:50 +02:00
2021-10-13 15:33:17 +02:00
2021-09-30 21:24:07 -04:00
2021-10-25 10:56:37 +02:00
2021-10-14 15:59:04 -07:00
2021-10-20 13:37:25 -05:00
2021-09-08 11:50:25 -07:00
2021-09-13 10:18:28 -07:00
2021-09-17 13:52:17 +01:00
2021-09-08 11:50:24 -07:00
2021-10-18 07:49:39 -04:00
2021-10-18 07:49:39 -04:00
2021-09-27 09:27:29 -04:00
2021-11-06 14:08:17 -07:00
2021-11-02 12:25:03 -07:00
2021-10-18 06:17:02 -06:00
2021-09-07 19:13:42 -07:00
2021-09-27 17:00:21 +02:00
2021-09-07 19:13:42 -07:00
2021-11-08 11:49:48 -08:00
2021-10-21 08:37:26 -06:00
2021-11-06 13:30:34 -07:00
2021-11-02 06:20:58 -07:00
2021-10-26 15:10:36 +01:00
2021-10-26 15:10:36 +01:00
2021-09-20 22:28:47 +02:00
2021-10-27 20:49:32 +02:00
2021-11-01 20:05:19 -07:00
2021-09-03 15:33:47 -07:00
2021-10-07 13:39:51 +01:00
2021-10-06 11:27:41 -05:00
2021-09-02 21:38:56 +02:00
2021-10-07 16:51:57 +02:00
2021-09-15 11:37:50 -07:00
2021-09-16 10:24:05 -07:00
2021-10-18 07:49:39 -04:00
2021-10-21 12:35:35 +02:00
2021-10-30 16:37:28 +02:00
2021-10-30 16:37:28 +02:00
2021-09-02 22:07:17 +02:00
2021-10-18 14:40:42 -06:00
2021-11-03 12:15:29 -07:00
2021-10-18 20:22:03 -10:00
2021-10-20 08:17:08 -04:00
2021-09-03 09:58:12 -07:00
2021-10-26 10:15:12 +02:00
2021-11-01 22:26:08 -07:00
2021-11-01 19:59:46 -07:00
2021-11-06 13:30:43 -07:00
2021-11-06 13:30:32 -07:00
2021-10-26 14:58:45 +01:00
2021-10-30 16:37:28 +02:00
2021-10-30 16:37:28 +02:00
2021-10-30 16:37:28 +02:00
2021-11-06 13:30:43 -07:00
2021-11-06 13:30:43 -07:00
2021-10-18 12:28:52 -07:00
2021-11-03 11:41:25 -07:00
2021-11-06 14:08:17 -07:00
2021-09-29 12:50:34 +02:00
2021-10-14 09:22:47 -05:00
2021-10-07 13:51:11 +02:00
2021-10-18 06:17:02 -06:00
2021-10-15 11:55:41 +02:00
2021-09-25 08:20:49 -07:00
2021-09-08 11:50:28 -07:00
2021-09-08 17:44:26 +02:00
2021-10-15 11:25:16 +02:00
2021-09-13 16:36:16 -07:00
2021-10-26 05:03:34 +03:00
2021-10-27 12:27:17 -04:00
2021-11-01 20:05:19 -07:00
2021-09-22 10:24:01 -04:00
2021-10-30 11:02:00 +02:00
2021-09-22 16:59:13 +02:00
2021-09-22 16:59:13 +02:00
2021-09-22 16:59:13 +02:00
2021-10-18 12:54:41 +01:00
2021-09-08 15:32:35 -07:00
2021-10-24 15:26:06 +02:00
2021-09-08 12:55:35 -07:00
2021-10-18 16:02:30 -05:00
2021-09-03 09:58:16 -07:00
2021-11-01 05:26:49 -04:00
2021-09-30 12:46:44 -06:00
2021-09-06 07:20:57 -04:00
2021-11-01 05:26:48 -04:00
2021-11-01 04:30:34 -04:00
2021-11-01 05:26:48 -04:00
2021-09-03 09:58:16 -07:00
2021-11-06 13:30:36 -07:00
2021-09-03 09:58:17 -07:00
2021-10-18 07:49:40 -04:00
2021-10-07 13:51:15 +02:00
2021-10-20 06:19:03 -10:00
2021-11-01 09:19:50 -07:00
2021-09-17 15:08:41 +02:00
2021-10-19 23:44:30 +08:00
2021-11-08 16:55:21 -08:00
2021-11-08 16:55:21 -08:00