summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2016-08-19ext4_block_group.h: fix lack of extern "C" closing braceMichał Majewicz
2016-08-19ext4_journal: tune the logic of block zeroing in write_commit_block()Kaho Ng
2016-08-16ext4_mkfs: little function name refactoringgkostka
2016-08-16ext4_mkfs: improve block group init performancegkostka
2016-08-16ext4_mkfs: merge fill_bgroups and write_bgroups into one functiongkostka
2016-06-30ext4: add filetype checking to ext4_mknodKaho Ng
2016-06-30ext4: special inode creation supportKaho Ng
2016-06-28ext4: fix possible access violation when copying name fieldsKaho Ng
2016-06-28ext4_journal: fix memory leakage when revoking a block repeatedlyKaho Ng
2016-06-28ext4_journal: fix memory leakage when reallocating a revoked blockKaho Ng
2016-06-20ext4: @replace in ext4_setxattr() is deprecatedKaho Ng
2016-06-20ext4_xattr: rework the EA submoduleKaho Ng
2016-06-01ext4_extent: add comments to truncate routinesKaho Ng
2016-05-31ext4_extent: fix truncate freeing blocks at the wrong boundaryKaho Ng
2016-05-27ext4_xattr: fix not considering iter()'s return valueKaho Ng
2016-05-24ext4_journal: fix trans_id_diff return valuegkostka
2016-05-24ext4_journal: handle trans_id wrapping around casesKaho Ng