summaryrefslogtreecommitdiffstats
path: root/fs/ntfs3/dir.c
AgeCommit message (Expand)AuthorLines
2025-06-23fs/ntfs3: Add sanity check for file nameLizhi Xu-0/+3
2025-06-23fs/ntfs3: fix symlinks cannot be handled correctlyRong Zhang-2/+1
2024-12-30fs/ntfs3: Unify inode corruption marking with _ntfs_bad_inode()Konstantin Komarov-1/+1
2024-07-11fs/ntfs3: Redesign legacy ntfs supportKonstantin Komarov-0/+2
2024-07-11fs/ntfs3: Check more cases when directory is corruptedKonstantin Komarov-20/+32
2024-06-07fs/ntfs3: Fix getting file typeKonstantin Komarov-1/+2
2024-05-25Merge tag 'ntfs3_for_6.10' of https://github.com/Paragon-Software-Group/linux...Linus Torvalds-0/+1
2024-05-24fs/ntfs3: Break dir enumeration if directory contents errorKonstantin Komarov-0/+1
2024-04-23ntfs3: add legacy ntfs file operationsChristian Brauner-0/+7
2024-01-29fs/ntfs3: Add ioctl operation for directories (FITRIM)Nekun-0/+4
2024-01-29fs/ntfs3: Use i_size_read and i_size_writeKonstantin Komarov-1/+1
2023-12-06fs/ntfs3: Add and fix commentsKonstantin Komarov-1/+3
2023-12-06fs/ntfs3: Improve ntfs_dir_countKonstantin Komarov-7/+3
2023-12-06fs/ntfs3: Modified fix directory element type detectionKonstantin Komarov-5/+25
2023-09-28fs/ntfs3: Fix directory element type detectionGabriel Marcano-1/+5
2022-11-14fs/ntfs3: Fix sparse problemsKonstantin Komarov-2/+2
2021-10-11fs/ntfs3: Rework ntfs_utf16_to_nlsKonstantin Komarov-11/+8
2021-09-13fs/ntfs3: Remove unneeded header files from c filesKari Argillander-3/+0
2021-09-09fs/ntfs3: Convert mount options to pointer in sbiKari Argillander-4/+4
2021-08-30fs/ntfs3: Restyle comments to better align with kernel-docKari Argillander-29/+32
2021-08-13fs/ntfs3: Add file operations and implementationKonstantin Komarov-0/+596