Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_e2fsprogs
/
51d12cebb61ca00f5455fe6e25938cd79fea15ab
51d12ce
Add CRC32 (big-endian) routine for use by journal checksums
by Theodore Ts'o
· 17 years ago
69fbde4
Re-enable byte-swapping functions for use by journal checksums
by Theodore Ts'o
· 17 years ago
2ea504b
libext2fs: Fix build failure on powerpc in ext2fs_swap_inode_full()
by Aneesh Kumar K.V
· 17 years ago
8aa53bf
Merge branch 'maint' into next
by Theodore Ts'o
· 17 years ago
9aa109c
debian: Improve uuid-runtime package description
by Theodore Ts'o
· 17 years ago
9598165
debian: Improve e2fsprogs package description
by Theodore Ts'o
· 17 years ago
0acb53e
po: update es.po (from translationproject.org)
by Benno Schulenberg
· 17 years ago
c9bad3c
Add ZFS detection to libblkid
by Ricardo M. Correia
· 17 years ago
dfb1d42
f_extents2: Add new test case testing e2fsck's support for extents
by Theodore Ts'o
· 17 years ago
d5a8f9a
e2fsck: Detect unordered extents in an extent node
by Theodore Ts'o
· 17 years ago
16bd349
e2fsck: Wire up callback functions for _alloc_block() and _block_alloc_stats()
by Theodore Ts'o
· 17 years ago
f5c562e
libext2fs: Add callback functions for _alloc_block() and _block_alloc_stats()
by Theodore Ts'o
· 17 years ago
ec9d6dd
Wire ext2fs_bmap2() to use ext2fs_extent_set_bmap()
by Theodore Ts'o
· 17 years ago
d7b9220
Wire ext2fs_block_iterate2() to use ext2fs_extent_set_bmap()
by Theodore Ts'o
· 17 years ago
c802ad9
Teach ext2fs_extent_delete() to remove an empty extent node from the tree
by Eric Sandeen
· 17 years ago
f4e9963
libext2fs: add new function ext2fs_extent_set_bmap()
by Eric Sandeen
· 17 years ago
01229db
Teach ext2fs_extent_insert() to split the current node if necessary
by Eric Sandeen
· 17 years ago
9fd6a96
libext2fs: Teach extent.c how to split nodes
by Eric Sandeen
· 17 years ago
aa8e2f1
ext2fs_extent_open: If the inode is empty, initialize the extent tree
by Theodore Ts'o
· 17 years ago
05a32de
ext2fs_extent_replace: Support uninit extents and check validity of e_len
by Theodore Ts'o
· 17 years ago
11de926
e2fsck: Don't double count an extent after deleting the last extent
by Theodore Ts'o
· 17 years ago
73e5abc
e2fsck: Don't skip an extent after deleting an invalid extent
by Theodore Ts'o
· 17 years ago
168b6b5
Remove bashism in test script for libblkid
by Theodore Ts'o
· 17 years ago
c7015e4
Add 64-bit support to the test_io manager
by Theodore Ts'o
· 17 years ago
7609f54
Fix m_large_file and r_inline_xattr tests to match with recent changes
by Theodore Ts'o
· 17 years ago
c0af709
Merge branch 'maint'
by Theodore Ts'o
· 17 years ago
491d8bc
Update release notes and debian changelog for 1.40.10 release
by Theodore Ts'o
· 17 years ago
b8251a5
Remove default sizeof sizes in configure script when cross-compiling
by Maciej W. Rozycki
· 17 years ago
492ea65
blkid: If the device mtime is newer that the cache time, force a revalidation
by Theodore Ts'o
· 17 years ago
e5ea6b1
e2fsck: Fix potential data corruptor bug in journal recovery
by Theodore Ts'o
· 17 years ago
a16031c
debugfs: Print the nanosecond field and i_version field of an inode
by Theodore Ts'o
· 17 years ago
bb767b2
ext2fs.h: Add l_i_file_acl_high and l_version_hi to on-disk inode structure
by Theodore Ts'o
· 17 years ago
ae7ecef
po: update vi.po (from translationproject.org)
by Clytie Siddall
· 17 years ago
0320cde
po: update sv.po (from translationproject.org)
by Göran Uddeborg
· 17 years ago
3fe745d
po: update nl.po (from translationproject.org)
by Benno Schulenberg
· 17 years ago
6767142
po: update de.po (from translationproject.org)
by Philipp Thomas
· 17 years ago
eda08d4
Install {mkfs,fsck}.{ext4,ext4dev} binary and man pages
by Theodore Ts'o
· 17 years ago
d46e171
Add ext4dev stanza to mke2fs.conf
by Theodore Ts'o
· 17 years ago
2d36358
mke2fs: Add the ability to configure default extended options in mke2fs.conf
by Theodore Ts'o
· 17 years ago
9817a2b
fix extent_goto for non-0 leaf levels
by Eric Sandeen
· 17 years ago
22269b8
- fix swap sanity tests in blkid, and blkid tests
by Eric Sandeen
· 17 years ago
3e5ffd8
Fix German translation bug (y,n) -> (j,n)
by Theodore Ts'o
· 17 years ago
cc435cb
libuuid: don't use unitialized variable
by Matthias Koenig
· 17 years ago
b93cb06
Fix parallel build problem
by Theodore Ts'o
· 17 years ago
e7d78c2
Update version.h and README for 1.41-WIP-0427 release
by Theodore Ts'o
· 17 years ago
faa08e4
Merge branch 'next' into tt/flex-bg
by Theodore Ts'o
· 17 years ago
2ec408e
Add test cases for undoe2fs: u_undoe2fs_mke2fs and u_undoe2fs_tune2fs
by Aneesh Kumar K.V
· 17 years ago
91803d8
Fix the resize inode test case
by Aneesh Kumar K.V
· 18 years ago
64d588c
tune2fs: Support for large inode migration.
by Aneesh Kumar K.V
· 18 years ago
b626b39
mke2fs: Add support for the undo I/O manager.
by Aneesh Kumar K.V
· 18 years ago
c860850
ext2fs_add_journal_inode: Optimize writing the journal data blocks
by Theodore Ts'o
· 17 years ago
5f8a5ae
Add e2undo command
by Aneesh Kumar K.V
· 18 years ago
72a168b
libext2fs: Add undo I/O manager
by Aneesh Kumar K.V
· 18 years ago
43781b9
mke2fs: Make argument to the extended option lazy_itable_init optional
by Theodore Ts'o
· 17 years ago
da292aa
Merge branch 'maint'
by Theodore Ts'o
· 17 years ago
e7d9ce9
debian: The doc-base section should be Programming, not Apps/Programming
by Theodore Ts'o
· 17 years ago
7affded
Update release notes and debian changelog for 1.40.9 release
by Theodore Ts'o
· 17 years ago
748cc43
fsck does not accept 'j' with German locale
by Makoto Dei
· 17 years ago
d94cc2e
mke2fs: Don't allow the combination of the meta_bg and resize_inode features
by Theodore Ts'o
· 17 years ago
9ba4000
mke2fs: New bitmap and inode table allocation for FLEX_BG
by Theodore Ts'o
· 17 years ago
494a1da
Basic flexible block group support
by Theodore Ts'o
· 17 years ago
d11736c
ext2fs_open_inode_scan: Handle an non-zero bg_itable_used in block group 0
by Theodore Ts'o
· 17 years ago
0f2794c
mke2fs/libext2fs: Fix lazy inode table initialization
by Theodore Ts'o
· 17 years ago
4476105
Merge branch 'maint'
by Theodore Ts'o
· 17 years ago
748d071
Update texinfo.tex file newer version from the FSF
by Theodore Ts'o
· 17 years ago
d3a76ef
libext2fs.texinfo: Fix @deftypefun definitions so they are all on one line
by Theodore Ts'o
· 17 years ago
7321d94
Fix "make docs" rule in Makefile for doc folder.
by Manish Katiyar
· 17 years ago
8bcaaab
blkid: Keep cached filesystem information on EACCES and ENOENT errors
by Theodore Ts'o
· 17 years ago
5711ed2
Transfer responsibility of setting the *_UNINIT flags to libext2fs
by Theodore Ts'o
· 17 years ago
16b851c
Remove LAZY_BG feature
by Theodore Ts'o
· 17 years ago
4a56850
Add comments documenting ext2fs_[reserve_]super_and_bgd_loc()
by Theodore Ts'o
· 17 years ago
4a2924e
e2fsck: Fix pass5 handling of meta_bg and uninit_bg combination
by Theodore Ts'o
· 17 years ago
456e989
ext2fs_set_gdt_csum: Remove setting of BLOCK_UNINIT
by Theodore Ts'o
· 17 years ago
3c5556e
ext2fs_set_gdt_csum: Remove bogus setting of ITABLE_ZEROED
by Theodore Ts'o
· 17 years ago
41a5afa
libe2p: Print the s_min_extra_isize and s_wanted_extra_isize fields
by Theodore Ts'o
· 17 years ago
00a9284
libext2fs: Initialize s_min_extra_isize and s_wanted_extra_isize
by Theodore Ts'o
· 17 years ago
6360d12
blkid: more sanity checks for swap v1
by Eric Sandeen
· 17 years ago
a4396e9
mke2fs: Disentangle lazy_bg from uninit_bg's lazy inode table initialization
by Theodore Ts'o
· 17 years ago
ba1e125
Change the primary name of the extents feature to be 'extent'
by Theodore Ts'o
· 17 years ago
2930dad
Rename the feature uninit_groups to uninit_bg
by Theodore Ts'o
· 17 years ago
7a1eac2
e2fsck: Only check PR_1_EXTENT_ENDS_BEYOND for leaf nodes
by Eric Sandeen
· 17 years ago
c21ed77
Make extent_goto() deterministic when logical block not found
by Eric Sandeen
· 17 years ago
5e057d5
Fix ext2fs_extent_insert when at last extent in node
by Eric Sandeen
· 17 years ago
108e62e
print a bit more info for the tst_extents info command
by Eric Sandeen
· 17 years ago
daf7a6e
Fix tst_extents build when building w/o dynamic libraries
by Theodore Ts'o
· 17 years ago
1ca1059
Add support for the HUGE_FILE feature
by Theodore Ts'o
· 17 years ago
a91b3f3
Merge branch 'maint'
by Theodore Ts'o
· 17 years ago
b4d15df
po: update sv.po (from translationproject.org)
by Göran Uddeborg
· 17 years ago
7c4eea2
po: update pl.po (from translationproject.org)
by Jakub Bogusz
· 17 years ago
8505959
po: update fr.po (from translationproject.org)
by Samuel Thibault
· 17 years ago
b4d8877
po: update de.po (from translationproject.org)
by Philipp Thomas
· 17 years ago
fa3ad00
po: update cs.po (from translationproject.org)
by Petr Pisar
· 17 years ago
6a141f2
Fix non-POSIX ">&" in the Makefile for lib/ss's "make check" rule
by Theodore Ts'o
· 17 years ago
60dc00b
Merge branch 'maint'
by Theodore Ts'o
· 17 years ago
bb0224a
e2fsck: avoid double free of ctx->filesystem_name
by Matthias Koenig
· 17 years ago
4a12b89
Merge branch 'es/warnings-fix' into next
by Theodore Ts'o
· 17 years ago
01c196b
Fix a couple of implicit function declarations
by Eric Sandeen
· 17 years ago
3d43836
New mke2fs filesystem and usage types support
by Theodore Ts'o
· 17 years ago
ae38920
Merge branch 'maint' into next
by Theodore Ts'o
· 17 years ago
2efdba5
Fix m_no_opt regression test
by Theodore Ts'o
· 17 years ago
Next »