Merge pull request #49 from sirocyl/patch-1
[lwext4.git] / src / ext4_fs.c
2017-07-13 branzhuFix a compile issue with big endian config & some small...
2017-04-05 gkostkaChange include type policy
2017-03-24 Grzegorz KostkaMerge pull request #22 from branzhu/master
2017-03-24 branzhuFix issues with big-endian system
2017-02-27 Kaho Ngext4_fs: set i_extra_isize to ext4_sblock::min_extra_isize
2017-02-21 gkostkaext4_mkfs: add journal node creation support
2016-06-29 Kaho Ngext4: special inode creation support
2016-05-16 ngkaho1234ext4_fs: zero the inode when allocated
2016-05-13 ngkaho1234Refine extra_isize field handling
2016-02-18 ngkaho1234Fix assertion fault when disk space is full.
2016-02-03 ngkaho1234Fix type mismatch.
2016-01-31 ngkaho1234Refactor header files dependencies.
2016-01-30 ngkaho1234ext4_fs: fix read_only not being set on ext4_fs structure.
2016-01-30 ngkaho1234ext4: add read_only parameter to ext4_mount routine.
2016-01-28 ngkaho1234Reconstruct source directory tree.