summaryrefslogtreecommitdiffstats
path: root/fs_mgr/libfiemap_writer
Commit message (Expand)AuthorAgeFilesLines
* Add fiemap_writer_test to VTS.David Anderson2019-04-093-4/+60
* libfiemap_writer: test pinned file bitJaegeuk Kim2019-04-031-1/+17
* libfiemap_writer: Calculate FIBMAP blocks correctly.David Anderson2019-03-132-8/+72
* libfiemap_writer: Fix the progress bar on VFAT partitions.David Anderson2019-03-135-36/+69
* libfiemap_writer: Fix bugs in vfat handling.David Anderson2019-03-111-5/+6
* Add write support to SplitFiemap.David Anderson2019-03-065-4/+203
* Support FiemapWriters that extend across multiple files.David Anderson2019-03-047-3/+464
* Add more filesystem support to libfiemap_writer.David Anderson2019-03-024-39/+129
* Remove the block size alignment restriction.David Anderson2019-03-013-51/+57
* Merge "libfiemap_writer: Allow callers to query the block device of a file."David Anderson2019-02-272-2/+14
|\
| * libfiemap_writer: Allow callers to query the block device of a file.David Anderson2019-02-252-2/+14
* | Merge "Allow fiemap_writer_test to run in arbitrary directories."David Anderson2019-02-261-13/+24
|\|
| * Allow fiemap_writer_test to run in arbitrary directories.David Anderson2019-02-251-13/+24
* | fiemap_writer: Use fallocate64Paul Trautrim2019-02-251-1/+1
|/
* libfiemap_writer: Remove Flush and Write methods.David Anderson2019-01-293-265/+20
* Expose IsFilePinned through FiemapWriter.David Anderson2019-01-233-0/+35
* fiemap_writer: Add a progress notification.David Anderson2019-01-203-5/+44
* fiemap_writer: Add PinStatus check for fiemap writes.Sandeep Patil2019-01-171-6/+4
* fiemap_writer: enforce filesystem optimal block size alignmentSandeep Patil2019-01-051-24/+14
* fiemap_writer: Fix file pinning / pinning status check code.Sandeep Patil2019-01-052-27/+42
* fiemap_writer: First cut implementation with write() support.Sandeep Patil2018-12-298-0/+1158