Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fs/ntfs3: Restyle comments to better align with kernel-doc | Konstantin Komarov | 2021-08-31 | 1 | -14/+13 |
* | fs/ntfs3: Rework file operations | Konstantin Komarov | 2021-08-31 | 1 | -62/+280 |
* | fs/ntfs3: Restyle comments to better align with kernel-doc | Kari Argillander | 2021-08-30 | 1 | -222/+187 |
* | fs/ntfs3: Use kcalloc/kmalloc_array over kzalloc/kmalloc | Kari Argillander | 2021-08-27 | 1 | -4/+3 |
* | fs/ntfs3: Do not use driver own alloc wrappers | Kari Argillander | 2021-08-27 | 1 | -13/+14 |
* | fs/ntfs3: Use kernel ALIGN macros over driver specific | Kari Argillander | 2021-08-27 | 1 | -7/+7 |
* | fs/ntfs3: Restyle comment block in ni_parse_reparse() | Kari Argillander | 2021-08-27 | 1 | -6/+10 |
* | fs/ntfs3: Fix one none utf8 char in source file | Kari Argillander | 2021-08-27 | 1 | -1/+1 |
* | fs/ntfs3: Add file operations and implementation | Konstantin Komarov | 2021-08-13 | 1 | -0/+3071 |