Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
2
210010079
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Summer2021
210010079
Graph
e00ee4798093fcc090d2cd34ad39bc85eb2ab1f6
Select Git revision
Branches
3
dev
dev2
master
default
protected
3 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
26
Sep
23
Aug
18
16
15
12
9
7
5
4
3
29
Jul
25
24
21
20
19
15
13
12
5
1
Jun
31
May
22
18
16
13
2
21
Apr
16
11
28
Feb
23
7
10
Jan
2
1
17
Dec
13
6
5
27
Nov
22
21
1
12
Oct
10
20
Jun
8
14
Apr
28
Mar
27
21
Feb
2
Jan
20
Dec
22
Nov
16
14
8
5
24
Oct
23
15
13
12
7
6
18
Sep
17
9
26
Aug
17
8
4
3
Merge branch 'new-master' into 'master'
master
master
erofs-utils: introduce dump.erofs to erofs-utils
update for adpation of EROFS_INODE_FLAT_COMPRESSION
dev2
dev2
file type info partial completed
modify output format of filesize charts
add charts in -S to display file-size distributions
add path info in print_inode and print_inode_phy
add path in ino
print file size type info
add filesize enum type and count different size file number
fix blknr error for INLINE datalayout
add compress rate for -s and -i
modify Makefile.am and Configure.ac to add dump
add dump to erofs-utils
add time, uid, gid, file-type info for -i
dev
dev
add more print info for -i
fix file totol number mistake
improve print superblock info
version info
improve usage() function and arg parse
remove some debug info
change ino to nid
fix typo
fix bug for -i and add support for -I to find physical block of target ino
read target ino inode partially done
add support for -S to get last compressed cluster precise size
add compressed_blocks to print, add more debug info for head extent
fix bug by remote + ZEROFS_LEGACY_MAP_HEARER_SIZE when find first logical cluster
fix compressed file size error by changing && to & while get cluster type
get compress file size is wrong
add get file size (not completed)
read file type info recursively
print statistics info for diffrent type files count (compile success)
add read_dir to read directory and collect statistics recursively (unfinished)
read root inode
compile success
force add include/erofs/config.h which was ignored due to .gitignore
force add lib/config.c, which was ignored before due to .gitignore
add .gitignore
add all opt print function, but not implemented yet