Fan Deng
|
d8218c9442
|
Use int64_t as offset to ext4_fseek.
This change makes it possible to fseek backwards in fseek.
Tested:
make test_all
|
7 years ago |
branzhu
|
fb46550c54
|
Fix a compile issue with big endian config & some small issues fixes
|
7 years ago |
gkostka
|
c8978f9dba
|
ext4: add ext4_inode_exist method
|
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
|
958b570b8f
|
ext4: improve dox documentation style
|
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
|
406d9c3c65
|
ext4: add block device unregister by name & all methods
|
8 years ago |
gkostka
|
83e87bd113
|
ext4: add methods to access file mode, owner, atime, mtime, ctime
|
8 years ago |
gkostka
|
c1185991fa
|
ext4: add ext4_cache_flush for explicit cache flush
|
8 years ago |
Kaho Ng
|
0ac15f4559
|
ext4: special inode creation support
|
8 years ago |
Kaho Ng
|
b130ba0ea6
|
ext4: @replace in ext4_setxattr() is deprecated
|
9 years ago |
gkostka
|
53b4f91981
|
ext4: add rename/move directory procedure to main API
|
9 years ago |
ngkaho1234
|
252c506239
|
Refactor header files dependencies.
|
9 years ago |
ngkaho1234
|
8929c98e42
|
ext4: add read_only parameter to ext4_mount routine.
Now users can mount a filesystem as read-only mode explicitly.
|
9 years ago |
ngkaho1234
|
a45154a49b
|
Reconstruct source directory tree.
|
9 years ago |
ngkaho1234
|
cc2ee3402d
|
Move file opening & seeking flags to a separate header file.
|
9 years ago |
gkostka
|
aa77b316bf
|
ext4_bcache: remove EXT4_BCACHE_STATIC_INSTANCE obsolete macro
Cache can't be created in static way anymore
|
9 years ago |
gkostka
|
97a67fc9ed
|
ext4: remove ext4_test_journal function
This function should not be in standard lwext4 API
|
9 years ago |
ngkaho1234
|
ff03533e16
|
ext4: complete the descriptions of extended attribute routines.
|
9 years ago |
gkostka
|
69b1e68843
|
ext4: add doxygen doc for ext4_journal_start and ext4_journal_stop
|
9 years ago |
ngkaho1234
|
0c7f3604a3
|
Introduce initial support of ext3/4 journalling.
To achieve this, a glue layer between block cache and lwext4 core routines
is added.
|
9 years ago |
gkostka
|
d9eb4d52ed
|
ext4: some style fixes & doxygen comments
|
9 years ago |
gkostka
|
03375d29a9
|
ext4: introduce ext4_recover function
|
9 years ago |
gkostka
|
79bc1a3430
|
Style & indentation improvements in ext4 part 2
|
9 years ago |
gkostka
|
4f4561a7fa
|
Add #ifdef __cplusplus to all header files
|
9 years ago |
gkostka
|
71bd7c174f
|
Reorder includes to fix travis build
|
9 years ago |
gkostka
|
a1a24db03c
|
Fix const correctness
|
9 years ago |
root
|
5ddffb5961
|
Experimental EA public routines.
|
9 years ago |
ngkaho1234
|
4a137bb50e
|
#include <fcntl.h> is needed.
|
9 years ago |
me
|
f0cbc763d0
|
#ifdef CONFIG_HAVE_OWN_OFLAGS should be #if. Also, if CONFIG_HAVE_OWN_OFLAGS == 1, the definitions from ext4.h is used instead of the one provided by your OS.
|
9 years ago |
root
|
fc60a1283d
|
CONFIG_HAVE_OWN_OFLAGS introduced.(In case you want to use those unistd definitions from your OS.)
ext4_dir_entry_rewind introduced.
|
9 years ago |
ngkaho1234
|
92053fed4a
|
since EXT4_DIRECTORY_FILETYPE_* are duplication of EXT4_DIRENTRY_*, the former is replaced by the later.
|
9 years ago |
root
|
4dc0ded0b3
|
remove file_expect argument from those ext4_fopen2 calls.
|
9 years ago |
root
|
d68a48bfeb
|
ext4_fopen_all removed.
|
9 years ago |
root
|
0505aa9255
|
Initial Symbolic support.
|
9 years ago |
gkostka
|
11246ef8f6
|
Change ext4_fread & ext4_fwrite prototypes
It is better idea to pass size_t type to fwrite & fread instead of uint32_t.
|
9 years ago |
gkostka
|
07058c1899
|
Change ext4_fread & ext4_fwrite prototypes
It is better idea to pass size_t type to fwrite & fread instead of uint32_t.
|
9 years ago |
root
|
869c17132d
|
Revert "Symbolic link support: ext4_fsymlink proposed."
This reverts commit ab3010aeb7 .
|
9 years ago |
root
|
ab3010aeb7
|
Symbolic link support: ext4_fsymlink proposed.
|
9 years ago |
root
|
400b183c48
|
Hardlink suppert: ext4_flink interface proposed.
|
9 years ago |
gkostka
|
c897dc5a64
|
Linux line-endings
|
9 years ago |
gkostka
|
2651b659e1
|
Linux codestyle format (tabs indenation)
|
9 years ago |
gkostka
|
2a1d5f53b7
|
ngkaho1234: lwext4 improvments & bugfixes
|
9 years ago |
gkostka
|
70fba6d9da
|
Add const keyword in ext4_dir_entry_next return value
|
10 years ago |
gkostka
|
d85decabcf
|
Add const keyword to mountpoint parameter
|
10 years ago |
gkostka
|
eddcd695d0
|
Improve include policy
|
10 years ago |
gkostka
|
1a5e7936d0
|
Change structure braces policy
|
10 years ago |
gkostka
|
c3b88a14d1
|
clang-format: ext4
|
10 years ago |
gkostka
|
67874f0181
|
clang-format: ext4
|
10 years ago |
gkostka
|
d14de17c67
|
Improved dir entry get function (ext4_dir_entry_next)
|
10 years ago |