linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH 0/3] fs: nls: Simplification of ASCII and ISO-8859-1
@ 2022-12-26 14:42 Pali Rohár
  2022-12-26 14:42 ` [RFC PATCH 1/3] nls: Simplify ASCII implementation Pali Rohár
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Pali Rohár @ 2022-12-26 14:42 UTC (permalink / raw)
  To: linux-fsdevel, linux-kernel, OGAWA Hirofumi, Jan Kara,
	Alexander Viro

This is RFC patch series which simplify ASCII and ISO-8859-1 tables.
I'm not sure what is the direction of the nls code and duplicated
default/iso88591 tables, so I'm sending this series as RFC.

Pali Rohár (3):
  nls: Simplify ASCII implementation
  nls: Simplify ISO-8859-1 implementation
  nls: Replace default nls table by correct iso8859-1 table

 fs/nls/Kconfig         |  21 ++--
 fs/nls/Makefile        |   1 -
 fs/nls/nls_ascii.c     |  85 ++------------
 fs/nls/nls_base.c      | 187 +++++++-----------------------
 fs/nls/nls_iso8859-1.c | 257 -----------------------------------------
 5 files changed, 57 insertions(+), 494 deletions(-)
 delete mode 100644 fs/nls/nls_iso8859-1.c

-- 
2.20.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-02-04 10:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-26 14:42 [RFC PATCH 0/3] fs: nls: Simplification of ASCII and ISO-8859-1 Pali Rohár
2022-12-26 14:42 ` [RFC PATCH 1/3] nls: Simplify ASCII implementation Pali Rohár
2022-12-26 14:43 ` [RFC PATCH 2/3] nls: Simplify ISO-8859-1 implementation Pali Rohár
2022-12-26 14:43 ` [RFC PATCH 3/3] nls: Replace default nls table by correct iso8859-1 table Pali Rohár
2023-01-10  7:52   ` kernel test robot
2023-01-10  9:23   ` OGAWA Hirofumi
2023-02-04 10:58     ` Pali Rohár

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).