| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-08-07 | big haX.win32 | cah | |
| 2020-08-06 | Debug logz | cah | |
| 2020-08-06 | Debug logz | cah | |
| 2020-08-05 | Debug logz | cah | |
| 2020-08-05 | Debug logz | cah | |
| 2020-08-05 | Debug logz | cah | |
| 2020-08-05 | Debug logz | cah | |
| 2020-04-05 | Use authopen to acquire permissions to write to drives on macOS. | Carl Hetherington | |
| 2020-04-04 | Fix for finding device sizes on macOS. | Carl Hetherington | |
| 2020-03-08 | Windows build hack. | Carl Hetherington | |
| 2020-03-08 | Hacks to allow OS X build for 32-bit. | Carl Hetherington | |
| 2020-03-08 | Don't build fs_test stuff; it fails to link on OS X because it | Carl Hetherington | |
| tries to build 64-bit executables with 32-bit libraries, for some reason. | |||
| 2020-03-08 | Add cscript. | Carl Hetherington | |
| 2020-03-08 | Fix #includes and build a shared library. | Carl Hetherington | |
| 2019-06-12 | Basic build for OS X. | Carl Hetherington | |
| 2019-06-11 | Possibly dubious patch to allow writing to partitions on Windows. | Carl Hetherington | |
| 2019-04-28 | Merge pull request #49 from sirocyl/patch-1HEADmaster | Grzegorz Kostka | |
| Change badges to reflect project license status | |||
| 2019-04-27 | Change badges to reflect project license status | Tyler True | |
| While all source files except the two mentioned (ext4_xattr.c and ext4_extents.c) are BSD-3-clause, and it seems like this project may be licensed as such by removing those two files, the project license should be reflected as GPL v2.0, in accordance with the LICENSE file at the root of the project. | |||
| 2018-12-03 | Merge pull request #47 from MaskRay/jbd_commit_header | Grzegorz Kostka | |
| Fix jbd_commit_header::chksum_{type,size} | |||
| 2018-12-03 | Merge pull request #46 from MaskRay/ext4_mkfs_info | Grzegorz Kostka | |
| Fix ext4_mkfs_info::feat_{ro_compat,compat,incompat} | |||
| 2018-12-03 | Merge pull request #43 from MaskRay/cmake | Grzegorz Kostka | |
| Raise cmake_minimum_required: 2.8 -> 3.4 | |||
| 2018-12-03 | Merge pull request #45 from MaskRay/include | Grzegorz Kostka | |
| Don't copy include | |||
| 2018-12-03 | Merge pull request #44 from MaskRay/const-const | Grzegorz Kostka | |
| Fix "const const" warning | |||
| 2018-12-02 | Fix jbd_commit_header::chksum_{type,size} | Fangrui Song | |
| 2018-12-02 | Fix ext4_mkfs_info::feat_{ro_compat,compat,incompat} | Fangrui Song | |
| 2018-12-02 | Don't copy include | Fangrui Song | |
| 2018-12-02 | Fix "const const" warning | Fangrui Song | |
| 2018-12-02 | Raise cmake_minimum_required: 2.8 -> 3.4 | Fangrui Song | |
| See CMP0065, otherwise -rdynamic is unconditionally added to linked executable. These .dynsym symbols are not really useful. | |||
| 2018-09-26 | ext4: fix ext4_fsymlink creation | Grzegorz Kostka | |
| Solve the problem with long symbolic links creation. Thanks to: @cobenhan | |||
| 2018-09-26 | ext4_dir: fix non existing entry creation issue | rajeshvenkataraman | |
| Added the length of the name string a a parameter. Using strlen() on the name string may not give the correct length in case of paths like: /mountpoint/nonexistdir1/nonexistdir2. | |||
| 2018-04-05 | ext4: move ext4_fs_alloc_inode result check to right place | Grzegorz Kostka | |
| 2018-03-01 | Merge pull request #36 from mmmaisel/dev | Grzegorz Kostka | |
| Improvements from ext4-browser project | |||
| 2018-03-01 | Merge pull request #35 from mmmaisel/cmake | Grzegorz Kostka | |
| CMake: Added option whether to build static or shared library | |||
| 2018-03-01 | Merge pull request #34 from mmmaisel/master | Grzegorz Kostka | |
| Fix: ext4-mkfs and ext4-mbr-write use wrong partition size in case of multiple partitions | |||
| 2018-03-01 | CMake: Added option whether to build static or shared library | Max | |
| 2018-03-01 | ext4-mkfs: Use correct partition size | Max Maisel | |
| 2018-03-01 | ext4-mbr-write: Fixed partition size calculation | Max Maisel | |
| 2018-03-01 | ext4_mkfs: Added UUID parameter to create new filesystems with non-zero UUID | Max Maisel | |
| 2018-03-01 | ext4_mbr: Added "disk_id" parameter to MBR creation function | Max Maisel | |
| 2018-03-01 | ext4_blockdev: Added user data pointer | Max Maisel | |
| 2017-10-20 | Merge pull request #33 from enetor/fseek | Grzegorz Kostka | |
| Use int64_t as offset to ext4_fseek. | |||
| 2017-10-18 | Use int64_t as offset to ext4_fseek. | Fan Deng | |
| This change makes it possible to fseek backwards in fseek. Tested: make test_all | |||
| 2017-10-18 | Merge pull request #32 from enetor/useless-if | Grzegorz Kostka | |
| Remove an unuseful if check in ext4.c. | |||
| 2017-10-17 | Remove an unuseful if check in ext4.c. | Fan Deng | |
| The if check on s_bdevices[i].name is unuseful, as 'name' always evaluates to true: if (s_bdevices[i].name) { ... } This change removes the check to be consistent with the rest of the code (see line 124 and 144). | |||
| 2017-10-08 | Merge pull request #31 from raandoom/assert_release | Grzegorz Kostka | |
| Move function call outside assert() | |||
| 2017-10-08 | move function call outside assert() | raandoom | |
| 2017-07-13 | Fix a compile issue with big endian config & some small issues fixes | branzhu | |
| 2017-07-11 | Suppress gcc 7.xx warnings (fall through in switch statement) | gkostka | |
| 2017-06-30 | ext4_journal: fix not purging enough transactions | Kaho Ng | |
| We have to purge all consecutive transactions that has all its buffers written to persistent location. | |||
| 2017-06-22 | ext4_balloc: fix not creating revoke records correctly | Kaho Ng | |
| We fix ext4_balloc_free_blocks() not creating revoke records correctly according to start block and block count parameter from caller. | |||
