summaryrefslogtreecommitdiffstats
path: root/fs/ntfs3/record.c
Commit message (Expand)AuthorAgeFilesLines
* fs/ntfs3: Taking DOS names into account during link countingKonstantin Komarov2024-04-231-9/+2
* fs/ntfs3: Fixed overflow check in mi_enum_attr()Konstantin Komarov2024-01-291-1/+1
* fs/ntfs3: Correct hard links updating when dealing with DOS namesKonstantin Komarov2023-12-061-2/+14
* fs/ntfs3: Refactoring and commentsKonstantin Komarov2023-09-281-0/+6
* fs/ntfs3: Add more attributes checks in mi_enum_attr()Konstantin Komarov2023-09-281-16/+52
* fs/ntfs3: Add ability to format new mft records with bigger/smaller headerKonstantin Komarov2023-07-031-0/+2
* fs/ntfs3: Code refactoringKonstantin Komarov2023-07-031-1/+1
* fs/ntfs3: Mark ntfs dirty when on-disk struct is corruptedKonstantin Komarov2023-07-031-0/+6
* fs: ntfs3: Fix possible null-pointer dereferences in mi_read()Jia-Ju Bai2023-07-031-2/+2
* fs/ntfs3: Code formatting and refactoringKonstantin Komarov2023-03-271-4/+5
* fs/ntfs3: Restore overflow checking for attr size in mi_enum_attrKonstantin Komarov2023-03-271-0/+5
* fs/ntfs3: Enhance the attribute size checkEdward Lo2023-03-271-7/+2
* fs/ntfs3: Make if more readableKonstantin Komarov2022-11-141-3/+2
* fs/ntfs3: Validate resident attribute nameEdward Lo2022-09-301-0/+5
* fs/ntfs3: Add overflow check for attribute sizeedward lo2022-09-301-0/+5
* fs/ntfs3: Add comments about cluster sizeKonstantin Komarov2022-09-301-0/+4
* fs/ntfs3: Remove unused mi_mark_freeKonstantin Komarov2022-08-031-22/+0
* fs/ntfs3: Refactor ni_try_remove_attr_list functionKonstantin Komarov2022-06-061-3/+2
* fs/ntfs3: Remove unneeded header files from c filesKari Argillander2021-09-131-3/+0
* fs/ntfs3: Restyle comments to better align with kernel-docKonstantin Komarov2021-08-311-1/+1
* fs/ntfs3: Rework file operationsKonstantin Komarov2021-08-311-1/+7
* fs/ntfs3: Restyle comments to better align with kernel-docKari Argillander2021-08-301-35/+25
* fs/ntfs3: Do not use driver own alloc wrappersKari Argillander2021-08-271-4/+4
* fs/ntfs3: Use kernel ALIGN macros over driver specificKari Argillander2021-08-271-5/+5
* fs/ntfs3: Add file operations and implementationKonstantin Komarov2021-08-131-0/+609