summaryrefslogtreecommitdiffstats
path: root/fs/ntfs3/frecord.c
Commit message (Expand)AuthorAgeFilesLines
* 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