index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ntfs3
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
fs/ntfs3: Make binary search to search smaller chunks in beginning
Kari Argillander
2021-09-13
1
-2
/
+5
|
*
fs/ntfs3: Limit binary search table size
Kari Argillander
2021-09-13
1
-69
/
+41
|
*
fs/ntfs3: Remove unneeded header files from c files
Kari Argillander
2021-09-13
15
-40
/
+0
|
*
fs/ntfs3: Change right headers to lznt.c
Kari Argillander
2021-09-13
1
-5
/
+5
|
*
fs/ntfs3: Change right headers to upcase.c
Kari Argillander
2021-09-13
1
-6
/
+2
|
*
fs/ntfs3: Change right headers to bitfunc.c
Kari Argillander
2021-09-13
1
-6
/
+1
|
*
fs/ntfs3: Add missing header and guards to lib/ headers
Kari Argillander
2021-09-13
2
-0
/
+11
|
*
fs/ntfs3: Add missing headers and forward declarations to ntfs_fs.h
Kari Argillander
2021-09-13
1
-0
/
+31
|
*
fs/ntfs3: Add missing header files to ntfs.h
Kari Argillander
2021-09-13
1
-0
/
+9
|
*
fs/ntfs3. Add forward declarations for structs to debug.h
Kari Argillander
2021-09-13
1
-0
/
+3
|
*
fs/ntfs3: Remove redundant initialization of variable err
Colin Ian King
2021-09-13
1
-1
/
+1
|
*
fs/ntfs3: Show uid/gid always in show_options()
Kari Argillander
2021-09-09
2
-21
/
+14
|
*
fs/ntfs3: Rename mount option no_acs_rules > (no)acsrules
Kari Argillander
2021-09-09
4
-9
/
+9
|
*
fs/ntfs3: Add iocharset= mount option as alias for nls=
Kari Argillander
2021-09-09
1
-7
/
+11
|
*
fs/ntfs3: Make mount option nohidden more universal
Kari Argillander
2021-09-09
1
-2
/
+2
|
*
fs/ntfs3: Init spi more in init_fs_context than fill_super
Kari Argillander
2021-09-09
1
-19
/
+22
|
*
fs/ntfs3: Use new api for mounting
Kari Argillander
2021-09-09
2
-205
/
+229
|
*
fs/ntfs3: Convert mount options to pointer in sbi
Kari Argillander
2021-09-09
7
-27
/
+34
|
*
fs/ntfs3: Remove unnecesarry remount flag handling
Kari Argillander
2021-09-09
1
-2
/
+0
|
*
fs/ntfs3: Remove unnecesarry mount option noatime
Kari Argillander
2021-09-09
1
-7
/
+0
*
|
Merge git://github.com/Paragon-Software-Group/linux-ntfs3
Linus Torvalds
2021-09-04
2
-3
/
+6
|
/
*
fs/ntfs3: Change how module init/info messages are displayed
Kari Argillander
2021-09-02
1
-19
/
+8
*
fs/ntfs3: Remove GPL boilerplates from decompress lib files
Kari Argillander
2021-09-02
4
-53
/
+0
*
fs/ntfs3: Remove unnecessary condition checking from ntfs_file_read_iter
Kari Argillander
2021-09-02
1
-5
/
+1
*
fs/ntfs3: Fix integer overflow in ni_fiemap with fiemap_prep()
Kari Argillander
2021-09-02
1
-2
/
+3
*
fs/ntfs3: Restyle comments to better align with kernel-doc
Konstantin Komarov
2021-08-31
15
-75
/
+84
*
fs/ntfs3: Rework file operations
Konstantin Komarov
2021-08-31
10
-529
/
+563
*
fs/ntfs3: Remove fat ioctl's from ntfs3 driver for now
Kari Argillander
2021-08-31
1
-8
/
+0
*
fs/ntfs3: Restyle comments to better align with kernel-doc
Kari Argillander
2021-08-30
21
-2070
/
+1987
*
fs/ntfs3: Fix error handling in indx_insert_into_root()
Dan Carpenter
2021-08-27
1
-20
/
+16
*
fs/ntfs3: Potential NULL dereference in hdr_find_split()
Dan Carpenter
2021-08-27
1
-1
/
+2
*
fs/ntfs3: Fix error code in indx_add_allocate()
Dan Carpenter
2021-08-27
1
-0
/
+1
*
fs/ntfs3: fix an error code in ntfs_get_acl_ex()
Dan Carpenter
2021-08-27
1
-1
/
+1
*
fs/ntfs3: add checks for allocation failure
Dan Carpenter
2021-08-27
1
-2
/
+16
*
fs/ntfs3: Use kcalloc/kmalloc_array over kzalloc/kmalloc
Kari Argillander
2021-08-27
3
-6
/
+5
*
fs/ntfs3: Do not use driver own alloc wrappers
Kari Argillander
2021-08-27
16
-194
/
+188
*
fs/ntfs3: Use kernel ALIGN macros over driver specific
Kari Argillander
2021-08-27
13
-67
/
+56
*
fs/ntfs3: Restyle comment block in ni_parse_reparse()
Kari Argillander
2021-08-27
1
-6
/
+10
*
fs/ntfs3: Remove unused including <linux/version.h>
Jiapeng Chong
2021-08-27
1
-1
/
+0
*
fs/ntfs3: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2021-08-27
2
-0
/
+2
*
fs/ntfs3: Fix one none utf8 char in source file
Kari Argillander
2021-08-27
1
-1
/
+1
*
fs/ntfs3: Remove unused variable cnt in ntfs_security_init()
Nathan Chancellor
2021-08-27
1
-4
/
+1
*
fs/ntfs3: Fix integer overflow in multiplication
Colin Ian King
2021-08-27
1
-1
/
+1
*
fs/ntfs3: Add ifndef + define to all header files
Kari Argillander
2021-08-27
3
-0
/
+13
*
fs/ntfs3: Use linux/log2 is_power_of_2 function
Kari Argillander
2021-08-27
3
-10
/
+7
*
fs/ntfs3: Fix various spelling mistakes
Colin Ian King
2021-08-27
5
-6
/
+6
*
fs/ntfs3: Add Kconfig, Makefile and doc
Konstantin Komarov
2021-08-13
2
-0
/
+82
*
fs/ntfs3: Add NTFS journal
Konstantin Komarov
2021-08-13
1
-0
/
+5182
*
fs/ntfs3: Add compression
Konstantin Komarov
2021-08-13
6
-0
/
+2000
*
fs/ntfs3: Add attrib operations
Konstantin Komarov
2021-08-13
3
-0
/
+3680
[prev]
[next]