Introduce initial support of ext3/4 journalling.
[lwext4.git] / lwext4 / ext4.c
2015-12-29 ngkaho1234Introduce initial support of ext3/4 journalling.
2015-12-29 ngkaho1234ext4: add static keyword to ext4_trans_start/stop/abort.
2015-12-29 ngkaho1234ext4: fix ext4_trans_abort looking the same as ext4_tra...
2015-12-29 ngkaho1234ext4: add two journalling related routines. See below:
2015-12-29 ngkaho1234ext4: do not start new transaction if there is one...
2015-12-29 ngkaho1234ext4: add ext4_trans_start/stop/abort to high level...
2015-12-29 ngkaho1234ext4: move journalling start/stop code outside mount...
2015-12-29 ngkaho1234ext4: journalling <---> lwext4 main code junction skele...
2015-12-26 ngkaho1234ext4: during journal test, use jbd_trans_try_revoke_blo...
2015-12-26 ngkaho1234Revert "ext4: make sure blocks are not contaminated...
2015-12-25 ngkaho1234ext4: make sure blocks are not contaminated with data...
2015-12-25 ngkaho1234ext4: file data read/write now do direct io in case...
2015-12-25 ngkaho1234ext4: remove unnecessary EXT4_MP_UNLOCK in ext4_fsymlin...
2015-12-24 ngkaho1234ext4_journal: add trans parameter to jbd_trans_get_acce...
2015-12-21 ngkaho1234ext4_journal: two changes on adding block descriptor...
2015-12-20 ngkaho1234ext4_bcache: add ext4_bcache_cleanup routine.
2015-12-20 ngkaho1234ext4_journal: code logic changes on jbd_trans_add_block.
2015-12-18 gkostkaext4: some style fixes & doxygen comments
2015-12-17 ngkaho1234ext4: enable write-back mode when undergoing journal...
2015-12-17 ngkaho1234ext4: stop journalling when journalling test is finished.
2015-12-14 ngkaho1234ext4: add tests on revoke table of journal to ext4_test...
2015-12-14 ngkaho1234ext4: more codes on journal testing.
2015-12-12 ngkaho1234ext4: journal test code skeleton.
2015-12-04 ngkaho1234Deprecate uptodate and dirty fields in ext4_block.
2015-12-03 gkostkaext4_fs: reactor some long function names
2015-12-03 gkostkaext4: indentation & style fixes
2015-12-03 gkostkaAdd lock/unlock mountpoint to ext4_recover
2015-11-30 gkostkaext4: introduce ext4_recover function
2015-11-26 ngkaho1234ext4_journal.c: journal replay skeletal code.
2015-11-21 gkostkaRefactor some problematic (too long) dir entry data...
2015-11-21 gkostkaStyle & indentation improvements in ext4 part 3
2015-11-21 gkostkaStyle & indentation improvements in ext4 part 2
2015-11-21 gkostkaRefactoring: directrory entry prefix: EXT4_DIRENTRY...
2015-11-21 gkostkaStyle & indentation improvements in ext4
2015-11-21 gkostkaStyle/indentation fix in ext4_dir
2015-11-16 gkostkaCode format
2015-11-01 ngkaho1234ext4_generic_open2: add EXT4_FINCOM_FILETYPE check
2015-10-29 gkostkaRefactor directory related names (shorter)
2015-10-29 gkostkaReorder includes to fix travis build
2015-10-27 gkostkaRefactoring superblock features getters
2015-10-27 gkostkaRefactor FEATURE_COMPAT to FCOM
2015-10-27 ngkaho1234FIX: directory HTree root checksum is not assigned...
2015-10-27 ngkaho1234Refactor the workflow of ext4_link to prepare for METAD...
2015-10-20 gkostkaRemove redundant code
2015-10-20 gkostkaMove allocation fail output condition to the end of...
2015-10-20 gkostkaFix fwrite function
2015-10-19 ngkaho1234Add support_unwritten parameter to ext4_fs_get_inode_da...
2015-10-19 ngkaho1234Simplify the code logic of ext4_fread & ext4_fwrite.
2015-10-18 ngkaho1234FIX: ext4_fwrite cannot write to files correctly with...
2015-10-18 ngkaho1234Multiple fixes related to basic block type
2015-10-16 gkostkaIntroduce ext4_fs_init_inode_data_block_index
2015-10-10 gkostkaMerge pull request #9 from ngkaho1234/master
2015-10-09 ngkaho1234FIX: list buffer size is not correctly returned on...
2015-10-09 ngkaho1234FIX: ext4_listxattr not returning required list buffer...
2015-10-09 gkostkaFix const correctness
2015-10-09 rootExperimental EA public routines.
2015-10-08 gkostkaMerge pull request #8 from ngkaho1234/master
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 rootEA entries iterating routines added.
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-04 ngkaho1234EA supports code rewritten with the view of providing...
2015-10-03 ngkaho1234Experimental EA supports.
2015-10-01 Grzegorz KostkaMerge branch 'master' of https://github.com/gkostka...
2015-09-30 rootext4_mount_point_stats should handle the path of files...
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-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 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 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 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...
next