lwext4.git
2019-04-28 Grzegorz KostkaMerge pull request #49 from sirocyl/patch-1 master origin/master
2019-04-27 Tyler TrueChange badges to reflect project license status
2018-12-03 Grzegorz KostkaMerge pull request #47 from MaskRay/jbd_commit_header
2018-12-03 Grzegorz KostkaMerge pull request #46 from MaskRay/ext4_mkfs_info
2018-12-03 Grzegorz KostkaMerge pull request #43 from MaskRay/cmake
2018-12-03 Grzegorz KostkaMerge pull request #45 from MaskRay/include
2018-12-03 Grzegorz KostkaMerge pull request #44 from MaskRay/const-const
2018-12-02 Fangrui SongFix jbd_commit_header::chksum_{type,size}
2018-12-02 Fangrui SongFix ext4_mkfs_info::feat_{ro_compat,compat,incompat}
2018-12-02 Fangrui SongDon't copy include
2018-12-02 Fangrui SongFix "const const" warning
2018-12-02 Fangrui SongRaise cmake_minimum_required: 2.8 -> 3.4
2018-09-26 Grzegorz Kostkaext4: fix ext4_fsymlink creation
2018-09-26 rajeshvenkataramanext4_dir: fix non existing entry creation issue
2018-04-05 Grzegorz Kostkaext4: move ext4_fs_alloc_inode result check to right...
2018-03-01 Grzegorz KostkaMerge pull request #36 from mmmaisel/dev
2018-03-01 Grzegorz KostkaMerge pull request #35 from mmmaisel/cmake
2018-03-01 Grzegorz KostkaMerge pull request #34 from mmmaisel/master
2018-03-01 MaxCMake: Added option whether to build static or shared...
2018-03-01 Max Maiselext4-mkfs: Use correct partition size
2018-03-01 Max Maiselext4-mbr-write: Fixed partition size calculation
2018-03-01 Max Maiselext4_mkfs: Added UUID parameter to create new filesyste...
2018-03-01 Max Maiselext4_mbr: Added "disk_id" parameter to MBR creation...
2018-03-01 Max Maiselext4_blockdev: Added user data pointer
2017-10-20 Grzegorz KostkaMerge pull request #33 from enetor/fseek
2017-10-18 Fan DengUse int64_t as offset to ext4_fseek.
2017-10-17 Grzegorz KostkaMerge pull request #32 from enetor/useless-if
2017-10-17 Fan DengRemove an unuseful if check in ext4.c.
2017-10-08 Grzegorz KostkaMerge pull request #31 from raandoom/assert_release
2017-10-08 raandoommove function call outside assert()
2017-07-13 branzhuFix a compile issue with big endian config & some small...
2017-07-11 gkostkaSuppress gcc 7.xx warnings (fall through in switch...
2017-06-30 Kaho Ngext4_journal: fix not purging enough transactions
2017-06-22 Kaho Ngext4_balloc: fix not creating revoke records correctly
2017-06-22 Kaho Ngext4_balloc: fix not invaliding cache correctly
2017-05-31 Grzegorz Kostkaext4: fix transaction start/stop scopes
2017-05-31 gkostkaChange lwext4 license to GPL2
2017-05-20 gkostkaext4_config: add defines allowing disabling xattr and...
2017-05-20 gkostkaext4_dir_idx: make qsort as a default dir idx sort...
2017-05-20 gkostkaMake ext4_xattr & ext4_extents GPL licensed
2017-04-19 gkostkaext4: add ext4_inode_exist method
2017-04-19 gkostkatoolchain: add toolchain files for new MCUs & simplify...
2017-04-19 gkostkaext4_journal: fix error handling in jbd_get_fs
2017-04-05 gkostkaChange include type policy
2017-04-05 gkostkaName refactiring inside file_windows module
2017-04-05 gkostkaRename ext4_filedev to file_dev
2017-04-05 gkostkaRename io_raw module to more appropriate file_windows
2017-04-05 gkostkaRemove unused unpack_images make target
2017-04-05 gkostkaRemove prefix patch directory
2017-04-05 gkostkaRemove 7z archive with test images
2017-03-24 Grzegorz KostkaMerge pull request #22 from branzhu/master
2017-03-24 branzhuFix issues with big-endian system
2017-03-08 Grzegorz KostkaUpdate README.md
2017-02-27 Kaho Ngext4_xattr: fix access violation if extra_isize is 0
2017-02-27 Kaho Ngext4_fs: set i_extra_isize to ext4_sblock::min_extra_isize
2017-02-27 Kaho Ngext4_inode: deal with i_extra_isize depending on inode...
2017-02-27 Kaho Ngext4_xattr: fix trying to read EA block even if it...
2017-02-21 gkostkaext4_mkfs: add journal node creation support
2017-02-19 gkostkaext4: improve dox documentation style
2017-02-17 Grzegorz Kostkaext4: little style improvements
2017-02-17 Grzegorz Kostkaext4: remove dynamic block cache allocation in ext4_mount
2017-02-17 gkostkaUpdate license file (github badge)
2017-02-17 gkostkaext4: remove block cache parameter from device_register...
2017-02-17 gkostkaUpdate licence file (comment scope remove)
2017-02-16 gkostkaext4: add block device unregister by name & all methods
2017-02-16 gkostkaext4: remove read-only check in get atime/mtime/ctime...
2017-02-15 gkostkaext4: add methods to access file mode, owner, atime...
2017-02-03 Grzegorz KostkaSet theme jekyll-theme-hacker
2017-01-19 gkostkaext4_journal: improve jbd_journal_alloc_block performance
2017-01-18 gkostkaext4: add ext4_cache_flush for explicit cache flush
2016-12-01 gkostkaext4_blockdev: don't make zero length block read/write...
2016-11-21 Kaho Ngext4_journal: some reworks to stale metadata protection
2016-09-22 Kaho Ngext4_journal: modify the first 4 bytes of the logged...
2016-09-22 Kaho Ngext4_journal: fix JBD_FLAG_ESCAPE handling
2016-09-06 Grzegorz KostkaMerge pull request #15 from exander77/master
2016-09-05 Ing. Radomír... fix: mingw build
2016-08-26 Grzegorz KostkaUpdate README.md
2016-08-24 Kaho Ngext4_journal: do not replay revoked block within the...
2016-08-19 gkostkaext4_types: change "user" prefix to "ext4_user"
2016-08-19 Grzegorz KostkaMerge pull request #13 from mmajewicz/malloc_substitution
2016-08-19 Michał Majewiczext4: malloc substitution - moved option definition...
2016-08-19 Michał Majewiczext4: easy malloc/calloc/realloc/free substitution
2016-08-19 Grzegorz KostkaMerge pull request #12 from mmajewicz/extern_C_fix
2016-08-19 Michał Majewiczext4_block_group.h: fix lack of extern "C" closing...
2016-08-19 Kaho Ngext4_journal: tune the logic of block zeroing in write_...
2016-08-16 gkostkaext4_mkfs: little function name refactoring
2016-08-16 gkostkaext4_mkfs: improve block group init performance
2016-08-16 gkostkaext4_mkfs: merge fill_bgroups and write_bgroups into...
2016-06-29 Kaho Ngext4: add filetype checking to ext4_mknod
2016-06-29 Kaho Ngext4: special inode creation support
2016-06-28 Kaho Ngext4: fix possible access violation when copying name...
2016-06-28 Kaho Ngext4_journal: fix memory leakage when revoking a block...
2016-06-28 Kaho Ngext4_journal: fix memory leakage when reallocating...
2016-06-20 Kaho Ngext4: @replace in ext4_setxattr() is deprecated
2016-06-20 Kaho Ngext4_xattr: rework the EA submodule
2016-05-31 Kaho Ngext4_extent: add comments to truncate routines
2016-05-31 Kaho Ngext4_extent: fix truncate freeing blocks at the wrong...
2016-05-27 Kaho Ngext4_xattr: fix not considering iter()'s return value
2016-05-24 gkostkaext4_journal: fix trans_id_diff return value
2016-05-24 Kaho Ngext4_journal: handle trans_id wrapping around cases
next