summaryrefslogtreecommitdiff
path: root/fs/ntfs3/attrib.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-23fs/ntfs3: Always make file nonresident on fallocate callKonstantin Komarov1-0/+32
2024-01-29fs/ntfs3: Use i_size_read and i_size_writeKonstantin Komarov1-2/+2
2023-12-06fs/ntfs3: Add NULL ptr dereference checking at the end of attr_allocate_frame()Konstantin Komarov1-8/+12
2023-12-06fs/ntfs3: Fix multithreaded stress testKonstantin Komarov1-7/+14
2023-09-28fs/ntfs3: Fix NULL pointer dereference on error in attr_allocate_frame()Konstantin Komarov1-4/+2
2023-09-28fs/ntfs3: Refactoring and commentsKonstantin Komarov1-3/+3
2023-07-02fs/ntfs3: Code formattingKonstantin Komarov1-1/+1
2023-03-27fs/ntfs3: Code formatting and refactoringKonstantin Komarov1-9/+8
2022-11-14fs/ntfs3: Restore correct state after ENOSPC in attr_data_get_blockKonstantin Komarov1-50/+91
2022-11-14fs/ntfs3: Fixing wrong logic in attr_set_size and ntfs_fallocateKonstantin Komarov1-14/+11
2022-11-14fs/ntfs3: Change new sparse cluster processingKonstantin Komarov1-54/+122
2022-11-14fs/ntfs3: Remove unused functionsKonstantin Komarov1-27/+0
2022-11-14fs/ntfs3: Fix sparse problemsKonstantin Komarov1-3/+4
2022-09-30fs/ntfs3: Fix attr_punch_hole() null pointer derenferenceAlon Zahavi1-1/+1
2022-09-30fs/ntfs3: Add null pointer check to attr_load_runs_vcnEdward Lo1-0/+5
2022-09-30fs/ntfs3: Validate data run offsetEdward Lo1-0/+13
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