summaryrefslogtreecommitdiff
path: root/fs/ntfs3/record.c
AgeCommit message (Expand)AuthorFilesLines
6 daysfs/ntfs3: Remove unused mi_mark_freeKonstantin Komarov1-22/+0
2024-06-16fs/ntfs3: Taking DOS names into account during link countingKonstantin Komarov1-9/+2
2024-03-01fs/ntfs3: Correct hard links updating when dealing with DOS namesKonstantin Komarov1-2/+14
2023-08-26fs/ntfs3: Mark ntfs dirty when on-disk struct is corruptedKonstantin Komarov1-0/+6
2023-08-26fs: ntfs3: Fix possible null-pointer dereferences in mi_read()Jia-Ju Bai1-2/+2
2023-05-24fs/ntfs3: Enhance the attribute size checkEdward Lo1-7/+2
2023-01-12fs/ntfs3: Validate resident attribute nameEdward Lo1-0/+5
2023-01-12fs/ntfs3: Add overflow check for attribute sizeedward lo1-0/+5
2021-09-13fs/ntfs3: Remove unneeded header files from c filesKari Argillander1-3/+0
2021-08-31fs/ntfs3: Restyle comments to better align with kernel-docKonstantin Komarov1-1/+1
2021-08-31fs/ntfs3: Rework file operationsKonstantin Komarov1-1/+7
2021-08-30fs/ntfs3: Restyle comments to better align with kernel-docKari Argillander1-35/+25
2021-08-27fs/ntfs3: Do not use driver own alloc wrappersKari Argillander1-4/+4
2021-08-27fs/ntfs3: Use kernel ALIGN macros over driver specificKari Argillander1-5/+5
2021-08-13fs/ntfs3: Add file operations and implementationKonstantin Komarov1-0/+609