summaryrefslogtreecommitdiff
path: root/fs/ntfs3/record.c
AgeCommit message (Expand)Author
2024-01-29fs/ntfs3: Fixed overflow check in mi_enum_attr()Konstantin Komarov
2023-12-06fs/ntfs3: Correct hard links updating when dealing with DOS namesKonstantin Komarov
2023-09-28fs/ntfs3: Refactoring and commentsKonstantin Komarov
2023-09-28fs/ntfs3: Add more attributes checks in mi_enum_attr()Konstantin Komarov
2023-07-03fs/ntfs3: Add ability to format new mft records with bigger/smaller headerKonstantin Komarov
2023-07-03fs/ntfs3: Code refactoringKonstantin Komarov
2023-07-03fs/ntfs3: Mark ntfs dirty when on-disk struct is corruptedKonstantin Komarov
2023-07-03fs: ntfs3: Fix possible null-pointer dereferences in mi_read()Jia-Ju Bai
2023-03-27fs/ntfs3: Code formatting and refactoringKonstantin Komarov
2023-03-27fs/ntfs3: Restore overflow checking for attr size in mi_enum_attrKonstantin Komarov
2023-03-27fs/ntfs3: Enhance the attribute size checkEdward Lo
2022-11-14fs/ntfs3: Make if more readableKonstantin Komarov
2022-09-30fs/ntfs3: Validate resident attribute nameEdward Lo
2022-09-30fs/ntfs3: Add overflow check for attribute sizeedward lo
2022-09-30fs/ntfs3: Add comments about cluster sizeKonstantin Komarov
2022-08-03fs/ntfs3: Remove unused mi_mark_freeKonstantin Komarov
2022-06-06fs/ntfs3: Refactor ni_try_remove_attr_list functionKonstantin Komarov
2021-09-13fs/ntfs3: Remove unneeded header files from c filesKari Argillander
2021-08-31fs/ntfs3: Restyle comments to better align with kernel-docKonstantin Komarov
2021-08-31fs/ntfs3: Rework file operationsKonstantin Komarov
2021-08-30fs/ntfs3: Restyle comments to better align with kernel-docKari Argillander
2021-08-27fs/ntfs3: Do not use driver own alloc wrappersKari Argillander
2021-08-27fs/ntfs3: Use kernel ALIGN macros over driver specificKari Argillander
2021-08-13fs/ntfs3: Add file operations and implementationKonstantin Komarov