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-7.1.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
11 days
Merge tag 'ntfs-for-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
23
-819
/
+1124
2026-06-15
ntfs: support creating Windows native symlinks
Hyunchul Lee
6
-3
/
+160
2026-06-15
ntfs: clean up target name conversion for WSL symlinks
Hyunchul Lee
3
-45
/
+30
2026-06-15
ntfs: add native_symlink mount option
Hyunchul Lee
4
-6
/
+34
2026-06-15
ntfs: support following Windows native symlink with absolute paths
Hyunchul Lee
6
-18
/
+212
2026-06-15
ntfs: support following Windows native symlink with relative paths
Hyunchul Lee
3
-27
/
+147
2026-06-15
ntfs: fix incorrect size of symbolic link
Hyunchul Lee
1
-0
/
+3
2026-06-09
ntfs: use direct pointer for inline data to avoid redundant allocation
Namjae Jeon
1
-70
/
+7
2026-06-09
ntfs: validate resident index root values on lookup
DaeMyung Kang
1
-0
/
+31
2026-06-09
ntfs: update index root allocated size before shrink
DaeMyung Kang
1
-3
/
+15
2026-06-09
ntfs: grow index root value before reparent header update
DaeMyung Kang
1
-30
/
+48
2026-06-09
ntfs: reject non-resident records for resident-only attributes
DaeMyung Kang
1
-1
/
+17
2026-06-08
ntfs: fix u16 truncation of restart-area length check
Bryam Vargas
1
-1
/
+1
2026-06-08
ntfs: bound the attribute-list entry in ntfs_read_inode_mount()
Bryam Vargas
1
-4
/
+1
2026-06-08
ntfs: bound the look-ahead attribute-list entry in ntfs_external_attr_find()
Bryam Vargas
1
-3
/
+2
2026-06-08
ntfs: validate resident attribute lists and harden the validator
Bryam Vargas
3
-15
/
+73
2026-06-07
ntfs: use d_splice_alias() for ->lookup() return value
Al Viro
1
-2
/
+1
2026-06-05
ntfs: validate resident volume name values on lookup
DaeMyung Kang
1
-1
/
+13
2026-06-05
ntfs: reinit search context before volume information lookup
DaeMyung Kang
1
-0
/
+1
2026-06-05
ntfs: do not replace volume name after lookup errors
DaeMyung Kang
1
-3
/
+8
2026-06-05
ntfs: validate attribute values on lookup
DaeMyung Kang
2
-64
/
+107
2026-06-05
ntfs: detect mapping-pairs LCN accumulator overflow
Samuel Moelius
1
-1
/
+5
2026-06-05
ntfs: Add WQ_PERCPU to alloc_workqueue users
Marco Crivellari
1
-1
/
+1
2026-06-05
ntfs: serialize volume label accesses
Hyunchul Lee
3
-10
/
+28
2026-06-05
ntfs: fix off-by-one in mapping pairs decoding bounds checks
Ron de Bruijn
1
-3
/
+3
2026-06-05
ntfs: not change 0-byte $DATA attribute to non-resident
Hyunchul Lee
1
-2
/
+5
2026-06-05
ntfs: Fix spelling mistake "etnry" -> "entry"
Colin Ian King
1
-1
/
+1
2026-06-05
ntfs: free link name from ntfs_name_cache
DaeMyung Kang
1
-3
/
+2
2026-06-05
ntfs: remove unnecessary NULL checks before kfree
Namjae Jeon
2
-5
/
+3
2026-06-05
ntfs: remove unnecessary ternary boolean conversion
Namjae Jeon
1
-6
/
+6
2026-06-05
ntfs: remove unsupported quota handling
DaeMyung Kang
5
-226
/
+2
2026-06-05
ntfs: use str_plural in ntfs_attr_make_non_resident
Thorsten Blum
1
-1
/
+2
2026-06-05
ntfs: add bounds check before accessing EA entries
Hyunchul Lee
1
-8
/
+8
2026-06-05
ntfs: validate index entries on reading
Hyunchul Lee
4
-68
/
+60
2026-06-05
ntfs: centalize $INDEX_ROOT header validation
Hyunchul Lee
3
-9
/
+23
2026-06-05
ntfs: validate index block header more strictly
Hyunchul Lee
3
-61
/
+81
2026-06-05
ntfs: avoid heap allocation for free-cluster readahead state
DaeMyung Kang
1
-16
/
+6
2026-06-05
ntfs: skip extent mft records in writeback to prevent deadlock
Hyunchul Lee
1
-125
/
+4
2026-06-05
ntfs: only alias volume $UpCase to default on exact match
DaeMyung Kang
1
-9
/
+3
2026-06-05
ntfs: free volume-wide resources on fill_super failure
DaeMyung Kang
1
-2
/
+3
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
[next]