Fix some indentation issues
[lwext4.git] / lwext4 /
2015-10-08 gkostkaFix some indentation issues
2015-10-08 gkostkaMove prefix table to .rodata section (and static keyword)
2015-10-08 gkostkaRemove cdefs header from tree
2015-10-08 gkostkaMerge pull request #8 from ngkaho1234/master
2015-10-08 rootDo clang-format against ext4_xattr.c and ext4_xattr.h
2015-10-08 rootRemove ext4_fsetxattr stub.
2015-10-08 rootFix compiler warnings..ext4_fsetxattr stub added.
2015-10-08 rootext4 prefix/name string operations added.
2015-10-07 ngkaho1234FIX: no entries found during iteration.
2015-10-07 rootEA entries iterating routines added.
2015-10-07 rootCode refine (2):
2015-10-06 rootCode refine (1):
2015-10-06 rootFIX: the ext4_block reference is freed before the EA...
2015-10-05 rootFix signed/unsigned cmp at ext4_xattr.c:245
2015-10-05 rootLine 518 of ext4_xattr:
2015-10-05 ngkaho1234FIX: in-inode EA entries not having their e_value_offs...
2015-10-05 ngkaho1234ext4_fs_set_xattr, ext4_fs_get_xattr and ext4_fs_remove...
2015-10-05 ngkaho1234Numorous helper routines implemented.
2015-10-04 ngkaho1234EA modification protocol implementations.(1)
2015-10-04 ngkaho1234ext4_xattr_lookup_item added.
2015-10-04 ngkaho1234Add license header to ext4_xattr.c
2015-10-04 ngkaho1234Don't make those rb-tree symbols global.
2015-10-04 ngkaho1234FIX: stale #include "ext4_rbtree.h"
2015-10-04 ngkaho12341. Use rbtree implementation from Freebsd kernel instea...
2015-10-04 ngkaho1234EA supports code rewritten with the view of providing...
2015-10-03 ngkaho1234Experimental EA supports.
2015-10-01 gkostkaFix indentation level in ext4_fs
2015-10-01 gkostkaMerge branch 'master' of https://github.com/ngkaho1234...
2015-10-01 ngkaho1234ext4_fs.c: code indentation.
2015-10-01 ngkaho1234CONFIG_HAVE_OWN_ASSERT defaults to 0.
2015-10-01 Grzegorz KostkaMerge branch 'master' of https://github.com/gkostka...
2015-10-01 ngkaho1234FIX: block bitmap is not correctly initialized.
2015-09-30 rootext4_mount_point_stats should handle the path of files...
2015-09-29 ngkaho1234#include <fcntl.h> is needed.
2015-09-29 me#ifdef CONFIG_HAVE_OWN_OFLAGS should be #if. Also,...
2015-09-29 rootCONFIG_HAVE_OWN_OFLAGS introduced.(In case you want...
2015-09-28 gkostkaMerge pull request #7 from ngkaho1234/master
2015-09-28 ngkaho1234FIX: ext4_frename does not check whether the target...
2015-09-27 gkostkaMerge pull request #6 from ngkaho1234/master
2015-09-27 ngkaho1234FIX: an extra block is freed when truncating an inode.
2015-09-26 ngkaho1234since EXT4_DIRECTORY_FILETYPE_* are duplication of...
2015-09-26 gkostkaRemove compilation warning (maybe-uninitialized)
2015-09-26 gkostkaMerge branch 'master' of https://github.com/ngkaho1234...
2015-09-26 ngkaho1234new option: CONFIG_HAVE_OWN_ASSERT
2015-09-26 ngkaho1234FIX: double free of inode reference happens.
2015-09-24 rootremove file_expect argument from those ext4_fopen2...
2015-09-24 ngkaho1234Regard to gkostka, EXT4_MP_LOCK/UNLOCK should be implem...
2015-09-23 rootext4_fopen_all removed.
2015-09-22 gkostkaMerge pull request #5 from ngkaho1234/master
2015-09-21 rootSymlink now can be removed by ext4_fremove.
2015-09-21 rootMerge remote-tracking branch 'upstream/master'
2015-09-21 rootMerge branch 'master' of https://github.com/ngkaho1234...
2015-09-21 rootInitial Symbolic support.
2015-09-21 gkostkaMerge pull request #4 from ngkaho1234/master
2015-09-20 ngkaho1234Merge pull request #1 from gkostka/master
2015-09-20 gkostkaChange ext4_fread & ext4_fwrite prototypes
2015-09-20 gkostkaCode format (spaces to tabs)
2015-09-20 rootFIX: the parent directory reference in child directory...
2015-09-20 rootRevert "FIX: the parent directory reference in child...
2015-09-20 rootFIX: the parent directory reference in child directory...
2015-09-20 gkostkaMerge pull request #3 from ngkaho1234/master
2015-09-20 gkostkaChange ext4_fread & ext4_fwrite prototypes
2015-09-20 gkostkaCode format (spaces to tabs)
2015-09-20 rootRemove a line of printf from ext4.c(it was originally...
2015-09-20 rootRevert "Symbolic link support: ext4_fsymlink proposed."
2015-09-20 rootSymbolic link support: ext4_fsymlink proposed.
2015-09-20 gkostkaMerge pull request #2 from ngkaho1234/master
2015-09-20 rootHardlink suppert: ext4_flink interface proposed.
2015-09-20 rootext4_ftruncate being separated into two parts: ext4_ftr...
2015-09-20 rootRename process being refined.
2015-09-20 rootext4_dir_dx_reset_parent_inode proposed.
2015-09-20 gkostkaMerge pull request #1 from ngkaho1234/master
2015-09-20 ngkaho1234FIX: MP lock was held without release at ext4_dir_entry...
2015-09-16 gkostkaLinux line-endings
2015-09-16 gkostkaResolve some endianes issues
2015-09-16 gkostkaLinux codestyle format (tabs indenation)
2015-09-16 gkostkangkaho1234: lwext4 improvments & bugfixes
2015-07-23 gkostkaMerge branch 'master' of git://git.code.sf.net/p/lwext4/git lwext4-0.8.0
2015-07-16 gkostkaRemove warnings comming from assert macro usage
2015-06-28 gkostkaFix comment typos
2015-06-28 gkostkaFix typos in comments
2015-06-28 gkostkaCode format - parameter ordering & remove redundant...
2015-06-28 gkostkaAdd const keyword in ext4_dir_entry_next return value
2015-06-27 gkostkaAdd const keyword to mountpoint parameter
2015-06-27 gkostkaCode fortmat with new clang formater (3.7)
2015-06-27 gkostkaImprove include policy
2015-06-27 gkostkaChange structure braces policy
2015-06-16 gkostkaclang-format: ext4_dir
2015-06-16 gkostkaclang-format: ext4_debug
2015-06-16 gkostkaclang-format: ext4_crc32c
2015-06-16 gkostkaclang-format: ext4_config
2015-06-16 gkostkaclang-format: ext4_blockdev
2015-06-16 gkostkaclang-format: ext4_block_group
2015-06-16 gkostkaclang-format: ext4_bitmap
2015-06-16 gkostkaclang-format: ext4_bcache
2015-06-16 gkostkaclang-format: ext4_balloc
2015-06-16 gkostkaclang-format: ext4
2015-06-16 gkostkaStop generating Eclipse project files by default
2015-06-16 gkostkaclang-format: ext4_dir
2015-06-16 gkostkaclang-format: ext4_debug
next