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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.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
/
ntfs
Age
Commit message (
Expand
)
Author
Files
Lines
2026-05-11
ntfs: restore $MFT mirror contents check
DaeMyung Kang
1
-0
/
+7
2026-05-10
ntfs: fix empty_buf and ra lifetime bugs in ntfs_empty_logfile()
DaeMyung Kang
1
-1
/
+4
2026-05-09
ntfs: validate attribute name bounds before returning it
DaeMyung Kang
1
-8
/
+17
2026-05-09
ntfs: fix MFT bitmap scan 2^32 boundary check
DaeMyung Kang
1
-1
/
+1
2026-05-09
ntfs: validate MFT attrs_offset against bytes_in_use
DaeMyung Kang
1
-1
/
+12
2026-05-09
ntfs: fix missing kstrdup() error check in ntfs_write_volume_label()
Zhan Xusheng
1
-4
/
+18
2026-05-08
ntfs: avoid leaking uninitialised bytes in new security descriptors
DaeMyung Kang
1
-2
/
+2
2026-05-08
ntfs: fix out-of-bounds write in ntfs_index_walk_down()
DaeMyung Kang
1
-5
/
+12
2026-05-08
ntfs: fix out-of-bounds write in ntfs_rl_collapse_range() merge path
DaeMyung Kang
1
-4
/
+5
2026-05-08
ntfs: fix variable dereferenced before check ni in ntfs_attr_open()
Namjae Jeon
1
-3
/
+3
2026-05-08
ntfs: fix default_upcase refcount underflow and UAF on fs_context teardown
DaeMyung Kang
1
-3
/
+3
2026-05-08
ntfs: match ntfs_resident_attr_min_value_length with $AttrDef
Hyunchul Lee
1
-13
/
+2
2026-05-08
ntfs: avoid use-after-free of index inode in ntfs_inode_sync_filename()
DaeMyung Kang
1
-3
/
+3
2026-05-08
ntfs: fix copy length in ntfs_bdev_write() for non-page-aligned start
DaeMyung Kang
1
-2
/
+5
2026-05-08
ntfs: wait for sync mft writes to complete
DaeMyung Kang
1
-22
/
+41
2026-05-08
ntfs: capture mft mirror sync errors in ntfs_write_mft_block()
DaeMyung Kang
1
-2
/
+6
2026-05-08
ntfs: redirty folio when ntfs_write_mft_block() runs out of memory
DaeMyung Kang
1
-1
/
+4
2026-05-08
ntfs: use base mft_no when looking up base inode for extent record
DaeMyung Kang
1
-1
/
+1
2026-05-03
ntfs: fix variable dereferenced before check ni and attr in ntfs_attrlist_ent...
Namjae Jeon
1
-4
/
+3
2026-04-30
ntfs: Use return instead of goto in ntfs_mapping_pairs_decompress()
Nathan Chancellor
1
-1
/
+1
2026-04-30
ntfs: drop nlink once for WIN32/DOS aliases
Hyunchul Lee
1
-2
/
+11
2026-04-28
ntfs: fix invalid PTR_ERR() usage in __ntfs_bitmap_set_bits_in_run()
Namjae Jeon
1
-8
/
+11
2026-04-27
ntfs: fix error handling in ntfs_write_iomap_end_resident()
Namjae Jeon
1
-3
/
+3
2026-04-27
ntfs: fix VCN overflow in ntfs_mapping_pairs_decompress()
Zhan Xusheng
1
-3
/
+21
2026-04-27
ntfs: fix WSL symlink target leak on reparse failure
DaeMyung Kang
1
-2
/
+3
2026-04-27
ntfs: fix NULL dereference in ntfs_index_walk_down()
DaeMyung Kang
2
-7
/
+23
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
-12
/
+21
2026-04-18
ntfs: zero out stale data in straddle block beyond initialized_size
Hyunchul Lee
2
-11
/
+45
2026-04-18
Merge tag 'ntfs-for-7.1-rc1-v2' of git://git.kernel.org/pub/scm/linux/kernel/...
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
[next]