aboutsummaryrefslogtreecommitdiff
path: root/fs/ntfs3/attrib.c
AgeCommit message (Expand)Author
2022-08-03fs/ntfs3: Refactoring attr_insert_range to restore after errorsKonstantin Komarov
2022-08-03fs/ntfs3: Refactoring attr_punch_hole to restore after errorsKonstantin Komarov
2022-08-03fs/ntfs3: Refactoring attr_set_size to restore after errorsKonstantin Komarov
2022-08-03fs/ntfs3: New function ntfs_bad_inodeKonstantin Komarov
2022-08-03fs/ntfs3: Make static function attr_load_runsKonstantin Komarov
2022-08-03fs/ntfs3: Fix very fragmented case in attr_punch_holeKonstantin Komarov
2022-08-03fs/ntfs3: extend ni_insert_nonresident to return inserted ATTR_LIST_ENTRYKonstantin Komarov
2022-08-03fs/ntfs3: Check reserved size for maximum allowedKonstantin Komarov
2022-07-05fs/ntfs3: Unlock on error in attr_insert_range()Dan Carpenter
2022-06-28fs/ntfs3: Fallocate (FALLOC_FL_INSERT_RANGE) implementationKonstantin Komarov
2022-06-08fs/ntfs3: Remove redundant assignment to variable vcnColin Ian King
2021-10-11fs/ntfs3: Keep prealloc for all types of filesKonstantin Komarov
2021-09-21fs/ntfs3: Add sync flag to ntfs_sb_write_run and al_updateKonstantin Komarov
2021-09-16fs/ntfs3: Use min/max macros instated of ternary operatorsKari Argillander
2021-09-13fs/ntfs3: Remove unneeded header files from c filesKari Argillander
2021-09-09fs/ntfs3: Convert mount options to pointer in sbiKari 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 attrib operationsKonstantin Komarov