| Age | Commit message (Collapse) | Author |
|
|
|
Added the length of the name string a a parameter.
Using strlen() on the name string may not give the correct length
in case of paths like: /mountpoint/nonexistdir1/nonexistdir2.
|
|
|
|
|
|
|
|
This change makes it possible to fseek backwards in fseek.
Tested:
make test_all
|
|
|
|
|
|
|
|
|
|
|
|
Since all headers are ins separate directory, includes could be
done by using <> instead of "".
|
|
|
|
|
|
|
|
This parameter is useless since cache is always initialized by malloc.
|
|
|
|
|
|
|
|
Prefix ext4_user looks more appropriately.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- struct ext4_xattr_ref::inode_size_rem's type is changed from int32_t to size_t
- struct ext4_xattr_ref::block_size_rem's type is changed from int32_t to size_t
|
|
|
|
|
|
- Move them from include/ext4_types.h to include/ext4_xattr.h
- Use ext4_inode_get_extra_isize to better handle extra_isize field
of inodes.
|
|
|
|
- Do not utilize jbd_block_rec::buf because it can be unreliable that
jbd_block_rec::buf may be freed.
- Do not need to flush buffers before a new transaction is going to reference
them.
- add some comments to the changes.
|
|
|
|
|
|
On some targets unaligned 32/16 bit access will raise exeption.
|
|
|
|
|
|
|
|
|
|
|
|
These include ext4_inode_ref, ext4_dir_iter, ext4_dir_search_result
and ext4_dir_idx_block.
|
|
|
|
|
|
Now users can mount a filesystem as read-only mode explicitly.
|
|
|
|
|