summaryrefslogtreecommitdiff
path: root/fs/ntfs
AgeCommit message (Expand)Author
2 daysntfs: leave HasEA flag untouched on setxattr failureBaolin Liu
2 daysntfs: fix race between fallocate and mmap readsHongling Zeng
2 daysntfs: fix memmove overlap in ntfs_new_attr_flagsHongling Zeng
2 daysntfs: compute bi_sector in 512-byte unitsDennis Tighe
3 daysntfs: reject invalid sectors_per_cluster in the boot sectorDennis Tighe
3 daysntfs: bound $AttrDef table walk to the loaded table sizeDennis Tighe
3 daysntfs: fix undefined behavior in mft/index record size calculationHongling Zeng
3 daysntfs: treat any nonzero dio zero-range return as an errorWentao Guan
3 daysntfs: fix incorrect MFT record pointer passed to ntfs_attr_record_resizeHongling Zeng
3 daysntfs: do not mark the volume clean in sync_fs when errors were recordedDennis Tighe
3 daysntfs: skip free cluster decrement when rollback failsBaolin Liu
3 daysntfs: only count successfully cleared runs when freeing clustersBaolin Liu
3 daysntfs: fix kmap_local leak in write_mft_record_nolock() error pathsBaolin Liu
3 daysntfs: return real error from ntfs_non_resident_attr_record_add()Baolin Liu
3 daysntfs: preserve error code in ntfs_resident_attr_record_add()Baolin Liu
3 daysntfs: return -ERANGE for undersized xattr bufferBaolin Liu
3 daysntfs: propagate reparse index insertion failureBaolin Liu
3 daysntfs: return DT_UNKNOWN on inode lookup failure in readdirBaolin Liu
8 daysntfs: support resident WOF decompressionHyunchul Lee
8 daysntfs: add non-resident WOF decompressionHyunchul Lee
8 daysntfs: implement codec ops for LZX and XPRESSHyunchul Lee
8 daysntfs: port lzx/xpress decompressors from ntfs-3g-system-compressionHyunchul Lee
8 daysntfs: return errors from inode initializationHyunchul Lee
8 daysntfs: parse REPARSE_TAG_WOFHyunchul Lee
8 daysntfs: return errors from ntfs_attr_readallHyunchul Lee
8 daysntfs: add WOF compression config optionHyunchul Lee
8 daysntfs: define LZNT1 codec ops under transparent codec interfaceHyunchul Lee
8 daysntfs: introduce transparent compression codec interfaceHyunchul Lee
9 daysntfs: reject invalid empty mapping pairsHyunchul Lee
9 daysntfs: fix resource leak in ntfs_new_attr_flagsHongling Zeng
9 daysntfs: validate usa_ofs before preserving the update sequence numberDennis Tighe
9 daysntfs: fix off-by-one page overflow in ntfs_decompress()Dennis Tighe
10 daysntfs: do not update ctime when setxattr failsBaolin Liu
10 daysntfs: reject invalid MFT LCNs from boot sectorHyunchul Lee
11 daysntfs: serialize resident iomap reads with mrec_lockHyeontae Lee
11 daysntfs: verify run length exceeding volume boundaryHongling Zeng
11 daysntfs: allow index root relocationNamjae Jeon
11 daysntfs: validate non-resident attribute offsetsHongling Zeng
11 daysntfs: simplify ntfs_reparse_set_native_symlink()Dmitry Antipov
11 daysntfs: reject unprivileged writes to reserved $LX* xattrsPisit Preechapramoth
11 daysntfs: bound the free-cluster bitmap scan to the volumeBryam Vargas
11 daysntfs: respect per-file chmod mode over mount masksNamjae Jeon
11 daysntfs: apply Windows name checks only with windows_namesNamjae Jeon
11 daysntfs: Fix index_root heap OOB write in ntfs_ir_to_ib()Alexandro Calo
11 daysntfs: move attribute payload before shrinking its recordNamjae Jeon
11 daysntfs: fix resident conversion in ntfs_new_attr_flagsHyunchul Lee
11 daysntfs: skip reads for full compression unit overwritesNamjae Jeon
11 daysntfs: submit one bio per compressed write unitNamjae Jeon
11 daysntfs: reuse compression output workspace across write unitsNamjae Jeon
11 daysntfs: reuse the compression context during writesNamjae Jeon