Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_e2fsprogs
/
054e5a9ccf8d65e015f2af85bfddd3fda3a0472f
054e5a9
Add 64bit option to known incompatible file system options
by Valerie Aurora Henson
· 16 years ago
b49f78f
Convert ext2fs_group_{first,last}_block() to *block2()
by Theodore Ts'o
· 16 years ago
6493f8e
Convert ext2fs_group_of_blk() to ext2fs_group_of_blk2()
by Theodore Ts'o
· 16 years ago
48f2305
Convert ext2fs_block_alloc_stats() calls to block_alloc_stats2()
by Valerie Aurora Henson
· 16 years ago
cf828f1
libext2fs: Byte-swap 64-bit block group descriptors
by Theodore Ts'o
· 16 years ago
d7cca6b
Convert to use block group accessor functions
by Valerie Aurora Henson
· 16 years ago
cd65a24
libext2fs: Convert ext2fs_bg_flag_test() to ext2fs_bg_flags_test()
by Theodore Ts'o
· 16 years ago
e633b58
libext2fs: clean up ext2fs_bg_flags_ interfaces
by Eric Sandeen
· 16 years ago
03b9dca
debugfs: open file systems using EXT2_FLAG_64BITS
by Eric Sandeen
· 16 years ago
72a729d
Merge branch 'maint' into next
by Theodore Ts'o
· 16 years ago
06807d9
debian: Add pre-depends for util-linux for util-linux-ng builds
by Theodore Ts'o
· 16 years ago
ca3b06e
Update .gitignore
by Michael Roth
· 16 years ago
c5fbf38
tune2fs.8: Clarify tune2fs's -i option
by Theodore Ts'o
· 16 years ago
77f464f
dumpe2fs: Fix usage message for -o superblock=<num> and -o blocksize=<num>
by Theodore Ts'o
· 16 years ago
beb736b
configure.in: Fix typo: remove '2' from blkid_probe_get_topology2
by Eric Sandeen
· 16 years ago
5d10807
libext2fs: Fix FEATURE_RO_COMPAT_HUGE_FILE && !HUGE_FILE_FL
by Theodore Ts'o
· 16 years ago
ba5131f
e2fsck: Accept superblock times to be fudged by up to 24 hours by default
by Theodore Ts'o
· 16 years ago
8a8f365
e2fsck: Fix handling of non-zero i_blocks_high field
by Theodore Ts'o
· 16 years ago
95bcea9
Merge branch 'maint' into next
by Theodore Ts'o
· 16 years ago
695706c
e2fsck: Interpret negative blkcount in file system problem reports
by Theodore Ts'o
· 16 years ago
f790bc3
libext2fs: Always build file_io.c
by Theodore Ts'o
· 16 years ago
a321afa
tests: Account for new mke2fs topology information
by Theodore Ts'o
· 16 years ago
9ed8e5f
mke2fs: get device topology values from blkid
by Eric Sandeen
· 16 years ago
e1f0850
Don't use in-tree header files if using system uuid or blkid libraries
by Theodore Ts'o
· 16 years ago
61a9d2b
e2fsck: Use the correct problem code in the case of LAST_WRITE_FUDGED
by Theodore Ts'o
· 16 years ago
7822f78
blkid: Avoid a potentially error message when running "make clean"
by Theodore Ts'o
· 16 years ago
2d7ef23
debugfs: add matching fclose
by Peng Tao
· 16 years ago
484ddc8
fix fd leak that causes fsck to fail with "too many open files"
by Cristian Rodríguez
· 16 years ago
04f13d6
libext2fs: Add error table initialization to test programs
by Theodore Ts'o
· 16 years ago
1d4a493
e2undo: Initialize com_err error tables for the ext2fs library
by Theodore Ts'o
· 16 years ago
048786d
debugfs: Convert to support 64-bit filesystems
by Valerie Aurora Henson
· 16 years ago
4efbac6
Convert uses of super->s_*_blocks_count to ext2fs_*_blocks_count()
by Valerie Aurora Henson
· 16 years ago
a63745e
Use ext2fs_file_acl_block() instead of using .i_file_acl directly
by Valerie Aurora Henson
· 16 years ago
c5b7b6b
Fix overflow in calculation of total file system blocks
by Valerie Aurora Henson
· 16 years ago
51e6459
libext2fs: Round up the bitmap size when allocating a new bitmap
by Theodore Ts'o
· 16 years ago
7a9f055
mke2fs.8.in: Clarify flex_bg feature description
by Theodore Ts'o
· 16 years ago
73ebdf9
tune2fs.8: Document the flex_bg file system option in the man page
by Theodore Ts'o
· 16 years ago
2884d20
resize2fs: fix minimum resize size calculation with flex_bg
by Peng Tao
· 16 years ago
1d8af18
resize2fs: calculate minimal fs size only once
by Peng Tao
· 16 years ago
0b5b9f9
configure.in, configure: Drop --with-cc, --with-ccopts, --with-ldopts
by Theodore Ts'o
· 16 years ago
1d9b818
dumpe2fs: Print more information about the inline journal
by Theodore Ts'o
· 16 years ago
1be2ce0
debian: Make sure libblkid1 and libblkid1-dbg have changelogs
by Theodore Ts'o
· 16 years ago
82b59ca
e2fsck: Avoid scary failure messages on low-memory systems
by Theodore Ts'o
· 16 years ago
249c962
blkid: support .ko.gz in modules.dep parser
by Karel Zak
· 16 years ago
8bafedb
tune2fs: Fix "tune2fs -j <dev>" for extent-enabled filesystems
by Theodore Ts'o
· 16 years ago
95fd65b
libext2fs: create generic numeric progress meters and use them
by Valerie Aurora Henson
· 16 years ago
732c8cd
Use accessor functions fields for bg_flags in the block group descriptors
by Theodore Ts'o
· 16 years ago
24a117a
Convert to use io_channel_read_blk64() and io_channel_write_blk64()
by Valerie Aurora Henson
· 16 years ago
d62d218
libext2fs: Fix counting routines in blknum.c to take/return __u32 counts
by Nick Dokos
· 16 years ago
dc615a2
Merge branch 'maint' into next
by Theodore Ts'o
· 16 years ago
a9e55a1
e4defrag: fix ppc build
by Kyle McMartin
· 16 years ago
c1b8759
e4defrag: Link with ext2fs library
by Theodore Ts'o
· 16 years ago
31b5a2b
mke2fs.conf: Use the feature name "extent" instead of "extents"
by Theodore Ts'o
· 16 years ago
686c4c1
Fix debian packaging to work correctly on post-Lenny systems
by Theodore Ts'o
· 16 years ago
ffd8078
e2freefrag: Update manpage to include e2fsprogs version and release date
by Theodore Ts'o
· 16 years ago
edde3e5
Update release notes, version string, etc. for E2fsprogs 1.41.9 release
by Theodore Ts'o
· 16 years ago
4087bbd
make-sparse: Write a zero-byte at the end of the image
by Theodore Ts'o
· 16 years ago
3346084
resize2fs: Move everything to new bitmap interface
by Valerie Aurora Henson
· 16 years ago
3c041a5
Convert tune2fs, dumpe2fs, and e2image to the new bitmap interface
by Valerie Aurora Henson
· 16 years ago
6d879a9
debugfs: Move everything to new bitmap interface
by Valerie Aurora Henson
· 16 years ago
c5d2f50
e2fsck: Convert e2fsck to new bitmap interface
by Valerie Aurora Henson
· 16 years ago
154a5d7
tune2fs: handle bad blocks when resizing inodes
by Aneesh Kumar K.V
· 16 years ago
91fac97
tune2fs: Handle fs meta-data blocks during inode resize
by Aneesh Kumar K.V
· 16 years ago
a9e5177
tune2fs: Make e2fsprogs handle ENOSPC better with inode resize
by Aneesh Kumar K.V
· 16 years ago
edc9e25
f_illitable_flexbg: Add new test
by Theodore Ts'o
· 16 years ago
6013915
e2fsck: Add a global latch question for bad group descriptor checksums
by Theodore Ts'o
· 16 years ago
9a7fe4b
e2fsck: Only ask to relocate a block group's inode table once
by Theodore Ts'o
· 16 years ago
617446e
e2fsck: Teach new_table_block() to allocate new itables/bitmaps with FLEX_BG
by Theodore Ts'o
· 16 years ago
334cfcc
filefrag: don't print extent header on bmap fallback
by Eric Sandeen
· 16 years ago
1f3d16d
filefrag: fix frag count in bmap case
by Eric Sandeen
· 16 years ago
5d5e01d
filefrag: Add option to force use of the FIBMAP ioctl
by Theodore Ts'o
· 16 years ago
f4240c8
libext2fs: Treat uninitialized parts of bitmaps as unallocated
by Theodore Ts'o
· 16 years ago
0d990d0
Add V=1 support when linking e2freefrag in misc/Makefile.in
by Theodore Ts'o
· 16 years ago
1e48a45
e2freefrag: Take into account the last free extent in the file system
by Theodore Ts'o
· 16 years ago
3e343b8
e2freefrag: Fix to work correctly for file systems with 1kb block sizes
by Theodore Ts'o
· 16 years ago
cba91c4
e2freefrag: Do not print chunk-related information by default
by Theodore Ts'o
· 16 years ago
aff2cf8
e2freefrag: Clarify e2freefrag's messages
by Theodore Ts'o
· 16 years ago
137a7dc
e2freefrag: Initialize the ext2 error table
by Theodore Ts'o
· 16 years ago
fe26a55
e2fsck: Fix and enhance superblock dates in future problem reports
by Theodore Ts'o
· 16 years ago
463e732
Convert mke2fs to new bitmap interface
by Valerie Aurora Henson
· 16 years ago
8f82ef9
Convert libext2fs to 64-bit bitmap interface
by Valerie Aurora Henson
· 16 years ago
69365c6
Add support for 64-bit bitmaps
by Theodore Ts'o
· 16 years ago
bee24f3
e2fsck: Allow cancellation during group descriptor checks.
by Valerie Aurora Henson
· 16 years ago
1d72214
Merge branch 'maint' into next
by Theodore Ts'o
· 16 years ago
88fca20
Move declaration of FS_IOC_FIEMAP ioctl to fiemap.h
by Theodore Ts'o
· 16 years ago
baa8dbe
Merge branch 'maint' into next
by Theodore Ts'o
· 16 years ago
bf3941a
po: update sv.po (from translationproject.org)
by Göran Uddeborg
· 16 years ago
bc46edf
po: update fr.po (from translationproject.org)
by Samuel Thibault
· 16 years ago
c1695eb
po: update pl.po (from translationproject.org)
by Jakub Bogusz
· 16 years ago
39c7d13
po: update cs.po (from translationproject.org)
by Petr Pisar
· 16 years ago
4f1d0e8
e4defrag: remove a lot of cruft
by Eric Sandeen
· 16 years ago
187cb62
debugfs: Add the new command dump_extents and extent the stat command
by Theodore Ts'o
· 16 years ago
ad751f1
e2freefrag: Improve output to include be more like xfs_db's freesp -s
by Andreas Dilger
· 16 years ago
f668c2c
po: update sv.po (from translationproject.org)
by Göran Uddeborg
· 16 years ago
0b2681f
e2freefrag: New program which displays how fragmented the free space is
by Theodore Ts'o
· 16 years ago
1451c20
libext2fs: Use blk_t instead of int in ext2fs_allocate_group_table
by Theodore Ts'o
· 16 years ago
776a374
Update debian changelog and RELEASE-NOTES for interim release
by Theodore Ts'o
· 16 years ago
8b5ed49
libext2fs: Avoid creating unneeded new extents in ext2fs_extent_set_bmap()
by Theodore Ts'o
· 16 years ago
64cb68b
libext2fs: Improve debugging printf's in extent.c
by Theodore Ts'o
· 16 years ago
16e470e
libext2fs: Fix regression in ext2fs_extent_set_bmap()
by Theodore Ts'o
· 16 years ago
Next »