Konstantin Komarov ([email protected])

Number of posts: 680 (0.41 per day)
First post: 2019-10-19 08:32:58
Last post: 2024-04-23 14:44:13

Date List Subject
2023-12-06 15:10:06 linux-kernel [PATCH 02/16] fs/ntfs3: Modified fix directory element type detection
2023-10-19 06:38:04 linux-kernel [GIT PULL] ntfs3: bugfixes for 6.6
2023-09-27 02:07:47 linux-kernel [PATCH 5/8] fs/ntfs3: Add more info into /proc/fs/ntfs3/<dev>/volinfo
2023-09-27 01:50:54 linux-kernel [PATCH 8/8] fs/ntfs3: Fix NULL pointer dereference on error in attr_allocate_frame()
2023-09-26 23:51:26 linux-kernel [PATCH 2/8] fs/ntfs3: Allow repeated call to ntfs3_put_sbi
2023-09-26 22:07:26 linux-kernel [PATCH 1/8] fs/ntfs3: Use inode_set_ctime_to_ts instead of inode_set_ctime
2023-09-26 18:49:49 linux-kernel [PATCH 6/8] fs/ntfs3: Do not allow to change label if volume is read-only
2023-09-26 16:07:32 linux-kernel [PATCH 3/8] fs/ntfs3: Fix alternative boot searching
2023-09-26 14:31:11 linux-kernel [PATCH 0/8] fs/ntfs3: Bugfix and refactoring
2023-09-26 14:23:02 linux-kernel [PATCH 7/8] fs/ntfs3: Fix possible NULL-ptr-deref in ni_readpage_cmpr()
2023-09-26 13:00:17 linux-kernel [PATCH 4/8] fs/ntfs3: Refactoring and comments
2023-07-07 14:49:31 linux-kernel [GIT PULL] ntfs3: changes for 6.5
2023-07-03 07:54:35 linux-kernel [PATCH 0/8] fs/ntfs3: Bugfix and refactoring
2023-07-03 07:54:04 linux-kernel [PATCH 6/8] fs/ntfs3: Add more attributes checks in mi_enum_attr()
2023-07-03 07:46:46 linux-kernel [PATCH] fs/ntfs3: Correct mode for label entry inside /proc/fs/ntfs3/
2023-07-03 07:45:47 linux-kernel Re: [PATCH] fs/ntfs3: fix panic about slab-out-of-bounds caused by ntfs_list_ea()
2023-07-03 07:40:24 linux-kernel [PATCH 5/8] fs/ntfs3: Use kvmalloc instead of kmalloc(... __GFP_NOWARN)
2023-07-03 07:39:38 linux-kernel [PATCH 1/8] fs/ntfs3: Add ckeck in ni_update_parent()
2023-07-03 07:39:25 linux-kernel [PATCH 4/8] fs/ntfs3: Don't allow to change label if volume is read-only
2023-07-03 07:38:07 linux-kernel [PATCH 7/8] fs/ntfs3: fix deadlock in mark_as_free_ex
2023-07-03 07:37:19 linux-kernel [PATCH 3/8] fs/ntfs3: Minor code refactoring and formatting
2023-07-03 07:36:40 linux-kernel [PATCH 8/8] fs/ntfs3: Fix shift-out-of-bounds in ntfs_fill_super
2023-07-03 07:33:32 linux-kernel [PATCH 2/8] fs/ntfs3: Write immediately updated ntfs state
2023-05-08 13:15:09 linux-kernel Re: [PATCH 1/3] fs/ntfs3: use wrapper i_blocksize() in ntfs_zero_range()
2023-05-08 13:14:29 linux-kernel Re: [PATCH] fs: ntfs3: Fix possible null-pointer dereferences in mi_read()
2023-05-08 13:11:52 linux-kernel [PATCH 07/10] fs/ntfs3: Code refactoring
2023-05-08 13:03:55 linux-kernel Re: [PATCH] fs: ntfs3: Fix a possible null-pointer dereference in ni_clear()
2023-05-08 13:02:51 linux-kernel [PATCH 10/10] fs/ntfs3: Add support /proc/fs/ntfs3/<dev>/volinfo and /proc/fs/ntfs3/<dev>/label
2023-05-08 12:58:05 linux-kernel [PATCH 09/10] fs/ntfs3: Fix endian problem
2023-05-08 12:53:42 linux-kernel [PATCH 08/10] fs/ntfs3: Add ability to format new mft records with bigger/smaller header
2023-05-08 12:49:26 linux-kernel [PATCH 04/10] fs/ntfs3: Alternative boot if primary boot is corrupted
2023-05-08 12:47:28 linux-kernel [PATCH 00/10] Refactoring and bugfix
2023-05-08 12:47:23 linux-kernel [PATCH 03/10] fs/ntfs3: Mark ntfs dirty when on-disk struct is corrupted
2023-05-08 12:42:32 linux-kernel [PATCH 01/10] fs/ntfs3: Correct checking while generating attr_list
2023-05-08 12:40:24 linux-kernel [PATCH 06/10] fs/ntfs3: Code formatting
2023-05-08 12:39:39 linux-kernel [PATCH 05/10] fs/ntfs3: Do not update primary boot in ntfs_init_from_boot()
2023-05-08 12:38:30 linux-kernel [PATCH 02/10] fs/ntfs3: Fix ntfs_atomic_open
2023-04-28 07:39:59 linux-kernel [GIT PULL] ntfs3: bugfixes for 6.4
2023-02-20 06:32:29 linux-kernel [PATCH] fs/ntfs3: Fix root inode checking
2023-02-15 13:41:19 linux-kernel [PATCH 01/11] fs/ntfs3: Use bh_read to simplify code
2023-02-15 13:41:16 linux-kernel [PATCH 00/11] fs/ntfs3: Bugfix and refactoring
2023-02-15 13:40:50 linux-kernel [PATCH 11/11] fs/ntfs3: Print details about mount fails
2023-02-15 13:40:09 linux-kernel [PATCH 10/11] fs/ntfs3: Add missed "nocase" in ntfs_show_options
2023-02-15 13:39:41 linux-kernel [PATCH 09/11] fs/ntfs3: Code formatting and refactoring
2023-02-15 13:39:01 linux-kernel [PATCH 08/11] fs/ntfs3: Changed ntfs_get_acl() to use dentry
2023-02-15 13:38:09 linux-kernel [PATCH 07/11] fs/ntfs3: Remove field sbi->used.bitmap.set_tail
2023-02-15 13:37:29 linux-kernel [PATCH 06/11] fs/ntfs3: Undo critial modificatins to keep directory consistency
2023-02-15 13:36:53 linux-kernel [PATCH 05/11] fs/ntfs3: Undo endian changes
2023-02-15 13:36:19 linux-kernel [PATCH 04/11] fs/ntfs3: Optimization in ntfs_set_state()
2023-02-15 13:35:49 linux-kernel [PATCH 03/11] fs/ntfs3: Fix ntfs_create_inode()
2023-02-15 13:35:07 linux-kernel [PATCH 02/11] fs/ntfs3: Remove noacsrules