index
:
pub/scm/linux/kernel/git/docs/linux.git
master
corbet's fork of linux.git
Kernel documentation group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ntfs
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-10
Merge tag 'ntfs-for-7.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
8
-51
/
+110
2026-07-06
ntfs: fail attrlist updates when the superblock is inactive
Peiyang He
1
-0
/
+9
2026-07-06
ntfs: sanitize MFT references returned from ntfs_lookup_inode_by_name()
Namjae Jeon
1
-4
/
+11
2026-07-06
ntfs: fix hole runlist memory leak in insert range error path
Peiyang He
1
-0
/
+1
2026-07-06
ntfs: avoid calling post_write_mst_fixup() for invalid index_block
Valeriy Yashnikov
1
-1
/
+4
2026-07-06
ntfs: fix WARN_ON for resident attribute in ntfs_map_runlist_nolock()
Namjae Jeon
1
-1
/
+4
2026-07-06
ntfs: avoid self-deadlock during inode eviction
Hyunchul Lee
1
-1
/
+16
2026-07-06
ntfs: make system files immutable to prevent corruption
Namjae Jeon
1
-0
/
+9
2026-07-01
iomap: consolidate bio submission
Christoph Hellwig
1
-4
/
+2
2026-06-30
ntfs: fix mrec_lock ABBA deadlock in rename
Peiyang He
1
-31
/
+31
2026-06-30
ntfs: avoid stale runlist element dereference in fallocate
Cen Zhang
1
-11
/
+19
2026-06-25
ntfs: avoid stale runlist element dereference in MFT writeback
Cen Zhang
1
-2
/
+6
2026-06-19
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-06
ntfs: use d_splice_alias() for ->lookup() return value
Al Viro
1
-2
/
+1
2026-06-06
ntfs: validate resident volume name values on lookup
DaeMyung Kang
1
-1
/
+13
2026-06-06
ntfs: reinit search context before volume information lookup
DaeMyung Kang
1
-0
/
+1
2026-06-06
ntfs: do not replace volume name after lookup errors
DaeMyung Kang
1
-3
/
+8
2026-06-06
ntfs: validate attribute values on lookup
DaeMyung Kang
2
-64
/
+107
2026-06-06
ntfs: detect mapping-pairs LCN accumulator overflow
Samuel Moelius
1
-1
/
+5
2026-06-06
ntfs: Add WQ_PERCPU to alloc_workqueue users
Marco Crivellari
1
-1
/
+1
2026-06-06
ntfs: serialize volume label accesses
Hyunchul Lee
3
-10
/
+28
2026-06-06
ntfs: fix off-by-one in mapping pairs decoding bounds checks
Ron de Bruijn
1
-3
/
+3
2026-06-06
ntfs: not change 0-byte $DATA attribute to non-resident
Hyunchul Lee
1
-2
/
+5
2026-06-06
ntfs: Fix spelling mistake "etnry" -> "entry"
Colin Ian King
1
-1
/
+1
2026-06-06
ntfs: free link name from ntfs_name_cache
DaeMyung Kang
1
-3
/
+2
2026-06-06
ntfs: remove unnecessary NULL checks before kfree
Namjae Jeon
2
-5
/
+3
2026-06-06
ntfs: remove unnecessary ternary boolean conversion
Namjae Jeon
1
-6
/
+6
2026-06-06
ntfs: remove unsupported quota handling
DaeMyung Kang
5
-226
/
+2
2026-06-06
ntfs: use str_plural in ntfs_attr_make_non_resident
Thorsten Blum
1
-1
/
+2
2026-06-06
ntfs: add bounds check before accessing EA entries
Hyunchul Lee
1
-8
/
+8
2026-06-06
ntfs: validate index entries on reading
Hyunchul Lee
4
-68
/
+60
2026-06-06
ntfs: centalize $INDEX_ROOT header validation
Hyunchul Lee
3
-9
/
+23
2026-06-06
ntfs: validate index block header more strictly
Hyunchul Lee
3
-61
/
+81
2026-06-06
ntfs: avoid heap allocation for free-cluster readahead state
DaeMyung Kang
1
-16
/
+6
2026-06-06
ntfs: skip extent mft records in writeback to prevent deadlock
Hyunchul Lee
1
-125
/
+4
[next]