summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-07big haX.win32cah
2020-08-06Debug logzcah
2020-08-06Debug logzcah
2020-08-05Debug logzcah
2020-08-05Debug logzcah
2020-08-05Debug logzcah
2020-08-05Debug logzcah
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
2018-03-01Merge pull request #35 from mmmaisel/cmakeGrzegorz Kostka
2018-03-01Merge pull request #34 from mmmaisel/masterGrzegorz Kostka
2018-03-01CMake: Added option whether to build static or shared libraryMax
2018-03-01ext4-mkfs: Use correct partition sizeMax Maisel
2018-03-01ext4-mbr-write: Fixed partition size calculationMax Maisel
2018-03-01ext4_mkfs: Added UUID parameter to create new filesystems with non-zero UUIDMax Maisel
2018-03-01ext4_mbr: Added "disk_id" parameter to MBR creation functionMax Maisel
2018-03-01ext4_blockdev: Added user data pointerMax Maisel
2017-10-20Merge pull request #33 from enetor/fseekGrzegorz Kostka
2017-10-18Use int64_t as offset to ext4_fseek.Fan Deng
2017-10-18Merge pull request #32 from enetor/useless-ifGrzegorz Kostka
2017-10-17Remove an unuseful if check in ext4.c.Fan Deng
2017-10-08Merge pull request #31 from raandoom/assert_releaseGrzegorz Kostka
2017-10-08move function call outside assert()raandoom
2017-07-13Fix a compile issue with big endian config & some small issues fixesbranzhu
2017-07-11Suppress gcc 7.xx warnings (fall through in switch statement)gkostka
2017-06-30ext4_journal: fix not purging enough transactionsKaho Ng
2017-06-22ext4_balloc: fix not creating revoke records correctlyKaho Ng