gkostka
dd3f008d89
ext4_journal: fix error handling in jbd_get_fs
8 years ago
gkostka
782631e938
Change include type policy
Since all headers are ins separate directory, includes could be
done by using <> instead of "".
8 years ago
gkostka
9ae6dcb7e0
Name refactiring inside file_windows module
8 years ago
gkostka
dc8bef5321
Rename ext4_filedev to file_dev
8 years ago
gkostka
7c617245da
Rename io_raw module to more appropriate file_windows
8 years ago
gkostka
19bcebbfaf
Remove unused unpack_images make target
8 years ago
gkostka
dd0677d54d
Remove prefix patch directory
Seems to be redundant.
8 years ago
gkostka
1753418cc9
Remove 7z archive with test images
Now images will be created by fsck.extN tool.
8 years ago
Grzegorz Kostka
1700fa24e5
Merge pull request #22 from branzhu/master
Fix issues with big-endian system
8 years ago
branzhu
02eb05014f
Fix issues with big-endian system
8 years ago
Grzegorz Kostka
9c59c0b576
Update README.md
8 years ago
Kaho Ng
e6435a48f5
ext4_xattr: fix access violation if extra_isize is 0
8 years ago
Kaho Ng
ffc811b4e0
ext4_fs: set i_extra_isize to ext4_sblock::min_extra_isize
8 years ago
Kaho Ng
48d955206b
ext4_inode: deal with i_extra_isize depending on inode size
8 years ago
Kaho Ng
4d530fc1bb
ext4_xattr: fix trying to read EA block even if it is absent
8 years ago
gkostka
12af982ed6
ext4_mkfs: add journal node creation support
8 years ago
gkostka
958b570b8f
ext4: improve dox documentation style
8 years ago
Grzegorz Kostka
f6bfcc1073
ext4: little style improvements
8 years ago
Grzegorz Kostka
803375001a
ext4: remove dynamic block cache allocation in ext4_mount
8 years ago
gkostka
8321f180e6
Update license file (github badge)
8 years ago
gkostka
329eece6c3
ext4: remove block cache parameter from device_register function
This parameter is useless since cache is always initialized by malloc.
8 years ago
gkostka
7429ab72d2
Update licence file (comment scope remove)
8 years ago
gkostka
406d9c3c65
ext4: add block device unregister by name & all methods
8 years ago
gkostka
ec5adbc675
ext4: remove read-only check in get atime/mtime/ctime/mode/own methods
8 years ago
gkostka
83e87bd113
ext4: add methods to access file mode, owner, atime, mtime, ctime
8 years ago
Grzegorz Kostka
5f4bfdc608
Set theme jekyll-theme-hacker
8 years ago
gkostka
ca673ab65b
ext4_journal: improve jbd_journal_alloc_block performance
Purge only one journal transaction if we are run out of journal
device space.
8 years ago
gkostka
c1185991fa
ext4: add ext4_cache_flush for explicit cache flush
8 years ago
gkostka
4c155036f9
ext4_blockdev: don't make zero length block read/write operations
Patch submitted by g.tywanczuk@posnet.com .
8 years ago
Kaho Ng
1a96ef0a24
ext4_journal: some reworks to stale metadata protection
8 years ago
Kaho Ng
fb6fd61f3e
ext4_journal: modify the first 4 bytes of the logged block when needed
8 years ago
Kaho Ng
384424b2e0
ext4_journal: fix JBD_FLAG_ESCAPE handling
8 years ago
Grzegorz Kostka
6f44e67455
Merge pull request #15 from exander77/master
fix: mingw build
8 years ago
Ing. Radomír Polách
5546ffcf2e
fix: mingw build
8 years ago
Grzegorz Kostka
8fd74cea1b
Update README.md
8 years ago
Kaho Ng
13875d2d90
ext4_journal: do not replay revoked block within the same transaction
8 years ago
gkostka
318276320c
ext4_types: change "user" prefix to "ext4_user"
Prefix ext4_user looks more appropriately.
8 years ago
Grzegorz Kostka
73be5cdb31
Merge pull request #13 from mmajewicz/malloc_substitution
ext4: easy malloc/calloc/realloc/free substitution
8 years ago
Michał Majewicz
7b3b9a6619
ext4: malloc substitution - moved option definition and changed names
8 years ago
Michał Majewicz
2577ef35e8
ext4: easy malloc/calloc/realloc/free substitution
8 years ago
Grzegorz Kostka
7f35ecb424
Merge pull request #12 from mmajewicz/extern_C_fix
ext4_block_group.h: fix lack of extern "C" closing brace
8 years ago
Michał Majewicz
d7699491b0
ext4_block_group.h: fix lack of extern "C" closing brace
8 years ago
Kaho Ng
253f109640
ext4_journal: tune the logic of block zeroing in write_commit_block()
8 years ago
gkostka
053a3f4e32
ext4_mkfs: little function name refactoring
8 years ago
gkostka
c0b435d0a2
ext4_mkfs: improve block group init performance
8 years ago
gkostka
057b788f8b
ext4_mkfs: merge fill_bgroups and write_bgroups into one function
Previous implementation might alloc a lot of memory to hold
block group descriptors. Now only one block group descriptor
is allocated. However, this might have some performance consequences.
8 years ago
Kaho Ng
f44a0a3c63
ext4: add filetype checking to ext4_mknod
8 years ago
Kaho Ng
0ac15f4559
ext4: special inode creation support
8 years ago
Kaho Ng
a84a1b68d6
ext4: fix possible access violation when copying name fields
8 years ago
Kaho Ng
358f3f8f49
ext4_journal: fix memory leakage when revoking a block repeatedly
8 years ago