summaryrefslogtreecommitdiff
path: root/fs/ntfs3/record.c
Commit message (Expand)AuthorAgeFilesLines
* 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