summaryrefslogtreecommitdiff
path: root/fs/ntfs3/attrib.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-11fs/ntfs3: Keep prealloc for all types of filesKonstantin Komarov1-7/+1
2021-09-21fs/ntfs3: Add sync flag to ntfs_sb_write_run and al_updateKonstantin Komarov1-1/+1
2021-09-16fs/ntfs3: Use min/max macros instated of ternary operatorsKari Argillander1-1/+2
2021-09-13fs/ntfs3: Remove unneeded header files from c filesKari Argillander1-5/+0
2021-09-09fs/ntfs3: Convert mount options to pointer in sbiKari Argillander1-1/+1
2021-08-31fs/ntfs3: Restyle comments to better align with kernel-docKonstantin Komarov1-7/+11
2021-08-31fs/ntfs3: Rework file operationsKonstantin Komarov1-8/+9
2021-08-30fs/ntfs3: Restyle comments to better align with kernel-docKari Argillander1-119/+111
2021-08-27fs/ntfs3: Do not use driver own alloc wrappersKari Argillander1-3/+3
2021-08-27fs/ntfs3: Use kernel ALIGN macros over driver specificKari Argillander1-1/+1
2021-08-13fs/ntfs3: Add attrib operationsKonstantin Komarov1-0/+2096