summaryrefslogtreecommitdiff
path: root/fs/ntfs
AgeCommit message (Expand)AuthorFilesLines
7 daysMerge tag 'ntfs-for-7.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-51/+110
12 daysntfs: fail attrlist updates when the superblock is inactivePeiyang He1-0/+9
12 daysntfs: sanitize MFT references returned from ntfs_lookup_inode_by_name()Namjae Jeon1-4/+11
12 daysntfs: fix hole runlist memory leak in insert range error pathPeiyang He1-0/+1
12 daysntfs: avoid calling post_write_mst_fixup() for invalid index_blockValeriy Yashnikov1-1/+4
12 daysntfs: fix WARN_ON for resident attribute in ntfs_map_runlist_nolock()Namjae Jeon1-1/+4
12 daysntfs: avoid self-deadlock during inode evictionHyunchul Lee1-1/+16
12 daysntfs: make system files immutable to prevent corruptionNamjae Jeon1-0/+9
2026-07-01iomap: consolidate bio submissionChristoph Hellwig1-4/+2
2026-06-30ntfs: fix mrec_lock ABBA deadlock in renamePeiyang He1-31/+31
2026-06-30ntfs: avoid stale runlist element dereference in fallocateCen Zhang1-11/+19
2026-06-25ntfs: avoid stale runlist element dereference in MFT writebackCen Zhang1-2/+6
2026-06-19Merge tag 'ntfs-for-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds23-819/+1124
2026-06-15ntfs: support creating Windows native symlinksHyunchul Lee6-3/+160
2026-06-15ntfs: clean up target name conversion for WSL symlinksHyunchul Lee3-45/+30
2026-06-15ntfs: add native_symlink mount optionHyunchul Lee4-6/+34
2026-06-15ntfs: support following Windows native symlink with absolute pathsHyunchul Lee6-18/+212
2026-06-15ntfs: support following Windows native symlink with relative pathsHyunchul Lee3-27/+147
2026-06-15ntfs: fix incorrect size of symbolic linkHyunchul Lee1-0/+3
2026-06-09ntfs: use direct pointer for inline data to avoid redundant allocationNamjae Jeon1-70/+7
2026-06-09ntfs: validate resident index root values on lookupDaeMyung Kang1-0/+31
2026-06-09ntfs: update index root allocated size before shrinkDaeMyung Kang1-3/+15
2026-06-09ntfs: grow index root value before reparent header updateDaeMyung Kang1-30/+48
2026-06-09ntfs: reject non-resident records for resident-only attributesDaeMyung Kang1-1/+17
2026-06-08ntfs: fix u16 truncation of restart-area length checkBryam Vargas1-1/+1
2026-06-08ntfs: bound the attribute-list entry in ntfs_read_inode_mount()Bryam Vargas1-4/+1
2026-06-08ntfs: bound the look-ahead attribute-list entry in ntfs_external_attr_find()Bryam Vargas1-3/+2
2026-06-08ntfs: validate resident attribute lists and harden the validatorBryam Vargas3-15/+73
2026-06-07ntfs: use d_splice_alias() for ->lookup() return valueAl Viro1-2/+1
2026-06-05ntfs: validate resident volume name values on lookupDaeMyung Kang1-1/+13
2026-06-05ntfs: reinit search context before volume information lookupDaeMyung Kang1-0/+1
2026-06-05ntfs: do not replace volume name after lookup errorsDaeMyung Kang1-3/+8
2026-06-05ntfs: validate attribute values on lookupDaeMyung Kang2-64/+107
2026-06-05ntfs: detect mapping-pairs LCN accumulator overflowSamuel Moelius1-1/+5
2026-06-05ntfs: Add WQ_PERCPU to alloc_workqueue usersMarco Crivellari1-1/+1
2026-06-05ntfs: serialize volume label accessesHyunchul Lee3-10/+28
2026-06-05ntfs: fix off-by-one in mapping pairs decoding bounds checksRon de Bruijn1-3/+3
2026-06-05ntfs: not change 0-byte $DATA attribute to non-residentHyunchul Lee1-2/+5
2026-06-05ntfs: Fix spelling mistake "etnry" -> "entry"Colin Ian King1-1/+1
2026-06-05ntfs: free link name from ntfs_name_cacheDaeMyung Kang1-3/+2
2026-06-05ntfs: remove unnecessary NULL checks before kfreeNamjae Jeon2-5/+3
2026-06-05ntfs: remove unnecessary ternary boolean conversionNamjae Jeon1-6/+6
2026-06-05ntfs: remove unsupported quota handlingDaeMyung Kang5-226/+2
2026-06-05ntfs: use str_plural in ntfs_attr_make_non_residentThorsten Blum1-1/+2
2026-06-05ntfs: add bounds check before accessing EA entriesHyunchul Lee1-8/+8
2026-06-05ntfs: validate index entries on readingHyunchul Lee4-68/+60
2026-06-05ntfs: centalize $INDEX_ROOT header validationHyunchul Lee3-9/+23
2026-06-05ntfs: validate index block header more strictlyHyunchul Lee3-61/+81
2026-06-05ntfs: avoid heap allocation for free-cluster readahead stateDaeMyung Kang1-16/+6
2026-06-05ntfs: skip extent mft records in writeback to prevent deadlockHyunchul Lee1-125/+4