index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
fs
/
ntfs
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-22
ntfs: use page allocation for resident attribute inline data
Namjae Jeon
1
-7
/
+19
2026-04-22
ntfs: fix mmap_prepare writable check for shared mappings
Namjae Jeon
1
-1
/
+1
2026-04-18
ntfs: fix potential 32-bit truncation in ntfs_write_cb()
Dan Carpenter
1
-1
/
+2
2026-04-18
ntfs: fix uninitialized variable in ntfs_map_runlist_nolock
Namjae Jeon
1
-1
/
+1
2026-04-18
ntfs: delete dead code
Dan Carpenter
1
-4
/
+3
2026-04-18
ntfs: add missing error code in ntfs_mft_record_alloc()
Dan Carpenter
1
-0
/
+1
2026-04-18
ntfs: fix uninitialized variables in ntfs_ea_set_wsl_inode()
Namjae Jeon
1
-1
/
+4
2026-04-18
ntfs: fix uninitialized pointer in ntfs_write_mft_block
Namjae Jeon
1
-2
/
+2
2026-04-18
ntfs: fix uninitialized variable in ntfs_write_simple_iomap_begin_non_resident
Namjae Jeon
1
-1
/
+1
2026-04-18
ntfs: remove noop_direct_IO from address_space_operations
Hyunchul Lee
1
-1
/
+0
2026-04-18
ntfs: limit memory allocation in ntfs_attr_readall
Hyunchul Lee
1
-0
/
+14
2026-04-18
ntfs: not zero out range beyond init in punch_hole
Hyunchul Lee
1
-11
/
+20
2026-04-18
ntfs: zero out stale data in straddle block beyond initialized_size
Hyunchul Lee
2
-11
/
+45
2026-04-17
Merge tag 'ntfs-for-7.1-rc1-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/ntfs
Linus Torvalds
52
-0
/
+36140
2026-04-07
ntfs: remove redundant out-of-bound checks
Hyunchul Lee
3
-42
/
+0
2026-04-07
ntfs: add bound checking to ntfs_external_attr_find
Hyunchul Lee
1
-14
/
+69
2026-04-07
ntfs: add bound checking to ntfs_attr_find
Hyunchul Lee
2
-12
/
+72
2026-03-16
ntfs: fix ignoring unreachable code warnings
Hyunchul Lee
1
-7
/
+2
2026-03-16
ntfs: fix inconsistent indenting warnings
Hyunchul Lee
2
-35
/
+35
2026-03-16
ntfs: fix variable dereferenced before check warnings
Hyunchul Lee
5
-13
/
+16
2026-03-16
ntfs: prefer IS_ERR_OR_NULL() over manual NULL check
Hyunchul Lee
2
-2
/
+2
2026-03-16
ntfs: harden ntfs_listxattr against EA entries
Hyunchul Lee
1
-18
/
+22
2026-03-16
ntfs: harden ntfs_ea_lookup against malformed EA entries
Hyunchul Lee
1
-19
/
+17
2026-03-16
ntfs: check $EA query-length in ntfs_ea_get
Hyunchul Lee
1
-0
/
+5
2026-03-16
ntfs: validate WSL EA payload sizes
Hyunchul Lee
1
-2
/
+6
2026-03-16
ntfs: fix WSL ea restore condition
Hyunchul Lee
2
-4
/
+4
2026-03-10
ntfs: add missing newlines to pr_err() messages
Woody Suwalski
3
-15
/
+15
2026-03-10
ntfs: fix pointer/integer casting warnings
Hyunchul Lee
1
-2
/
+2
2026-03-06
ntfs: use ->mft_no instead of ->i_ino in prints
Namjae Jeon
7
-41
/
+40
2026-03-06
ntfs: change mft_no type to u64
Namjae Jeon
10
-128
/
+119
2026-03-05
ntfs: select FS_IOMAP in Kconfig
Namjae Jeon
1
-0
/
+1
2026-03-05
ntfs: add MODULE_ALIAS_FS
Woody Suwalski
1
-0
/
+1
2026-03-04
ntfs: reduce stack usage in ntfs_write_mft_block()
Arnd Bergmann
1
-2
/
+7
2026-03-01
ntfs: fix sysctl table registration and path
Namjae Jeon
1
-2
/
+1
2026-02-28
ntfs: Fix spelling mistake "initiailized" -> "initialized"
Colin Ian King
1
-1
/
+1
2026-02-27
ntfs: Fix possible deadlock
Ethan Tidmore
1
-1
/
+3
2026-02-27
ntfs: Add missing error code
Ethan Tidmore
1
-0
/
+1
2026-02-27
ntfs: Place check before dereference
Ethan Tidmore
1
-6
/
+6
2026-02-26
ntfs: Remove impossible condition
Ethan Tidmore
1
-4
/
+1
2026-02-26
ntfs: Replace ERR_PTR(0) with NULL
Ethan Tidmore
1
-1
/
+1
2026-02-26
ntfs: Remove unneeded semicolon
Chen Ni
1
-1
/
+1
2026-02-26
ntfs: Fix null pointer dereference
Ethan Tidmore
1
-1
/
+2
2026-02-19
ntfs: add Kconfig and Makefile
Namjae Jeon
2
-0
/
+57
2026-02-19
ntfs: update misc operations
Namjae Jeon
11
-705
/
+775
2026-02-19
ntfs: add reparse and ea operations
Namjae Jeon
2
-0
/
+1515
2026-02-19
ntfs: update runlist handling and cluster allocator
Namjae Jeon
3
-980
/
+1308
2026-02-19
ntfs: update attrib operations
Namjae Jeon
3
-1478
/
+5195
2026-02-19
ntfs: update iomap and address space operations
Namjae Jeon
2
-1596
/
+985
2026-02-19
ntfs: update file operations
Namjae Jeon
1
-1845
/
+1009
2026-02-19
ntfs: update directory operations
Namjae Jeon
2
-1267
/
+2640
[next]