Whamcloud - gitweb
tools/e2fsprogs.git
2018-07-04 Theodore Ts'oUpdate release notes, etc., for the 1.44.3-rc2 release v1.44.3-rc2
2018-07-04 Yuri Chornoivanpo: update uk.po (from translationproject.org)
2018-07-04 Göran Uddeborgpo: update sv.po (from translationproject.org)
2018-07-04 Jakub Boguszpo: update pl.po (from translationproject.org)
2018-07-04 Samuel Thibaultpo: update fr.po (from translationproject.org)
2018-07-04 Petr Pisarpo: update cs.po (from translationproject.org)
2018-07-04 Theodore Ts'olibext2fs: call fsync(2) to clear stale errors for...
2018-07-04 Theodore Ts'oe2fsck: fix kernel compat functions to use kernel error...
2018-07-02 Andreas Dilgertests: make generated test scripts read-only
2018-06-29 Theodore Ts'oe2fsck: if user declines to fix s_inodes_acount, abort
2018-06-28 Lukas Czernere2fsck: do not allow initialized blocks pass i_size
2018-06-28 Theodore Ts'oe2fsck: fix hang in readahead code if last block in...
2018-06-28 Jiyong ParkAOSP: e2fsdroid and mke2fs are dynamic executable in...
2018-06-26 Theodore Ts'otests, mke2fs: add option to suppress xattr copying...
2018-06-26 Theodore Ts'otests: explicitly force resize2fs's use of lazy (or...
2018-06-26 Theodore Ts'odebugfs: fix mknod command on some 32-bit platforms...
2018-06-25 Theodore Ts'oUpdate release notes, etc., for the 1.44.3-rc1 release v1.44.3-rc1
2018-06-25 Theodore Ts'oUpdate Makefile.in files using "make depend"
2018-06-25 Theodore Ts'odebian: update libext2fs.symbol to reflect new hashmap...
2018-06-25 Theodore Ts'odebian: update standards version to 4.1.4
2018-06-25 Theodore Ts'otests: fix up f_detect_junk and f_detect_xfs
2018-06-25 Theodore Ts'oresize: remove calculation of unused variable
2018-06-25 Theodore Ts'odebugfs: suppress spurious "checksum errors" message...
2018-06-25 Theodore Ts'oe2fsck: only retry to open the file system when the...
2018-06-24 Theodore Ts'oe4crypt: remove unneeded stat(2) call in do_get_policy()
2018-06-24 Theodore Ts'otests: fix i_qcow test to properly test e2image's qcow...
2018-06-24 Theodore Ts'oe2image, libext2fs: check for corrupted qcow2 image
2018-06-24 Theodore Ts'olibext2fs: explicitly ignore a possible unlink failure...
2018-06-24 Theodore Ts'oe2fsck: add error-checking when unlink tdb file for...
2018-06-24 Theodore Ts'omke2fs: add proper error checking in write_reserved_inodes
2018-06-24 Theodore Ts'oe2fsck: add proper error checking in move_quota_inode
2018-06-24 Theodore Ts'oe2image: Add an assertion/sanity check in initialize_qc...
2018-06-24 Theodore Ts'odebugfs: avoid undefined bit shift in parse_uint()
2018-06-24 Theodore Ts'oe2image: calculate progress rate using floating point
2018-06-24 Theodore Ts'oe4crypt: fix invalid errno comparison with a negative...
2018-06-24 Luis Hector... AOSP: e2fsdroid: Correctly process the root inode
2018-06-24 Benno Schulenbergpo: update nl.po (from translationproject.org)
2018-06-24 Theodore Ts'oFix gcc and clang warnings
2018-06-23 Eric Sandeenlibext2fs: remove c99 idiom to fix build
2018-06-23 Theodore Ts'otests: fix f_bigalloc_orphan_list so it is not dependan...
2018-06-23 Andreas Dilgere2fsck: mark device inodes with EXT4_EXTENTS_FL bad
2018-06-23 Andreas Dilgertests: PAGE_SIZE larger than blocksize with hole
2018-06-23 Andreas Dilgere2fsck: handle preallocation for large PAGE_SIZE
2018-06-23 Theodore Ts'olibcom_err: handle error case when FD_CLOEXEC can't...
2018-06-23 Theodore Ts'olibext2fs: simplify extent_fallocate()
2018-06-23 Theodore Ts'olibsupport: fix (very potential) NULL dereference
2018-06-23 Theodore Ts'olibext2fs: fix uninitialized variable dereference in...
2018-06-23 Theodore Ts'olibsupport: fix memory leak in error path in quota_comp...
2018-06-23 Theodore Ts'olibext2fs: fix potential resource leak in ext2fs_file_write
2018-06-22 Shuichi Iharamisc: add e2mmpstatus utility via dumpe2fs
2018-06-22 Andreas Dilgere2fsck: set dir_nlink feature if large dir exists
2018-06-22 Andreas Dilgertests: remove pre-generated f_extent_htree image
2018-06-22 Andreas Dilgertests: don't run sed multiple times on test output
2018-06-22 Andreas Dilgertests: remove redundant sed filtering
2018-06-22 Andreas Dilgerext2fs: annotate superblock/inode offsets
2018-06-22 Andreas Dilgertests: clean up $DEBUGFS_EXE usage in scripts
2018-06-22 Andreas Dilgertests: don't unlink test image if SKIP_UNLINK set
2018-06-22 Andreas Dilgertests: don't use a sparse test file
2018-06-22 Theodore Ts'olibext2fs: don't corrupt an blkmap64_rb when marking...
2018-06-22 Lukas Czernerfilefrag: don't ignore fsync errors
2018-06-21 Jiyong ParkAOSP: Mark as recovery_available:true
2018-06-21 David AndersonAOSP: e2fsck: imply -f when using -E unshare_blocks
2018-06-21 David AndersonAOSP: e2fsck: allow read-only testing if -E unshare_blo...
2018-06-21 Hidehiko AbeAOSP: Support UID/GID mapping
2018-06-21 Tao BaoAOSP: libext2fs: Track the libsparse API change.
2018-06-21 David AndersonAOSP: e2fsck: Add an extended option for unsharing...
2018-06-21 David AndersonAOSP: e2fsck: Skip duplicate blocks when RO_COMPAT_SHAR...
2018-06-21 David AndersonAOSP: libext2fs: fix indentation whitespace
2018-06-21 Jin QianAOSP: libext2fs: increment i_blocks for shared blocks
2018-06-21 Jin QianAOSP: libext2fs: add EXT2_FLAG_SHARE_DUP to de-duplicat...
2018-06-21 Jin QianAOSP: e2fsdroid/libext2fs: move hashmap into libext2fs
2018-06-19 Jan Karae2fsck: report only one sb corruption
2018-06-19 Jan Karaext2fs: don't check s_inodes_count with EXT2_FLAG_IGNOR...
2018-06-19 Jan Karadebugfs: allow fixing superblock errors in catastrophic...
2018-06-19 Jan Karadebugfs: allow read-write opening in catastrophic mode
2018-06-19 Jan Karae2fsck: handle s_inodes_count corruption properly
2018-06-19 Jan Karae2fsck: allow to fix some superblock corruptions
2018-06-19 Jan Karalibext2fs: don't create filesystems with meta_bg and...
2018-06-19 Jan Kararesize2fs: add missing EOL to error message
2018-06-19 Jan Karalibext2fs: fix overflow when checking s_inodes_count...
2018-06-19 Jan Karalibext2fs: fix possible inode count overflow when creat...
2018-06-13 Theodore Ts'olibext2fs: allow file systems which have insane values...
2018-06-13 Theodore Ts'odebugfs: add support to display details of extended...
2018-05-27 Theodore Ts'oe4defrag: fix typo in man page
2018-05-27 Theodore Ts'odebugfs: add -b and -e options to the inode_dump command
2018-05-24 Trần Ngọc Quânpo: update vi.po (from translationproject.org)
2018-05-24 Yuri Chornoivanpo: update uk.po (from translationproject.org)
2018-05-24 Göran Uddeborgpo: update sv.po (from translationproject.org)
2018-05-24 Jakub Boguszpo: update pl.po (from translationproject.org)
2018-05-24 Samuel Thibaultpo: update fr.po (from translationproject.org)
2018-05-24 Antonio Ceballospo: update es.po (from translationproject.org)
2018-05-24 Petr Pisarpo: update cs.po (from translationproject.org)
2018-05-24 Chandan Rajendrae2fsprogs: Use 32-bit variant of ext2fs_swab to read...
2018-05-15 Theodore Ts'oUpdate release notes, etc., for the 1.44.2 release v1.44.2
2018-05-14 Jakub Boguszpo: update pl.po (from translationproject.org)
2018-05-14 Theodore Ts'odebian: demote e2fsprogs from Essential: yes to XB...
2018-05-14 Theodore Ts'omke2fs: print error string if ext2fs_close_free() fails
2018-05-14 bjornpagen... Use @AR@ instead of hardcoded 'ar'
2018-04-19 Lukas Czernere2fsprogs: fix Free Software Foundation address
2018-04-13 Lukas Czernerchattr.1: 'a' and 'i' attribute do not affect existing...
next