summaryrefslogtreecommitdiff
path: root/fs/ntfs
AgeCommit message (Expand)Author
20 hoursMerge branch 'vfs.all' of https://git.kernel.org/pub/scm/linux/kernel/git/vfs...Mark Brown
20 hoursMerge branch 'ntfs-next' of https://git.kernel.org/pub/scm/linux/kernel/git/l...Mark Brown
21 hoursntfs: dir: use kmemdup() instead of kmalloc() and memcpy()Mohammad Shahid
21 hoursntfs: mft: use kmemdup() instead of kmalloc() and memcpy()Mohammad Shahid
21 hoursntfs: reparse: remove redundant NULL checks before kvfree()Mohammad Shahid
21 hoursntfs: fail attrlist updates when the superblock is inactivePeiyang He
21 hoursntfs: sanitize MFT references returned from ntfs_lookup_inode_by_name()Namjae Jeon
21 hoursntfs: fix hole runlist memory leak in insert range error pathPeiyang He
21 hoursntfs: avoid calling post_write_mst_fixup() for invalid index_blockValeriy Yashnikov
21 hoursntfs: fix WARN_ON for resident attribute in ntfs_map_runlist_nolock()Namjae Jeon
21 hoursntfs: avoid self-deadlock during inode evictionHyunchul Lee
21 hoursntfs: make system files immutable to prevent corruptionNamjae Jeon
5 daysMerge branch 'vfs-7.3.misc' into vfs.allChristian Brauner
5 daysRemove excl arg to ->create inode_operationNeilBrown
6 daysiomap: consolidate bio submissionChristoph Hellwig
6 daysntfs: drop redundant S_IFDIR from mkdirJori Koolstra
7 daysntfs: fix mrec_lock ABBA deadlock in renamePeiyang He
7 daysntfs: avoid stale runlist element dereference in fallocateCen Zhang
12 daysntfs: 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