summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-02-09Update README.mdv1.0.0gkostka
2016-02-09Bump lwext4 version to 1.0.0 & changelog updategkostka
2016-02-09Update README.mdgkostka
2016-02-04ext4_extent: return immediately when ext4_ext_correct_indexes fails.ngkaho1234
2016-02-04ext4_extent: fix passing wrong size to memmove.ngkaho1234
2016-02-03Fix prefix_patch toolkit.ngkaho1234
2016-02-03Fix type mismatch.ngkaho1234
2016-02-03Remove unnecessary stdio.h .ngkaho1234
2016-02-01Add toolkit that helps adding prefix to flags and errno V2.ngkaho1234
2016-02-01Add toolkit that helps adding prefix to flags and errno.ngkaho1234
2016-02-01ext4_mkfs: move roundup and align macros to misc headergkostka
2016-02-01Fix travis buildgkostka
Use never version of gcc 4.8
2016-02-01Relocate other in-memory data structures from ext4_types.hngkaho1234
These include ext4_inode_ref, ext4_dir_iter, ext4_dir_search_result and ext4_dir_idx_block.
2016-01-31Refactor header files dependencies.ngkaho1234
2016-01-31ext4_mkfs: field 'len' of ext4_mkfs_info should be unsigned.ngkaho1234
2016-01-30ext4_fs: fix read_only not being set on ext4_fs structure.ngkaho1234
2016-01-30ext4: fix ext4_fread failing when fs on read-only mode.ngkaho1234
2016-01-30ext4: add read_only parameter to ext4_mount routine.ngkaho1234
Now users can mount a filesystem as read-only mode explicitly.
2016-01-29CMake: now ext4_config.h will be automatically generated.ngkaho1234
2016-01-28Reconstruct source directory tree.ngkaho1234
2016-01-27bfin-elf.cmake: set -std=gnu99 for blackfin targets (unsupported gnu11)gkostka
2016-01-26ext4: ext4_chmod now only allows modifying the lowest 12bit of i_mode.ngkaho1234
2016-01-25Move file opening & seeking flags to a separate header file.ngkaho1234
2016-01-24Reduce the number of errno definitions in ext4_errno.h.root
2016-01-24Add type cast to eliminate compiler warning messages.ngkaho1234
2016-01-23ext4_ialloc: fix using uint32_t as block address.ngkaho1234
2016-01-23ext4_config: set CONFIG_HAVE_OWN_ERRNO default value to 0gkostka
2016-01-23Specify flags without -Wextra for non-gcc compilers.ngkaho1234
2016-01-23ext4_filedev: use ftello instead of ftell.ngkaho1234
2016-01-23ext4_debug: eliminate warning messages when assert is disabled.ngkaho1234
2016-01-23Add 'lib_only' build target.ngkaho1234
Under this target, only a basic library will be built.
2016-01-23Fix __unused definition on non-gnuc platforms.ngkaho1234
2016-01-23Rewrite __attribute__((packed)) as pragmas.ngkaho1234
2016-01-22ext4_bcache: do not allow cache shaking when callback is invoked.ngkaho1234
2016-01-21ext4_journal: two changes below.ngkaho1234
- reset end_write(_arg) to NULL when buffer is invalidated. - set lb_id to @lba when a direct call to ext4_bcache_find_get succeeds.
2016-01-21ext4_journal: flush dirty buffers which have BC_TMP flag set.ngkaho1234
2016-01-19ext4_journal: code logic optimization. See below.ngkaho1234
- reset buffer's end_write(_arg) fields only when buffer belongs to a transaction.
2016-01-19ext4_journal: abort a buffer when its data is discarded.ngkaho1234
2016-01-17ext4_journal: remove pending transaction support. (useless)ngkaho1234
2016-01-17ext4_journal: the allocation in jbd_journal_flush_trans must succeed.ngkaho1234
2016-01-16ext4_bcache: remove EXT4_BCACHE_STATIC_INSTANCE obsolete macrogkostka
Cache can't be created in static way anymore
2016-01-16ext4: remove ext4_test_journal functiongkostka
This function should not be in standard lwext4 API
2016-01-17ext4_journal: flushes buffers claimed by multiple transactions.ngkaho1234
2016-01-17ext4: complete the descriptions of extended attribute routines.ngkaho1234
2016-01-16ext4_fs: a space fix.ngkaho1234
2016-01-16ext4_dir_idx: ext4_dir_dx_init now only append file when necessary.ngkaho1234
2016-01-16ext4: introduce ext4_trunc_dir specific to removing directory.ngkaho1234
2016-01-16ext4_config: introduce CONFIG_JOURNALING_ENABLE configuration switchgkostka
Disabling journaling at compile time will reduce footprint size significantly.
2016-01-16ext4_config: add ul to CONFIG_MAX_TRUNCATE_SIZEgkostka
2016-01-16ext4: fix entering a dead loop when ext4_dir_rm failed.ngkaho1234