summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-22ext4_balloc: fix not creating revoke records correctlyKaho Ng
2017-06-22ext4_balloc: fix not invaliding cache correctlyKaho Ng
2017-05-31ext4: fix transaction start/stop scopesGrzegorz Kostka
2017-05-31Change lwext4 license to GPL2gkostka
2017-05-20ext4_config: add defines allowing disabling xattr and extent modulesgkostka
2017-05-20ext4_dir_idx: make qsort as a default dir idx sort algorithmgkostka
2017-05-20Make ext4_xattr & ext4_extents GPL licensedgkostka
2017-04-19ext4: add ext4_inode_exist methodgkostka
2017-04-19toolchain: add toolchain files for new MCUs & simplify makefilegkostka
2017-04-19ext4_journal: fix error handling in jbd_get_fsgkostka
2017-04-05Change include type policygkostka
2017-04-05Name refactiring inside file_windows modulegkostka
2017-04-05Rename ext4_filedev to file_devgkostka
2017-04-05Rename io_raw module to more appropriate file_windowsgkostka
2017-04-05Remove unused unpack_images make targetgkostka
2017-04-05Remove prefix patch directorygkostka
2017-04-05Remove 7z archive with test imagesgkostka
2017-03-24Merge pull request #22 from branzhu/masterGrzegorz Kostka
2017-03-24Fix issues with big-endian systembranzhu
2017-03-08Update README.mdGrzegorz Kostka
2017-02-28ext4_xattr: fix access violation if extra_isize is 0Kaho Ng
2017-02-28ext4_fs: set i_extra_isize to ext4_sblock::min_extra_isizeKaho Ng
2017-02-28ext4_inode: deal with i_extra_isize depending on inode sizeKaho Ng
2017-02-27ext4_xattr: fix trying to read EA block even if it is absentKaho Ng
2017-02-21ext4_mkfs: add journal node creation supportgkostka
2017-02-19ext4: improve dox documentation stylegkostka
2017-02-17ext4: little style improvementsGrzegorz Kostka
2017-02-17ext4: remove dynamic block cache allocation in ext4_mountGrzegorz Kostka
2017-02-17Update license file (github badge)gkostka
2017-02-17ext4: remove block cache parameter from device_register functiongkostka
2017-02-17Update licence file (comment scope remove)gkostka
2017-02-17ext4: add block device unregister by name & all methodsgkostka
2017-02-16ext4: remove read-only check in get atime/mtime/ctime/mode/own methodsgkostka
2017-02-15ext4: add methods to access file mode, owner, atime, mtime, ctimegkostka
2017-02-03Set theme jekyll-theme-hackerGrzegorz Kostka
2017-01-19ext4_journal: improve jbd_journal_alloc_block performancegkostka
2017-01-18ext4: add ext4_cache_flush for explicit cache flushgkostka
2016-12-01ext4_blockdev: don't make zero length block read/write operationsgkostka
2016-11-22ext4_journal: some reworks to stale metadata protectionKaho Ng
2016-09-22ext4_journal: modify the first 4 bytes of the logged block when neededKaho Ng
2016-09-22ext4_journal: fix JBD_FLAG_ESCAPE handlingKaho Ng
2016-09-06Merge pull request #15 from exander77/masterGrzegorz Kostka
2016-09-05fix: mingw buildIng. Radomír Polách
2016-08-26Update README.mdGrzegorz Kostka
2016-08-24ext4_journal: do not replay revoked block within the same transactionKaho Ng
2016-08-19ext4_types: change "user" prefix to "ext4_user"gkostka
2016-08-19Merge pull request #13 from mmajewicz/malloc_substitutionGrzegorz Kostka
2016-08-19ext4: malloc substitution - moved option definition and changed namesMichał Majewicz
2016-08-19ext4: easy malloc/calloc/realloc/free substitutionMichał Majewicz
2016-08-19Merge pull request #12 from mmajewicz/extern_C_fixGrzegorz Kostka