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