summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-27Tone logging down a bit.disk-writer-debugCarl Hetherington
2023-01-19Add logging to ext4_mkfs.Carl Hetherington
2022-06-20Fix free block count in last block group.Carl Hetherington
2022-06-19Add local build script.Carl Hetherington
2022-06-19Fix potential buffer overwrite.Carl Hetherington
2022-06-18Revert "Don't initialise inode tables during format."Carl Hetherington
2021-05-28Fix some overflows when making larger partitions (e.g. 2TB) (DoM bug #2021)Carl Hetherington
2021-03-12Merge branch 'carl2-opt' into carl2Carl Hetherington
2021-03-12Use posix open/read/write/close as it seems to be much faster than stdio.carl2-optCarl Hetherington
2021-03-09Add progress reporting for formatting.Carl Hetherington
2021-03-09Don't initialise inode tables during format.Carl Hetherington
2021-03-09Use writebytes when writing group descriptors.Carl Hetherington
2021-03-09Write block/inode bitmaps and inode tables earlier.Carl Hetherington
2021-03-09Ignore .ccls-cacheCarl Hetherington
2021-03-09Write all block group headers sequentially.Carl Hetherington
2021-01-07Build both osx and osx-arm64 versions in a directory called osx.Carl Hetherington
2021-01-04Revert "Add -fPIC to Linux builds so the static lwext library can be linked w...Carl Hetherington
2021-01-03New cdist/arm64 fixes.Carl Hetherington
2020-12-01Add -fPIC to Linux builds so the static lwext library can be linked with the ...Carl Hetherington
2020-05-02Add some more debugging.Carl Hetherington
2020-05-02I don't think we need the whole authopen dance now we're running the writer a...Carl Hetherington
2020-04-24Build static on Linux.Carl Hetherington
2020-04-24Fix 32-bit windows build.cah
2020-04-13Use 64-bit quantities for partition size when writing MBR.Carl Hetherington
2020-04-13Use DISK_GEOMETRY_EX instead of plain DISK_GEOMETRY so that the disk size is ...Carl Hetherington
2020-04-05Use authopen to acquire permissions to write to drives on macOS.Carl Hetherington
2020-04-04Fix for finding device sizes on macOS.Carl Hetherington
2020-03-08Windows build hack.Carl Hetherington
2020-03-08Hacks to allow OS X build for 32-bit.Carl Hetherington
2020-03-08Don't build fs_test stuff; it fails to link on OS X because itCarl Hetherington
2020-03-08Add cscript.Carl Hetherington
2020-03-08Fix #includes and build a shared library.Carl Hetherington
2019-06-12Basic build for OS X.Carl Hetherington
2019-06-11Possibly dubious patch to allow writing to partitions on Windows.Carl Hetherington
2019-04-28Merge pull request #49 from sirocyl/patch-1HEADmasterGrzegorz Kostka
2019-04-27Change badges to reflect project license statusTyler True
2018-12-03Merge pull request #47 from MaskRay/jbd_commit_headerGrzegorz Kostka
2018-12-03Merge pull request #46 from MaskRay/ext4_mkfs_infoGrzegorz Kostka
2018-12-03Merge pull request #43 from MaskRay/cmakeGrzegorz Kostka
2018-12-03Merge pull request #45 from MaskRay/includeGrzegorz Kostka
2018-12-03Merge pull request #44 from MaskRay/const-constGrzegorz Kostka
2018-12-02Fix jbd_commit_header::chksum_{type,size}Fangrui Song
2018-12-02Fix ext4_mkfs_info::feat_{ro_compat,compat,incompat}Fangrui Song
2018-12-02Don't copy includeFangrui Song
2018-12-02Fix "const const" warningFangrui Song
2018-12-02Raise cmake_minimum_required: 2.8 -> 3.4Fangrui Song
2018-09-26ext4: fix ext4_fsymlink creationGrzegorz Kostka
2018-09-26ext4_dir: fix non existing entry creation issuerajeshvenkataraman
2018-04-05ext4: move ext4_fs_alloc_inode result check to right placeGrzegorz Kostka
2018-03-01Merge pull request #36 from mmmaisel/devGrzegorz Kostka