Merge pull request #49 from sirocyl/patch-1
[lwext4.git] / src /
2018-12-03 Grzegorz KostkaMerge pull request #47 from MaskRay/jbd_commit_header
2018-12-02 Fangrui SongFix jbd_commit_header::chksum_{type,size}
2018-09-26 Grzegorz Kostkaext4: fix ext4_fsymlink creation
2018-09-26 rajeshvenkataramanext4_dir: fix non existing entry creation issue
2018-04-05 Grzegorz Kostkaext4: move ext4_fs_alloc_inode result check to right...
2018-03-01 Grzegorz KostkaMerge pull request #36 from mmmaisel/dev
2018-03-01 Grzegorz KostkaMerge pull request #35 from mmmaisel/cmake
2018-03-01 Grzegorz KostkaMerge pull request #34 from mmmaisel/master
2018-03-01 MaxCMake: Added option whether to build static or shared...
2018-03-01 Max Maiselext4-mkfs: Use correct partition size
2018-03-01 Max Maiselext4-mbr-write: Fixed partition size calculation
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...
2017-10-20 Grzegorz KostkaMerge pull request #33 from enetor/fseek
2017-10-18 Fan DengUse int64_t as offset to ext4_fseek.
2017-10-17 Grzegorz KostkaMerge pull request #32 from enetor/useless-if
2017-10-17 Fan DengRemove an unuseful if check in ext4.c.
2017-10-08 Grzegorz KostkaMerge pull request #31 from raandoom/assert_release
2017-10-08 raandoommove function call outside assert()
2017-07-13 branzhuFix a compile issue with big endian config & some small...
2017-07-11 gkostkaSuppress gcc 7.xx warnings (fall through in switch...
2017-06-30 Kaho Ngext4_journal: fix not purging enough transactions
2017-06-22 Kaho Ngext4_balloc: fix not creating revoke records correctly
2017-06-22 Kaho Ngext4_balloc: fix not invaliding cache correctly
2017-05-31 Grzegorz Kostkaext4: fix transaction start/stop scopes
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-19 gkostkaext4_journal: fix error handling in jbd_get_fs
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-27 Kaho Ngext4_xattr: fix access violation if extra_isize is 0
2017-02-27 Kaho Ngext4_fs: set i_extra_isize to ext4_sblock::min_extra_isize
2017-02-27 Kaho Ngext4_inode: deal with i_extra_isize depending on inode...
2017-02-27 Kaho Ngext4_xattr: fix trying to read EA block even if it...
2017-02-21 gkostkaext4_mkfs: add journal node creation support
2017-02-19 gkostkaext4: improve dox documentation style
2017-02-17 Grzegorz Kostkaext4: little style improvements
2017-02-17 Grzegorz Kostkaext4: remove dynamic block cache allocation in ext4_mount
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-16 gkostkaext4: remove read-only check in get atime/mtime/ctime...
2017-02-15 gkostkaext4: add methods to access file mode, owner, atime...
2017-01-19 gkostkaext4_journal: improve jbd_journal_alloc_block performance
2017-01-18 gkostkaext4: add ext4_cache_flush for explicit cache flush
2016-12-01 gkostkaext4_blockdev: don't make zero length block read/write...
2016-11-21 Kaho Ngext4_journal: some reworks to stale metadata protection
2016-09-22 Kaho Ngext4_journal: modify the first 4 bytes of the logged...
2016-09-22 Kaho Ngext4_journal: fix JBD_FLAG_ESCAPE handling
2016-08-24 Kaho Ngext4_journal: do not replay revoked block within the...
2016-08-19 Grzegorz KostkaMerge pull request #13 from mmajewicz/malloc_substitution
2016-08-19 Michał Majewiczext4: easy malloc/calloc/realloc/free substitution
2016-08-19 Kaho Ngext4_journal: tune the logic of block zeroing in write_...
2016-08-16 gkostkaext4_mkfs: little function name refactoring
2016-08-16 gkostkaext4_mkfs: improve block group init performance
2016-08-16 gkostkaext4_mkfs: merge fill_bgroups and write_bgroups into...
2016-06-29 Kaho Ngext4: add filetype checking to ext4_mknod
2016-06-29 Kaho Ngext4: special inode creation support
2016-06-28 Kaho Ngext4: fix possible access violation when copying name...
2016-06-28 Kaho Ngext4_journal: fix memory leakage when revoking a block...
2016-06-28 Kaho Ngext4_journal: fix memory leakage when reallocating...
2016-06-20 Kaho Ngext4: @replace in ext4_setxattr() is deprecated
2016-06-20 Kaho Ngext4_xattr: rework the EA submodule
2016-05-31 Kaho Ngext4_extent: add comments to truncate routines
2016-05-31 Kaho Ngext4_extent: fix truncate freeing blocks at the wrong...
2016-05-27 Kaho Ngext4_xattr: fix not considering iter()'s return value
2016-05-24 gkostkaext4_journal: fix trans_id_diff return value
2016-05-24 Kaho Ngext4_journal: handle trans_id wrapping around cases
2016-05-16 Kaho Ngext4_xattr: fix missing a type conversion from int32_t...
2016-05-16 ngkaho1234ext4_fs: zero the inode when allocated
2016-05-16 ngkaho1234ext4_xattr: allow more entries to be inserted when...
2016-05-16 ngkaho1234ext4_xattr: fix not computing hash of on-block entries
2016-05-16 ngkaho1234ext4_xattr: type changes
2016-05-16 gkostkaext4_mbr: introduce ext4_mbr_write procedure
2016-05-16 Kaho Ngext4_xattr: ext4_xattr_insert_item now returns error...
2016-05-15 Kaho Ngext4_xattr: invalidate the block buffer when writing...
2016-05-15 Kaho Ngext4_xattr: clear the content of acl block buffer befor...
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-05-11 Kaho Ngext4_xattr: endianness fix.
2016-05-11 Kaho Ngext4_xattr: fix freeing inode_ref's buffer when failed...
2016-05-07 ngkaho1234ext4: count on free blocks and inodes number after...
2016-04-30 Kaho Ngext4_journal: numorous changes.
2016-04-28 ngkaho1234ext4_journal: fix not wrapping blocks when recovering.
2016-04-27 ngkaho1234ext4_journal: cosmetic fix for jbd_trans_set_block_dirty.
2016-04-24 Kaho Ngext4_journal: add once parameter to loops.
2016-04-24 ngkaho1234ext4_balloc: fix not revoking any blocks when freeing...
2016-04-12 gkostkaext4_blockdev: change ERANGE to ENXIO error status
2016-04-01 gkostkaext4_config: add CONFIG_UNALIGNED_ACCESS configuration...
2016-03-31 gkostkaext4: add rename/move directory procedure to main API
2016-03-31 gkostkaCMake: add library & headers to make install target
2016-03-21 gkostkaext4_mkfs: fix compilation warnings
2016-03-21 gkostkaext4_journal: fix compilation warnings (may be used...
2016-03-17 ngkaho1234ext4_xattr: fix xattr functions not recognizing acl...
2016-02-18 ngkaho1234Fix assertion fault when disk space is full.
2016-02-14 gkostkaext4_extent: compiler warning fix
2016-02-14 ngkaho1234ext4_extent: cosmetic fix on code indentation.
next