summaryrefslogtreecommitdiff
path: root/fs/ntfs3/attrib.c
AgeCommit message (Expand)Author
2024-01-29fs/ntfs3: Use i_size_read and i_size_writeKonstantin Komarov
2023-12-06fs/ntfs3: Add NULL ptr dereference checking at the end of attr_allocate_frame()Konstantin Komarov
2023-12-06fs/ntfs3: Fix multithreaded stress testKonstantin Komarov
2023-09-28fs/ntfs3: Fix NULL pointer dereference on error in attr_allocate_frame()Konstantin Komarov
2023-09-28fs/ntfs3: Refactoring and commentsKonstantin Komarov
2023-07-03fs/ntfs3: Code formattingKonstantin Komarov
2023-03-27fs/ntfs3: Code formatting and refactoringKonstantin Komarov
2022-11-14fs/ntfs3: Restore correct state after ENOSPC in attr_data_get_blockKonstantin Komarov
2022-11-14fs/ntfs3: Fixing wrong logic in attr_set_size and ntfs_fallocateKonstantin Komarov
2022-11-14fs/ntfs3: Change new sparse cluster processingKonstantin Komarov
2022-11-14fs/ntfs3: Remove unused functionsKonstantin Komarov
2022-11-14fs/ntfs3: Fix sparse problemsKonstantin Komarov
2022-09-30fs/ntfs3: Fix attr_punch_hole() null pointer derenferenceAlon Zahavi
2022-09-30fs/ntfs3: Add null pointer check to attr_load_runs_vcnEdward Lo
2022-09-30fs/ntfs3: Validate data run offsetEdward Lo
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