| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-02-16 | fs/ntfs3: add delayed-allocation (delalloc) support | Konstantin Komarov | 1 | -0/+3 |
| 2025-12-29 | fs/ntfs3: implement llseek SEEK_DATA/SEEK_HOLE by scanning data runs | Konstantin Komarov | 1 | -0/+1 |
| 2025-06-23 | fs/ntfs3: fix symlinks cannot be handled correctly | Rong Zhang | 1 | -2/+1 |
| 2025-03-06 | fs/ntfs3: Prevent integer overflow in hdr_first_de() | Dan Carpenter | 1 | -1/+1 |
| 2024-06-26 | fs/ntfs3: Fix field-spanning write in INDEX_HDR | Konstantin Komarov | 1 | -4/+5 |
| 2024-06-07 | fs/ntfs3: Remove unused macros MAXIMUM_REPARSE_DATA_BUFFER_SIZE | Konstantin Komarov | 1 | -3/+0 |
| 2024-06-07 | fs/ntfs3: Merge synonym COMPRESSION_UNIT and NTFS_LZNT_CUNIT | Konstantin Komarov | 1 | -3/+0 |
| 2024-04-23 | fs/ntfs3: Use variable length array instead of fixed size | Konstantin Komarov | 1 | -1/+1 |
| 2023-12-21 | fs/ntfs3: Disable ATTR_LIST_ENTRY size check | Konstantin Komarov | 1 | -2/+0 |
| 2023-12-06 | fs/ntfs3: Add and fix comments | Konstantin Komarov | 1 | -1/+1 |
| 2023-12-06 | fs/ntfs3: Fix detected field-spanning write (size 8) of single field "le->name" | Konstantin Komarov | 1 | -1/+1 |
| 2023-09-28 | fs/ntfs3: Refactoring and comments | Konstantin Komarov | 1 | -1/+1 |
| 2023-07-03 | fs/ntfs3: Add ability to format new mft records with bigger/smaller header | Konstantin Komarov | 1 | -0/+9 |
| 2023-07-03 | fs/ntfs3: Code refactoring | Konstantin Komarov | 1 | -50/+58 |
| 2023-03-27 | fs/ntfs3: Refactoring of various minor issues | Konstantin Komarov | 1 | -3/+0 |
| 2022-11-14 | fs/ntfs3: Fix wrong if in hdr_first_de | Konstantin Komarov | 1 | -2/+3 |
| 2022-11-14 | fs/ntfs3: Use ALIGN kernel macro | Konstantin Komarov | 1 | -1/+0 |
| 2021-09-21 | fs/ntfs3: Change max hardlinks limit to 4000 | Konstantin Komarov | 1 | -3/+5 |
| 2021-09-13 | fs/ntfs3: Always use binary search with entry search | Kari Argillander | 1 | -3/+0 |
| 2021-09-13 | fs/ntfs3: Add missing header files to ntfs.h | Kari Argillander | 1 | -0/+9 |
| 2021-08-31 | fs/ntfs3: Restyle comments to better align with kernel-doc | Konstantin Komarov | 1 | -1/+1 |
| 2021-08-30 | fs/ntfs3: Restyle comments to better align with kernel-doc | Kari Argillander | 1 | -268/+243 |
| 2021-08-27 | fs/ntfs3: Use kernel ALIGN macros over driver specific | Kari Argillander | 1 | -8/+8 |
| 2021-08-27 | fs/ntfs3: Add ifndef + define to all header files | Kari Argillander | 1 | -0/+3 |
| 2021-08-13 | fs/ntfs3: Add headers and misc files | Konstantin Komarov | 1 | -0/+1238 |