726 Commits (5e4248f2e98ac13f30c2b84a7e444691276b85ea)
 

Author SHA1 Message Date
gkostka 5e4248f2e9 ext4_mkfs: fix compilation warnings 9 years ago
gkostka 444b819ac8 ext4_journal: fix compilation warnings (may be used uninitialized) 9 years ago
gkostka fddf310629 travis: change toolchain in travis file & add new builds 9 years ago
gkostka 6e3301d5ce Remove depreciated blackfin build 9 years ago
ngkaho1234 b088876e58 ext4_xattr: fix xattr functions not recognizing acl attribute name. 9 years ago
gkostka 0df604ce1c Fix travis build 9 years ago
ngkaho1234 ab4ac25672 Fix assertion fault when disk space is full. 9 years ago
gkostka 6c6fb14455 ext4_extent: compiler warning fix 9 years ago
ngkaho1234 88c5f9212e ext4_extent: cosmetic fix on code indentation. 9 years ago
ngkaho1234 966cb0dd4e ext4_extent: cosmetic fixes on error code handling. Part 2. 9 years ago
ngkaho1234 9503c359b5 ext4_extent: introduce need_split boolean to invoke splitting. 9 years ago
ngkaho1234 91d3934d13 ext4_extent: cosmetic fixes on error code handling. 9 years ago
ngkaho1234 8c076831b6 ext4_extent: Rework extent insertion. 9 years ago
gkostka 890484c72d Update README.md 9 years ago
gkostka 9a1491ca1b Bump lwext4 version to 1.0.0 & changelog update 9 years ago
gkostka 222d026d98 Update README.md 9 years ago
ngkaho1234 2eb1882c69 ext4_extent: return immediately when ext4_ext_correct_indexes fails. 9 years ago
ngkaho1234 3e94292dc3 ext4_extent: fix passing wrong size to memmove. 9 years ago
ngkaho1234 bb7d733361 Fix prefix_patch toolkit. 9 years ago
ngkaho1234 e27d9e814c Fix type mismatch. 9 years ago
ngkaho1234 1a75ade57c Remove unnecessary stdio.h . 9 years ago
ngkaho1234 7a2fbb4fdb Add toolkit that helps adding prefix to flags and errno V2. 9 years ago
ngkaho1234 9d03d7a991 Add toolkit that helps adding prefix to flags and errno. 9 years ago
gkostka 2ed1a8a8ae ext4_mkfs: move roundup and align macros to misc header 9 years ago
gkostka b86fd94008 Fix travis build 9 years ago
ngkaho1234 8b4a6cedc4 Relocate other in-memory data structures from ext4_types.h 9 years ago
ngkaho1234 252c506239 Refactor header files dependencies. 9 years ago
ngkaho1234 3e42ad4c55 ext4_mkfs: field 'len' of ext4_mkfs_info should be unsigned. 9 years ago
ngkaho1234 1ae9cc5b1e ext4_fs: fix read_only not being set on ext4_fs structure. 9 years ago
ngkaho1234 734cf0ec11 ext4: fix ext4_fread failing when fs on read-only mode. 9 years ago
ngkaho1234 8929c98e42 ext4: add read_only parameter to ext4_mount routine. 9 years ago
ngkaho1234 9b40d089d6 CMake: now ext4_config.h will be automatically generated. 9 years ago
ngkaho1234 a45154a49b Reconstruct source directory tree. 9 years ago
gkostka d3bb06fff7 bfin-elf.cmake: set -std=gnu99 for blackfin targets (unsupported gnu11) 9 years ago
ngkaho1234 9293ce9f84 ext4: ext4_chmod now only allows modifying the lowest 12bit of i_mode. 9 years ago
ngkaho1234 cc2ee3402d Move file opening & seeking flags to a separate header file. 9 years ago
root 784e836299 Reduce the number of errno definitions in ext4_errno.h. 9 years ago
ngkaho1234 3d5b848c46 Add type cast to eliminate compiler warning messages. 9 years ago
ngkaho1234 1887221f94 ext4_ialloc: fix using uint32_t as block address. 9 years ago
gkostka cfc1becdfe ext4_config: set CONFIG_HAVE_OWN_ERRNO default value to 0 9 years ago
ngkaho1234 a35c56fdfe Specify flags without -Wextra for non-gcc compilers. 9 years ago
ngkaho1234 854a631022 ext4_filedev: use ftello instead of ftell. 9 years ago
ngkaho1234 809b27e9dc ext4_debug: eliminate warning messages when assert is disabled. 9 years ago
ngkaho1234 e1bbe336d1 Add 'lib_only' build target. 9 years ago
ngkaho1234 2df08d93f8 Fix __unused definition on non-gnuc platforms. 9 years ago
ngkaho1234 641de5c3aa Rewrite __attribute__((packed)) as pragmas. 9 years ago
ngkaho1234 ee889f7d84 ext4_bcache: do not allow cache shaking when callback is invoked. 9 years ago
ngkaho1234 fe2cde8c81 ext4_journal: two changes below. 9 years ago
ngkaho1234 3cf60458bf ext4_journal: flush dirty buffers which have BC_TMP flag set. 9 years ago
ngkaho1234 ea7ce7dc4a ext4_journal: code logic optimization. See below. 9 years ago