summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-12Support offsets with io_raw too.carl-atticCarl Hetherington
2017-01-12Add call to set up the partition offset for filedev.Carl Hetherington
2017-01-12Fix MBR creation.Carl Hetherington
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
2016-05-16ext4_xattr: fix missing a type conversion from int32_t to size_tKaho Ng
2016-05-16ext4_fs: zero the inode when allocatedngkaho1234
2016-05-16ext4_xattr: allow more entries to be inserted when space is smallngkaho1234
2016-05-16ext4_xattr: fix not computing hash of on-block entriesngkaho1234
2016-05-16ext4_xattr: type changesngkaho1234
2016-05-16ext4_mbr: introduce ext4_mbr_write proceduregkostka
2016-05-16ext4_xattr: ext4_xattr_insert_item now returns error codeKaho Ng
2016-05-16ext4_xattr: invalidate the block buffer when writing failsKaho Ng
2016-05-16ext4_xattr: clear the content of acl block buffer before writingKaho Ng
2016-05-16ext4_xattr: better handling on some corner error caseKaho Ng
2016-05-13ext4_xattr: Changes to EA metadata handling macrosKaho Ng
2016-05-13Refine extra_isize field handlingngkaho1234
2016-05-12ext4_xattr: endianness fix.Kaho Ng
2016-05-12ext4_xattr: fix freeing inode_ref's buffer when failed to initialize.Kaho Ng
2016-05-07ext4: count on free blocks and inodes number after journal recovery.ngkaho1234
2016-04-30Update README.md filegkostka
2016-04-30Add separate LICENSE filegkostka