summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2016-02-01Relocate other in-memory data structures from ext4_types.hngkaho1234
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
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
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
2016-01-21ext4_journal: flush dirty buffers which have BC_TMP flag set.ngkaho1234
2016-01-19ext4_journal: code logic optimization. See below.ngkaho1234
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
2016-01-16ext4: remove ext4_test_journal functiongkostka
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
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
2016-01-15ext4: bring the support of recursive removal of directory back.ngkaho1234
2016-01-15ext4_extent: some comments cleanup in ext4_ext_correct_indexes.ngkaho1234
2016-01-15Remove simple extent implementation.ngkaho1234
2016-01-15Numorous changes. See below:ngkaho1234
2016-01-11ext4_trans: flush the buffer in the following case.ngkaho1234
2016-01-11ext4_journal: fix mistreating an empty journal as a bad one.ngkaho1234
2016-01-10ext4_mkfs: fix mkfs function when journaling is enabledgkostka
2016-01-10ext4: introduce ext4_trunc_inode to deal with ftruncate operationgkostka