summaryrefslogtreecommitdiff
path: root/fs/ntfs3/frecord.c
Commit message (Expand)AuthorAgeFilesLines
* fs/ntfs3: Print details about mount failsKonstantin Komarov2023-03-271-1/+1
* fs/ntfs3: Code formatting and refactoringKonstantin Komarov2023-03-271-20/+17
* fs/ntfs3: Fix a possible null-pointer dereference in ni_clear()Jia-Ju Bai2023-03-271-1/+1
* fs/ntfs3: Refactoring of various minor issuesKonstantin Komarov2023-03-271-1/+1
* fs/ntfs3: Fix NULL dereference in ni_write_inodeAbdun Nihaal2023-03-271-0/+3
* fs/ntfs3: Change new sparse cluster processingKonstantin Komarov2022-11-141-1/+1
* fs/ntfs3: Fix sparse problemsKonstantin Komarov2022-11-141-2/+1
* fs/ntfs3: Fix endian conversion in ni_fname_nameThomas Kühnel2022-11-141-1/+3
* fs/ntfs3: Rename hidedotfiles mount option to hide_dot_filesDaniel Pinto2022-11-121-1/+1
* fs/ntfs3: Make hidedotfiles mount option work when renaming filesDaniel Pinto2022-11-121-0/+9
* fs/ntfs3: Add windows_names mount optionDaniel Pinto2022-11-121-1/+6
* fs/ntfs3: Validate data run offsetEdward Lo2022-09-301-0/+14
* fs/ntfs3: Rename variables and add commentKonstantin Komarov2022-09-301-0/+1
* fs/ntfs3: Add comments about cluster sizeKonstantin Komarov2022-09-301-1/+1
* fs/ntfs3: Make ni_ins_new_attr return errorKonstantin Komarov2022-08-031-3/+26
* fs/ntfs3: New function ntfs_bad_inodeKonstantin Komarov2022-08-031-4/+2
* fs/ntfs3: Added comments to frecord functionsKonstantin Komarov2022-08-031-4/+4
* fs/ntfs3: Fill duplicate info in ni_add_nameKonstantin Komarov2022-08-031-6/+14
* fs/ntfs3: Add new argument is_mft to ntfs_mark_rec_freeKonstantin Komarov2022-08-031-6/+6
* fs/ntfs3: extend ni_insert_nonresident to return inserted ATTR_LIST_ENTRYKonstantin Komarov2022-08-031-2/+2
* fs/ntfs3: Refactor ni_try_remove_attr_list functionKonstantin Komarov2022-06-061-12/+37
* fs/ntfs3: Fix fiemap + fix shrink file size (to remove preallocated space)Konstantin Komarov2021-11-241-3/+7
* fs/ntfs3: Check for NULL pointers in ni_try_remove_attr_listKonstantin Komarov2021-10-121-1/+22
* fs/ntfs3: Refactor ni_parse_reparseKonstantin Komarov2021-10-111-4/+5
* fs/ntfs3: Check for NULL if ATTR_EA_INFO is incorrectKonstantin Komarov2021-09-301-1/+3
* fs/ntfs3: Add sync flag to ntfs_sb_write_run and al_updateKonstantin Komarov2021-09-211-1/+1
* fs/ntfs3: Fix insertion of attr in ni_ins_attr_extKonstantin Komarov2021-09-211-0/+7
* fs/ntfs3: Remove braces from single statment blockKari Argillander2021-09-161-2/+1
* fs/ntfs3: Place Comparisons constant right side of the testKari Argillander2021-09-161-1/+1
* fs/ntfs3: Remove '+' before constant in ni_insert_resident()Kari Argillander2021-09-161-1/+1
* fs/ntfs3: Remove unneeded header files from c filesKari Argillander2021-09-131-3/+0
* fs/ntfs3: Restyle comments to better align with kernel-docKonstantin Komarov2021-08-311-14/+13
* fs/ntfs3: Rework file operationsKonstantin Komarov2021-08-311-62/+280
* fs/ntfs3: Restyle comments to better align with kernel-docKari Argillander2021-08-301-222/+187
* fs/ntfs3: Use kcalloc/kmalloc_array over kzalloc/kmallocKari Argillander2021-08-271-4/+3
* fs/ntfs3: Do not use driver own alloc wrappersKari Argillander2021-08-271-13/+14
* fs/ntfs3: Use kernel ALIGN macros over driver specificKari Argillander2021-08-271-7/+7
* fs/ntfs3: Restyle comment block in ni_parse_reparse()Kari Argillander2021-08-271-6/+10
* fs/ntfs3: Fix one none utf8 char in source fileKari Argillander2021-08-271-1/+1
* fs/ntfs3: Add file operations and implementationKonstantin Komarov2021-08-131-0/+3071