Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2021-09-02 | fs/ntfs3: Remove unnecessary condition checking from ntfs_file_read_iter | Kari Argillander | 1 | -5/+1 |
2021-09-02 | fs/ntfs3: Fix integer overflow in ni_fiemap with fiemap_prep() | Kari Argillander | 1 | -2/+3 |
2021-08-31 | fs/ntfs3: Restyle comments to better align with kernel-doc | Konstantin Komarov | 1 | -9/+9 |
2021-08-31 | fs/ntfs3: Remove fat ioctl's from ntfs3 driver for now | Kari Argillander | 1 | -8/+0 |
2021-08-30 | fs/ntfs3: Restyle comments to better align with kernel-doc | Kari Argillander | 1 | -43/+53 |
2021-08-27 | fs/ntfs3: Use kcalloc/kmalloc_array over kzalloc/kmalloc | Kari Argillander | 1 | -1/+1 |
2021-08-27 | fs/ntfs3: Do not use driver own alloc wrappers | Kari Argillander | 1 | -2/+2 |
2021-08-13 | fs/ntfs3: Add file operations and implementation | Konstantin Komarov | 1 | -0/+1252 |