Konstantin Komarov ([email protected])

Number of posts: 702 (0.41 per day)
First post: 2019-10-19 08:32:58
Last post: 2024-06-07 12:40:56

Date List Subject
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
2023-01-13 11:03:32 linux-kernel Re: [PATCH -next] fs/ntfs3: Fix potential NULL/IS_ERR bug in ntfs_lookup()
2023-01-13 09:59:34 linux-kernel Re: [PATCH] fs/ntfs3: Fix error handling in ntfs_new_inode()
2022-12-30 12:44:54 linux-kernel Re: [PATCH 0/3] fs/ntfs3: Fixes for big endian systems
2022-12-30 12:05:22 linux-kernel [PATCH 5/5] fs/ntfs3: Refactoring of various minor issues
2022-12-30 11:46:42 linux-kernel [PATCH 1/5] fs/ntfs3: Add null pointer checks
2022-12-30 11:43:24 linux-kernel [PATCH 4/5] fs/ntfs3: Restore overflow checking for attr size in mi_enum_attr
2022-12-30 11:41:53 linux-kernel [PATCH 0/5] fs/ntfs3: Refactoring and bugfix
2022-12-30 11:40:03 linux-kernel [PATCH 2/5] fs/ntfs3: Improved checking of attribute's name length
2022-12-30 11:37:04 linux-kernel [PATCH 3/5] fs/ntfs3: Check for extremely large size of $AttrDef
2022-12-30 08:18:40 linux-kernel Re: [PATCH] fs/ntfs3: fix spelling mistake "attibute" -> "attribute"
2022-12-30 07:42:42 linux-kernel Re: [PATCH] fs/ntfs3: Fix NULL dereference in ni_write_inode
2022-12-30 07:29:46 linux-kernel Re: [PATCH] fs/ntfs3: Fix slab-out-of-bounds read in hdr_delete_de()
2022-12-26 16:30:50 linux-kernel Re: [PATCH] fs/ntfs3: Fix memory leak if ntfs_read_mft failed
2022-12-26 15:54:53 linux-kernel Re: [PATCH] fs/ntfs3: Fix slab-out-of-bounds in ntfs_trim_fs()
2022-12-26 15:54:47 linux-kernel Re: [PATCH] fs/ntfs3: Fix leaked mount_options if fill_super failed
2022-12-26 15:52:58 linux-kernel Re: [PATCH v2] fs/ntfs3: Validate attribute data and valid sizes
2022-12-26 15:35:34 linux-kernel Re: [PATCH] fs/ntfs3: Add check for kmemdup
2022-12-26 15:22:29 linux-kernel Re: [PATCH] fs/ntfs3: Fix null-ptr-deref on inode->i_op in ntfs_lookup()
2022-12-26 15:20:05 linux-kernel Re: [PATCH] fs/ntfs3: fix wrong cast in xattr.c
2022-12-26 15:19:49 linux-kernel Re: [PATCH] ntfs3: fix NULL pointer dereference in 'ni_write_inode'
2022-12-26 14:31:59 linux-kernel Re: [PATCH] fs/ntfs3: Fix OOB read in indx_insert_into_buffer
2022-12-20 12:56:20 linux-kernel [GIT PULL] ntfs3: bugfixes for 6.2
2022-11-12 19:11:37 linux-kernel Re: [PATCH] fs/ntfs3: Fix slab-out-of-bounds read in ntfs_trim_fs
2022-11-12 19:08:07 linux-kernel Re: [PATCH v2 0/2] fs/ntfs3: Add windows_names mount option
2022-11-12 19:07:05 linux-kernel Re: [PATCH] fs/ntfs3: Validate attribute data and valid sizes
2022-11-12 18:57:03 linux-kernel Re: [PATCH v2 0/2] fs/ntfs3: Add system.ntfs_attrib_be extended attribute
2022-11-12 18:39:35 linux-kernel Re: [PATCH v2 0/5] fs/ntfs3: Fix and rename hidedotfiles mount option
2022-11-12 18:36:55 linux-kernel Re: [PATCH -next v2 2/2] fs/ntfs3: Eliminate unnecessary ternary operator in ntfs_d_compare()
2022-10-28 18:01:03 linux-kernel [PATCH 12/14] fs/ntfs3: Fix wrong if in hdr_first_de