ext4_mount: mark as mounted at the end, there might still be errors before
fix file renaming
ext4 journal: data is not *always* set despite success, add an assert to spot this specific issue
rb trees: break out of the loop when parent is NULL
disable xattr to generate BSD-license library
replace extents implementation with the updated one, bsd-licensed
size_t to uvlong
ext4_raw_inode_fill: make inode parameter optional (to get inode number alone)
update plan 9 port
ext4_device_unregister: return EOK on success
finish(?) the port
no GPL; extend plan9-specific config
add initial Plan 9 port
Merge pull request #49 from sirocyl/patch-1
Change badges to reflect project license status
Merge pull request #47 from MaskRay/jbd_commit_header
Merge pull request #46 from MaskRay/ext4_mkfs_info
Merge pull request #43 from MaskRay/cmake
Merge pull request #45 from MaskRay/include
Merge pull request #44 from MaskRay/const-const
Fix jbd_commit_header::chksum_{type,size}
Fix ext4_mkfs_info::feat_{ro_compat,compat,incompat}
Raise cmake_minimum_required: 2.8 -> 3.4
ext4: fix ext4_fsymlink creation
ext4_dir: fix non existing entry creation issue
ext4: move ext4_fs_alloc_inode result check to right place
Merge pull request #36 from mmmaisel/dev
Merge pull request #35 from mmmaisel/cmake
Merge pull request #34 from mmmaisel/master
CMake: Added option whether to build static or shared library
ext4-mkfs: Use correct partition size
ext4-mbr-write: Fixed partition size calculation
ext4_mkfs: Added UUID parameter to create new filesystems with non-zero UUID
ext4_mbr: Added "disk_id" parameter to MBR creation function
ext4_blockdev: Added user data pointer
Merge pull request #33 from enetor/fseek
Use int64_t as offset to ext4_fseek.
Merge pull request #32 from enetor/useless-if
Remove an unuseful if check in ext4.c.
Merge pull request #31 from raandoom/assert_release
move function call outside assert()
Fix a compile issue with big endian config & some small issues fixes
Suppress gcc 7.xx warnings (fall through in switch statement)
ext4_journal: fix not purging enough transactions
ext4_balloc: fix not creating revoke records correctly
ext4_balloc: fix not invaliding cache correctly
ext4: fix transaction start/stop scopes
Change lwext4 license to GPL2
ext4_config: add defines allowing disabling xattr and extent modules
ext4_dir_idx: make qsort as a default dir idx sort algorithm
Make ext4_xattr & ext4_extents GPL licensed
ext4: add ext4_inode_exist method
toolchain: add toolchain files for new MCUs & simplify makefile
ext4_journal: fix error handling in jbd_get_fs
Name refactiring inside file_windows module
Rename io_raw module to more appropriate file_windows
Remove unused unpack_images make target
Remove 7z archive with test images
Merge pull request #22 from branzhu/master
Fix issues with big-endian system
Update README.md
ext4_xattr: fix access violation if extra_isize is 0
ext4_fs: set i_extra_isize to ext4_sblock::min_extra_isize
ext4_inode: deal with i_extra_isize depending on inode size
ext4_xattr: fix trying to read EA block even if it is absent
ext4_mkfs: add journal node creation support
ext4: improve dox documentation style
ext4: little style improvements
ext4: remove dynamic block cache allocation in ext4_mount
Update license file (github badge)
ext4: remove block cache parameter from device_register function
Update licence file (comment scope remove)
ext4: add block device unregister by name & all methods
ext4: remove read-only check in get atime/mtime/ctime/mode/own methods
ext4: add methods to access file mode, owner, atime, mtime, ctime
Set theme jekyll-theme-hacker
ext4_journal: improve jbd_journal_alloc_block performance
ext4: add ext4_cache_flush for explicit cache flush
ext4_blockdev: don't make zero length block read/write operations
ext4_journal: some reworks to stale metadata protection
ext4_journal: modify the first 4 bytes of the logged block when needed
ext4_journal: fix JBD_FLAG_ESCAPE handling
Merge pull request #15 from exander77/master
Update README.md
ext4_journal: do not replay revoked block within the same transaction
ext4_types: change "user" prefix to "ext4_user"
Merge pull request #13 from mmajewicz/malloc_substitution
ext4: malloc substitution - moved option definition and changed names
ext4: easy malloc/calloc/realloc/free substitution
Merge pull request #12 from mmajewicz/extern_C_fix
ext4_block_group.h: fix lack of extern "C" closing brace