LinuxLists
Users
About
Gabriel Krisman Bertazi (
[email protected]
)
Number of posts: 118 (0.21 per day)
First post: 2017-03-30 01:37:20
Last post: 2018-10-16 04:59:52
Previous Page
/
Next Page
Date
List
Subject
2018-09-25 04:02:13
linux-ext4
[PATCH RESEND v2 12/25] nls: utf8n: Add unicode character database files
2018-09-25 04:02:10
linux-ext4
[PATCH RESEND v2 11/25] nls: ascii: Support validation and normalization operations
2018-09-25 04:02:08
linux-ext4
[PATCH RESEND v2 10/25] nls: Add optional normalization and casefold hooks
2018-09-25 04:02:04
linux-ext4
[PATCH RESEND v2 08/25] nls: Let charsets define the behavior of tolower/toupper
2018-09-25 04:02:03
linux-ext4
[PATCH RESEND v2 09/25] nls: Add new interface for string comparisons
2018-09-25 04:01:56
linux-ext4
[PATCH RESEND v2 07/25] nls: Implement NLS_STRICT_MODE flag
2018-09-25 04:01:53
linux-ext4
[PATCH RESEND v2 05/25] nls: Split struct nls_charset from struct nls_table
2018-09-25 04:01:53
linux-ext4
[PATCH RESEND v2 06/25] nls: Add support for multiple versions of an encoding
2018-09-25 04:01:47
linux-ext4
[PATCH RESEND v2 04/25] nls: Split default charset from NLS core
2018-09-25 04:01:45
linux-ext4
[PATCH RESEND v2 03/25] nls: Wrap charset hooks in ops structure
2018-09-25 04:01:41
linux-ext4
[PATCH RESEND v2 02/25] nls: Wrap charset field access
2018-09-25 04:01:37
linux-ext4
[PATCH RESEND v2 01/25] nls: Wrap uni2char/char2uni callers
2018-09-25 04:01:32
linux-ext4
[PATCH RESEND v2 00/25] Ext4 Encoding and Case-insensitive support
2018-09-25 00:18:59
linux-ext4
[PATCH RESEND] ext4: Fix build error when DX_DEBUG is defined
2018-05-21 17:42:41
linux-kernel
[PATCH v2 15/15] nls: utf8norm: Introduce test module for utf8norm implementation
2018-05-21 17:41:48
linux-kernel
[PATCH v2 14/15] nls: utf8norm: Integrate utf8norm code with NLS subsystem
2018-05-21 17:41:48
linux-kernel
[PATCH v2 08/15] nls: Let charsets define the behavior of tolower/toupper
2018-05-21 17:41:28
linux-kernel
[PATCH v2 13/15] nls: utf8norm: reduce the size of utf8data[]
2018-05-21 17:40:38
linux-kernel
[PATCH v2 12/15] nls: utf8norm: Introduce code for UTF-8 normalization
2018-05-21 17:40:15
linux-kernel
[PATCH v2 10/15] nls: utf8norm: Add unicode character database files
2018-05-21 17:40:07
linux-kernel
[PATCH v2 11/15] scripts: add trie generator for UTF-8
2018-05-21 17:39:43
linux-kernel
[PATCH v2 09/15] nls: Add optional normalization and casefold hooks
2018-05-21 17:39:34
linux-kernel
[PATCH v2 07/15] nls: Add new interface for string comparisons
2018-05-21 17:38:46
linux-kernel
[PATCH v2 06/15] nls: Add support for multiple versions of an encoding
2018-05-21 17:38:20
linux-kernel
[PATCH v2 00/15] NLS refactor and UTF-8 normalization
2018-05-21 17:38:20
linux-kernel
[PATCH v2 01/15] nls: Wrap uni2char/char2uni callers
2018-05-21 17:38:18
linux-kernel
[PATCH v2 02/15] nls: Wrap charset field access
2018-05-21 17:38:16
linux-kernel
[PATCH v2 05/15] nls: Split struct nls_charset from struct nls_table
2018-05-21 17:37:26
linux-kernel
[PATCH v2 03/15] nls: Wrap charset hooks in ops structure
2018-02-13 22:20:47
linux-ext4
Re: [PATCH RFC v2 00/13] NLS/UTF-8 Case-Insensitive lookups for ext4 and VFS proposal
2018-02-12 19:56:30
linux-ext4
Re: [PATCH RFC v2 00/13] NLS/UTF-8 Case-Insensitive lookups for ext4 and VFS proposal
2018-02-06 02:24:28
linux-ext4
Re: [PATCH RFC v2 00/13] NLS/UTF-8 Case-Insensitive lookups for ext4 and VFS proposal
2018-01-25 02:55:34
linux-ext4
[PATCH RFC v2 12/13] ext4: Support charset name matching
2018-01-25 02:55:29
linux-ext4
[PATCH RFC v2 11/13] fscrypt: Introduce charset-based matching functions
2018-01-25 02:55:24
linux-ext4
[PATCH RFC v2 10/13] ext4: Include encoding information on the superblock
2018-01-25 02:55:14
linux-ext4
[PATCH RFC v2 08/13] charsets: utf8: Introduce test module for kernel UTF-8 implementation
2018-01-25 02:55:10
linux-ext4
[PATCH RFC v2 07/13] charsets: utf8: Hook-up utf-8 code to charsets library
2018-01-25 02:54:55
linux-ext4
[PATCH RFC v2 04/13] scripts: add trie generator for UTF-8
2018-01-25 02:54:34
linux-ext4
[PATCH RFC v2 00/13] NLS/UTF-8 Case-Insensitive lookups for ext4 and VFS proposal
2018-01-25 02:53:49
linux-ext4
[PATCH RFC v2 13/13] ext4: Implement ext4 dcache hooks for custom charsets
2018-01-25 02:53:45
linux-ext4
[PATCH RFC v2 09/13] ext4: Add ignorecase mount option
2018-01-25 02:53:42
linux-ext4
[PATCH RFC v2 06/13] charsets: utf8: reduce the size of utf8data[]
2018-01-25 02:53:41
linux-ext4
[PATCH RFC v2 05/13] charsets: utf8: Introduce code for UTF-8 normalization
2018-01-25 02:53:39
linux-ext4
[PATCH RFC v2 03/13] charsets: utf8: Add unicode character database files
2018-01-25 02:53:38
linux-ext4
[PATCH RFC v2 02/13] charsets: ascii: Wrap ascii functions to charsets library
2018-01-25 02:53:37
linux-ext4
[PATCH RFC v2 01/13] charsets: Introduce middle-layer for character encoding
2018-01-23 03:33:06
linux-ext4
Re: [PATCH RFC 07/13] charsets: utf8: Hook-up utf-8 code to charsets library
2018-01-16 16:50:33
linux-ext4
Re: [PATCH RFC 07/13] charsets: utf8: Hook-up utf-8 code to charsets library
2018-01-13 04:28:12
linux-ext4
Re: [PATCH RFC 03/13] charsets: utf8: Add unicode character database files
2018-01-12 07:14:24
linux-ext4
[PATCH RFC 13/13] ext4: Implement ext4 dcache hooks for custom charsets
2018-01-12 07:14:12
linux-ext4
[PATCH RFC 11/13] fscrypt: Introduce charset-based matching functions