summaryrefslogtreecommitdiff
path: root/fs/ntfs
AgeCommit message (Expand)AuthorFilesLines
11 daysMerge 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
2026-06-05ntfs: only alias volume $UpCase to default on exact matchDaeMyung Kang1-9/+3
2026-06-05ntfs: free volume-wide resources on fill_super failureDaeMyung Kang1-2/+3
2026-05-11ntfs: restore $MFT mirror contents checkDaeMyung Kang1-0/+7
2026-05-10ntfs: fix empty_buf and ra lifetime bugs in ntfs_empty_logfile()DaeMyung Kang1-1/+4
2026-05-09ntfs: validate attribute name bounds before returning itDaeMyung Kang1-8/+17
2026-05-09ntfs: fix MFT bitmap scan 2^32 boundary checkDaeMyung Kang1-1/+1
2026-05-09ntfs: validate MFT attrs_offset against bytes_in_useDaeMyung Kang1-1/+12
2026-05-09ntfs: fix missing kstrdup() error check in ntfs_write_volume_label()Zhan Xusheng1-4/+18
2026-05-08ntfs: avoid leaking uninitialised bytes in new security descriptorsDaeMyung Kang1-2/+2
2026-05-08ntfs: fix out-of-bounds write in ntfs_index_walk_down()DaeMyung Kang1-5/+12
2026-05-08ntfs: fix out-of-bounds write in ntfs_rl_collapse_range() merge pathDaeMyung Kang1-4/+5
2026-05-08ntfs: fix variable dereferenced before check ni in ntfs_attr_open()Namjae Jeon1-3/+3