summaryrefslogtreecommitdiff
path: root/fs/ntfs
AgeCommit message (Expand)Author
35 hoursMerge branch 'ntfs-next' of https://git.kernel.org/pub/scm/linux/kernel/git/l...Mark Brown
4 daystreewide: refresh kmalloc_obj() conversionsKees Cook
4 daysntfs: propagate the ntfs_attr_iget() error in update_reparse_data()Baolin Liu
4 daysntfs: propagate the map_mft_record() error in ntfs_attrlist_entry_add()Baolin Liu
4 daysntfs: preserve the truncate error in ntfs_enlarge_attribute()Baolin Liu
4 daysntfs: return -EINVAL from ntfs_collate_ntofs_ulongs() on bad lengthBaolin Liu
9 daysntfs: take invalidate_lock in ntfs_filemap_page_mkwrite()Hongling Zeng
9 daysntfs: take invalidate_lock in ntfs_setattr_size()Hongling Zeng
9 daysntfs: handle signal interruption in fallocateHongling Zeng
10 daysntfs: fix FITRIM range alignmentJacopo Labardi
10 daysntfs: read WOF chunks outside the decompression lockZhan Xusheng
12 daysntfs: leave HasEA flag untouched on setxattr failureBaolin Liu
12 daysntfs: fix race between fallocate and mmap readsHongling Zeng
12 daysntfs: fix memmove overlap in ntfs_new_attr_flagsHongling Zeng
12 daysntfs: compute bi_sector in 512-byte unitsDennis Tighe
13 daysntfs: reject invalid sectors_per_cluster in the boot sectorDennis Tighe
13 daysntfs: bound $AttrDef table walk to the loaded table sizeDennis Tighe
13 daysntfs: fix undefined behavior in mft/index record size calculationHongling Zeng
13 daysntfs: treat any nonzero dio zero-range return as an errorWentao Guan
13 daysntfs: fix incorrect MFT record pointer passed to ntfs_attr_record_resizeHongling Zeng
13 daysntfs: do not mark the volume clean in sync_fs when errors were recordedDennis Tighe
13 daysntfs: skip free cluster decrement when rollback failsBaolin Liu
13 daysntfs: only count successfully cleared runs when freeing clustersBaolin Liu
13 daysntfs: fix kmap_local leak in write_mft_record_nolock() error pathsBaolin Liu
13 daysntfs: return real error from ntfs_non_resident_attr_record_add()Baolin Liu
13 daysntfs: preserve error code in ntfs_resident_attr_record_add()Baolin Liu
13 daysntfs: return -ERANGE for undersized xattr bufferBaolin Liu
13 daysntfs: propagate reparse index insertion failureBaolin Liu
14 daysntfs: return DT_UNKNOWN on inode lookup failure in readdirBaolin Liu
2026-08-21ntfs: support resident WOF decompressionHyunchul Lee
2026-08-21ntfs: add non-resident WOF decompressionHyunchul Lee
2026-08-21ntfs: implement codec ops for LZX and XPRESSHyunchul Lee
2026-08-21ntfs: port lzx/xpress decompressors from ntfs-3g-system-compressionHyunchul Lee
2026-08-21ntfs: return errors from inode initializationHyunchul Lee
2026-08-21ntfs: parse REPARSE_TAG_WOFHyunchul Lee
2026-08-21ntfs: return errors from ntfs_attr_readallHyunchul Lee
2026-08-21ntfs: add WOF compression config optionHyunchul Lee
2026-08-21ntfs: define LZNT1 codec ops under transparent codec interfaceHyunchul Lee
2026-08-21ntfs: introduce transparent compression codec interfaceHyunchul Lee
2026-08-20ntfs: reject invalid empty mapping pairsHyunchul Lee
2026-08-20ntfs: fix resource leak in ntfs_new_attr_flagsHongling Zeng
2026-08-20ntfs: validate usa_ofs before preserving the update sequence numberDennis Tighe
2026-08-20ntfs: fix off-by-one page overflow in ntfs_decompress()Dennis Tighe
2026-08-19ntfs: do not update ctime when setxattr failsBaolin Liu
2026-08-19ntfs: reject invalid MFT LCNs from boot sectorHyunchul Lee
2026-08-19ntfs: serialize resident iomap reads with mrec_lockHyeontae Lee
2026-08-19ntfs: verify run length exceeding volume boundaryHongling Zeng
2026-08-19ntfs: allow index root relocationNamjae Jeon
2026-08-19ntfs: validate non-resident attribute offsetsHongling Zeng
2026-08-19ntfs: simplify ntfs_reparse_set_native_symlink()Dmitry Antipov