Whamcloud - gitweb
tools/e2fsprogs.git
2024-05-24 Sebastien BuissonLU-13717 sec: support encrypted files handling in pfsck...
2024-05-24 Andreas DilgerLU-16169 e2fsck: improve parallel thread balance
2024-05-24 Li DongyangLU-14953 e2fsck: pfsck progress report
2024-05-24 Saranya Muruganandame2fsck: propagate number of threads
2024-05-24 Andreas Dilgere2fsck: misc cleanups for pfsck
2024-05-24 Wang Shilonge2fsck: fix memory leaks with pfsck enabled
2024-05-24 Wang Shilongtests: add pfsck test
2024-05-24 Wang Shilonge2fsck: reset @inodes_to_rebuild if restart
2024-05-24 Wang Shilonge2fsck: update mmp block in one thread
2024-05-24 Wang Shilonge2fsck: make default smallest RA size to 1M
2024-05-24 Wang Shilonge2fsck: avoid too much memory allocation for pfsck
2024-05-24 Wang Shilonge2fsck: cleanup e2fsck_pass1_thread_join()
2024-05-24 Wang Shilonge2fsck: wait fix thread finish before checking
2024-05-24 Wang Shilonge2fsck: set E2F_FLAG_ALLOC_OK after threads
2024-05-24 Wang ShilongLU-14768 e2fsck: merge casefolded dir lists after threa...
2024-05-24 Wang Shilonge2fsck: simplify e2fsck context merging codes
2024-05-24 Wang Shilonge2fsck: merge extent depth count after threads finish
2024-05-24 Wang Shilonge2fsck: reset lost_and_found after threads finish
2024-05-24 Wang Shilonge2fsck: merge options after threads finish
2024-05-24 Wang Shilonge2fsck: fix readahead for pfsck of pass1
2024-05-24 Andreas DilgerLU-14432 ext2fs: fix ext2fs_get_avg_group() warning
2024-05-24 Wang Shilonge2fsck: adjust number of threads
2024-05-24 Wang Shilonge2fsck: allow admin specify number of threads
2024-05-24 Wang Shilonge2fsck: kickoff mutex lock for block found map
2024-05-24 Li DongyangLU-16972 e2fsck: fix merging ea_inode_refs
2024-05-24 Wang Shilonge2fsck: merge EA blocks properly
2024-05-24 Wang Shilonge2fsck: split and merge invalid bitmaps
2024-05-24 Wang Shilonge2fsck: move some fixes out of parallel pthreads
2024-05-24 Wang Shilonge2fsck: serialize fix operations
2024-05-24 Wang Shilonge2fsck: merge quota context after threads finish
2024-05-24 Wang Shilonge2fsck: merge context flags properly
2024-05-24 Wang Shilonge2fsck: merge dirs_to_hash when threads finish
2024-05-24 Wang Shilonge2fsck: merge dx_dir_info after threads finish
2024-05-24 Li Xie2fsck: merge fs flags when threads finish
2024-05-24 Wang Shilonge2fsck: merge counts after threads finish
2024-05-24 Li Xie2fsck: add debug codes for multiple threads
2024-05-24 Li Xie2fsck: merge dblist after thread finishes
2024-05-24 Li Xie2fsck: merge icounts after thread finishes
2024-05-24 Wang Shilonge2fsck: merge badblocks after thread finishes
2024-05-24 Wang Shilonge2fsck: rbtree bitmap for dir
2024-05-24 Li Xie2fsck: merge dir_info after thread finishes
2024-05-24 Li Xie2fsck: optimize the inserting of dir_info_db
2024-05-24 Li Xie2fsck: do not change global variables
2024-05-24 Wang Shilonge2fsck: merge bitmaps after thread completes
2024-05-24 Li Xie2fsck: print thread log properly
2024-05-24 Li Xie2fsck: split groups to different threads
2024-05-24 Li Xie2fsck: add start/end group for thread
2024-05-24 Li Xie2fsck: configure one pfsck thread
2024-05-24 Li Xie2fsck: create logs for mult-threads
2024-05-24 Li Xie2fsck: open io-channel when copying fs
2024-05-24 Wang Shilonge2fsck: copy badblocks when copying fs
2024-05-24 Li Xie2fsck: copy bitmaps when copying context
2024-05-24 Li Xie2fsck: add assert when copying context
2024-05-24 Wang Shilonge2fsck: clear icache when using multi-thread fsck
2024-05-24 Li Xie2fsck: copy fs when using multi-thread fsck
2024-05-24 Li Xie2fsck: copy context when using multi-thread fsck
2024-05-24 Li Xie2fsck: add -m option for multithread
2024-05-24 Andreas DilgerLU-17310 tests: make m_assume_storage_prezeroed more...
2024-05-24 Li DongyangLU-14432 configure.ac: fix AC_PREREQ
2024-05-21 Theodore Ts'oext4.5: add preprocessor hint
2024-05-20 Theodore Ts'oUpdate release notes, etc., for the 1.47.1 release
2024-05-20 Theodore Ts'oUpdate makefile dependencies
2024-05-20 Jiyong ParkAOSP: Use no_full_install: true instead of installable...
2024-05-20 Steven MorelandAOSP: e2fsdroid: disable asan leak detection
2024-05-20 Kelvin ZhangAOSP: Make mke2fs/e2fsdroid available for vendor
2024-05-20 Cole FaustAOSP: Make badblocks host-only
2024-05-20 A. Cody SchuffelenAOSP: Compile libext2_blkid and libext2_uuid on Mac...
2024-05-20 Eric BiggersAOSP: ext2simg: fix same_file() with symlinks
2024-05-20 Eric BiggersAOSP: ext2simg: fix error check of io_channel_read_blk64()
2024-05-20 Eric BiggersAOSP: ext2simg: clean up integer types and check for...
2024-05-20 Eric BiggersAOSP: ext2simg: clean up add_chunk()
2024-05-20 Eric BiggersAOSP: ext2simg: use a standard flexible array
2024-05-20 Eric BiggersAOSP: ext2simg: use bool where appropriate
2024-05-20 Eric BiggersAOSP: ext2simg: fix same_file() to check st_dev
2024-05-20 Eric BiggersAOSP: ext2simg: fix off-by-one errors causing corruption
2024-05-20 Eric BiggersAOSP: Mostly restore -Werror for macOS build
2024-05-20 Eric BiggersAOSP: Android: define HAVE_GETMNTINFO on macOS
2024-05-20 Eric BiggersAOSP: Revert "Android: stop suppressing warnings from...
2024-05-18 Theodore Ts'oUse ext2/ext3/ext4 instead of "second extended file...
2024-05-18 Theodore Ts'olibext2fs: avoid using a C++ reserved identifier in...
2024-05-18 Theodore Ts'olibext2fs: add ext2_types.h to qcow2.h
2024-05-09 Jan Karae2fsck: fix golden output of several tests
2024-05-09 Jan Karae2fsck: add tests for EA inodes
2024-05-09 Jan Karae2fsck: add more checks for ea inode consistency
2024-05-09 Ye Bine2fsck: fix acl block leak when process orphan list
2024-05-05 Theodore Ts'oconfigure: remove duplicated/unnecessary test for compi...
2024-05-02 Theodore Ts'olibext2fs: fix potential divide by zero bug caused...
2024-05-02 Theodore Ts'oe2image: fix typo which causes a compile failure on...
2024-05-02 Theodore Ts'odebian: build-depend on pkgconf instead of pkg-config
2024-05-01 Theodore Ts'olibsupport: silence gcc -Wall complaints
2024-05-01 Theodore Ts'oe4defrag: use snprintf to assure that there can't be...
2024-05-01 Theodore Ts'olibsupport: use explicit type widths instead of time_t
2024-05-01 Theodore Ts'oe2image: add support for post-2038 dates in the e2image...
2024-05-01 Theodore Ts'oUpdate release notes, etc., for the 1.47.1-rc2 release v1.47.1-rc2
2024-05-01 Wenbin Lvpo: update zh_CN.po (from translationproject.org)
2024-05-01 Yuri Chornoivanpo: update uk.po (from translationproject.org)
2024-05-01 Göran Uddeborgpo: update sv.po (from translationproject.org)
2024-05-01 Remus-Gabriel... po: update ro.po (from translationproject.org)
2024-05-01 Jakub Boguszpo: update pl.po (from translationproject.org)
2024-05-01 Samuel Thibaultpo: update fr.po (from translationproject.org)
next