index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ntfs
Age
Commit message (
Expand
)
Author
Lines
2026-04-17
Merge tag 'ntfs-for-7.1-rc1-v2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-0
/
+36140
2026-04-07
ntfs: remove redundant out-of-bound checks
Hyunchul Lee
-42
/
+0
2026-04-07
ntfs: add bound checking to ntfs_external_attr_find
Hyunchul Lee
-14
/
+69
2026-04-07
ntfs: add bound checking to ntfs_attr_find
Hyunchul Lee
-12
/
+72
2026-03-16
ntfs: fix ignoring unreachable code warnings
Hyunchul Lee
-7
/
+2
2026-03-16
ntfs: fix inconsistent indenting warnings
Hyunchul Lee
-35
/
+35
2026-03-16
ntfs: fix variable dereferenced before check warnings
Hyunchul Lee
-13
/
+16
2026-03-16
ntfs: prefer IS_ERR_OR_NULL() over manual NULL check
Hyunchul Lee
-2
/
+2
2026-03-16
ntfs: harden ntfs_listxattr against EA entries
Hyunchul Lee
-18
/
+22
2026-03-16
ntfs: harden ntfs_ea_lookup against malformed EA entries
Hyunchul Lee
-19
/
+17
2026-03-16
ntfs: check $EA query-length in ntfs_ea_get
Hyunchul Lee
-0
/
+5
2026-03-16
ntfs: validate WSL EA payload sizes
Hyunchul Lee
-2
/
+6
2026-03-16
ntfs: fix WSL ea restore condition
Hyunchul Lee
-4
/
+4
2026-03-10
ntfs: add missing newlines to pr_err() messages
Woody Suwalski
-15
/
+15
2026-03-10
ntfs: fix pointer/integer casting warnings
Hyunchul Lee
-2
/
+2
2026-03-06
ntfs: use ->mft_no instead of ->i_ino in prints
Namjae Jeon
-41
/
+40
2026-03-06
ntfs: change mft_no type to u64
Namjae Jeon
-128
/
+119
2026-03-05
ntfs: select FS_IOMAP in Kconfig
Namjae Jeon
-0
/
+1
2026-03-05
ntfs: add MODULE_ALIAS_FS
Woody Suwalski
-0
/
+1
2026-03-04
ntfs: reduce stack usage in ntfs_write_mft_block()
Arnd Bergmann
-2
/
+7
2026-03-01
ntfs: fix sysctl table registration and path
Namjae Jeon
-2
/
+1
2026-02-28
ntfs: Fix spelling mistake "initiailized" -> "initialized"
Colin Ian King
-1
/
+1
2026-02-27
ntfs: Fix possible deadlock
Ethan Tidmore
-1
/
+3
2026-02-27
ntfs: Add missing error code
Ethan Tidmore
-0
/
+1
2026-02-27
ntfs: Place check before dereference
Ethan Tidmore
-6
/
+6
2026-02-26
ntfs: Remove impossible condition
Ethan Tidmore
-4
/
+1
2026-02-26
ntfs: Replace ERR_PTR(0) with NULL
Ethan Tidmore
-1
/
+1
2026-02-26
ntfs: Remove unneeded semicolon
Chen Ni
-1
/
+1
2026-02-26
ntfs: Fix null pointer dereference
Ethan Tidmore
-1
/
+2
2026-02-19
ntfs: add Kconfig and Makefile
Namjae Jeon
-0
/
+57
2026-02-19
ntfs: update misc operations
Namjae Jeon
-705
/
+775
2026-02-19
ntfs: add reparse and ea operations
Namjae Jeon
-0
/
+1515
2026-02-19
ntfs: update runlist handling and cluster allocator
Namjae Jeon
-982
/
+1310
2026-02-19
ntfs: update attrib operations
Namjae Jeon
-1493
/
+5210
2026-02-19
ntfs: update iomap and address space operations
Namjae Jeon
-1596
/
+985
2026-02-19
ntfs: update file operations
Namjae Jeon
-1855
/
+1019
2026-02-19
ntfs: update directory operations
Namjae Jeon
-1275
/
+2648
2026-02-19
ntfs: update mft operations
Namjae Jeon
-1272
/
+1292
2026-02-19
ntfs: update inode operations
Namjae Jeon
-1607
/
+3628
2026-02-19
ntfs: update super block operations
Namjae Jeon
-1496
/
+1064
2026-02-19
ntfs: update in-memory, on-disk structures and headers
Namjae Jeon
-2705
/
+2816
2026-02-19
Revert "fs: Remove NTFS classic"
Namjae Jeon
-0
/
+28728
2024-01-24
fs: Remove NTFS classic
Matthew Wilcox (Oracle)
-28824
/
+0
2024-01-10
Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
-1
/
+0
2024-01-09
Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-5
/
+5
2023-12-29
fs: convert block_write_full_page to block_write_full_folio
Matthew Wilcox (Oracle)
-2
/
+2
2023-12-28
fs: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
-1
/
+0
2023-12-21
ntfs: dir.c: fix kernel-doc function parameter warnings
Randy Dunlap
-1
/
+2
2023-12-10
fs: convert error_remove_page to error_remove_folio
Matthew Wilcox (Oracle)
-3
/
+3
2023-11-21
fs: Rename mapping private members
Matthew Wilcox (Oracle)
-5
/
+5
[next]