Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matt-wu/Ext3Fsd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-12Update README.mdHEADmasterKa Ho Ng
2017-10-31Version & Modification History updatedExt3Fsd-0.69Matt Wu
2017-10-31FIXME: possible extent overlapping issue (ever happened with ReactOS)Matt Wu
2017-07-20Ext3Fsd: Introduce VCB_RO_COMPAT_READ_ONLY flag for struct VCBKaho Ng
2017-07-20Ext3Fsd: EXT4_FEATURE_INCOMPAT_64BIT is not supportedKaho Ng
2017-07-20Ext3Fsd: fix issue #6Kaho Ng
2017-02-22FIXME: building failure due to lack of EA flag declaration in old DDKMatt Wu
2017-02-21FIXME: compiling warnings (mostly typecast)Matt Wu
2017-02-21FIXME: files cleanup (Ext2Srv manifest & Ext2Mgr hlp)Matt Wu
2017-02-05FIXME: FcbLock may not be deinitialized in Ext2InitializeVcb()Kaho Ng
2016-12-01FIXME: build/project files reverted to VS2008Matt Wu
2016-12-01code cleanupMatt Wu
2016-12-01Merge remote-tracking branch 'remotes/ngkaho/ea'Matt Wu
2016-09-13FIXME: unify volume cache manipulationsMatt Wu
2016-09-13FIXME: reaper threads for bh/fcb/mcb optimizedMatt Wu
2016-09-13FIXME: race conditions in buffer-head reaperingMatt Wu
2016-09-13FIXME: debug breakpoints removedMatt Wu
2016-09-13FIXME: exclusive-pin might cause deadlockMatt Wu
2016-09-13FIXME: always grab Vcb->MainResource before syncingMatt Wu
2016-09-13FIXME: got NULL parent MCB when working with lfsMatt Wu
2016-09-13FIXME: deadload upon BCB locksMatt Wu
2016-08-13FIXME: do nothing for to-be-deleted filesMatt Wu
2016-08-13FIXME: only flush dirty cache for noncached openMatt Wu
2016-08-12FIXME: possible system hang caused by flushingMatt Wu
2016-08-12FIXME: return value corrected for file openMatt Wu
2016-08-12FIXME: possible hang of mcb release threadMatt Wu
2016-08-12FIXME: disable debugging output (too much)Matt Wu
2016-07-19ext4_xattr: reserve 4 bytes for each EA tables as end-of-list markKaho Ng
2016-07-19ext4_xattr: fix indentationKaho Ng
2016-07-14FIXME: ignore power management requestsMatt Wu
2016-07-14typo fixedMatt Wu
2016-07-09Ext3Fsd version updatedExt3Fsd-0.68Matt Wu
2016-07-09Ext3Fsd 0.68Matt Wu
2016-07-09FIXME: typoMatt Wu
2016-07-09FIXME: typo errorMatt Wu
2016-06-07Fix file permissions (Remove executable flags)Kaho Ng
2016-06-07ea: make EA routines reside in PAGE sectionKaho Ng
2016-06-06ea: two changes. see belowKaho Ng
2016-05-31ext4_xattr: fix indentationKaho Ng
2016-05-31EA: ensure Ext2SetEa's insertion orderKaho Ng
2016-05-31fileinfo: return correct EA sizeKaho Ng
2016-05-30EA: takes alignment into accountKaho Ng
2016-05-27ext4_xattr: Ea iterator routine's return value should be consideredKaho Ng
2016-05-27ext4_xattr: fix the modifier of ext4_xattr_purge_itemsKaho Ng
2016-05-27fileinfo: try to fix wrong FILE_EA_INFORMATION::EaSizeKaho Ng
2016-05-27create: add Ea support upon file creation or overwritingKaho Ng
2016-05-21VS2015 Project file: add ea.c 2Kaho Ng
2016-05-21EA: make ext4_xattr_purge_items publicKaho Ng
2016-05-21EA: should enter __finally block when ext4_fs_set_xattr failsKaho Ng
2016-05-21EA: Try to insert new EA entries if one doesn't existKaho Ng