Sungjong Seo ([email protected])

Number of posts: 69 (0.06 per day)
First post: 2020-05-26 02:40:57
Last post: 2023-07-14 09:01:29

Date List Subject
2023-07-14 09:01:29 linux-kernel [PATCH] exfat: release s_lock before calling dir_emit()
2022-12-30 00:54:14 linux-kernel [PATCH] exfat: redefine DIR_DELETED as the bad cluster number
2022-12-29 02:58:57 linux-kernel RE: [PATCH v1] exfat: fix unexpected EOF while reading dir
2022-12-29 02:47:54 linux-kernel RE: [PATCH v1] exfat: fix reporting fs error when reading dir beyond EOF
2022-12-13 06:20:50 linux-kernel RE: [PATCH v2 0/7] exfat: code optimizations
2022-11-03 13:46:46 linux-kernel RE: [PATCH v2 1/2] exfat: simplify empty entry hint
2022-11-03 13:03:50 linux-kernel RE: [PATCH v2 2/2] exfat: hint the empty entry which at the end of cluster chain
2022-11-01 07:47:53 linux-kernel RE: [PATCH v1 2/2] exfat: hint the empty entry which at the end of cluster chain
2022-11-01 07:09:49 linux-kernel RE: [PATCH v1 1/2] exfat: simplify empty entry hint
2022-10-31 06:31:54 linux-kernel RE: [PATCH v1 2/2] exfat: hint the empty entry which at the end of cluster chain
2022-10-31 05:43:42 linux-kernel RE: [PATCH v1 1/2] exfat: simplify empty entry hint
2022-09-14 10:51:53 linux-kernel RE: RE: [PATCH v1] exfat: remove the code that sets FileAttributes when renaming
2022-09-14 09:41:38 linux-kernel RE: [PATCH v1] exfat: remove the code that sets FileAttributes when renaming
2022-08-23 03:36:30 linux-kernel RE: [PATCH] exfat: fix overflow for large capacity partition
2022-08-03 04:14:45 linux-kernel RE: [PATCH] f2fs: do not allow to decompress files have FI_COMPRESS_RELEASED
2022-07-21 00:40:59 linux-kernel RE: [PATCH v2 0/3] exfat: remove duplicate write directory entries
2022-06-08 07:29:23 linux-kernel [PATCH] exfat: use updated exfat_chain directly during renaming
2022-05-24 03:25:24 linux-kernel [PATCH] f2fs: allow compression for mmap files in compress_mode=user
2022-05-16 13:30:32 linux-kernel RE: [PATCH v2 1/2] exfat: move is_valid_cluster to a common header
2022-05-16 12:22:02 linux-kernel RE: [PATCH v2 2/2] exfat: check if cluster num is valid
2022-04-07 08:32:01 linux-kernel RE: [PATCH v2 0/2] exfat: reduce block requests when zeroing a cluster
2022-04-02 12:43:42 linux-kernel RE: [PATCH 1/2] exfat: fix referencing wrong parent directory information after renaming
2022-04-01 19:30:12 linux-kernel RE: [PATCH 2/2] exfat: remove exfat_update_parent_info()
2021-12-21 12:35:05 linux-kernel RE: [PATCH] exfat: fix missing REQ_SYNC in exfat_update_bhs()
2021-12-15 13:23:11 linux-kernel RE: [PATCH] exfat: remove argument 'sector' from exfat_get_dentry()
2021-10-05 14:58:39 linux-kernel RE: [PATCH] exfat: use local UTC offset when EXFAT_TZ_VALID isn't set
2021-10-05 04:06:43 linux-kernel RE: [PATCH] exfat: use local UTC offset when EXFAT_TZ_VALID isn't set
2021-10-01 13:23:03 linux-kernel RE: [PATCH] exfat: use local UTC offset when EXFAT_TZ_VALID isn't set
2021-03-22 05:56:10 linux-kernel RE: [PATCH v3] exfat: speed up iterate/lookup by fixing start point of traversing cluster chain
2021-03-19 09:54:59 linux-kernel RE: [PATCH v2] exfat: speed up iterate/lookup by fixing start point of traversing cluster chain
2021-03-17 16:12:09 linux-kernel RE: [PATCH] exfat: speed up iterate/lookup by fixing start point of traversing fat chain
2021-03-17 06:21:00 linux-kernel RE: [PATCH] exfat: improve write performance when dirsync enabled
2021-03-04 05:57:55 linux-kernel RE: [PATCH v4 1/2] exfat: introduce bitmap_lock for cluster bitmap access
2021-03-02 20:14:16 linux-kernel RE: [PATCH v4 2/2] exfat: add support ioctl and FITRIM function
2021-03-02 18:48:42 linux-kernel RE: [PATCH] exfat: fix erroneous discard when clear cluster bit
2021-01-07 06:26:09 linux-kernel RE: [PATCH] exfat: improve performance of exfat_free_cluster when using dirsync mount option
2020-12-07 06:26:21 linux-kernel RE: [PATCH] exfat: Avoid allocating upcase table using kcalloc()
2020-12-02 05:01:49 linux-kernel RE: [PATCH] exfat: Avoid allocating upcase table using kcalloc()
2020-09-28 07:40:40 linux-kernel RE: [PATCH 2/3] exfat: remove useless check in exfat_move_file()
2020-09-25 01:08:19 linux-kernel RE: [PATCH] exfat: remove 'rwoffset' in exfat_inode_info
2020-09-25 01:02:07 linux-kernel RE: [PATCH v2] exfat: remove 'rwoffset' in exfat_inode_info
2020-09-16 02:33:18 linux-kernel RE: [PATCH 2/3] exfat: remove useless check in exfat_move_file()
2020-09-16 02:27:16 linux-kernel RE: [PATCH 3/3] exfat: replace memcpy with structure assignment
2020-09-16 02:23:23 linux-kernel RE: [PATCH 1/3] exfat: remove useless directory scan in exfat_add_entry()
2020-09-12 05:02:42 linux-kernel RE: [PATCH] exfat: remove 'rwoffset' in exfat_inode_info
2020-09-03 15:25:15 linux-kernel RE: [PATCH] exfat: eliminate dead code in exfat_find()
2020-08-21 10:42:50 linux-kernel RE: [PATCH 2/2] exfat: unify name extraction
2020-08-08 17:59:42 linux-kernel RE: [PATCH v3] exfat: remove EXFAT_SB_DIRTY flag
2020-08-08 17:44:32 linux-kernel RE: [PATCH 2/2] exfat: unify name extraction
2020-08-08 16:56:04 linux-kernel RE: [PATCH 1/2] exfat: add NameLength check when extracting name
2020-08-08 16:54:52 linux-kernel RE: [PATCH v3] exfat: integrates dir-entry getting and validation