summaryrefslogtreecommitdiffstats
path: root/fs/ntfs3
Commit message (Expand)AuthorAgeFilesLines
* Merge git://github.com/Paragon-Software-Group/linux-ntfs3Linus Torvalds2021-09-042-3/+6
* fs/ntfs3: Change how module init/info messages are displayedKari Argillander2021-09-021-19/+8
* fs/ntfs3: Remove GPL boilerplates from decompress lib filesKari Argillander2021-09-024-53/+0
* fs/ntfs3: Remove unnecessary condition checking from ntfs_file_read_iterKari Argillander2021-09-021-5/+1
* fs/ntfs3: Fix integer overflow in ni_fiemap with fiemap_prep()Kari Argillander2021-09-021-2/+3
* fs/ntfs3: Restyle comments to better align with kernel-docKonstantin Komarov2021-08-3115-75/+84
* fs/ntfs3: Rework file operationsKonstantin Komarov2021-08-3110-529/+563
* fs/ntfs3: Remove fat ioctl's from ntfs3 driver for nowKari Argillander2021-08-311-8/+0
* fs/ntfs3: Restyle comments to better align with kernel-docKari Argillander2021-08-3021-2070/+1987
* fs/ntfs3: Fix error handling in indx_insert_into_root()Dan Carpenter2021-08-271-20/+16
* fs/ntfs3: Potential NULL dereference in hdr_find_split()Dan Carpenter2021-08-271-1/+2
* fs/ntfs3: Fix error code in indx_add_allocate()Dan Carpenter2021-08-271-0/+1
* fs/ntfs3: fix an error code in ntfs_get_acl_ex()Dan Carpenter2021-08-271-1/+1
* fs/ntfs3: add checks for allocation failureDan Carpenter2021-08-271-2/+16
* fs/ntfs3: Use kcalloc/kmalloc_array over kzalloc/kmallocKari Argillander2021-08-273-6/+5
* fs/ntfs3: Do not use driver own alloc wrappersKari Argillander2021-08-2716-194/+188
* fs/ntfs3: Use kernel ALIGN macros over driver specificKari Argillander2021-08-2713-67/+56
* fs/ntfs3: Restyle comment block in ni_parse_reparse()Kari Argillander2021-08-271-6/+10
* fs/ntfs3: Remove unused including <linux/version.h>Jiapeng Chong2021-08-271-1/+0
* fs/ntfs3: Fix fall-through warnings for ClangGustavo A. R. Silva2021-08-272-0/+2
* fs/ntfs3: Fix one none utf8 char in source fileKari Argillander2021-08-271-1/+1
* fs/ntfs3: Remove unused variable cnt in ntfs_security_init()Nathan Chancellor2021-08-271-4/+1
* fs/ntfs3: Fix integer overflow in multiplicationColin Ian King2021-08-271-1/+1
* fs/ntfs3: Add ifndef + define to all header filesKari Argillander2021-08-273-0/+13
* fs/ntfs3: Use linux/log2 is_power_of_2 functionKari Argillander2021-08-273-10/+7
* fs/ntfs3: Fix various spelling mistakesColin Ian King2021-08-275-6/+6
* fs/ntfs3: Add Kconfig, Makefile and docKonstantin Komarov2021-08-132-0/+82
* fs/ntfs3: Add NTFS journalKonstantin Komarov2021-08-131-0/+5182
* fs/ntfs3: Add compressionKonstantin Komarov2021-08-136-0/+2000
* fs/ntfs3: Add attrib operationsKonstantin Komarov2021-08-133-0/+3680
* fs/ntfs3: Add file operations and implementationKonstantin Komarov2021-08-136-0/+7178
* fs/ntfs3: Add bitmapKonstantin Komarov2021-08-132-0/+1654
* fs/ntfs3: Add initialization of super blockKonstantin Komarov2021-08-134-0/+8731
* fs/ntfs3: Add headers and misc filesKonstantin Komarov2021-08-134-0/+2499