summaryrefslogtreecommitdiffstats
path: root/fs/ntfs3/attrib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fs/ntfs3: Refactoring attr_insert_range to restore after errorsKonstantin Komarov2022-08-031-31/+86
* fs/ntfs3: Refactoring attr_punch_hole to restore after errorsKonstantin Komarov2022-08-031-38/+79
* fs/ntfs3: Refactoring attr_set_size to restore after errorsKonstantin Komarov2022-08-031-54/+126
* fs/ntfs3: New function ntfs_bad_inodeKonstantin Komarov2022-08-031-6/+4
* fs/ntfs3: Make static function attr_load_runsKonstantin Komarov2022-08-031-2/+2
* fs/ntfs3: Fix very fragmented case in attr_punch_holeKonstantin Komarov2022-08-031-1/+12
* fs/ntfs3: extend ni_insert_nonresident to return inserted ATTR_LIST_ENTRYKonstantin Komarov2022-08-031-14/+21
* fs/ntfs3: Check reserved size for maximum allowedKonstantin Komarov2022-08-031-0/+9
* fs/ntfs3: Unlock on error in attr_insert_range()Dan Carpenter2022-07-051-2/+4
* fs/ntfs3: Fallocate (FALLOC_FL_INSERT_RANGE) implementationKonstantin Komarov2022-06-281-0/+176
* fs/ntfs3: Remove redundant assignment to variable vcnColin Ian King2022-06-081-1/+1
* fs/ntfs3: Keep prealloc for all types of filesKonstantin Komarov2021-10-111-7/+1
* fs/ntfs3: Add sync flag to ntfs_sb_write_run and al_updateKonstantin Komarov2021-09-211-1/+1
* fs/ntfs3: Use min/max macros instated of ternary operatorsKari Argillander2021-09-161-1/+2
* fs/ntfs3: Remove unneeded header files from c filesKari Argillander2021-09-131-5/+0
* fs/ntfs3: Convert mount options to pointer in sbiKari Argillander2021-09-091-1/+1
* fs/ntfs3: Restyle comments to better align with kernel-docKonstantin Komarov2021-08-311-7/+11
* fs/ntfs3: Rework file operationsKonstantin Komarov2021-08-311-8/+9
* fs/ntfs3: Restyle comments to better align with kernel-docKari Argillander2021-08-301-119/+111
* fs/ntfs3: Do not use driver own alloc wrappersKari Argillander2021-08-271-3/+3
* fs/ntfs3: Use kernel ALIGN macros over driver specificKari Argillander2021-08-271-1/+1
* fs/ntfs3: Add attrib operationsKonstantin Komarov2021-08-131-0/+2096