Merge pull request #49 from sirocyl/patch-1
[lwext4.git] / include /
2018-12-03 Grzegorz KostkaMerge pull request #47 from MaskRay/jbd_commit_header
2018-12-03 Grzegorz KostkaMerge pull request #46 from MaskRay/ext4_mkfs_info
2018-12-02 Fangrui SongFix ext4_mkfs_info::feat_{ro_compat,compat,incompat}
2018-09-26 rajeshvenkataramanext4_dir: fix non existing entry creation issue
2018-03-01 Grzegorz KostkaMerge pull request #36 from mmmaisel/dev
2018-03-01 Max Maiselext4_mkfs: Added UUID parameter to create new filesyste...
2018-03-01 Max Maiselext4_mbr: Added "disk_id" parameter to MBR creation...
2018-03-01 Max Maiselext4_blockdev: Added user data pointer
2017-10-20 Grzegorz KostkaMerge pull request #33 from enetor/fseek
2017-10-18 Fan DengUse int64_t as offset to ext4_fseek.
2017-07-13 branzhuFix a compile issue with big endian config & some small...
2017-05-20 gkostkaext4_config: add defines allowing disabling xattr and...
2017-05-20 gkostkaext4_dir_idx: make qsort as a default dir idx sort...
2017-05-20 gkostkaMake ext4_xattr & ext4_extents GPL licensed
2017-04-19 gkostkaext4: add ext4_inode_exist method
2017-04-05 gkostkaChange include type policy
2017-03-24 Grzegorz KostkaMerge pull request #22 from branzhu/master
2017-03-24 branzhuFix issues with big-endian system
2017-02-21 gkostkaext4_mkfs: add journal node creation support
2017-02-19 gkostkaext4: improve dox documentation style
2017-02-17 gkostkaext4: remove block cache parameter from device_register...
2017-02-16 gkostkaext4: add block device unregister by name & all methods
2017-02-15 gkostkaext4: add methods to access file mode, owner, atime...
2017-01-18 gkostkaext4: add ext4_cache_flush for explicit cache flush
2016-08-19 gkostkaext4_types: change "user" prefix to "ext4_user"
2016-08-19 Grzegorz KostkaMerge pull request #13 from mmajewicz/malloc_substitution
2016-08-19 Michał Majewiczext4: malloc substitution - moved option definition...
2016-08-19 Michał Majewiczext4: easy malloc/calloc/realloc/free substitution
2016-08-19 Grzegorz KostkaMerge pull request #12 from mmajewicz/extern_C_fix
2016-08-19 Michał Majewiczext4_block_group.h: fix lack of extern "C" closing...
2016-06-29 Kaho Ngext4: special inode creation support
2016-06-28 Kaho Ngext4: fix possible access violation when copying name...
2016-06-20 Kaho Ngext4: @replace in ext4_setxattr() is deprecated
2016-06-20 Kaho Ngext4_xattr: rework the EA submodule
2016-05-16 ngkaho1234ext4_xattr: type changes
2016-05-16 gkostkaext4_mbr: introduce ext4_mbr_write procedure
2016-05-15 Kaho Ngext4_xattr: better handling on some corner error case
2016-05-13 Kaho Ngext4_xattr: Changes to EA metadata handling macros
2016-05-13 ngkaho1234Refine extra_isize field handling
2016-04-30 Kaho Ngext4_journal: numorous changes.
2016-04-12 gkostkaext4_fs: fix possible overflow
2016-04-01 gkostkaext4_config: set CONFIG_UNALIGNED_ACCESS to 0 as default
2016-04-01 gkostkaext4_config: add CONFIG_UNALIGNED_ACCESS configuration...
2016-03-31 gkostkaext4: add rename/move directory procedure to main API
2016-03-17 ngkaho1234ext4_xattr: fix xattr functions not recognizing acl...
2016-02-03 ngkaho1234Fix type mismatch.
2016-02-03 ngkaho1234Remove unnecessary stdio.h .
2016-02-01 gkostkaext4_mkfs: move roundup and align macros to misc header
2016-02-01 ngkaho1234Relocate other in-memory data structures from ext4_types.h
2016-01-31 ngkaho1234Refactor header files dependencies.
2016-01-31 ngkaho1234ext4_mkfs: field 'len' of ext4_mkfs_info should be...
2016-01-30 ngkaho1234ext4: add read_only parameter to ext4_mount routine.
2016-01-29 ngkaho1234CMake: now ext4_config.h will be automatically generated.
2016-01-28 ngkaho1234Reconstruct source directory tree.