summaryrefslogtreecommitdiff
path: root/fs/ntfs
AgeCommit message (Expand)Author
10 daystreewide: refresh kmalloc_obj() conversionsKees Cook
2026-08-31ntfs: take invalidate_lock in ntfs_filemap_page_mkwrite()Hongling Zeng
2026-08-31ntfs: take invalidate_lock in ntfs_setattr_size()Hongling Zeng
2026-08-31ntfs: handle signal interruption in fallocateHongling Zeng
2026-08-30ntfs: fix FITRIM range alignmentJacopo Labardi
2026-08-30ntfs: read WOF chunks outside the decompression lockZhan Xusheng
2026-08-27ntfs: leave HasEA flag untouched on setxattr failureBaolin Liu
2026-08-27ntfs: fix race between fallocate and mmap readsHongling Zeng
2026-08-27ntfs: fix memmove overlap in ntfs_new_attr_flagsHongling Zeng
2026-08-27ntfs: compute bi_sector in 512-byte unitsDennis Tighe
2026-08-26ntfs: reject invalid sectors_per_cluster in the boot sectorDennis Tighe
2026-08-26ntfs: bound $AttrDef table walk to the loaded table sizeDennis Tighe
2026-08-26ntfs: fix undefined behavior in mft/index record size calculationHongling Zeng
2026-08-26ntfs: treat any nonzero dio zero-range return as an errorWentao Guan
2026-08-26ntfs: fix incorrect MFT record pointer passed to ntfs_attr_record_resizeHongling Zeng
2026-08-26ntfs: do not mark the volume clean in sync_fs when errors were recordedDennis Tighe
2026-08-26ntfs: skip free cluster decrement when rollback failsBaolin Liu
2026-08-26ntfs: only count successfully cleared runs when freeing clustersBaolin Liu
2026-08-26ntfs: fix kmap_local leak in write_mft_record_nolock() error pathsBaolin Liu
2026-08-26ntfs: return real error from ntfs_non_resident_attr_record_add()Baolin Liu
2026-08-26ntfs: preserve error code in ntfs_resident_attr_record_add()Baolin Liu
2026-08-26ntfs: return -ERANGE for undersized xattr bufferBaolin Liu
2026-08-26ntfs: propagate reparse index insertion failureBaolin Liu
2026-08-26ntfs: 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
2026-08-19ntfs: reject unprivileged writes to reserved $LX* xattrsPisit Preechapramoth
2026-08-19ntfs: bound the free-cluster bitmap scan to the volumeBryam Vargas
2026-08-19ntfs: respect per-file chmod mode over mount masksNamjae Jeon
2026-08-19ntfs: apply Windows name checks only with windows_namesNamjae Jeon
2026-08-19ntfs: Fix index_root heap OOB write in ntfs_ir_to_ib()Alexandro Calo