Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_e2fsprogs
/
89efc88e65136ece22708cc28ec4124a33feeecd
89efc88
libext2fs: add metadata checksum and snapshot feature flags
by Theodore Ts'o
· 14 years ago
2418dfd
dumpe2fs: display "free blocks" as "free clusters" for bigalloc file systems
by Theodore Ts'o
· 14 years ago
f314bb0
libext2fs: remove redundant last-group check in ext2fs_check_desc()
by Eric Sandeen
· 14 years ago
32318ff
e2fsck: fix error in computing blocks of the ending group
by Yongqiang Yang
· 14 years ago
98f4547
e2fsprogs: add ext2fs_group_blocks_count helper
by Eric Sandeen
· 14 years ago
65b7a46
libext2fs: fix size check in tst_inode_size
by Theodore Ts'o
· 14 years ago
75405ff
Merge branch 'maint' into next
by Theodore Ts'o
· 14 years ago
765e03f
e2fsck: do not attempt to discard if -n was specified
by Lukas Czerner
· 14 years ago
2fa1679
tests: Print out list of failed tests
by Lukas Czerner
· 14 years ago
d2bfdc7
e2fsprogs: Use punch hole as "discard" on regular files
by Lukas Czerner
· 14 years ago
c859cb1
e2fsprogs: create open() and stat() helpers
by Lukas Czerner
· 14 years ago
db8bbf2
libext2fs: Add crc32c implementation for metadata checksumming
by Darrick J. Wong
· 14 years ago
45792c1
mke2fs: check that auto-detected blocksize <= sys_page_size
by Yury V. Zaytsev
· 14 years ago
57cb271
mke2fs.8: Fix the documentation of maximum journal size
by Surbhi Palande
· 14 years ago
15749d7
libext2fs: fix the range validation in bitmap_range2 funcs
by Amir Goldstein
· 14 years ago
7fef2bb
badblocks: update man page's description of the -v option
by Theodore Ts'o
· 14 years ago
8595c5b
debian: update the e2fslibs and e2fslibs-dev files for the quota library
by Theodore Ts'o
· 14 years ago
3fbfad5
libext2fs: fix binary and source compatibility with the dump program
by Theodore Ts'o
· 14 years ago
b715080
mke2fs: use "extent" consistently as a feature name in the man page
by Theodore Ts'o
· 14 years ago
6316513
libe2p: fix bug so that MNTOPT_ options can be successfully parsed
by Theodore Ts'o
· 14 years ago
9d10f01
e2image: fix invalid lseek error detection
by Lukas Czerner
· 14 years ago
449c87a
libquota: fix "make install" so it works in with a VPATH build directory
by Theodore Ts'o
· 14 years ago
897fbaa
libext2fs: add new test: tst_inode_size
by Theodore Ts'o
· 14 years ago
9f6ba88
resize2fs: add support for new in-kernel online resize ioctl
by Yongqiang Yang
· 14 years ago
4781139
mke2fs.static: change library ordering to avoid a link error
by Theodore Ts'o
· 14 years ago
faa2dcd
mke2fs: Use ext2fs_flush() only once
by Lukas Czerner
· 14 years ago
906a1cf
tests: skip tests that require debugfs if debugfs has not been built
by Theodore Ts'o
· 14 years ago
f305fd7
tests: fix i_e2image so it works with valgrind
by Theodore Ts'o
· 14 years ago
dd62d85
e2fsck: fix valgrind commit in sigcatcher
by Theodore Ts'o
· 14 years ago
771e8db
tune2fs: Add support for turning on quota feature
by Aditya Kali
· 14 years ago
1f5d7a8
mke2fs: support creation of filesystem with quota feature
by Aditya Kali
· 14 years ago
624e4a6
e2fsck: add support for checking the built-in quota files
by Aditya Kali
· 14 years ago
f239fef
e2fsprogs: add quota library to e2fsprogs
by Aditya Kali
· 14 years ago
a4aff9c
libext2fs: fix binary search for the icount and badblocks stores
by Theodore Ts'o
· 14 years ago
9b3018a
e2fsck: catch termination signals and print information about them
by Theodore Ts'o
· 14 years ago
9c79612
libext2fs: copy cluster_bits in ext2fs_copy_generic_bmap
by Eric Sandeen
· 14 years ago
d4c0d8e
mke2fs: document stripe_width, not stripe-width
by Andreas Dilger
· 14 years ago
92122d3
tests: add missing m_mkfs_overhead/expect
by Theodore Ts'o
· 14 years ago
95a7f15
e2fsck: teach e2fsck how to deal with bigalloc in non-extent-mapped inodes
by Theodore Ts'o
· 14 years ago
f51b4d3
e2fsck: fix pass1b handling for bigalloc file systems
by Theodore Ts'o
· 14 years ago
d8fae3c
libext2fs: fix block iterator when the callback function modifies an extent
by Theodore Ts'o
· 14 years ago
af0df2a
debugfs: add a new debugfs command 'blocks'
by Theodore Ts'o
· 14 years ago
b4db1e4
tests: use /tmp for scratch files
by Theodore Ts'o
· 14 years ago
0bd0e59
misc: use EXT2_I_SIZE() consistently to get size
by Andreas Dilger
· 14 years ago
81c6377
libext2fs: don't hang in ext2fs_new_block2() on a full bigalloc file system
by Theodore Ts'o
· 14 years ago
8e8a190
libext2fs: teach ext2fs_bmap2() about bigalloc
by Theodore Ts'o
· 14 years ago
551e2e4
libext2fs: move ext2fs_bmap2()'s the extent handling to a separate function
by Theodore Ts'o
· 14 years ago
b98d3e8
libext2fs: teach ext2fs_block_alloc_stats2() about bigalloc
by Theodore Ts'o
· 14 years ago
c4d2d43
libext2fs: replace missing flexbg initialization in flexbg_offset
by Theodore Ts'o
· 14 years ago
d32c915
libext2fs: Fix gcc -Wall warnings
by Theodore Ts'o
· 14 years ago
062cc47
libext2fs: fix 64-bit support in ext2fs_bmap2()
by Theodore Ts'o
· 14 years ago
41e102a
libext2fs: fix 64-bit support in ext2fs_{read,write}_inode_full()
by Theodore Ts'o
· 14 years ago
25567a7
e2fsck, libext2fs: support for bigalloc file systems with a blocksize of 1024
by Theodore Ts'o
· 14 years ago
f37901a
Merge branch 'maint' into next
by Theodore Ts'o
· 14 years ago
5b734a0
mke2fs: allow setting the stride and stripe width to zero
by Theodore Ts'o
· 14 years ago
9a976ac
tune2fs: Fix mount_opts handling
by Theodore Ts'o
· 14 years ago
035f32a
tune2fs: allow setting the stride and stripe width to zero
by Theodore Ts'o
· 14 years ago
c0b3deb
Update for e2fsprogs 1.42-WIP-0702 release
by Theodore Ts'o
· 14 years ago
594ec97
debian: disable compression
by Theodore Ts'o
· 14 years ago
1ca8779
libext2fs: fix makefile dependency problem
by Theodore Ts'o
· 14 years ago
b2e6c86
mke2fs, e2fsck: fix i_blocks handling for bigalloc file systems
by Theodore Ts'o
· 14 years ago
b12a0bc
mke2fs: change bigalloc default cluster size to 16*blocksize
by Theodore Ts'o
· 14 years ago
fe75afb
Fix superblock field s_blocks_count for bigalloc file systems
by Theodore Ts'o
· 14 years ago
a3efe48
e2fsck: fix mysterious "FILE SYSTEM WAS MODIFIED" with no changes
by Theodore Ts'o
· 14 years ago
96367ad
misc: quiet "unused variable" compiler warnings
by Andreas Dilger
· 14 years ago
db7cb4b
check: build all dependencies before "make check"
by Andreas Dilger
· 14 years ago
3385a25
e2fsck: Fix pass5 handling for bigalloc && uninit_bg file systems
by Theodore Ts'o
· 14 years ago
5f2e1a8
libext2fs: fix regression in ext2fs_new_block2() for uninit_bg file systems
by Theodore Ts'o
· 14 years ago
2d34a25
mke2fs: add support for cluster size in mke2fs.conf
by Theodore Ts'o
· 14 years ago
4c2b28a
mke2fs: Add support for [devices] stanza in mke2fs.conf
by Theodore Ts'o
· 14 years ago
8f36e69
Merge branch 'maint' into next
by Theodore Ts'o
· 14 years ago
177cb5c
e2fsprogs: ignore generated files for "git status"
by Andreas Dilger
· 14 years ago
388b66f
ext2fs: fix error handling in ext2fs_add_dir_block
by Andreas Dilger
· 14 years ago
9b4d06b
mke2fs: add extent-mapped journal regression test
by Andreas Dilger
· 14 years ago
ec50834
mke2fs: add test for large journal with lazy init
by Andreas Dilger
· 14 years ago
6c54689
mke2fs: skip zeroing journal blocks
by Andreas Dilger
· 14 years ago
931b58e
ext2fs: Handle internal journal over 2^32 bytes
by Andreas Dilger
· 14 years ago
534a4c3
ext2fs: don't use O_DIRECT if not available
by Andreas Dilger
· 14 years ago
a1a7699
misc: fix compile warnings on OSX
by Andreas Dilger
· 14 years ago
65d05ce
ext2fs: fix ext2fs_warn_bitmap32() return warning
by Andreas Dilger
· 14 years ago
1d8f5ae
debugfs: fix icheck finding blocks used for xattrs
by Andreas Dilger
· 14 years ago
25bc8c7
tune2fs: add dir_index feature to tune2fs man page
by Andreas Dilger
· 14 years ago
1ac2aa2
ext2fs: fix undeclared posix_memalign() warning
by Andreas Dilger
· 14 years ago
cf5301d
misc: clean up compiler warnings
by Andreas Dilger
· 14 years ago
44fe08f
e2fsck: add basic bigalloc support to check (but not yet repair) file systems
by Theodore Ts'o
· 14 years ago
c6ed60c
mke2fs: support creating bigalloc file systems
by Theodore Ts'o
· 14 years ago
4a2a9b7
libext2fs: allocate clusters to files in expand_dir.c and mkjournal.c
by Theodore Ts'o
· 14 years ago
b0ecb78
libext2fs: teach block allocation functions about bigalloc/clusters
by Theodore Ts'o
· 14 years ago
94968e7
libext2fs: teach bitmap functions about bigalloc/cluster
by Theodore Ts'o
· 14 years ago
1afb468
libext2fs: create extent-based directories if the extents feature is enabled
by Theodore Ts'o
· 14 years ago
f16f9d9
Merge branch 'maint' into next
by Theodore Ts'o
· 14 years ago
8185ab9
mke2fs: Don't erase flash device if "-n" is given
by Andreas Dilger
· 14 years ago
6a6337c
Merge branch 'maint' into next
by Theodore Ts'o
· 14 years ago
bcb942c
dumpe2fs: teach dumpe2fs to be cluster aware
by Theodore Ts'o
· 14 years ago
b92fbed
libext2fs: Teach block bitmap read, write, and allocation funcs about clusters
by Theodore Ts'o
· 14 years ago
1da5ef7
libext2fs: change fs->clustersize to fs->cluster_ratio_bits
by Theodore Ts'o
· 14 years ago
ae9e37c
libext2fs: change EXT2_MAX_BLOCKS_PER_GROUP() to be cluster size aware
by Theodore Ts'o
· 14 years ago
6220b67
libext2fs: require cluster size == block_size when opening a !bigalloc fs
by Theodore Ts'o
· 14 years ago
1e082c6
libcom_err: Fix install rule if installing with hard links
by Theodore Ts'o
· 14 years ago
7501ce3
e2fsck: don't check/clone duplicate xattr blocks in fs without xattr feature
by Eric Sandeen
· 14 years ago
Next »