Age | Commit message (Expand) | Author |
2021-09-04 | Merge git://github.com/Paragon-Software-Group/linux-ntfs3 | Linus Torvalds |
2021-09-02 | fs/ntfs3: Change how module init/info messages are displayed | Kari Argillander |
2021-09-02 | fs/ntfs3: Remove GPL boilerplates from decompress lib files | Kari Argillander |
2021-09-02 | fs/ntfs3: Remove unnecessary condition checking from ntfs_file_read_iter | Kari Argillander |
2021-09-02 | fs/ntfs3: Fix integer overflow in ni_fiemap with fiemap_prep() | Kari Argillander |
2021-08-31 | fs/ntfs3: Restyle comments to better align with kernel-doc | Konstantin Komarov |
2021-08-31 | fs/ntfs3: Rework file operations | Konstantin Komarov |
2021-08-31 | fs/ntfs3: Remove fat ioctl's from ntfs3 driver for now | Kari Argillander |
2021-08-30 | fs/ntfs3: Restyle comments to better align with kernel-doc | Kari Argillander |
2021-08-27 | fs/ntfs3: Fix error handling in indx_insert_into_root() | Dan Carpenter |
2021-08-27 | fs/ntfs3: Potential NULL dereference in hdr_find_split() | Dan Carpenter |
2021-08-27 | fs/ntfs3: Fix error code in indx_add_allocate() | Dan Carpenter |
2021-08-27 | fs/ntfs3: fix an error code in ntfs_get_acl_ex() | Dan Carpenter |
2021-08-27 | fs/ntfs3: add checks for allocation failure | Dan Carpenter |
2021-08-27 | fs/ntfs3: Use kcalloc/kmalloc_array over kzalloc/kmalloc | Kari Argillander |
2021-08-27 | fs/ntfs3: Do not use driver own alloc wrappers | Kari Argillander |
2021-08-27 | fs/ntfs3: Use kernel ALIGN macros over driver specific | Kari Argillander |
2021-08-27 | fs/ntfs3: Restyle comment block in ni_parse_reparse() | Kari Argillander |
2021-08-27 | fs/ntfs3: Remove unused including <linux/version.h> | Jiapeng Chong |
2021-08-27 | fs/ntfs3: Fix fall-through warnings for Clang | Gustavo A. R. Silva |
2021-08-27 | fs/ntfs3: Fix one none utf8 char in source file | Kari Argillander |
2021-08-27 | fs/ntfs3: Remove unused variable cnt in ntfs_security_init() | Nathan Chancellor |
2021-08-27 | fs/ntfs3: Fix integer overflow in multiplication | Colin Ian King |
2021-08-27 | fs/ntfs3: Add ifndef + define to all header files | Kari Argillander |
2021-08-27 | fs/ntfs3: Use linux/log2 is_power_of_2 function | Kari Argillander |
2021-08-27 | fs/ntfs3: Fix various spelling mistakes | Colin Ian King |
2021-08-13 | fs/ntfs3: Add Kconfig, Makefile and doc | Konstantin Komarov |
2021-08-13 | fs/ntfs3: Add NTFS journal | Konstantin Komarov |
2021-08-13 | fs/ntfs3: Add compression | Konstantin Komarov |
2021-08-13 | fs/ntfs3: Add attrib operations | Konstantin Komarov |
2021-08-13 | fs/ntfs3: Add file operations and implementation | Konstantin Komarov |
2021-08-13 | fs/ntfs3: Add bitmap | Konstantin Komarov |
2021-08-13 | fs/ntfs3: Add initialization of super block | Konstantin Komarov |
2021-08-13 | fs/ntfs3: Add headers and misc files | Konstantin Komarov |