summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-08-07Debugging.cah
2020-05-02Add some more debugging.Carl Hetherington
2020-04-24Build static on Linux.Carl Hetherington
2020-04-13Use 64-bit quantities for partition size when writing MBR.Carl Hetherington
2018-12-02Fix jbd_commit_header::chksum_{type,size}Fangrui Song
2018-09-26ext4: fix ext4_fsymlink creationGrzegorz Kostka
2018-09-26ext4_dir: fix non existing entry creation issuerajeshvenkataraman
2018-04-05ext4: move ext4_fs_alloc_inode result check to right placeGrzegorz Kostka
2018-03-01Merge pull request #36 from mmmaisel/devGrzegorz Kostka
2018-03-01Merge pull request #35 from mmmaisel/cmakeGrzegorz Kostka
2018-03-01CMake: Added option whether to build static or shared libraryMax
2018-03-01ext4-mkfs: Use correct partition sizeMax Maisel
2018-03-01ext4-mbr-write: Fixed partition size calculationMax Maisel
2018-03-01ext4_mkfs: Added UUID parameter to create new filesystems with non-zero UUIDMax Maisel
2018-03-01ext4_mbr: Added "disk_id" parameter to MBR creation functionMax Maisel
2017-10-18Use int64_t as offset to ext4_fseek.Fan Deng
2017-10-17Remove an unuseful if check in ext4.c.Fan Deng
2017-10-08move function call outside assert()raandoom
2017-07-13Fix a compile issue with big endian config & some small issues fixesbranzhu
2017-07-11Suppress gcc 7.xx warnings (fall through in switch statement)gkostka
2017-06-30ext4_journal: fix not purging enough transactionsKaho Ng
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-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-19ext4_journal: fix error handling in jbd_get_fsgkostka
2017-04-05Change include type policygkostka
2017-03-24Fix issues with big-endian systembranzhu
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-17ext4: remove block cache parameter from device_register functiongkostka
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-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-08-24ext4_journal: do not replay revoked block within the same transactionKaho Ng