summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-30ext4_journal: numorous changes.Kaho Ng
2016-04-28ext4_journal: fix not wrapping blocks when recovering.ngkaho1234
2016-04-27ext4_journal: cosmetic fix for jbd_trans_set_block_dirty.ngkaho1234
2016-04-24ext4_journal: add once parameter to loops.Kaho Ng
2016-04-24ext4_balloc: fix not revoking any blocks when freeing blocks.ngkaho1234
2016-04-12ext4_blockdev: change ERANGE to ENXIO error statusgkostka
2016-04-01ext4_config: add CONFIG_UNALIGNED_ACCESS configuration switchgkostka
2016-03-31ext4: add rename/move directory procedure to main APIgkostka
2016-03-31CMake: add library & headers to make install targetgkostka
2016-03-21ext4_mkfs: fix compilation warningsgkostka
2016-03-21ext4_journal: fix compilation warnings (may be used uninitialized)gkostka
2016-03-17ext4_xattr: fix xattr functions not recognizing acl attribute name.ngkaho1234
2016-02-18Fix assertion fault when disk space is full.ngkaho1234
2016-02-14ext4_extent: compiler warning fixgkostka
2016-02-14ext4_extent: cosmetic fix on code indentation.ngkaho1234
2016-02-14ext4_extent: cosmetic fixes on error code handling. Part 2.ngkaho1234
2016-02-14ext4_extent: introduce need_split boolean to invoke splitting.ngkaho1234
2016-02-13ext4_extent: cosmetic fixes on error code handling.ngkaho1234
2016-02-12ext4_extent: Rework extent insertion.ngkaho1234
2016-02-04ext4_extent: return immediately when ext4_ext_correct_indexes fails.ngkaho1234
2016-02-04ext4_extent: fix passing wrong size to memmove.ngkaho1234
2016-02-03Fix type mismatch.ngkaho1234