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
2024-06-07 12:40:56 linux-kernel [PATCH 09/18] fs/ntfs3: Replace inode_trylock with inode_lock
2024-06-07 12:39:11 linux-kernel [PATCH 08/18] fs/ntfs3: Fix attr_insert_range at end of file
2024-06-07 12:28:21 linux-kernel [PATCH 00/18] Bugfix??? and refactoring
2024-06-07 12:28:11 linux-kernel [PATCH 02/18] fs/ntfs3: Simplify initialization of $AttrDef and $UpCase
2024-06-07 12:27:59 linux-kernel [PATCH 01/18] fs/ntfs3: Remove unused function
2024-06-07 12:27:42 linux-kernel [PATCH 04/18] fs/ntfs3: Deny getting attr data block in compressed frame
2024-06-07 12:27:32 linux-kernel [PATCH 03/18] fs/ntfs3: Fix transform resident to nonresident for compressed files
2024-06-07 12:27:10 linux-kernel [PATCH 14/18] fs/ntfs3: Merge synonym COMPRESSION_UNIT and NTFS_LZNT_CUNIT
2024-06-07 12:26:31 linux-kernel [PATCH 18/18] fs/ntfs3: Add some comments
2024-06-07 12:19:38 linux-kernel [PATCH 17/18] fs/ntfs3: Rename variables
2024-06-07 12:19:22 linux-kernel [PATCH 16/18] fs/ntfs3: Remove unused macros MAXIMUM_REPARSE_DATA_BUFFER_SIZE
2024-06-07 12:19:00 linux-kernel [PATCH 15/18] fs/ntfs3: Remove sync_blockdev_nowait()
2024-06-07 12:18:43 linux-kernel [PATCH 13/18] fs/ntfs3: Use macros NTFS_LABEL_MAX_LENGTH instead of hardcoded value
2024-06-07 12:18:16 linux-kernel [PATCH 12/18] fs/ntfs3: Add a check for attr_names and oatbl
2024-06-07 12:18:07 linux-kernel [PATCH 11/18] fs/ntfs3: Correct undo if ntfs_create_inode failed
2024-06-07 12:17:50 linux-kernel [PATCH 10/18] fs/ntfs3: One more reason to mark inode bad
2024-06-07 12:16:49 linux-kernel [PATCH 07/18] fs/ntfs3: Add missing .dirty_folio in address_space_operations
2024-06-07 12:16:38 linux-kernel [PATCH 06/18] fs/ntfs3: Fix getting file type
2024-06-07 12:16:24 linux-kernel [PATCH 05/18] fs/ntfs3: Missed NI_FLAG_UPDATE_PARENT setting
2024-05-25 07:11:20 linux-kernel [GIT PULL] ntfs3: bugfixes for 6.10
2024-05-16 12:21:08 linux-kernel [PATCH v2] fs/ntfs3: Break dir enumeration if directory contents error
2024-05-16 12:11:22 linux-kernel [PATCH v2] fs/ntfs3: Fix case when index is reused during tree transformation
2024-04-23 14:44:14 linux-kernel [PATCH] fs/ntfs3: Break dir enumeration if directory contents error
2024-04-23 14:44:13 linux-kernel [PATCH] fs/ntfs3: Fix case when index is reused during tree transformation
2024-04-23 07:00:08 linux-kernel Re: [PATCH 11/11] fs/ntfs3: Taking DOS names into account during link counting
2024-04-23 06:50:50 linux-kernel [PATCH 8/9] fs/ntfs3: Always make file nonresident on fallocate call
2024-04-23 06:50:32 linux-kernel [PATCH 7/9] fs/ntfs3: Redesign ntfs_create_inode to return error code instead of inode
2024-04-23 06:48:33 linux-kernel [PATCH 9/9] fs/ntfs3: Mark volume as dirty if xattr is broken
2024-04-23 06:48:00 linux-kernel [PATCH 5/9] fs/ntfs3: Use 64 bit variable to avoid 32 bit overflow
2024-04-23 06:47:58 linux-kernel [PATCH 6/9] fs/ntfs3: Use variable length array instead of fixed size
2024-04-23 06:46:22 linux-kernel [PATCH 4/9] fs/ntfs3: Check 'folio' pointer for NULL
2024-04-23 06:46:09 linux-kernel [PATCH 3/9] fs/ntfs3: Missed le32_to_cpu conversion
2024-04-23 06:45:52 linux-kernel [PATCH 2/9] fs/ntfs3: Remove max link count info display during driver init
2024-04-23 06:45:25 linux-kernel [PATCH v2 0/9] Bugfix and refactoring
2024-04-23 06:45:20 linux-kernel [PATCH 1/9] fs/ntfs3: Taking DOS names into account during link counting
2024-04-17 13:29:14 linux-kernel [PATCH 10/11] fs/ntfs3: Remove cached label from sbi
2024-04-17 13:16:54 linux-kernel [PATCH 09/11] fs/ntfs3: Optimize to store sorted attribute definition table
2024-04-17 13:16:52 linux-kernel [PATCH 08/11] fs/ntfs3: Always make file nonresident if fallocate (xfstest 438)
2024-04-17 13:14:05 linux-kernel [PATCH 11/11] fs/ntfs3: Taking DOS names into account during link counting
2024-04-17 13:08:45 linux-kernel [PATCH 06/11] fs/ntfs3: Redesign ntfs_create_inode to return error code instead of inode
2024-04-17 13:08:12 linux-kernel [PATCH 07/11] fs/ntfs3: Check 'folio' pointer for NULL
2024-04-17 13:06:54 linux-kernel [PATCH 05/11] fs/ntfs3: Use 64 bit variable to avoid 32 bit overflow
2024-04-17 13:06:37 linux-kernel [PATCH 04/11] fs/ntfs3: Use variable length array instead of fixed size
2024-04-17 13:06:27 linux-kernel [PATCH 02/11] fs/ntfs3: Missed le32_to_cpu conversion
2024-04-17 13:06:19 linux-kernel [PATCH 03/11] fs/ntfs3: Mark volume as dirty if xattr is broken
2024-04-17 13:04:39 linux-kernel [PATCH 01/11] fs/ntfs3: Remove max link count info display during driver init
2024-04-17 13:04:15 linux-kernel [PATCH 00/11] Bugfix and refactoring
2024-02-09 13:31:28 linux-kernel [GIT PULL] ntfs3: bugfixes for 6.8
2024-01-29 08:11:29 linux-kernel [PATCH 5/5] fs/ntfs3: Update inode->i_size after success write into compressed file
2024-01-29 08:09:31 linux-kernel [PATCH 4/5] fs/ntfs3: Fixed overflow check in mi_enum_attr()
2024-01-29 08:08:54 linux-kernel [PATCH 3/5] fs/ntfs3: Correct function is_rst_area_valid