aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ntfs3/attrib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-03fs/ntfs3: Refactoring attr_insert_range to restore after errorsKonstantin Komarov1-31/+86
2022-08-03fs/ntfs3: Refactoring attr_punch_hole to restore after errorsKonstantin Komarov1-38/+79
2022-08-03fs/ntfs3: Refactoring attr_set_size to restore after errorsKonstantin Komarov1-54/+126
2022-08-03fs/ntfs3: New function ntfs_bad_inodeKonstantin Komarov1-6/+4
2022-08-03fs/ntfs3: Make static function attr_load_runsKonstantin Komarov1-2/+2
2022-08-03fs/ntfs3: Fix very fragmented case in attr_punch_holeKonstantin Komarov1-1/+12
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