Whamcloud - gitweb
LU-5845 build: add support for SUSE_LINUX-12 .spec file
[tools/e2fsprogs.git] / e2fsck /
2021-04-08 Saranya Muruganandame2fsck: Annotating fields in e2fsck_struct
2021-04-08 Saranya Muruganandame2fsck: propagate number of threads
2021-04-08 Andreas Dilgere2fsck: misc cleanups for pfsck
2021-04-08 Wang Shilonge2fsck: fix memory leaks with pfsck enabled
2021-04-08 Wang Shilonge2fsck: reset @inodes_to_rebuild if restart
2021-04-08 Wang Shilonge2fsck: update mmp block in one thread
2021-04-08 Wang Shilonge2fsck: make default smallest RA size to 1M
2021-04-08 Wang Shilonge2fsck: cleanup e2fsck_pass1_thread_join()
2021-04-08 Wang Shilonge2fsck: wait fix thread finish before checking
2021-04-08 Wang Shilonge2fsck: set E2F_FLAG_ALLOC_OK after threads
2021-04-08 Wang Shilonge2fsck: simplify e2fsck context merging codes
2021-04-08 Wang Shilonge2fsck: merge extent depth count after threads finish
2021-04-08 Wang Shilonge2fsck: reset lost_and_found after threads finish
2021-04-08 Wang Shilonge2fsck: merge options after threads finish
2021-04-08 Wang Shilonge2fsck: fix readahead for pfsck of pass1
2021-04-08 Wang Shilonge2fsck: adjust number of threads
2021-04-08 Wang Shilonge2fsck: allow admin specify number of threads
2021-04-08 Wang Shilonge2fsck: kickoff mutex lock for block found map
2021-04-08 Wang Shilonge2fsck: merge EA blocks properly
2021-04-08 Wang Shilonge2fsck: split and merge invalid bitmaps
2021-04-08 Wang Shilonge2fsck: move some fixes out of parallel pthreads
2021-04-08 Wang Shilonge2fsck: serialize fix operations
2021-04-08 Wang Shilonge2fsck: merge quota context after threads finish
2021-04-08 Wang Shilonge2fsck: merge context flags properly
2021-04-08 Wang Shilonge2fsck: merge dirs_to_hash when threads finish
2021-04-08 Wang Shilonge2fsck: merge dx_dir_info after threads finish
2021-04-08 Li Xie2fsck: merge fs flags when threads finish
2021-04-08 Wang Shilonge2fsck: merge counts after threads finish
2021-04-08 Li Xie2fsck: add debug codes for multiple threads
2021-04-08 Li Xie2fsck: merge dblist after thread finishes
2021-04-08 Li Xie2fsck: merge icounts after thread finishes
2021-04-08 Wang Shilonge2fsck: merge badblocks after thread finishes
2021-04-08 Wang Shilonge2fsck: rbtree bitmap for dir
2021-04-08 Li Xie2fsck: merge dir_info after thread finishes
2021-04-08 Li Xie2fsck: optimize the inserting of dir_info_db
2021-04-08 Li Xie2fsck: do not change global variables
2021-04-08 Wang Shilonge2fsck: merge bitmaps after thread completes
2021-04-08 Li Xie2fsck: print thread log properly
2021-04-08 Li Xie2fsck: split groups to different threads
2021-04-08 Li Xie2fsck: add start/end group for thread
2021-04-08 Li Xie2fsck: configure one pfsck thread
2021-04-08 Li Xie2fsck: create logs for mult-threads
2021-04-08 Li Xie2fsck: open io-channel when copying fs
2021-04-08 Wang Shilonge2fsck: copy badblocks when copying fs
2021-04-08 Li Xie2fsck: copy bitmaps when copying context
2021-04-08 Li Xie2fsck: add assert when copying context
2021-04-08 Wang Shilonge2fsck: clear icache when using multi-thread fsck
2021-04-08 Li Xie2fsck: copy fs when using multi-thread fsck
2021-04-08 Li Xie2fsck: copy context when using multi-thread fsck
2021-04-08 Li Xie2fsck: add -m option for multithread
2021-02-26 Theodore Ts'oiscan: fix the test program iscan so it builds again
2021-02-23 Theodore Ts'oe2fsck: fix miscellaneous clang warnings
2021-02-23 Harshad Shirwadkare2fsck: initialize variable before first use in fast...
2021-02-23 Harshad Shirwadkare2fsck: add fallthrough comment in fc replay switch...
2021-02-23 Harshad Shirwadkare2fsck: don't ignore return values in e2fsck_rewrite_ex...
2021-02-12 Theodore Ts'oe2fsck: fix error code return in e2fsck_read_extents()
2021-02-12 Theodore Ts'oe2fsck: add error checking for ext2fs_extent_get_info()
2021-02-11 Theodore Ts'oFix clang warnings on architectures with a 64-bit long
2021-02-09 Theodore Ts'oUpdate release notes, etc., for the 1.46.1 release v1.46.1
2021-02-09 Theodore Ts'oProvide and use sort_r() instead of qsort_r() for porta...
2021-02-09 Harshad Shirwadkare2fsck: endianness fixes for fast commit replay
2021-02-09 Andreas Dilgere2fsck: fix check of directories over 4GB
2021-01-29 Theodore Ts'oUpdate makefile dependencies
2021-01-29 Theodore Ts'oe2fsck: drop use of sysctl(2)
2021-01-28 Theodore Ts'oMerge branch 'maint' into next
2021-01-28 Yifan HongAOSP: tune2fs/resize2fs: make vendor_ramdisk_available.
2021-01-28 Daniel RosenbergAOSP: ANDROID: e2fsck: Handle casefolded encryption
2021-01-28 Daniel RosenbergAOSP: ANDROID: e2fsck: Do not mutate encrypted names
2021-01-28 Howard ChenAOSP: Make e2fsck depends on badblocks
2021-01-28 Gabriel Krisman... e2fsck.8.in: document check_encoding extended option
2021-01-28 Gabriel Krisman... e2fsck: add option to force encoded filename verification
2021-01-28 Gabriel Krisman... e2fsck: detect duplicated casefolded direntries for...
2021-01-28 Gabriel Krisman... dict: support comparison with context
2021-01-28 Gabriel Krisman... e2fsck: support casefold directories when rehashing
2021-01-28 Gabriel Krisman... e2fsck: fix entries with invalid encoded characters
2021-01-28 Arnaud Ferrarise2fsck: add new problem for encoded name check
2021-01-28 Harshad Shirwadkare2fsck: add replay for add_range, del_range, and inode...
2021-01-28 Harshad Shirwadkare2fsck: add fc replay for link, unlink, creat tags
2021-01-28 Harshad Shirwadkare2fsck: add fast commit replay skeleton
2021-01-28 Harshad Shirwadkare2fsck: add fast commit scan pass
2021-01-28 Harshad Shirwadkare2fsck: add fast commit setup code
2021-01-28 Harshad Shirwadkare2fsck: add function to rewrite extent tree
2021-01-27 Theodore Ts'oe2fsck: declare the size of bh->b_data to be 4096 in...
2021-01-23 Theodore Ts'oMerge branch 'maint' into next
2021-01-23 Theodore Ts'oFix clang warnings
2021-01-21 Theodore Ts'oe2fsck: remove dead code when recreating the journal
2021-01-21 Harshad ShirwadkarMake userspace tools number of fast commits blocks...
2021-01-21 Harshad Shirwadkarlibext2fs: provide APIs to configure fast commit blocks
2021-01-21 Harshad Shirwadkare2fsck: port fc changes from kernel's recovery.c to...
2021-01-21 Harshad Shirwadkare2fsck: add kernel endian-ness conversion macros
2021-01-21 Theodore Ts'oEnable threaded support for e2fsprogs' applications.
2021-01-20 Theodore Ts'oMerge branch 'maint' into next
2020-10-05 Theodore Ts'oDefine MKDIR_P in the Makefile.in files instead in...
2020-10-01 Theodore Ts'oMerge branch 'maint' into next
2020-10-01 Lukas Czernere2fsck: use the right conversion specifier in e2fsck_al...
2020-10-01 Lukas Czernere2fsck: use size_t instead of int in string_copy()
2020-04-14 Theodore Ts'oe2fsck: fix off-by-one check when validating depth...
2020-04-10 Theodore Ts'oTeach makefiles to build all static programs using...
2020-03-24 Theodore Ts'oe2fsck: fix various gcc -Wall nits
2020-03-22 Theodore Ts'oMerge tag 'v1.45.6' into next
next