summaryrefslogtreecommitdiff
path: root/src/ext4_blockdev.c
AgeCommit message (Collapse)Author
2023-01-27Tone logging down a bit.disk-writer-debugCarl Hetherington
2023-01-19Add logging to ext4_mkfs.Carl Hetherington
2017-04-05Change include type policygkostka
Since all headers are ins separate directory, includes could be done by using <> instead of "".
2016-12-01ext4_blockdev: don't make zero length block read/write operationsgkostka
Patch submitted by g.tywanczuk@posnet.com.
2016-04-30ext4_journal: numorous changes.Kaho Ng
- Do not utilize jbd_block_rec::buf because it can be unreliable that jbd_block_rec::buf may be freed. - Do not need to flush buffers before a new transaction is going to reference them. - add some comments to the changes.
2016-04-12ext4_blockdev: change ERANGE to ENXIO error statusgkostka
2016-02-03Fix type mismatch.ngkaho1234
2016-01-31Refactor header files dependencies.ngkaho1234
2016-01-28Reconstruct source directory tree.ngkaho1234