Parses the basic NTFS structures and prints them out.
[virt-df.git] / lib / diskimage.ml
2008-05-09 rjones@intel.home... Parses the basic NTFS structures and prints them out.
2008-05-02 Richard W.M. JonesRestructure library plug-ins again.
2008-05-02 Richard W.M. JonesUse tables of callbacks for the functions.
2008-05-01 Richard W.M. JonesOptimized the hot inner loop.
2008-05-01 Richard W.M. JonesRemove some unused fields in the segment structure.
2008-05-01 Richard W.M. JonesAdded bitmap structure. Run ownership tests for sample...
2008-05-01 Richard W.M. JonesReturn a specialized function so we don't break type...
2008-05-01 Richard W.M. Jonesget_owners (query) function.
2008-05-01 Richard W.M. JonesBuild the segment tree! Commit this quick before someth...
2008-04-30 Richard W.M. JonesOwnership using segment tree (not finished).
2008-04-30 Richard W.M. JonesFirst steps to building ownership tables.
2008-04-29 Richard W.M. JonesDetect Linux software suspend partitions (thanks Stephe...
2008-04-29 Richard W.M. JonesConvert everything to use int63 type throughout.
2008-04-28 Richard W.M. JonesRestructure library for dealing with block mappings.
2008-04-26 Richard W.M. JonesAssociate opaque plugin ID with each major structure.
2008-04-25 Richard W.M. JonesReorganize the code so disk parsing is in a separate...