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
2016-05-21dispatch: fix IRP_MJ_SET_EA calling Ext2QueryEaKaho Ng
2016-05-21EA: remove all existing EA entries in Ext2SetEaKaho Ng
2016-05-21EA: cosmetic fix on Ext2QueryEa and Ext2SetEaKaho Ng
2016-05-21EA: two changesKaho Ng
2016-05-21Add EA operation IRP codesKaho Ng
2016-05-21EA: Remove resetting EaIndex when end of EA list is reachedKaho Ng
2016-05-21EA: remove PAGED_CODE()Kaho Ng
2016-05-21ea: some cosmetic fixesKaho Ng
2016-05-20volinfo: add flags to indicate the file system supports EA.Kaho Ng
2016-05-20Initial FILE_EA_INFORMATION::EaSize supportKaho Ng
2016-05-20Initial Ext2QueryEa supportKaho Ng
2016-05-18EA: two changesKaho Ng
2016-05-17EA: initial Ext2SetEa supportKaho Ng
2016-05-16ext4_xattr: fix compiling errorKaho Ng
2016-05-16ext4_xattr: convert __s32 to size_t for ext4_xattr_ref::inode/block_size_remKaho Ng
2016-05-16ext4_xattr: allow more entries to be put in smaller spaceKaho Ng
2016-05-16VS2015 Project file: add ea.cKaho Ng
2016-05-16module.h: add extents_bforget declarationKaho Ng
2016-05-16ext4_xattr: refine ENOSPC handlingKaho Ng
2016-05-15Numorous changes:Kaho Ng
2016-05-14EA: add EA handling stubKaho Ng
2016-05-14Remove unnecessary tree.hKaho Ng
2016-05-14ext4_xattr: Use rbtree.h implementation instead of tree.hKaho Ng
2016-05-12Make sure the filesystem supports i_extra_isize fieldKaho Ng
2016-05-11Initial EA supports.Kaho Ng
2016-04-28FIXME: make ERESOURCE always 8-byte-alignedMatt Wu
2016-04-27Ext2Mgr improvements (several features)Matt Wu
2016-04-27Feature: multiple user sessions supportedMatt Wu
2016-04-27Feature: reapear mechanism implemented for FcbMatt Wu
2016-04-27FIXME: deadlock upon BCB resourceMatt Wu
2016-04-27FIXME: comments improved with error status printedMatt Wu
2016-04-27FIXME: commit 12399a reverted.Matt Wu
2016-04-19Ext3Fsd 0.66Ext3Fsd-0.66Matt Wu
2016-04-19FIXME: coding format change to unix line endingMatt Wu
2016-04-19FIXME: lessen notification timeout from 30s to 5sMatt Wu
2016-04-13FIXME: skip any cache-flushings when being mountedMatt Wu
2016-04-12FIXME: BSOD issue during mounting as readonlyMatt Wu
2016-04-12Ext4 extents tree rebalance (leaf nodes merging)Matt Wu
2016-04-11Ext2Mgr version info updatedMatt Wu
2016-04-11Projects files update for JenkinsMatt Wu
2016-04-10Ext3Fsd 0.65Ext3Fsd-0.65Matt Wu
2016-04-10Ext2Mgr V2.8Matt Wu
2016-04-10Performance improvement: big lock dividiedMatt Wu
2016-04-07FIXME: check alignments for new ERESOURCEs locksMatt Wu
2016-04-07Performance improvement (ops upon small files):Matt Wu
2016-04-07FIXME: atomic_t using LONG instread of intMatt Wu
2016-04-07Reaper threads implemented for buffer headMatt Wu
2016-04-07FIXME: buffer_head accounting moved to alloc/freeMatt Wu
2016-04-07FIXME: compiler-assertion for ERESOURCE alignmentMatt Wu
2016-04-07FIXME: minimize lock holding for oncached readingMatt Wu