index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ntfs3
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-04
Merge git://github.com/Paragon-Software-Group/linux-ntfs3
Linus Torvalds
28
-0
/
+30900
2021-09-02
fs/ntfs3: Change how module init/info messages are displayed
Kari Argillander
1
-19
/
+8
2021-09-02
fs/ntfs3: Remove GPL boilerplates from decompress lib files
Kari Argillander
4
-53
/
+0
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
15
-75
/
+84
2021-08-31
fs/ntfs3: Rework file operations
Konstantin Komarov
10
-529
/
+563
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
21
-2070
/
+1987
2021-08-27
fs/ntfs3: Fix error handling in indx_insert_into_root()
Dan Carpenter
1
-20
/
+16
2021-08-27
fs/ntfs3: Potential NULL dereference in hdr_find_split()
Dan Carpenter
1
-1
/
+2
2021-08-27
fs/ntfs3: Fix error code in indx_add_allocate()
Dan Carpenter
1
-0
/
+1
2021-08-27
fs/ntfs3: fix an error code in ntfs_get_acl_ex()
Dan Carpenter
1
-1
/
+1
2021-08-27
fs/ntfs3: add checks for allocation failure
Dan Carpenter
1
-2
/
+16
2021-08-27
fs/ntfs3: Use kcalloc/kmalloc_array over kzalloc/kmalloc
Kari Argillander
3
-6
/
+5
2021-08-27
fs/ntfs3: Do not use driver own alloc wrappers
Kari Argillander
16
-194
/
+188
2021-08-27
fs/ntfs3: Use kernel ALIGN macros over driver specific
Kari Argillander
13
-67
/
+56
2021-08-27
fs/ntfs3: Restyle comment block in ni_parse_reparse()
Kari Argillander
1
-6
/
+10
2021-08-27
fs/ntfs3: Remove unused including <linux/version.h>
Jiapeng Chong
1
-1
/
+0
2021-08-27
fs/ntfs3: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2
-0
/
+2
2021-08-27
fs/ntfs3: Fix one none utf8 char in source file
Kari Argillander
1
-1
/
+1
2021-08-27
fs/ntfs3: Remove unused variable cnt in ntfs_security_init()
Nathan Chancellor
1
-4
/
+1
2021-08-27
fs/ntfs3: Fix integer overflow in multiplication
Colin Ian King
1
-1
/
+1
2021-08-27
fs/ntfs3: Add ifndef + define to all header files
Kari Argillander
3
-0
/
+13
2021-08-27
fs/ntfs3: Use linux/log2 is_power_of_2 function
Kari Argillander
3
-10
/
+7
2021-08-27
fs/ntfs3: Fix various spelling mistakes
Colin Ian King
5
-6
/
+6
2021-08-13
fs/ntfs3: Add Kconfig, Makefile and doc
Konstantin Komarov
2
-0
/
+82
2021-08-13
fs/ntfs3: Add NTFS journal
Konstantin Komarov
1
-0
/
+5182
2021-08-13
fs/ntfs3: Add compression
Konstantin Komarov
6
-0
/
+2000
2021-08-13
fs/ntfs3: Add attrib operations
Konstantin Komarov
3
-0
/
+3680
2021-08-13
fs/ntfs3: Add file operations and implementation
Konstantin Komarov
6
-0
/
+7178
2021-08-13
fs/ntfs3: Add bitmap
Konstantin Komarov
2
-0
/
+1654
2021-08-13
fs/ntfs3: Add initialization of super block
Konstantin Komarov
4
-0
/
+8731
2021-08-13
fs/ntfs3: Add headers and misc files
Konstantin Komarov
4
-0
/
+2499