summaryrefslogtreecommitdiffstats
path: root/fs/ntfs3/frecord.c
Commit message (Expand)AuthorAgeFilesLines
* fs/ntfs3: use kcalloc() instead of kzalloc()Lenko Donchev2024-04-171-1/+1
* fs/ntfs3: fix build without CONFIG_NTFS3_LZX_XPRESSMark O'Donovan2024-02-261-1/+1
* fs/ntfs3: Use i_size_read and i_size_writeKonstantin Komarov2024-01-291-5/+5
* fs/ntfs3: Use kvfree to free memory allocated by kvmallocKonstantin Komarov2024-01-161-2/+2
* fs/ntfs3: Fix c/mtime typoKonstantin Komarov2023-12-061-1/+1
* fs/ntfs3: Implement super_operations::shutdownKonstantin Komarov2023-12-061-0/+3
* Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-301-4/+7
|\
| * ntfs3: convert to new timestamp accessorsJeff Layton2023-10-181-4/+7
* | fs/ntfs3: Fix possible NULL-ptr-deref in ni_readpage_cmpr()Konstantin Komarov2023-09-281-1/+1
* | fs/ntfs3: Add ckeck in ni_update_parent()Konstantin Komarov2023-09-281-0/+6
|/
* ntfs3: convert to ctime accessor functionsJeff Layton2023-07-241-1/+2
* fs/ntfs3: Fix endian problemKonstantin Komarov2023-07-031-6/+5
* fs/ntfs3: Code refactoringKonstantin Komarov2023-07-031-1/+1
* fs/ntfs3: Code formattingKonstantin Komarov2023-07-031-6/+10
* fs/ntfs3: Correct checking while generating attr_listKonstantin Komarov2023-07-031-15/+10
* fs/ntfs3: Enhance sanity check while generating attr_listEdward Lo2023-07-031-5/+11
* 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