Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
f2fs-tools
/
3a56acd266e3fd6c21595bc56c763cadf46d1105
« Previous
2d7d4ff
f2fs-tools: determine cp_addr by sbi->cur_cp
by Jaegeuk Kim
· 8 years ago
f3341c3
sload.f2fs: not support to find or add files in inline_dir directory
by Jaegeuk Kim
· 8 years ago
8f346ef
resize.f2fs: get latest free segments
by Jaegeuk Kim
· 8 years ago
bfa0743
f2fs-tools: fix end block addres when finding free block
by Jaegeuk Kim
· 8 years ago
b467030
resize.f2fs: fix wrong end_blkaddr
by Jaegeuk Kim
· 8 years ago
2f2ee92
defrag.f2fs: return error for no space case
by Jaegeuk Kim
· 8 years ago
6ab16ed
resize.f2fs: fix wrong offset calculation
by Jaegeuk Kim
· 8 years ago
0033920
resize.f2fs: add more information in debug messages
by Jaegeuk Kim
· 8 years ago
893acfc
fsck.f2fs: add SSR-based allocation when free segment not enough
by Liu Xue
· 8 years ago
112bf05
fsck.f2fs: rewrite entries info in segment manager
by Liu Xue
· 8 years ago
0fe50b6
libf2fs: avoid build warning
by Jaegeuk Kim
· 8 years ago
4b1ecd7
fsck.f2fs: check BLKZONED feature on mount
by Damien Le Moal
· 8 years ago
ebbfb59
mkfs.f2fs: check zoned block devices configuration
by Damien Le Moal
· 8 years ago
1e0f68d
mkfs.f2fs: reset sequential zones on device discard
by Damien Le Moal
· 8 years ago
9b51f80
mkfs.f2fs: check options for zoned block devices
by Damien Le Moal
· 8 years ago
9691420
f2fs-tools: introduce support for zoned block devices
by Damien Le Moal
· 8 years ago
81c62e2
f2fs-tools: use zoned block device terminology
by Damien Le Moal
· 8 years ago
49bdd64
f2fs-tools: add executable files to .gitignore
by Damien Le Moal
· 8 years ago
6471969
fsck.f2fs: do not check the first seg in a sec in find_next_free_block
by Sheng Yong
· 8 years ago
c4c6526
dump/fsck: convert encrypted file name
by Sheng Yong
· 8 years ago
b0a2386
sload.f2fs: allow to build without libselinux
by Christian Hesse
· 8 years ago
6e7c503
mkfs.f2fs: fix the discarding size for block device
by Jaegeuk Kim
· 8 years ago
390fe58
fsck.f2fs: support restore lost files into ./lost_found/
by Jaegeuk Kim
· 8 years ago
68ef569
fsck.f2fs: check condition to avoid wrong memory allocation
by Jaegeuk Kim
· 8 years ago
65f3d40
libf2fs: avoid garbage printout
by Jaegeuk Kim
· 8 years ago
bdc1a0a
f2fs-tools: clean up and avoid build warning
by Jaegeuk Kim
· 8 years ago
c499346
f2fs: avoid AOSP build failure
by Jaegeuk Kim
· 8 years ago
9a708f0
fsck.f2fs: allocate buffer after condition check
by Jaegeuk Kim
· 8 years ago
3d19ea9
fsck.f2fs: fix a typo in check_sector_size
by Junling Zheng
· 8 years ago
276571e
fsck.f2fs: fix incorrect ERR_MSG in f2fs_do_mount
by Junling Zheng
· 8 years ago
d256214
fsck.f2fs: free cp_page_1 in validate_checkpoint
by Junling Zheng
· 8 years ago
e5b3ec8
libf2fs: increase robustness when called on root device
by Tobias Jakobi
· 8 years ago
f1ee351
fsck: porting avoid unneeded loop in build_sit_entries to fsck
by Yunlei He
· 8 years ago
3ffc5a8
f2fs-tools: use shorter config variable name
by Jaegeuk Kim
· 8 years ago
79b1858
libf2fs: use dev_read_block and dev_write_block
by Jaegeuk Kim
· 8 years ago
932d596
mkfs: get fd for f2fs_trim_device
by Jaegeuk Kim
· 8 years ago
e874f42
fsck.f2fs: free node_blk to avoid memory leak
by Yunlong Song
· 8 years ago
370f8c4
mkfs.f2fs: do not need strdup for parse_feature
by Yunlong Song
· 8 years ago
3b8a88a
fsck: clear useless "continue" in __chk_dentries
by Yunlong Song
· 8 years ago
c6834e9
libf2fs: show disk information
by Jaegeuk Kim
· 8 years ago
d244656
f2fs-tools: release 1.7.0
by Jaegeuk Kim
· 8 years ago
37dbd83
fsck: recover symlink with zero i_size
by Jaegeuk Kim
· 8 years ago
9884ad4
fsck.f2fs: clean up duplicated code
by Xue Liu
· 8 years ago
4950322
f2fs-tools: update the format of output message
by Sheng Yong
· 8 years ago
2452568
fsck.f2fs: free nat entry cache
by Sheng Yong
· 8 years ago
ffc7dbc
fsck.f2fs: fix typo
by Sheng Yong
· 8 years ago
278216b
fsck.f2fs: correct variable type and name
by Sheng Yong
· 8 years ago
89d5d52
f2fs.fsck: fix endianess
by Sheng Yong
· 8 years ago
11adb13
dump.f2fs: show inode->i_dir_level
by Sheng Yong
· 8 years ago
7b9c5fc
mkfs: define DISCARD/SECDISCARD macro
by Jaegeuk Kim
· 8 years ago
70a8fc3
mkfs/fsck: add host-managed smr feature
by Jaegeuk Kim
· 8 years ago
dc57351
fsck.f2fs: allow zero link count for orphan inode
by Jaegeuk Kim
· 8 years ago
74673eb
mkfs.f2fs: ZBC device support
by Jaegeuk Kim
· 8 years ago
4f105bb
fsck.f2fs: modify sit dump && add nat dump
by Yunlei He
· 8 years ago
22aa244
fsck.f2fs: check sector size if formatted from a regular file
by Yunlei He
· 9 years ago
6419842
fsck.f2fs: reset fsck flag if there is no bug
by Jaegeuk Kim
· 9 years ago
43448f9
fsck.f2fs: remove duplicated codes in sanity_check_raw_super
by Junling Zheng
· 9 years ago
91bd80c
resize.f2fs: replace the overprovision calculation method
by Yunlei He
· 9 years ago
e52321f
script: add simple test script
by Jaegeuk Kim
· 9 years ago
603f8f9
sload.f2fs: support loading files into partition directly
by Jaegeuk Kim
· 9 years ago
d3be088
resize.f2fs: support to expand partition size
by Jaegeuk Kim
· 9 years ago
0e14e39
fibmap: pull in sys/sysmacros.h for major/minor
by Mike Frysinger
· 9 years ago
99ffb3d
fsck.f2fs: check sanity of superblock and fix any misalignment
by Jaegeuk Kim
· 9 years ago
0301f16
fsck.f2fs: nullify the freed ckpt pointer
by Jaegeuk Kim
· 9 years ago
bea9d60
fsck.f2fs: set fix_on if error is detected
by Sheng Yong
· 9 years ago
ce46aed
fsck.f2fs: check ino in nat entry and node footer
by Sheng Yong
· 9 years ago
31f461c
fsck.f2fs: cache all nat entries and check each of them
by Sheng Yong
· 9 years ago
bc28669
fsck.f2fs: count the number of inodes during building nat_area_bitmap
by Sheng Yong
· 9 years ago
6e22569
fsck.f2fs: introduce -p option to check meta
by Sheng Yong
· 9 years ago
759df52
f2fs-tools: release 1.6.1
by Jaegeuk Kim
· 9 years ago
890e4e0
fsck.f2fs: calculate orphan_blkaddr correctly
by Junling Zheng
· 9 years ago
2a80231
fsck.f2fs: refactor extent info verification flow
by Chao Yu
· 9 years ago
c8327c9
fsck.f2fs: check dirent position
by Chao Yu
· 9 years ago
b385e9f
mkfs.f2fs: set segment_count in super block correctly
by Fan Li
· 9 years ago
323c8c8
fsck.f2fs: check nat_entry->ino for all nodes
by Sheng Yong
· 9 years ago
f102ca4
f2fs-tools: rebase struct f2fs_summary_block with upstream
by Chao Yu
· 9 years ago
9b09631
fsck.f2fs: fix incorrect block_addr of node/meta
by Junling Zheng
· 9 years ago
bc6f686
fsck.f2fs: calculate the total size correctly
by Junling Zheng
· 9 years ago
2277801
fsck.f2fs: check valid values for dot dentries
by Liu Xue
· 9 years ago
ecc43cc
f2fs-tools: redefine MAX_SIT_BITMAP_SIZE
by Junling Zheng
· 9 years ago
ea34c1c
libf2fs: limit the total size up to 16T
by Junling Zheng
· 9 years ago
c00fe85
fsck.f2fs: fix corrupted nat entry [0]
by Sheng Yong
· 9 years ago
c6e8a6b
fsck.f2fs: remove corrupted nid entry from indirect/double-indirect node
by Sheng Yong
· 9 years ago
50aa77b
fsck.f2fs: check /proc/mounts first to detect readonly
by Jaegeuk Kim
· 9 years ago
f8bc97b
fsck.f2fs: show encrypted filenames matched with kernel
by Jaegeuk Kim
· 9 years ago
843f5b9
fsck.f2fs: check ino of an inode
by Sheng Yong
· 9 years ago
a9cd90e
fsck.f2fs: check ino of an used nat entry
by Sheng Yong
· 9 years ago
1952ab4
f2fs-tools: fix endianness of on-disk check_sum in summary_footer
by Sheng Yong
· 9 years ago
d9a6b18
fsck.f2fs: avoid fix ssa in some case
by Yunlei He
· 9 years ago
ad042d9
mkfs.f2fs: reset dnode with zeros
by Jaegeuk Kim
· 9 years ago
e92fd42
fsck.f2fs: nullify raw_super pointer
by Jaegeuk Kim
· 9 years ago
bbc4176
fsck.f2fs: return 0 for no error was reported
by Jaegeuk Kim
· 9 years ago
231fc70
fsck.f2fs: assign checkpoint pointer correctly
by Jaegeuk Kim
· 9 years ago
b9eb1dc
fsck.f2fs: swap checkpoint crc to CPU endian
by Sheng Yong
· 9 years ago
25b2e75
f2fs-tools: avoid failure and warnings for android build
by Jaegeuk Kim
· 9 years ago
e9dfbbb
mkfs.f2fs: introduce zone align for main area
by Yunlei He
· 9 years ago
2d3ea14
fsck.f2fs: fix double free invalid checkpoint
by Sheng Yong
· 9 years ago
d3258fa
man: modify mkfs.f2fs man page
by Jaegeuk Kim
· 9 years ago
52dedc6
man: add missing man pages
by Jaegeuk Kim
· 9 years ago
ffd8d05
f2fs-tools: release 1.6.0
by Jaegeuk Kim
· 9 years ago
Next »