Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
e2fsprogs
/
203e13cf9cf0754efd1e322885b2099fa43cb3fa
/
lib
« Previous
6a26b38
libext2fs: fix memory leaks (on error paths)
by Darrick J. Wong
· 11 years ago
8d74ab7
libext2fs: check return values
by Darrick J. Wong
· 11 years ago
b2778bc
libquota: fix memory leak (on error path)
by Darrick J. Wong
· 11 years ago
e46c187
libss: fix memory handling errors
by Darrick J. Wong
· 11 years ago
dc9da63
libss: fix fd error handling
by Darrick J. Wong
· 11 years ago
85b8f7a
debugfs: don't leak mmp_s memory (on error path)
by Darrick J. Wong
· 11 years ago
56fa488
libext2fs: fileio should use 64bit io routines
by Darrick J. Wong
· 11 years ago
62f17f3
libext2fs: make symlinks safe for 64bit blocks and extents
by Darrick J. Wong
· 11 years ago
ba0230f
libext2fs: fix "a" vs "an" in the error catalog
by Darrick J. Wong
· 11 years ago
1e74514
libext2fs: don't allow ridiculously large logical block numbers
by Darrick J. Wong
· 11 years ago
3b6c093
libext2fs: fix tests that set LARGE_FILE
by Darrick J. Wong
· 11 years ago
341bc5e
libext2fs: don't overflow when punching indirect blocks with large blocks
by Darrick J. Wong
· 11 years ago
2fe2d40
mmp: fix 64-bit handling of s_mmp_block
by Andreas Dilger
· 11 years ago
17abb05
libext2fs: fix function declarations to match definition
by Darrick J. Wong
· 11 years ago
144f4e8
libext2fs: fix printf conversion spec in tst_iscan.c
by Eric Whitney
· 11 years ago
15a668c
libext2fs: add explicit casts to bitops.h
by Theodore Ts'o
· 11 years ago
b704837
libext2fs: add explicit casts to ext2fs.h
by Theodore Ts'o
· 11 years ago
4962203
libext2fs: fix some memory leaks with image file handling
by Theodore Ts'o
· 11 years ago
8b3c52f
libext2fs: set the fs block size to new_io in ext2fs_rewrite_to_io()
by Kit Westneat
· 11 years ago
d87f198
libext2fs: reject 64bit badblocks numbers
by Darrick J. Wong
· 11 years ago
d36e027
libext2fs: stop iterating dirents when done linking
by Darrick J. Wong
· 11 years ago
43075b4
quota: fix disabling quota, add quota tests
by Niu Yawei
· 11 years ago
832cb61
e2fsprogs: add (optional) sparse checking to the build
by Darrick J. Wong
· 11 years ago
57bde59
libext2fs: openfs() musn't allow bigalloc without EXT2_FLAGS_64BITS
by Darrick J. Wong
· 11 years ago
2a09142
libext2fs: search all possible blocks in implied_cluster_alloc()
by Darrick J. Wong
· 11 years ago
4605a35
libext2fs: fix off-by-one error in file truncation
by Darrick J. Wong
· 11 years ago
470ca04
libext2fs: update i_size in ext2fs_file_write()
by Niu Yawei
· 11 years ago
a25487c
e2fsprogs: fix inode and block relocation functions to use blk64_t
by Darrick J. Wong
· 11 years ago
4dbfd79
e2fsprogs: fix blk_t <- blk64_t assignment mismatches
by Darrick J. Wong
· 11 years ago
581646b
libext2fs: ind_punch() must not stop examining blocks prematurely
by Darrick J. Wong
· 11 years ago
4ee4ad8
libext2fs: allow callers to punch a single block
by Darrick J. Wong
· 11 years ago
5d49403
libext2fs: rewind extent pointer when totally deleting an extent
by Darrick J. Wong
· 11 years ago
580d8a0
libext2fs: fix a minor grammatical error in the error catalog
by Darrick J. Wong
· 11 years ago
92a7b0d
libext2fs: set the large_file feature flag when setting i_size > 2GB
by Darrick J. Wong
· 11 years ago
7320cb7
libext2fs: only link an inode into a directory once
by Darrick J. Wong
· 11 years ago
8ab3955
libext2fs: fix a coding style for EXT2_NO_MTAB_FILE
by Zheng Liu
· 11 years ago
a88c2fb
resize2fs: fix interior extent node corruption
by Eric Sandeen
· 11 years ago
816d2c9
libext2fs: ext2fs_dup_handle should not alias MMP buffers
by Darrick J. Wong
· 11 years ago
42b61c5
libext2fs, tests: allow /etc/mtab file to be missing
by Theodore Ts'o
· 11 years ago
b49d67d
Use ext2fs_cpu_to_be32() instead of cpu_to_be32() in kernel-jbd.h
by Theodore Ts'o
· 11 years ago
3df6014
Work around Debian Bug #712530
by Theodore Ts'o
· 11 years ago
1ad3174
Try to use secure_getenv() in preference to __secure_getenv()
by Theodore Ts'o
· 11 years ago
4718395
libext2fs: optimize ext2fs_bg_has_super()
by Theodore Ts'o
· 11 years ago
3ac4201
libext2fs: remove lib/ext2fs/sparse.c
by Theodore Ts'o
· 11 years ago
577c773
misc: fix gcc -Wall warnings
by Theodore Ts'o
· 11 years ago
e48bf25
libext2fs: fix gcc -Wall warnings
by Theodore Ts'o
· 11 years ago
572ef60
libext2fs: only use override function when reading an 128 byte inode
by Theodore Ts'o
· 12 years ago
8034d9f
e2image: fix flag settings in e2image.h
by Tomas Racek
· 12 years ago
871ad94
blkid: remove no-op statement which caused a clang warning
by Theodore Ts'o
· 12 years ago
5084088
libext2fs: Provide prototype for ext2fs_symlink()
by Jan Kara
· 12 years ago
9e20cf2
e2p: Fix 's' handling in parse_num_blocks2()
by Jan Kara
· 12 years ago
0d89e5a
Fix warnings about functions not returning a value
by Philipp Thomas
· 12 years ago
b55705e
build: quiet build warnings for "gcc -Wall"
by Andreas Dilger
· 12 years ago
274d46e
libext2fs: fix ext2fs_llseek on i386
by Phillip Susi
· 12 years ago
3e1816b
libext2fs: teach the ext2fs_*_block_bitmap_range2() about clusters
by Theodore Ts'o
· 12 years ago
f01c1a6
libext2fs: add the ext2fs_symlink() function
by Darren Hart
· 12 years ago
53f2a1e
libext2fs: add error codes from 1.43.x development branch
by Theodore Ts'o
· 12 years ago
dd4f565
libext2fs: avoid 32-bit overflow in ext2fs_initialize with a 512M cluster size
by Theodore Ts'o
· 12 years ago
35d886b
libe2p: teach parse_num_blocks2() to return bytes if log_block_size < 0
by Theodore Ts'o
· 12 years ago
f0257d8
libext2fs: ext2fs_open2() should not set ret_fs after a MMP failure
by Theodore Ts'o
· 12 years ago
027b057
Fix 32-bit overflow problems: dgrp_t * s_blocks_per_group
by Theodore Ts'o
· 12 years ago
a0ba54e
resize2fs: use [un]mark_block_range bitmap functions to reduce CPU usage
by Theodore Ts'o
· 12 years ago
ccfedb1
Clean up texinfo files
by Theodore Ts'o
· 12 years ago
e350773
Fix gcc -Wall nits
by Theodore Ts'o
· 12 years ago
0ce0172
libquota: quiet log_err() bad format warnings
by Andreas Dilger
· 12 years ago
00eb0ee
build: quiet some "gcc -Wall" compiler warnings
by Andreas Dilger
· 12 years ago
1d6fd6d
misc: cleanup unused variables on MacOS
by Andreas Dilger
· 12 years ago
f797cf3
tests: don't consider "make check" a compiler error
by Andreas Dilger
· 12 years ago
068136c
libext2fs: link the test programs with static libraries
by Theodore Ts'o
· 12 years ago
bee7b67
debugfs: add the ability to manipulate the extent tree directly
by Theodore Ts'o
· 12 years ago
eacf6a0
libext2fs: ext2fs_extents_fix_parents() should not modify the handle location
by Theodore Ts'o
· 12 years ago
789bd40
e2fsck: fix incorrect interior node logical start values
by Eric Sandeen
· 12 years ago
dbe5c43
libext2fs: remove m68k-specific bitops code
by Mikael Pettersson
· 12 years ago
4e0bb5e
libext2fs: fix memory and fd leak in error path of unix_open()
by Theodore Ts'o
· 12 years ago
1564150
mke2fs: fix handling of mmp_update_interval option
by Gregoire Pichon
· 12 years ago
b65ccfc
libext2fs: optimize rb_get_bmap_range() for mostly allocated bmaps
by Theodore Ts'o
· 12 years ago
c3f9641
libext2fs: optimize rb_get_bmap_range()
by Theodore Ts'o
· 12 years ago
c6b006e
libext2fs: add ext2fs_bitcount() function
by Theodore Ts'o
· 12 years ago
fc8ea52
libext2fs: optimize rb_set_bmap_range()
by Theodore Ts'o
· 12 years ago
3e554cc
ext2fs, blkid: localize environment-specific variables
by Andreas Dilger
· 12 years ago
ab00fda
libext2fs: change mmp.c to LGPL to match other files
by Andreas Dilger
· 12 years ago
fb129bb
libext2fs: further optimize rb_test_bit
by Theodore Ts'o
· 12 years ago
0bcba36
libext2fs: remove pointless indirection in rbtree bitmaps
by Theodore Ts'o
· 12 years ago
547a59a
libext2fs: optimize rb_test_bit
by Theodore Ts'o
· 12 years ago
c498cb1
mke2fs: fix progress suppression to make regression tests reliable
by Theodore Ts'o
· 12 years ago
b2f5ce5
mke2fs: throttle allocating groups progress as well
by Theodore Ts'o
· 12 years ago
ab3f5c5
Allow e2fsprogs to be built using the clang (LLVM) frontend
by Theodore Ts'o
· 12 years ago
321649c
mke2fs: recalculate the reserved blocks when the last BG is dropped
by Akira Fujita
· 12 years ago
d5aa6a8
Put ELF_OTHER_LIBS in the right place for the linker
by Theodore Ts'o
· 12 years ago
3aa8f60
libext2fs: fix uninit block calculation when inodes_per_block < first_ino
by Theodore Ts'o
· 12 years ago
a7c1743
Link shared libraries with local libraries instead of system ones
by Olivier Blin
· 12 years ago
ad64902
libquota: fix quota_inode_truncate()
by Aditya Kali
· 12 years ago
5027751
tune2fs/quota: always create hidden quota files
by Aditya Kali
· 12 years ago
c1986ec
Fix blhc (Build Log Hardening Check) warnings
by Theodore Ts'o
· 12 years ago
8f00911
libquota: remove unneeded #include of <sys/quota.h>
by Theodore Ts'o
· 12 years ago
0796e66
lsattr, chattr: add support for btrfs's No_COW flag
by Theodore Ts'o
· 12 years ago
beb388a
libext2fs: fix block iterator for extents when truncating inodes
by Theodore Ts'o
· 12 years ago
e0e2c7d
libext2fs: fix i_blocks for extent leaf create/delete with bigalloc
by Aditya Kali
· 12 years ago
2ae58b6
libquota: remove unnecessary definitions
by Jan Kara
· 12 years ago
182acd1
libext2fs: don't inline ext2fs_open_file() and ext2fs_stat()
by Andreas Dilger
· 12 years ago
Next »