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
ext4_journal: tune the logic of block zeroing in write_commit_block()
ext4_mkfs: little function name refactoring
ext4_mkfs: improve block group init performance
ext4_mkfs: merge fill_bgroups and write_bgroups into one function
ext4: add filetype checking to ext4_mknod
ext4: special inode creation support
ext4: fix possible access violation when copying name fields
ext4_journal: fix memory leakage when revoking a block repeatedly
ext4_journal: fix memory leakage when reallocating a revoked block
ext4: @replace in ext4_setxattr() is deprecated
ext4_xattr: rework the EA submodule
ext4_extent: add comments to truncate routines
ext4_extent: fix truncate freeing blocks at the wrong boundary
ext4_xattr: fix not considering iter()'s return value
ext4_journal: fix trans_id_diff return value
ext4_journal: handle trans_id wrapping around cases
ext4_xattr: fix missing a type conversion from int32_t to size_t
ext4_fs: zero the inode when allocated
ext4_xattr: allow more entries to be inserted when space is small
ext4_xattr: fix not computing hash of on-block entries
ext4_mbr: introduce ext4_mbr_write procedure
ext4_xattr: ext4_xattr_insert_item now returns error code
ext4_xattr: invalidate the block buffer when writing fails
ext4_xattr: clear the content of acl block buffer before writing
ext4_xattr: better handling on some corner error case
ext4_xattr: Changes to EA metadata handling macros
Refine extra_isize field handling
ext4_xattr: fix freeing inode_ref's buffer when failed to initialize.
ext4: count on free blocks and inodes number after journal recovery.
Add Gitter badge
ext4_journal: fix not wrapping blocks when recovering.
ext4_journal: cosmetic fix for jbd_trans_set_block_dirty.
ext4_journal: add once parameter to loops.
ext4_balloc: fix not revoking any blocks when freeing blocks.
ext4_blockdev: change ERANGE to ENXIO error status
ext4_config: set CONFIG_UNALIGNED_ACCESS to 0 as default
ext4_config: add CONFIG_UNALIGNED_ACCESS configuration switch
ext4: add rename/move directory procedure to main API
CMake: add library & headers to make install target
ext4_mkfs: fix compilation warnings
ext4_journal: fix compilation warnings (may be used uninitialized)
travis: change toolchain in travis file & add new builds
Remove depreciated blackfin build
ext4_xattr: fix xattr functions not recognizing acl attribute name.
Fix assertion fault when disk space is full.
ext4_extent: compiler warning fix
ext4_extent: cosmetic fix on code indentation.
ext4_extent: cosmetic fixes on error code handling. Part 2.
ext4_extent: introduce need_split boolean to invoke splitting.
ext4_extent: cosmetic fixes on error code handling.
ext4_extent: Rework extent insertion.
Bump lwext4 version to 1.0.0 & changelog update
ext4_extent: return immediately when ext4_ext_correct_indexes fails.
ext4_extent: fix passing wrong size to memmove.
Add toolkit that helps adding prefix to flags and errno V2.
Add toolkit that helps adding prefix to flags and errno.
ext4_mkfs: move roundup and align macros to misc header
Relocate other in-memory data structures from ext4_types.h
Refactor header files dependencies.
ext4_mkfs: field 'len' of ext4_mkfs_info should be unsigned.
ext4_fs: fix read_only not being set on ext4_fs structure.
ext4: fix ext4_fread failing when fs on read-only mode.
ext4: add read_only parameter to ext4_mount routine.
CMake: now ext4_config.h will be automatically generated.
Reconstruct source directory tree.
bfin-elf.cmake: set -std=gnu99 for blackfin targets (unsupported gnu11)
ext4: ext4_chmod now only allows modifying the lowest 12bit of i_mode.
Move file opening & seeking flags to a separate header file.