Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_e2fsprogs
/
b12a0bc30152f85ccafab159fcc2f50fe6ce2551
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
3977a4f
Merge branch 'maint' into next
by Theodore Ts'o
· 14 years ago
2972b16
tune2fs: Fix overflow of interval check
by Kazuya Mio
· 14 years ago
b1503c4
e2fsprogs: Unify the upper limit of reserved blocks count
by Kazuya Mio
· 14 years ago
d568782
mke2fs: don't set stripe/stride to 1 block
by Eric Sandeen
· 14 years ago
9e71350
tests: New i_e2image test to validate image creation/conversion
by Lukas Czerner
· 14 years ago
92dcfb7
e2image: Support for conversion QCOW2 image into raw
by Lukas Czerner
· 14 years ago
bf0449b
e2image: Add support for qcow2 format
by Lukas Czerner
· 14 years ago
ffec46f
e2fsprogs: Add memory allocation and zero-out helpers
by Lukas Czerner
· 14 years ago
f5ae5b3
debugfs: document htree-related commands in man page
by Eric Sandeen
· 14 years ago
1ec5d10
debugfs: remove unused htree_dump "-l" argument
by Eric Sandeen
· 14 years ago
d3859af
mke2fs: Allow specifying reserved_ratio via mke2fs.conf
by Aditya Kali
· 14 years ago
598d20c
mke2fs: make s_inodes_per_group >= 8 in ext2fs_initialize
by Tao Ma
· 14 years ago
5fff975
e2fsprogs: fix memory leak in ext2fs_free_generic_bmap()
by Lukas Czerner
· 14 years ago
ba7cb5d
e2fsprogs: fix freeing bitmap in allocation error path
by Lukas Czerner
· 14 years ago
b18c5fd
Merge branch 'maint' into next
by Theodore Ts'o
· 14 years ago
1760d16
e2fsck: make the "fs is mounted; continue?" prompt more paranoid
by Theodore Ts'o
· 14 years ago
0595062
logsave: Update usage message so it is correct
by Carsten Hey
· 14 years ago
a8d8432
filefrag: count 0 extents properly when verbose
by Eric Sandeen
· 14 years ago
5af9eea
Merge branch 'maint' into next
by Theodore Ts'o
· 14 years ago
c898489
po: update fr.po (from translationproject.org)
by Samuel Thibault
· 14 years ago
d4a9330
e2fsprogs: man page typo fixes
by Eric Sandeen
· 14 years ago
4df1618
add new superblock field: s_overhead_blocks
by Theodore Ts'o
· 14 years ago
aa07cb7
mke2fs: If the device supports discard, don't print an error message
by Theodore Ts'o
· 14 years ago
829d999
Merge branch 'maint' into next
by Theodore Ts'o
· 14 years ago
412376e
Add basic BIGALLOC support for cluster-based allocation
by Theodore Ts'o
· 14 years ago
0edcc27
e2fsprogs: reserving code points for new ext4 quota feature
by Aditya Kali
· 14 years ago
7d9e316
mke2fs: Display progress report during the device discard
by Lukas Czerner
· 15 years ago
214580a
Merge branch 'maint' into next
by Theodore Ts'o
· 14 years ago
855a77a
mke2fs: Simple man page nodiscard option correction
by Lukas Czerner
· 15 years ago
6a426c9
e2fsprogs: enable user namespace xattrs by default
by Eric Sandeen
· 14 years ago
3daf592
e2fsprogs: turn off enforced fsck intervals by default
by Eric Sandeen
· 14 years ago
b6d274f
e2fsprogs: create com_err.h link in includedir
by Eric Sandeen
· 14 years ago
89d4597
badblocks: Add accounting for different types of errors
by Theodore Ts'o
· 14 years ago
39791dc
badblocks: Fix up recover_block handling in badblocks
by Theodore Ts'o
· 14 years ago
175d43b
Merge branch 'maint' into next
by Theodore Ts'o
· 14 years ago
468d82f
badblocks: Only report errors when reading/writing one block at a time
by Theodore Ts'o
· 14 years ago
e53e8fb
badblocks: Add the -B option which forces the use of buffered I/O
by Theodore Ts'o
· 14 years ago
7d68403
badblocks: Fix bug so that O_DIRECT mode is correctly entered
by Theodore Ts'o
· 14 years ago
616f68b
Merge branch 'maint' into next
by Theodore Ts'o
· 14 years ago
14dec25
po: update fr.po (from translationproject.org)
by Samuel Thibault
· 14 years ago
b637f8e
filefrag: remove useless assignment
by Jim Meyering
· 15 years ago
c475534
po: update zh_CN.po (from translationproject.org)
by Dark Raven
· 15 years ago
a4edef1
po: update de.po (from translationproject.org)
by Philipp Thomas
· 15 years ago
a58f1ed
po: update id.po (from translationproject.org)
by Theodore Ts'o
· 15 years ago
ce29c1d
po: update vi.po (from translationproject.org)
by Clytie Siddall
· 15 years ago
5cca931
po: update sv.po (from translationproject.org)
by Göran Uddeborg
· 15 years ago
e20ac79
po: update pl.po (from translationproject.org)
by Jakub Bogusz
· 15 years ago
4f262f3
po: update nl.po (from translationproject.org)
by Benno Schulenberg
· 15 years ago
c2d2236
po: update fr.po (from translationproject.org)
by Samuel Thibault
· 15 years ago
3e914b5
po: update de.po (from translationproject.org)
by Philipp Thomas
· 15 years ago
397827b
po: update cs.po (from translationproject.org)
by Petr Pisar
· 15 years ago
2696f25
resize2fs: fix computation of the real end of the bitmap to be 64-bit
by Theodore Ts'o
· 15 years ago
9ac557a
e4defrag: Use libext2fs to get the correct superblock information
by Kazuya Mio
· 15 years ago
8d9c50c
configure: control whether e4defrag is built/installed via --disable-defrag
by Theodore Ts'o
· 15 years ago
b07f014
e4defrag: fix segfault when e4defrag races with unlink/truncate
by Kazuya Mio
· 15 years ago
da2a5a4
Merge branch 'maint' into next
by Theodore Ts'o
· 15 years ago
7267e3d
Update Release Notes, Changelogs, version.h, etc. for 1.41.14 release
by Theodore Ts'o
· 15 years ago
0f7479b
mke2fs: don't complain if the fs type "default" is not defined in mke2fs.conf
by Theodore Ts'o
· 15 years ago
9b27e9c
mke2fs: take the device size into account when determining the size type
by Theodore Ts'o
· 15 years ago
d16db7d
resize2fs: do not clear resize inode for 0 resvd blocks
by Eric Sandeen
· 15 years ago
a4fdf09
libext2fs: Don't use the extended rec_len encoding for standard file systems
by Theodore Ts'o
· 15 years ago
Next »