lwext4.git
2017-01-12 Carl HetheringtonSupport offsets with io_raw too. carl-attic
2017-01-12 Carl HetheringtonAdd call to set up the partition offset for filedev.
2017-01-12 Carl HetheringtonFix MBR creation.
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
2016-05-16 Kaho Ngext4_xattr: fix missing a type conversion from int32_t...
2016-05-16 ngkaho1234ext4_fs: zero the inode when allocated
2016-05-16 ngkaho1234ext4_xattr: allow more entries to be inserted when...
2016-05-16 ngkaho1234ext4_xattr: fix not computing hash of on-block entries
2016-05-16 ngkaho1234ext4_xattr: type changes
2016-05-16 gkostkaext4_mbr: introduce ext4_mbr_write procedure
2016-05-16 Kaho Ngext4_xattr: ext4_xattr_insert_item now returns error...
2016-05-15 Kaho Ngext4_xattr: invalidate the block buffer when writing...
2016-05-15 Kaho Ngext4_xattr: clear the content of acl block buffer befor...
2016-05-15 Kaho Ngext4_xattr: better handling on some corner error case
2016-05-13 Kaho Ngext4_xattr: Changes to EA metadata handling macros
2016-05-13 ngkaho1234Refine extra_isize field handling
2016-05-11 Kaho Ngext4_xattr: endianness fix.
2016-05-11 Kaho Ngext4_xattr: fix freeing inode_ref's buffer when failed...
2016-05-07 ngkaho1234ext4: count on free blocks and inodes number after...
2016-04-30 gkostkaUpdate README.md file
2016-04-30 gkostkaAdd separate LICENSE file
2016-04-30 The Gitter... Add Gitter badge
2016-04-30 Kaho Ngext4_journal: numorous changes.
2016-04-28 ngkaho1234ext4_journal: fix not wrapping blocks when recovering.
2016-04-27 ngkaho1234ext4_journal: cosmetic fix for jbd_trans_set_block_dirty.
2016-04-24 Kaho Ngext4_journal: add once parameter to loops.
2016-04-24 ngkaho1234ext4_balloc: fix not revoking any blocks when freeing...
2016-04-12 gkostkaext4_fs: fix possible overflow
2016-04-12 gkostkaext4_blockdev: change ERANGE to ENXIO error status
2016-04-01 gkostkaext4_config: set CONFIG_UNALIGNED_ACCESS to 0 as default
2016-04-01 gkostkaext4_config: add CONFIG_UNALIGNED_ACCESS configuration...
2016-03-31 gkostkaext4: add rename/move directory procedure to main API
2016-03-31 gkostkaCMake: add library & headers to make install target
2016-03-21 gkostkaext4_mkfs: fix compilation warnings
2016-03-21 gkostkaext4_journal: fix compilation warnings (may be used...
2016-03-21 gkostkatravis: change toolchain in travis file & add new builds
2016-03-21 gkostkaRemove depreciated blackfin build
2016-03-17 ngkaho1234ext4_xattr: fix xattr functions not recognizing acl...
2016-02-18 gkostkaFix travis build
2016-02-18 ngkaho1234Fix assertion fault when disk space is full.
2016-02-14 gkostkaext4_extent: compiler warning fix
2016-02-14 ngkaho1234ext4_extent: cosmetic fix on code indentation.
2016-02-14 ngkaho1234ext4_extent: cosmetic fixes on error code handling...
2016-02-14 ngkaho1234ext4_extent: introduce need_split boolean to invoke...
2016-02-13 ngkaho1234ext4_extent: cosmetic fixes on error code handling.
2016-02-12 ngkaho1234ext4_extent: Rework extent insertion.
2016-02-09 gkostkaUpdate README.md v1.0.0
2016-02-09 gkostkaBump lwext4 version to 1.0.0 & changelog update
2016-02-09 gkostkaUpdate README.md
2016-02-04 ngkaho1234ext4_extent: return immediately when ext4_ext_correct_i...
2016-02-04 ngkaho1234ext4_extent: fix passing wrong size to memmove.
2016-02-03 ngkaho1234Fix prefix_patch toolkit.
2016-02-03 ngkaho1234Fix type mismatch.
2016-02-03 ngkaho1234Remove unnecessary stdio.h .
2016-02-01 ngkaho1234Add toolkit that helps adding prefix to flags and errno V2.
2016-02-01 ngkaho1234Add toolkit that helps adding prefix to flags and errno.
2016-02-01 gkostkaext4_mkfs: move roundup and align macros to misc header
2016-02-01 gkostkaFix travis build
2016-02-01 ngkaho1234Relocate other in-memory data structures from ext4_types.h
2016-01-31 ngkaho1234Refactor header files dependencies.
2016-01-31 ngkaho1234ext4_mkfs: field 'len' of ext4_mkfs_info should be...
2016-01-30 ngkaho1234ext4_fs: fix read_only not being set on ext4_fs structure.
2016-01-30 ngkaho1234ext4: fix ext4_fread failing when fs on read-only mode.
2016-01-30 ngkaho1234ext4: add read_only parameter to ext4_mount routine.
2016-01-29 ngkaho1234CMake: now ext4_config.h will be automatically generated.
2016-01-28 ngkaho1234Reconstruct source directory tree.
2016-01-27 gkostkabfin-elf.cmake: set -std=gnu99 for blackfin targets...
2016-01-26 ngkaho1234ext4: ext4_chmod now only allows modifying the lowest...
2016-01-25 ngkaho1234Move file opening & seeking flags to a separate header...
2016-01-24 rootReduce the number of errno definitions in ext4_errno.h.
2016-01-24 ngkaho1234Add type cast to eliminate compiler warning messages.
next