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
/
src
Age
Commit message (
Expand
)
Author
2021-05-28
Fix some overflows when making larger partitions (e.g. 2TB) (DoM bug #2021)
Carl Hetherington
2021-03-09
Add progress reporting for formatting.
Carl Hetherington
2021-03-09
Don't initialise inode tables during format.
Carl Hetherington
2021-03-09
Use writebytes when writing group descriptors.
Carl Hetherington
2021-03-09
Write block/inode bitmaps and inode tables earlier.
Carl Hetherington
2021-03-09
Write all block group headers sequentially.
Carl Hetherington
2020-05-02
Add some more debugging.
Carl Hetherington
2020-04-24
Build static on Linux.
Carl Hetherington
2020-04-13
Use 64-bit quantities for partition size when writing MBR.
Carl Hetherington
2018-12-02
Fix jbd_commit_header::chksum_{type,size}
Fangrui Song
2018-09-26
ext4: fix ext4_fsymlink creation
Grzegorz Kostka
2018-09-26
ext4_dir: fix non existing entry creation issue
rajeshvenkataraman
2018-04-05
ext4: move ext4_fs_alloc_inode result check to right place
Grzegorz Kostka
2018-03-01
Merge pull request #36 from mmmaisel/dev
Grzegorz Kostka
2018-03-01
Merge pull request #35 from mmmaisel/cmake
Grzegorz Kostka
2018-03-01
CMake: Added option whether to build static or shared library
Max
2018-03-01
ext4-mkfs: Use correct partition size
Max Maisel
2018-03-01
ext4-mbr-write: Fixed partition size calculation
Max Maisel
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
2017-10-18
Use int64_t as offset to ext4_fseek.
Fan Deng
2017-10-17
Remove an unuseful if check in ext4.c.
Fan Deng
2017-10-08
move function call outside assert()
raandoom
2017-07-13
Fix a compile issue with big endian config & some small issues fixes
branzhu
2017-07-11
Suppress gcc 7.xx warnings (fall through in switch statement)
gkostka
2017-06-30
ext4_journal: fix not purging enough transactions
Kaho Ng
2017-06-22
ext4_balloc: fix not creating revoke records correctly
Kaho Ng
2017-06-22
ext4_balloc: fix not invaliding cache correctly
Kaho Ng
2017-05-31
ext4: fix transaction start/stop scopes
Grzegorz Kostka
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-19
ext4_journal: fix error handling in jbd_get_fs
gkostka
2017-04-05
Change include type policy
gkostka
2017-03-24
Fix issues with big-endian system
branzhu
2017-02-28
ext4_xattr: fix access violation if extra_isize is 0
Kaho Ng
2017-02-28
ext4_fs: set i_extra_isize to ext4_sblock::min_extra_isize
Kaho Ng
2017-02-28
ext4_inode: deal with i_extra_isize depending on inode size
Kaho Ng
2017-02-27
ext4_xattr: fix trying to read EA block even if it is absent
Kaho Ng
2017-02-21
ext4_mkfs: add journal node creation support
gkostka
2017-02-19
ext4: improve dox documentation style
gkostka
2017-02-17
ext4: little style improvements
Grzegorz Kostka
2017-02-17
ext4: remove dynamic block cache allocation in ext4_mount
Grzegorz Kostka
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-16
ext4: remove read-only check in get atime/mtime/ctime/mode/own methods
gkostka
2017-02-15
ext4: add methods to access file mode, owner, atime, mtime, ctime
gkostka
2017-01-19
ext4_journal: improve jbd_journal_alloc_block performance
gkostka
2017-01-18
ext4: add ext4_cache_flush for explicit cache flush
gkostka
[next]