summaryrefslogtreecommitdiff
path: root/fs/ntfs
AgeCommit message (Expand)Author
5 daysntfs: take invalidate_lock in ntfs_filemap_page_mkwrite()Hongling Zeng
5 daysntfs: take invalidate_lock in ntfs_setattr_size()Hongling Zeng
5 daysntfs: handle signal interruption in fallocateHongling Zeng
6 daysntfs: fix FITRIM range alignmentJacopo Labardi
7 daysntfs: read WOF chunks outside the decompression lockZhan Xusheng
9 daysntfs: leave HasEA flag untouched on setxattr failureBaolin Liu
9 daysntfs: fix race between fallocate and mmap readsHongling Zeng
9 daysntfs: fix memmove overlap in ntfs_new_attr_flagsHongling Zeng
9 daysntfs: compute bi_sector in 512-byte unitsDennis Tighe
10 daysntfs: reject invalid sectors_per_cluster in the boot sectorDennis Tighe
10 daysntfs: bound $AttrDef table walk to the loaded table sizeDennis Tighe
10 daysntfs: fix undefined behavior in mft/index record size calculationHongling Zeng
10 daysntfs: treat any nonzero dio zero-range return as an errorWentao Guan
10 daysntfs: fix incorrect MFT record pointer passed to ntfs_attr_record_resizeHongling Zeng
10 daysntfs: do not mark the volume clean in sync_fs when errors were recordedDennis Tighe
10 daysntfs: skip free cluster decrement when rollback failsBaolin Liu
10 daysntfs: only count successfully cleared runs when freeing clustersBaolin Liu
10 daysntfs: fix kmap_local leak in write_mft_record_nolock() error pathsBaolin Liu
10 daysntfs: return real error from ntfs_non_resident_attr_record_add()Baolin Liu
10 daysntfs: preserve error code in ntfs_resident_attr_record_add()Baolin Liu
10 daysntfs: return -ERANGE for undersized xattr bufferBaolin Liu
10 daysntfs: propagate reparse index insertion failureBaolin Liu
10 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
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
2026-08-19ntfs: move attribute payload before shrinking its recordNamjae Jeon