summaryrefslogtreecommitdiff
path: root/fs/ntfs
AgeCommit message (Expand)Author
45 hoursMerge tag 'ntfs-for-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
6 daysntfs: support creating Windows native symlinksHyunchul Lee
6 daysntfs: clean up target name conversion for WSL symlinksHyunchul Lee
6 daysntfs: add native_symlink mount optionHyunchul Lee
6 daysntfs: support following Windows native symlink with absolute pathsHyunchul Lee
6 daysntfs: support following Windows native symlink with relative pathsHyunchul Lee
6 daysntfs: fix incorrect size of symbolic linkHyunchul Lee
12 daysntfs: use direct pointer for inline data to avoid redundant allocationNamjae Jeon
12 daysntfs: validate resident index root values on lookupDaeMyung Kang
12 daysntfs: update index root allocated size before shrinkDaeMyung Kang
12 daysntfs: grow index root value before reparent header updateDaeMyung Kang
12 daysntfs: reject non-resident records for resident-only attributesDaeMyung Kang
13 daysntfs: fix u16 truncation of restart-area length checkBryam Vargas
13 daysntfs: bound the attribute-list entry in ntfs_read_inode_mount()Bryam Vargas
13 daysntfs: bound the look-ahead attribute-list entry in ntfs_external_attr_find()Bryam Vargas
13 daysntfs: 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
2026-06-06ntfs: only alias volume $UpCase to default on exact matchDaeMyung Kang
2026-06-06ntfs: free volume-wide resources on fill_super failureDaeMyung Kang
2026-05-11ntfs: restore $MFT mirror contents checkDaeMyung Kang
2026-05-10ntfs: fix empty_buf and ra lifetime bugs in ntfs_empty_logfile()DaeMyung Kang
2026-05-10ntfs: validate attribute name bounds before returning itDaeMyung Kang
2026-05-10ntfs: fix MFT bitmap scan 2^32 boundary checkDaeMyung Kang
2026-05-10ntfs: validate MFT attrs_offset against bytes_in_useDaeMyung Kang
2026-05-09ntfs: fix missing kstrdup() error check in ntfs_write_volume_label()Zhan Xusheng
2026-05-08ntfs: avoid leaking uninitialised bytes in new security descriptorsDaeMyung Kang
2026-05-08ntfs: fix out-of-bounds write in ntfs_index_walk_down()DaeMyung Kang
2026-05-08ntfs: fix out-of-bounds write in ntfs_rl_collapse_range() merge pathDaeMyung Kang
2026-05-08ntfs: fix variable dereferenced before check ni in ntfs_attr_open()Namjae Jeon