LinuxLists
Users
About
Zhihao Cheng (
[email protected]
)
Number of posts: 714 (0.39 per day)
First post: 2019-06-14 12:10:04
Last post: 2024-06-07 05:22:47
Previous Page
/
Next Page
Date
List
Subject
2024-06-07 04:29:34
linux-kernel
[RFC PATCH mtd-utils 021/110] ubifs-utils: Add linux kernel error conversion definitions
2024-06-07 04:29:31
linux-kernel
[RFC PATCH mtd-utils 013/110] ubifs-utils: Add 'dev_name' into 'ubifs_info' structure
2024-06-07 04:29:18
linux-kernel
[RFC PATCH mtd-utils 011/110] mkfs.ubifs: Fix missed closing out_fd
2024-06-07 04:29:06
linux-kernel
[RFC PATCH mtd-utils 012/110] mkfs.ubifs: Fix memleak for 'output' in error paths
2024-06-07 04:28:41
linux-kernel
[RFC PATCH mtd-utils 000/110] Add fsck.ubifs support
2024-06-07 04:28:07
linux-kernel
[RFC PATCH mtd-utils 007/110] ubifs-utils: Move 'debug_level' into ubifs_info structure
2024-06-07 04:28:00
linux-kernel
[RFC PATCH mtd-utils 006/110] ubifs-utils: Clean up error message printing functions
2024-06-07 04:27:21
linux-kernel
[RFC PATCH mtd-utils 004/110] ubifs-utils: Decouple mkfs.ubifs.h out of other modules
2024-06-07 04:27:11
linux-kernel
[RFC PATCH mtd-utils 005/110] ubifs-utils: Define PROGRAM_NAME as variable
2024-06-07 04:26:49
linux-kernel
[RFC PATCH mtd-utils 002/110] mkfs.ubifs: Initialize 'cipher_name' as NULL
2024-06-07 04:26:41
linux-kernel
[RFC PATCH mtd-utils 001/110] mkfs.ubifs: Clear direct_write property when closing target
2024-05-22 09:22:18
linux-kernel
Re: [PATCH v3] ubi: block: fix null-pointer-dereference in ubiblock_create()
2024-05-06 02:29:19
linux-kernel
Re: [PATCH] ubifs: fix kernel-doc warnings
2024-04-28 07:51:57
linux-kernel
Re: [PATCH] ubi: block: fix null-pointer-dereference in ubiblock_create()
2024-04-18 07:12:31
linux-kernel
Re: [PATCH V3] ubifs: correct UBIFS_DFS_DIR_LEN macro definition and improve code clarity
2024-04-17 11:39:09
linux-kernel
Re: [PATCH V3] ubifs: correct UBIFS_DFS_DIR_LEN macro definition and improve code clarity
2024-04-12 01:20:50
linux-kernel
Re: [PATCH v2 2/4] ubi: ubi_init: Fix missed ubiblock cleanup in error handling path
2024-04-11 03:50:27
linux-kernel
[PATCH v2 3/4] mtd: ubi: Ignore all debugfs initialisation failures
2024-04-11 03:28:48
linux-kernel
[PATCH v2 4/4] ubi: debugfs: Replace IS_ERR_OR_NULL with IS_ERR in error checking path
2024-04-11 03:28:31
linux-kernel
[PATCH v2 0/4] ubi: Fix serious of resource leaking problems
2024-04-11 03:28:00
linux-kernel
[PATCH v2 2/4] ubi: ubi_init: Fix missed ubiblock cleanup in error handling path
2024-04-11 03:27:58
linux-kernel
[PATCH v2 1/4] ubi: ubi_init: Fix missed debugfs cleanup in error handling path
2024-04-11 02:49:41
linux-kernel
Re: [PATCH 2/2] ubi: ubi_init: Fix missed ubiblock cleanup in error handling path
2024-04-10 07:52:57
linux-kernel
[PATCH 5/9] ubifs: Fix adding orphan entry twice for the same inode
2024-04-10 07:52:33
linux-kernel
[PATCH 4/9] ubifs: Remove insert_dead_orphan from replaying orphan process
2024-04-10 07:51:23
linux-kernel
[PATCH 2/9] ubifs: Don't add xattr inode into orphan area
2024-04-10 07:49:45
linux-kernel
[PATCH 0/2] ubi: Fix resource leaking in error handling path of ubi_init
2024-04-10 07:49:31
linux-kernel
[PATCH 2/2] ubi: ubi_init: Fix missed ubiblock cleanup in error handling path
2024-04-10 07:49:17
linux-kernel
[PATCH 1/2] ubi: ubi_init: Fix missed debugfs cleanup in error handling path
2024-04-10 07:48:20
linux-kernel
[PATCH 8/9] ubifs: Fix unattached inode when powercut happens in creating
2024-04-10 07:48:04
linux-kernel
[PATCH 9/9] ubifs: dbg_orphan_check: Fix missed key type checking
2024-04-10 07:47:51
linux-kernel
[PATCH 7/9] ubifs: Fix space leak when powercut happens in linking tmpfile
2024-04-10 07:47:15
linux-kernel
[PATCH 6/9] ubifs: Move ui->data initialization after initializing security
2024-04-10 07:46:55
linux-kernel
[PATCH 0/9] ubifs: Fix a serious of inconsistent problems when powercut happens
2024-04-10 07:46:34
linux-kernel
[PATCH 3/9] Revert "ubifs: ubifs_symlink: Fix memleak of inode->i_link in error path"
2024-04-10 07:46:33
linux-kernel
[PATCH 1/9] ubifs: Fix unattached xattr inode if powercut happens after deleting
2024-04-07 06:31:41
linux-kernel
Re: [syzbot] [mtd?] WARNING: zero-size vmalloc in ubi_read_volume_table
2024-03-25 20:49:30
linux-kernel
Re: [PATCH V2] ubifs: correct UBIFS_DFS_DIR_LEN macro definition and improve code clarity
2024-03-25 15:39:40
linux-kernel
Re: [PATCH] ubifs: fix incorrect UBIFS_DFS_DIR_LEN macro definition
2024-03-25 10:09:15
linux-kernel
Re: [PATCH] ubifs: xattr: remove unused anonymous enum
2024-03-23 02:55:42
linux-kernel
Re: [RFC PATCH v2 5/5] ubifs: Introduce ACLs mount options
2024-03-23 02:42:26
linux-kernel
Re: [RFC PATCH v2 2/5] ubifs: Implement POSIX Access Control Lists (ACLs)
2024-03-22 12:10:30
linux-kernel
Re: [RFC PATCH 4/5] ubifs: Introduce ACLs mount options
2024-03-22 12:07:20
linux-kernel
Re: [RFC PATCH 2/5] ubifs: Initialize or update ACLs for inode
2024-03-21 06:49:20
linux-kernel
Re: [RFC PATCH 4/5] ubifs: Introduce ACLs mount options
2024-03-21 03:58:07
linux-kernel
Re: [RFC PATCH 2/5] ubifs: Initialize or update ACLs for inode
2024-03-21 02:55:41
linux-kernel
Re: [RFC PATCH 1/5] ubifs: Implement POSIX Access Control Lists (ACLs)
2024-03-19 07:56:28
linux-kernel
Re: [RFC PATCH] jffs2: fix recursive fs_reclaim deadlock
2024-03-15 12:58:45
linux-kernel
Re: [RFC PATCH] jffs2: fix recursive fs_reclaim deadlock
2024-03-15 11:20:07
linux-kernel
Re: [RFC PATCH] jffs2: fix recursive fs_reclaim deadlock
2024-03-13 13:44:11
linux-kernel
Re: [PATCH] mtd: ubi: avoid expensive do_div() on 32-bit machines