index
:
lwext4
2400-ext-errors
arm64
carl
carl-attic
carl-old
carl2-opt
cscript
debug
disk-writer-debug
fix-mac
master
more-cache
osx
static-on-linux
win32
windows-debug
Fork of lwext4 library for EXT2 filesystem manipulation
cth@carlh.net
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
2020-03-08
Fix #includes and build a shared library.
Carl Hetherington
2018-12-02
Fix ext4_mkfs_info::feat_{ro_compat,compat,incompat}
Fangrui Song
2018-09-26
ext4_dir: fix non existing entry creation issue
rajeshvenkataraman
2018-03-01
ext4_mkfs: Added UUID parameter to create new filesystems with non-zero UUID
Max Maisel
2018-03-01
ext4_mbr: Added "disk_id" parameter to MBR creation function
Max Maisel
2018-03-01
ext4_blockdev: Added user data pointer
Max Maisel
2017-10-18
Use int64_t as offset to ext4_fseek.
Fan Deng
2017-07-13
Fix a compile issue with big endian config & some small issues fixes
branzhu
2017-05-20
ext4_config: add defines allowing disabling xattr and extent modules
gkostka
2017-05-20
ext4_dir_idx: make qsort as a default dir idx sort algorithm
gkostka
2017-05-20
Make ext4_xattr & ext4_extents GPL licensed
gkostka
2017-04-19
ext4: add ext4_inode_exist method
gkostka
2017-04-05
Change include type policy
gkostka
2017-03-24
Fix issues with big-endian system
branzhu
2017-02-21
ext4_mkfs: add journal node creation support
gkostka
2017-02-19
ext4: improve dox documentation style
gkostka
2017-02-17
ext4: remove block cache parameter from device_register function
gkostka
2017-02-17
ext4: add block device unregister by name & all methods
gkostka
2017-02-15
ext4: add methods to access file mode, owner, atime, mtime, ctime
gkostka
2017-01-18
ext4: add ext4_cache_flush for explicit cache flush
gkostka
2016-08-19
ext4_types: change "user" prefix to "ext4_user"
gkostka
2016-08-19
ext4: malloc substitution - moved option definition and changed names
Michał Majewicz
2016-08-19
ext4: easy malloc/calloc/realloc/free substitution
Michał Majewicz
2016-08-19
ext4_block_group.h: fix lack of extern "C" closing brace
Michał Majewicz
2016-06-30
ext4: special inode creation support
Kaho Ng
2016-06-28
ext4: fix possible access violation when copying name fields
Kaho Ng
2016-06-20
ext4: @replace in ext4_setxattr() is deprecated
Kaho Ng
2016-06-20
ext4_xattr: rework the EA submodule
Kaho Ng
2016-05-16
ext4_xattr: type changes
ngkaho1234
2016-05-16
ext4_mbr: introduce ext4_mbr_write procedure
gkostka
2016-05-16
ext4_xattr: better handling on some corner error case
Kaho Ng
2016-05-13
ext4_xattr: Changes to EA metadata handling macros
Kaho Ng
2016-05-13
Refine extra_isize field handling
ngkaho1234
2016-04-30
ext4_journal: numorous changes.
Kaho Ng
2016-04-12
ext4_fs: fix possible overflow
gkostka
2016-04-01
ext4_config: set CONFIG_UNALIGNED_ACCESS to 0 as default
gkostka
2016-04-01
ext4_config: add CONFIG_UNALIGNED_ACCESS configuration switch
gkostka
2016-03-31
ext4: add rename/move directory procedure to main API
gkostka
2016-03-17
ext4_xattr: fix xattr functions not recognizing acl attribute name.
ngkaho1234
2016-02-03
Fix type mismatch.
ngkaho1234
2016-02-03
Remove unnecessary stdio.h .
ngkaho1234
2016-02-01
ext4_mkfs: move roundup and align macros to misc header
gkostka
2016-02-01
Relocate other in-memory data structures from ext4_types.h
ngkaho1234
2016-01-31
Refactor header files dependencies.
ngkaho1234
2016-01-31
ext4_mkfs: field 'len' of ext4_mkfs_info should be unsigned.
ngkaho1234
2016-01-30
ext4: add read_only parameter to ext4_mount routine.
ngkaho1234
2016-01-29
CMake: now ext4_config.h will be automatically generated.
ngkaho1234
2016-01-28
Reconstruct source directory tree.
ngkaho1234