summaryrefslogtreecommitdiff
path: root/fs/ntfs3/dir.c
AgeCommit message (Expand)AuthorFilesLines
2025-08-28fs/ntfs3: Add sanity check for file nameLizhi Xu1-0/+3
2024-09-12fs/ntfs3: Check more cases when directory is corruptedKonstantin Komarov1-20/+32
2024-08-03fs/ntfs3: Fix getting file typeKonstantin Komarov1-1/+2
2024-06-12fs/ntfs3: Break dir enumeration if directory contents errorKonstantin Komarov1-0/+1
2024-03-01fs/ntfs3: Use i_size_read and i_size_writeKonstantin Komarov1-1/+1
2024-03-01fs/ntfs3: Improve ntfs_dir_countKonstantin Komarov1-7/+3
2024-03-01fs/ntfs3: Modified fix directory element type detectionKonstantin Komarov1-5/+25
2023-09-28fs/ntfs3: Fix directory element type detectionGabriel Marcano1-1/+5
2022-11-14fs/ntfs3: Fix sparse problemsKonstantin Komarov1-2/+2
2021-10-11fs/ntfs3: Rework ntfs_utf16_to_nlsKonstantin Komarov1-11/+8
2021-09-13fs/ntfs3: Remove unneeded header files from c filesKari Argillander1-3/+0
2021-09-09fs/ntfs3: Convert mount options to pointer in sbiKari Argillander1-4/+4
2021-08-30fs/ntfs3: Restyle comments to better align with kernel-docKari Argillander1-29/+32
2021-08-13fs/ntfs3: Add file operations and implementationKonstantin Komarov1-0/+596