summaryrefslogtreecommitdiffstats
path: root/fs/ntfs3/attrib.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-03fs/ntfs3: extend ni_insert_nonresident to return inserted ATTR_LIST_ENTRYKonstantin Komarov1-14/+21
2022-08-03fs/ntfs3: Check reserved size for maximum allowedKonstantin Komarov1-0/+9
2022-07-05fs/ntfs3: Unlock on error in attr_insert_range()Dan Carpenter1-2/+4
2022-06-28fs/ntfs3: Fallocate (FALLOC_FL_INSERT_RANGE) implementationKonstantin Komarov1-0/+176
2022-06-08fs/ntfs3: Remove redundant assignment to variable vcnColin Ian King1-1/+1
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