Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fs/ntfs3: Add ioctl operation for directories (FITRIM) | Nekun | 2024-01-29 | 1 | -0/+4 |
* | fs/ntfs3: Use i_size_read and i_size_write | Konstantin Komarov | 2024-01-29 | 1 | -1/+1 |
* | fs/ntfs3: Add and fix comments | Konstantin Komarov | 2023-12-06 | 1 | -1/+3 |
* | fs/ntfs3: Improve ntfs_dir_count | Konstantin Komarov | 2023-12-06 | 1 | -7/+3 |
* | fs/ntfs3: Modified fix directory element type detection | Konstantin Komarov | 2023-12-06 | 1 | -5/+25 |
* | fs/ntfs3: Fix directory element type detection | Gabriel Marcano | 2023-09-28 | 1 | -1/+5 |
* | fs/ntfs3: Fix sparse problems | Konstantin Komarov | 2022-11-14 | 1 | -2/+2 |
* | fs/ntfs3: Rework ntfs_utf16_to_nls | Konstantin Komarov | 2021-10-11 | 1 | -11/+8 |
* | fs/ntfs3: Remove unneeded header files from c files | Kari Argillander | 2021-09-13 | 1 | -3/+0 |
* | fs/ntfs3: Convert mount options to pointer in sbi | Kari Argillander | 2021-09-09 | 1 | -4/+4 |
* | fs/ntfs3: Restyle comments to better align with kernel-doc | Kari Argillander | 2021-08-30 | 1 | -29/+32 |
* | fs/ntfs3: Add file operations and implementation | Konstantin Komarov | 2021-08-13 | 1 | -0/+596 |