Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
e2fsprogs_custom
/
40024fdbafdf3875a0950e8fee5dd8bf69ea6b6c
40024fd
libext2fs: fix bug in unix_io corrupted > 16TB file systems on 32-bit systems
by Theodore Ts'o
· 13 years ago
ce10c31
dumpe2fs: fix 64-bit block numbers on 32-bit systems
by Theodore Ts'o
· 13 years ago
183c73b
Teach build system to install relative symlinks if requested
by Theodore Ts'o
· 13 years ago
e366e42
Include LDFLAGS when building BSD libraries
by Theodore Ts'o
· 13 years ago
58b3d8d
Fix parallel (make -j) build
by Matthias Andree
· 13 years ago
21af16f
Fix bashisms
by Matthias Andree
· 13 years ago
660b4c3
Reserve the codepoints for the INCOMPAT features LARGEDATA and INLINEDATA
by Theodore Ts'o
· 13 years ago
d715207
Support systems without posix_memalign() and memalign()
by Theodore Ts'o
· 13 years ago
fd1c5a0
libext2fs: factor out I/O buffer allocation
by Theodore Ts'o
· 13 years ago
07d1208
libext2fs: make read_bitmaps() more efficient when using direct I/O
by Theodore Ts'o
· 13 years ago
dd0a267
libext2fs: refactor Direct I/O alignment requirement calculations
by Theodore Ts'o
· 13 years ago
0a05b90
libext2fs: move the alignment field from unix_io to the io_manager
by Theodore Ts'o
· 13 years ago
65ee799
tests: add new tests f_jnl_32bit and f_jnl_64bit
by Theodore Ts'o
· 13 years ago
2788cc8
e2fsck: quiet harmless inode/blocks errors
by Andreas Dilger
· 13 years ago
7943ccf
e2fsck,libquota: Update quota only if its inconsistent
by Aditya Kali
· 13 years ago
ec7686e
e2fsck: Fix check for hidden quota files
by Aditya Kali
· 13 years ago
1d52018
debugfs: cleanup in do_show_debugfs_params
by Zheng Liu
· 13 years ago
a99145e
tune2fs: fix man page indentation
by Aditya Kali
· 13 years ago
e67f826
po: update vi.po (from translationproject.org)
by Trần Ngọc Quân
· 13 years ago
f070bf5
po: update sv.po (from translationproject.org)
by Göran Uddeborg
· 13 years ago
f64e68e
po: update pl.po (from translationproject.org)
by Jakub Bogusz
· 13 years ago
e3ea137
po: update nl.po (from translationproject.org)
by Benno Schulenberg
· 13 years ago
f357941
po: update fr.po (from translationproject.org)
by Samuel Thibault
· 13 years ago
edc733d
po: update de.po (from translationproject.org)
by Philipp Thomas
· 13 years ago
b8bb8f7
po: update cs.po (from translationproject.org)
by Petr Pisar
· 13 years ago
7a069f1
tests: add new test f_eofblocks
by Theodore Ts'o
· 13 years ago
2743499
Merge branch 'master' of https://github.com/danielnorberg/e2fsprogs into maint
by Theodore Ts'o
· 13 years ago
f6243c1
com_err.pc: correct include path
by Daniel Norberg
· 13 years ago
f52c175
debian: update debian-policy conformance to 3.9.3
by Theodore Ts'o
· 13 years ago
3b0018b
Update for Debian 1.42.2-2 release
by Theodore Ts'o
· 13 years ago
c1732c5
e2fsck.conf.5: add buggy_init_scripts to the man page
by Theodore Ts'o
· 13 years ago
46f1007
libext2fs: improve testing coverage of tst_bitmaps
by Theodore Ts'o
· 13 years ago
38792ca
libext2fs: use correct types in ext2fs_find_first_zero_block_bitmap2()
by Theodore Ts'o
· 13 years ago
664c332
libext2fs: add 32-bit compat code for ext2fs_find_first_zero_generic_bmap()
by Theodore Ts'o
· 13 years ago
8f92c4a
Update config.guess and config.sub to the latest (2012-02-10) version
by Theodore Ts'o
· 13 years ago
b24efa2
Don't assume that the presence of mntent.h means that setmntent() exists
by Theodore Ts'o
· 13 years ago
d47e2af
fsck: don't include sys/signal.h for portability reasons
by Theodore Ts'o
· 13 years ago
25ff772
e2fsck: add portability fallback in case getpwuid_r is not present
by Theodore Ts'o
· 13 years ago
304e11c
mke2fs: don't fail creating the journal if /etc/mtab is missing
by Theodore Ts'o
· 13 years ago
e64e676
Fix gcc -Wall nitpicks
by Theodore Ts'o
· 13 years ago
70d7281
Update Release Notes, Changelogs, version.h, etc. for 1.42.2 release
by Theodore Ts'o
· 13 years ago
3e979c6
po: update vi.po (from translationproject.org)
by Trần Ngọc Quân
· 13 years ago
ddad038
debian: add pointer for e2fsprogs-udeb to libcomerr2.shlibs
by Theodore Ts'o
· 13 years ago
95decc5
debian: add back support older systems w/o dpkg-buildflags
by Theodore Ts'o
· 13 years ago
fb8bcfc
debian: don't build BUILD-STATIC if SKIP_STATIC=yes
by Theodore Ts'o
· 13 years ago
be24178
debian: don't build BUILD-BF if SKIP_BF=yes
by Theodore Ts'o
· 13 years ago
81d72f7
debian: compile without using dietlibc if SKIP_DIETLIBC=yes
by Theodore Ts'o
· 13 years ago
d973c18
debian: try to include rules.custom if it exists
by Theodore Ts'o
· 13 years ago
608858f
mke2fs.conf: allow use of a custom mke2fs.conf file
by Theodore Ts'o
· 13 years ago
3a6db9b
libext2fs: fix ext2fs_get_memalign when posix_memalign() doesn't exist
by Theodore Ts'o
· 13 years ago
b75a4ce
Fix typo and missing .TP in the tune2fs and mke2fs.conf man pages
by David Prévot
· 13 years ago
11f359f
libext2fs: implement fast find_first_zero() for bitarray bitmaps.
by Sami Liedes
· 13 years ago
2ae5d1f
debugfs: teach seti and freei to free a block of inodes
by Theodore Ts'o
· 13 years ago
538eb87
libext2fs: update dirty flags if the uninit flags are cleared
by Theodore Ts'o
· 13 years ago
c1a1e7f
libext2fs: Implement ext2fs_find_first_zero_generic_bmap().
by Sami Liedes
· 13 years ago
5f7c049
libext2fs: document EXT2_FLAG_64BITS in ext2fs_open2()
by Sami Liedes
· 13 years ago
04cb6f5
resize2fs: use EXT2_FLAG_64BITS
by Sami Liedes
· 13 years ago
7555677
libext2fs: move a modulo operation out of a hot loop.
by Sami Liedes
· 13 years ago
010dc7b
e2fsck: remove EXT4_EOFBLOCKS_FL flag handling
by Lukas Czerner
· 13 years ago
37c8db7
mke2fs: add option to use direct I/O (mke2fs -D)
by Theodore Ts'o
· 13 years ago
010c49c
e2fsck: report ext2fs_open2() and ext2fs_check_desc() errors
by Theodore Ts'o
· 13 years ago
349b8a3
e2fsck: avoid unnecessary close/reopen for non-MMP filesystems
by Theodore Ts'o
· 13 years ago
41cec34
e2fsck: abort if ext2fs_check_desc() returns a memory failure
by Theodore Ts'o
· 13 years ago
963d0f1
tests: add field sizes to inode/super struct tests
by Andreas Dilger
· 13 years ago
0f30deb
tests: have "make testnew" target use local mke2fs
by Andreas Dilger
· 13 years ago
b0e91c8
e2fsck: add logging capability
by Theodore Ts'o
· 13 years ago
d2594cc
e2fsck: add the max_count_problems setting in e2fsck.conf
by Theodore Ts'o
· 13 years ago
905ac34
e2fsck: print a notice when we've started suppressing a problem code
by Theodore Ts'o
· 13 years ago
b9a64a5
e2fsck: print the current and expected block group checksums
by Theodore Ts'o
· 13 years ago
0f5676f
e2fsck: add support for field widths in messages using %-expansion
by Theodore Ts'o
· 13 years ago
24dea55
Use rbtree bitmaps for dumpe2fs, debugfs, and tune2fs
by Theodore Ts'o
· 13 years ago
8714178
dumpe2fs: print the expected block group checksum if it is incorrect
by Theodore Ts'o
· 13 years ago
def8da3
e2fsck: add ability to limit the # of problems of a particular type
by Theodore Ts'o
· 13 years ago
26c09eb
e2fsck: check for zero length extent
by Theodore Ts'o
· 13 years ago
c15386c
e2fsck: do not discard itable if discard doen't zero data
by Lukas Czerner
· 13 years ago
f0fe5da
e2fsck: do not discard when in read only mode
by Lukas Czerner
· 13 years ago
d2c9c42
e2fsck: optimize CPU usage in check_{block,inode}_bitmaps()
by Theodore Ts'o
· 13 years ago
deae60a
e2fsck: do not forget to discard last block group
by Lukas Czerner
· 13 years ago
4679532
e2fsck: remove last argument from e2fsck_discard_blocks()
by Lukas Czerner
· 13 years ago
57581c1
e2fsck: discard only unused parts of inode table
by Lukas Czerner
· 13 years ago
800766e
libext2fs: check for fallocate symbol before using it
by Mike Frysinger
· 13 years ago
677fc91
configure: sort the lists for AC_CHECK_FUNCS and AC_CHECK_HEADERS
by Mike Frysinger
· 13 years ago
7270fbe
build: fix compile warnings on OSX
by Andreas Dilger
· 13 years ago
0df8a27
libquota: don't include system quota.h header
by Andreas Dilger
· 13 years ago
997a0cf
libext2fs: include config.h for HAVE_xxx defines
by Mike Frysinger
· 13 years ago
b96365f
libext2fs: include sys/time.h for gettimeofday()
by Mike Frysinger
· 13 years ago
6c9ce8a
e2image: skip uninitialized bitmaps and inode tables
by Phillip Susi
· 13 years ago
30ac1ce
mke2fs: make sure bg 0's unused inode count field is zero'ed for mke2fs -S
by Theodore Ts'o
· 13 years ago
d9a5d37
libext2fs: support O_DIRECT functionality for Mac OS X
by Theodore Ts'o
· 13 years ago
48b8910
libext2fs: don't mark the superblock as dirty if the fs was opened r/o
by Theodore Ts'o
· 13 years ago
bbdb7a5
Update for Debian 1.42.1-2 release
by Theodore Ts'o
· 13 years ago
ad880a0
e2fsck: check new sysfs interface to determine if we are on battery
by Theodore Ts'o
· 13 years ago
12b2506
libquota: fix invalid return in non-void function
by Theodore Ts'o
· 13 years ago
5d0e1f9
debian: fix dpkg-buildflags so it works when the shell is dash
by Theodore Ts'o
· 13 years ago
f921eda
debian: build with V=1 for more information in buildd logs
by Theodore Ts'o
· 13 years ago
5ab3487
Fix missing version.h update
by Theodore Ts'o
· 13 years ago
91b9ead
Update for e2fsprogs 1.42.1 release
by Theodore Ts'o
· 13 years ago
70218a0
Update e2fsprogs.pot file for translators
by Theodore Ts'o
· 13 years ago
0afb7fa
po: update sv.po (from translationproject.org)
by Göran Uddeborg
· 13 years ago
309b1c2
po: update pl.po (from translationproject.org)
by Jakub Bogusz
· 13 years ago
Next »