Gabriel Krisman Bertazi ([email protected])

Number of posts: 922 (0.73 per day)
First post: 2019-04-01 19:24:59
Last post: 2022-09-23 15:00:57

Date List Subject
2019-06-03 05:44:52 linux-ext4 Re: which lower filesystems are actually supported?
2019-05-31 18:29:57 linux-ext4 Re: [PATCH] ext4: Optimize case-insensitive lookups
2019-05-29 18:55:16 linux-ext4 [PATCH] ext4: Optimize case-insensitive lookups
2019-05-28 17:50:49 linux-kernel Re: [PATCH] unicode: replace strncpy() by strscpy()
2019-05-24 22:43:35 linux-ext4 [PATCH] ext4: Fix dcache lookup of !casefolded directories
2019-05-12 21:21:03 linux-ext4 Re: [PATCH] unicode: update to Unicode 12.1.0 final
2019-05-12 21:19:10 linux-ext4 Re: [PATCH] unicode: add missing check for an error return from utf8lookup()
2019-05-12 02:39:15 linux-ext4 Re: [PATCH] libext2fs: add missing check for utf8lookup()'s return value
2019-05-06 20:32:53 linux-ext4 Re: [PATCH xfstests 1/2] common/casefold: Add infrastructure to test filename casefold feature
2019-05-06 19:00:27 linux-ext4 [PATCH xfstests 1/2] common/casefold: Add infrastructure to test filename casefold feature
2019-05-06 19:00:27 linux-ext4 [PATCH xfstests 2/2] ext4/035: Add tests for filename casefolding feature
2019-05-02 21:48:36 linux-ext4 Re: Change feature name from fname_encoding to casefold?
2019-05-02 17:04:37 linux-ext4 Re: Change feature name from fname_encoding to casefold?
2019-04-28 11:04:06 linux-kernel Re: [PATCH][next] unicode: fix dereference of a potentially null pointer
2019-04-23 04:07:18 linux-ext4 Re: [PATCH] debugfs: fix encoding handling in dx_hash command
2019-04-23 04:06:41 linux-ext4 Re: [PATCH] libext2fs: remove unused variable 'buff'
2019-04-16 20:13:52 linux-ext4 [PATCH] nls: Update to Unicode 12.1.0
2019-04-16 19:44:42 linux-ext4 [PATCH 2/2] ext4: Update to use unicode 12.1
2019-04-16 19:44:40 linux-ext4 [PATCH 1/2] unicode: Update unicode database unicode version 12.1.0
2019-04-13 19:26:19 linux-ext4 [PATCH v7 10/10] docs: ext4.rst: Document case-insensitive directories
2019-04-13 19:26:16 linux-ext4 [PATCH v7 09/10] ext4: Support case-insensitive file name lookups
2019-04-13 19:26:13 linux-ext4 [PATCH v7 08/10] ext4: Include encoding information in the superblock
2019-04-13 19:26:08 linux-ext4 [PATCH v7 07/10] MAINTAINERS: Add Unicode subsystem entry
2019-04-13 19:26:02 linux-ext4 [PATCH v7 05/10] unicode: Introduce test module for normalized utf8 implementation
2019-04-13 19:25:58 linux-ext4 [PATCH v7 04/10] unicode: Implement higher level API for string handling
2019-04-13 19:25:50 linux-ext4 [PATCH v7 02/10] unicode: Introduce code for UTF-8 normalization
2019-04-13 19:25:43 linux-ext4 [PATCH v7 00/10] Ext4 case-insensitive support
2019-04-13 05:43:59 linux-ext4 [PATCH e2fsprogs 10/10] ext4.5.in: Document design changes on the casefold attribute
2019-04-13 05:43:56 linux-ext4 [PATCH e2fsprogs 09/10] ext2fs: nls: Drop ascii NLS support
2019-04-13 05:43:53 linux-ext4 [PATCH e2fsprogs 08/10] ext2fs: nls: Drop normalization code
2019-04-13 05:43:48 linux-ext4 [PATCH e2fsprogs 07/10] ext2fs: Don't normalize names on -F directories
2019-04-13 05:43:42 linux-ext4 [PATCH e2fsprogs 05/10] ext2fs: nls: Merge sparse fixes from the kernel version
2019-04-13 05:43:38 linux-ext4 [PATCH e2fsprogs 04/10] ext2fs: nls: Fix potential null dereference in utf8nlookup
2019-04-13 05:43:31 linux-ext4 [PATCH e2fsprogs 02/10] ext2fs: Always attempt to load nls table when loading the filesystem
2019-04-13 05:43:27 linux-ext4 [PATCH e2fsprogs 01/10] e2p: encoding: Fix default flags lookup
2019-04-13 05:43:25 linux-ext4 [PATCH e2fsprogs 00/10] case-insensitive feature updates
2019-04-01 19:24:59 linux-kernel Re: How to add Unicode character tables to the kernel?
2019-03-18 20:28:41 linux-ext4 [PATCH RFC v6 11/11] docs: ext4.rst: Document encoding and case-insensitive
2019-03-18 20:28:38 linux-ext4 [PATCH RFC v6 10/11] ext4: Implement EXT4_CASEFOLD_FL flag
2019-03-18 20:28:35 linux-ext4 [PATCH RFC v6 09/11] ext4: Support encoding-aware file name lookups
2019-03-18 20:28:32 linux-ext4 [PATCH RFC v6 08/11] ext4: Include encoding information in the superblock
2019-03-18 20:28:27 linux-ext4 [PATCH RFC v6 07/11] MAINTAINERS: Add Unicode subsystem entry
2019-03-18 20:28:25 linux-ext4 [PATCH RFC v6 06/11] unicode: Introduce test module for normalized utf8 implementation
2019-03-18 20:28:21 linux-ext4 [PATCH RFC v6 05/11] unicode: Implement higher level API for string handling
2019-03-18 20:28:19 linux-ext4 [PATCH RFC v6 04/11] unicode: reduce the size of utf8data[]
2019-03-18 20:28:16 linux-ext4 [PATCH RFC v6 02/11] scripts: add trie generator for UTF-8
2019-03-18 20:28:14 linux-ext4 [PATCH RFC v6 03/11] unicode: Introduce code for UTF-8 normalization
2019-03-18 20:28:06 linux-ext4 [PATCH RFC v6 01/11] unicode: Add unicode character database files
2019-03-18 20:28:03 linux-ext4 [PATCH RFC v6 00/11] Ext4 Encoding and Case-insensitive support
2019-02-19 19:04:21 linux-ext4 Re: [PATCH RFC v5 00/11] Ext4 Encoding and Case-insensitive support
2019-02-06 16:04:31 linux-ext4 Re: [PATCH RFC v5 00/11] Ext4 Encoding and Case-insensitive support