summaryrefslogtreecommitdiff
path: root/fs/ntfs
AgeCommit message (Expand)Author
6 daysMerge tag 'ntfs-for-7.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
11 daysntfs: fail attrlist updates when the superblock is inactivePeiyang He
11 daysntfs: sanitize MFT references returned from ntfs_lookup_inode_by_name()Namjae Jeon
11 daysntfs: fix hole runlist memory leak in insert range error pathPeiyang He
11 daysntfs: avoid calling post_write_mst_fixup() for invalid index_blockValeriy Yashnikov
11 daysntfs: fix WARN_ON for resident attribute in ntfs_map_runlist_nolock()Namjae Jeon
11 daysntfs: avoid self-deadlock during inode evictionHyunchul Lee
11 daysntfs: make system files immutable to prevent corruptionNamjae Jeon
2026-07-01iomap: consolidate bio submissionChristoph Hellwig
2026-06-30ntfs: fix mrec_lock ABBA deadlock in renamePeiyang He
2026-06-30ntfs: avoid stale runlist element dereference in fallocateCen Zhang
2026-06-25ntfs: avoid stale runlist element dereference in MFT writebackCen Zhang
2026-06-19Merge tag 'ntfs-for-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-06-15ntfs: support creating Windows native symlinksHyunchul Lee
2026-06-15ntfs: clean up target name conversion for WSL symlinksHyunchul Lee
2026-06-15ntfs: add native_symlink mount optionHyunchul Lee
2026-06-15ntfs: support following Windows native symlink with absolute pathsHyunchul Lee
2026-06-15ntfs: support following Windows native symlink with relative pathsHyunchul Lee
2026-06-15ntfs: fix incorrect size of symbolic linkHyunchul Lee
2026-06-09ntfs: use direct pointer for inline data to avoid redundant allocationNamjae Jeon
2026-06-09ntfs: validate resident index root values on lookupDaeMyung Kang
2026-06-09ntfs: update index root allocated size before shrinkDaeMyung Kang
2026-06-09ntfs: grow index root value before reparent header updateDaeMyung Kang
2026-06-09ntfs: reject non-resident records for resident-only attributesDaeMyung Kang
2026-06-08ntfs: fix u16 truncation of restart-area length checkBryam Vargas
2026-06-08ntfs: bound the attribute-list entry in ntfs_read_inode_mount()Bryam Vargas
2026-06-08ntfs: bound the look-ahead attribute-list entry in ntfs_external_attr_find()Bryam Vargas
2026-06-08ntfs: validate resident attribute lists and harden the validatorBryam Vargas
2026-06-06ntfs: use d_splice_alias() for ->lookup() return valueAl Viro
2026-06-06ntfs: validate resident volume name values on lookupDaeMyung Kang
2026-06-06ntfs: reinit search context before volume information lookupDaeMyung Kang
2026-06-06ntfs: do not replace volume name after lookup errorsDaeMyung Kang
2026-06-06ntfs: validate attribute values on lookupDaeMyung Kang
2026-06-06ntfs: detect mapping-pairs LCN accumulator overflowSamuel Moelius
2026-06-06ntfs: Add WQ_PERCPU to alloc_workqueue usersMarco Crivellari
2026-06-06ntfs: serialize volume label accessesHyunchul Lee
2026-06-06ntfs: fix off-by-one in mapping pairs decoding bounds checksRon de Bruijn
2026-06-06ntfs: not change 0-byte $DATA attribute to non-residentHyunchul Lee
2026-06-06ntfs: Fix spelling mistake "etnry" -> "entry"Colin Ian King
2026-06-06ntfs: free link name from ntfs_name_cacheDaeMyung Kang
2026-06-06ntfs: remove unnecessary NULL checks before kfreeNamjae Jeon
2026-06-06ntfs: remove unnecessary ternary boolean conversionNamjae Jeon
2026-06-06ntfs: remove unsupported quota handlingDaeMyung Kang
2026-06-06ntfs: use str_plural in ntfs_attr_make_non_residentThorsten Blum
2026-06-06ntfs: add bounds check before accessing EA entriesHyunchul Lee
2026-06-06ntfs: validate index entries on readingHyunchul Lee
2026-06-06ntfs: centalize $INDEX_ROOT header validationHyunchul Lee
2026-06-06ntfs: validate index block header more strictlyHyunchul Lee
2026-06-06ntfs: avoid heap allocation for free-cluster readahead stateDaeMyung Kang
2026-06-06ntfs: skip extent mft records in writeback to prevent deadlockHyunchul Lee