[email protected] ([email protected])

Number of posts: 71 (0.08 per day)
First post: 2021-12-15 05:13:12
Last post: 2024-05-10 08:57:22

Date List Subject
2024-05-10 08:57:22 linux-kernel Re: [patch] x86/topology/amd: Ensure that LLC ID is initialized
2024-03-14 10:22:54 linux-kernel Re: [patch V6 11/19] x86/cpu: Use common topology code for AMD
2024-01-23 08:52:18 linux-kernel RE: [PATCH v1] mm/memory: fix folio_set_dirty() vs. folio_mark_dirty() in zap_pte_range()
2023-01-06 06:16:43 linux-kernel [PATCH v2] exfat: fix inode->i_blocks for non-512 byte sector size device
2023-01-05 03:13:17 linux-kernel [PATCH v1] exfat: fix inode->i_blocks for non-512 byte sector size device
2022-12-26 07:42:38 linux-kernel [PATCH v1] exfat: fix reporting fs error when reading dir beyond EOF
2022-12-26 07:41:07 linux-kernel [PATCH v1] exfat: fix unexpected EOF while reading dir
2022-12-13 03:32:08 linux-kernel [PATCH v2 6/7] exfat: fix overflow in sector and cluster conversion
2022-12-13 03:32:07 linux-kernel [PATCH v2 2/7] exfat: remove unneeded codes from __exfat_rename()
2022-12-13 03:31:57 linux-kernel [PATCH v2 3/7] exfat: remove unnecessary arguments from exfat_find_dir_entry()
2022-12-13 03:31:46 linux-kernel [PATCH v2 1/7] exfat: remove call ilog2() from exfat_readdir()
2022-12-13 03:31:42 linux-kernel [PATCH v2 5/7] exfat: remove i_size_write() from __exfat_truncate()
2022-12-13 03:31:19 linux-kernel [PATCH v2 7/7] exfat: reuse exfat_find_location() to simplify exfat_get_dentry_set()
2022-12-13 03:08:35 linux-kernel [PATCH v2 0/7] exfat: code optimizations
2022-12-13 03:08:00 linux-kernel [PATCH v2 4/7] exfat: remove argument 'size' from exfat_truncate()
2022-12-05 06:41:59 linux-kernel [PATCH v1 0/6] exfat: code optimizations
2022-12-05 06:41:59 linux-kernel [PATCH v1 4/6] exfat: remove argument 'size' from exfat_truncate()
2022-12-05 06:06:31 linux-kernel [PATCH v1 6/6] exfat: reuse exfat_find_location() to simplify exfat_get_dentry_set()
2022-12-05 05:58:46 linux-kernel [PATCH v1 2/6] exfat: remove unneeded codes from __exfat_rename()
2022-12-05 05:24:16 linux-kernel [PATCH v1 1/6] exfat: remove call ilog2() from exfat_readdir()
2022-12-05 05:22:45 linux-kernel [PATCH v1 3/6] exfat: remove unnecessary arguments from exfat_find_dir_entry()
2022-12-05 05:20:39 linux-kernel [PATCH v1 5/6] exfat: remove i_size_write() from __exfat_truncate()
2022-11-24 07:40:59 linux-kernel [PATCH v2 4/5] exfat: rename exfat_free_dentry_set() to exfat_put_dentry_set()
2022-11-24 07:23:28 linux-kernel [PATCH v2 2/5] exfat: support dynamic allocate bh for exfat_entry_set_cache
2022-11-24 07:00:55 linux-kernel [PATCH v2 0/5] exfat: move exfat_entry_set_cache from heap to stack
2022-11-24 06:52:27 linux-kernel [PATCH v2 3/5] exfat: move exfat_entry_set_cache from heap to stack
2022-11-24 06:50:56 linux-kernel [PATCH v2 5/5] exfat: replace magic numbers with Macros
2022-11-24 06:50:27 linux-kernel [PATCH v2 1/5] exfat: reduce the size of exfat_entry_set_cache
2022-11-17 06:51:00 linux-kernel [PATCH v1 1/5] exfat: reduce the size of exfat_entry_set_cache
2022-11-17 06:31:54 linux-kernel [PATCH v1 3/5] exfat: move exfat_entry_set_cache from heap to stack
2022-11-17 06:31:35 linux-kernel [PATCH v1 0/5] exfat: move exfat_entry_set_cache from heap to stack
2022-11-17 06:30:53 linux-kernel [PATCH v1 2/5] exfat: support dynamic allocate bh for exfat_entry_set_cache
2022-11-17 06:01:59 linux-kernel [PATCH v1 5/5] exfat: replace magic numbers with Macros
2022-11-17 05:53:42 linux-kernel [PATCH v1 4/5] exfat: rename exfat_free_dentry_set() to exfat_put_dentry_set()
2022-11-02 08:13:53 linux-kernel [PATCH v2 2/2] exfat: hint the empty entry which at the end of cluster chain
2022-11-02 07:51:02 linux-kernel [PATCH v2 1/2] exfat: simplify empty entry hint
2022-11-02 07:46:36 linux-kernel [PATCH v2 0/2] optimize empty entry hint
2022-11-01 03:31:39 linux-kernel RE: [PATCH v1 2/2] exfat: hint the empty entry which at the end of cluster chain
2022-10-31 12:25:48 linux-kernel RE: [PATCH v1 2/2] exfat: hint the empty entry which at the end of cluster chain
2022-10-31 11:23:28 linux-kernel RE: [PATCH v1 1/2] exfat: simplify empty entry hint
2022-07-06 03:14:17 linux-kernel [PATCH v1 1/3] exfat: reuse __exfat_write_inode() to update directory entry
2022-07-06 03:12:38 linux-kernel [PATCH v1 3/3] exfat: remove duplicate write inode for extending dir/file
2022-07-06 02:54:33 linux-kernel [PATCH v1 2/3] exfat: remove duplicate write inode for truncating file
2022-07-06 02:52:33 linux-kernel [PATCH v1 0/3] exfat: remove duplicate write directory entries
2022-04-08 03:43:19 linux-kernel [PATCH v3 2/2] exfat: reduce block requests when zeroing a cluster
2022-04-08 03:43:11 linux-kernel [PATCH v3 0/2] exfat: reduce block requests when zeroing a cluster
2022-04-08 03:43:02 linux-kernel [PATCH v3 1/2] block: add sync_blockdev_range()
2022-04-08 02:59:25 linux-kernel RE: [PATCH v2 1/2] block: add sync_blockdev_range()
2022-04-06 15:56:41 linux-kernel RE: [PATCH v2 1/2] block: add sync_blockdev_range()
2022-04-04 22:46:39 linux-kernel [PATCH v2 0/2] exfat: reduce block requests when zeroing a cluster
2022-04-04 15:44:35 linux-kernel [PATCH v2 1/2] block: add sync_blockdev_range()