Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
e2fsprogs
/
664c332612a0ef86df5c67286155ea895ed88ee3
/
lib
/
ext2fs
664c332
libext2fs: add 32-bit compat code for ext2fs_find_first_zero_generic_bmap()
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
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
3a6db9b
libext2fs: fix ext2fs_get_memalign when posix_memalign() doesn't exist
by Theodore Ts'o
· 13 years ago
11f359f
libext2fs: implement fast find_first_zero() for bitarray bitmaps.
by Sami Liedes
· 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
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
963d0f1
tests: add field sizes to inode/super struct tests
by Andreas Dilger
· 13 years ago
8714178
dumpe2fs: print the expected block group checksum if it is incorrect
by Theodore Ts'o
· 13 years ago
800766e
libext2fs: check for fallocate symbol before using it
by Mike Frysinger
· 13 years ago
7270fbe
build: fix compile warnings on OSX
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
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
991211f
libext2fs, libe2p: Reserve RO_COMPAT_REPLICA feature
by Theodore Ts'o
· 13 years ago
3ae682b
libext2fs: Add ext2fs_file_get_inode_num call (for fuse2fs)
by Darrick J. Wong
· 13 years ago
a204236
libext2fs: fix BLOCK_ABORT handling in the block iterator for extents
by Theodore Ts'o
· 13 years ago
9e89dbb
libext2fs: when truncating file, punch out blocks at end
by Darrick J. Wong
· 13 years ago
454ac9d
libext2fs: quiet spurious group checksum errors
by Andreas Dilger
· 13 years ago
1f572d1
libext2fs: display partial path if fs corrupted in ext2fs_get_pathname()
by Theodore Ts'o
· 13 years ago
24d364f
libext2fs: change getpagesize to sysconf
by Mike Frysinger
· 13 years ago
9288e3b
libext2fs: add bitmap statistics
by Lukas Czerner
· 13 years ago
4a61d17
libext2fs: adjust the description when copying a bitmap
by Theodore Ts'o
· 13 years ago
830b44f
e2fsck: use different bitmap types as appropriate
by Theodore Ts'o
· 13 years ago
0ff7bf3
libext2fs: use the rbtree bitmap by default when initializing a file system
by Theodore Ts'o
· 13 years ago
d182831
libext2fs: add pseudo bitmap backend type EXT2FS_BMAP64_AUTODIR
by Theodore Ts'o
· 13 years ago
c1359d9
libext2fs: add a bitmap implementation using rbtree's
by Lukas Czerner
· 13 years ago
5db745a
libext2fs: add rbtree library
by Lukas Czerner
· 13 years ago
b8ad88b
libext2fs: add tests for the bitmap functions
by Theodore Ts'o
· 13 years ago
67861e5
libext2fs: add default_bitmap_type to the ext2_filsys structure
by Theodore Ts'o
· 13 years ago
ba37bb7
libext2fs: don't break when ext2fs_clear_generic_bmap() for 32-bit bitmaps
by Theodore Ts'o
· 13 years ago
499d5ec
Update Release Notes, Changelogs, version.h, etc. for 1.42 release
by Theodore Ts'o
· 13 years ago
4e523bb
e2fsck: speed up runs when using tdb for large atypical filesystems
by Theodore Ts'o
· 13 years ago
db40c20
configure: check for msync() for portability reasons
by Theodore Ts'o
· 13 years ago
5fff863
libext2fs: move mmp fields to preserve structure layout of ext2_filsys
by Theodore Ts'o
· 13 years ago
930d7a7
tst_fs_struct: add program to help check ABI compatibility of ext2fs_filsys
by Theodore Ts'o
· 13 years ago
08ae93a
libext2fs: enforce a max nested link count in ext2fs_find_block_device()
by Niu Yawei
· 13 years ago
c4ab66c
debugfs: add filefrag command
by Theodore Ts'o
· 13 years ago
5e96c57
debugfs: add the freefrag command
by Theodore Ts'o
· 13 years ago
7becb20
Make quota support disabled by support
by Theodore Ts'o
· 13 years ago
df7a86d
libext2fs: fix write size in ext2fs_mmp_write
by Eric Sandeen
· 13 years ago
a9f4607
libext2fs: use HAVE_FSTAT64 instead of HAVE_STAT64 for ext2fs_stat()
by Theodore Ts'o
· 13 years ago
fc4fd95
libext2: advance group in ext2fs_open2 during swapping
by Eric Sandeen
· 13 years ago
d1b75fd
libext2fs: don't leak tdb_null out of the shared library namespace
by Theodore Ts'o
· 13 years ago
7f21666
libext2fs: allow ext2fs_get_memalign() to compile w/o posix_memalign()
by Theodore Ts'o
· 13 years ago
0c80c44
libext2fs: ext2fs_[set_]file_acl_block needs to check for 64-bit feature flag
by Theodore Ts'o
· 13 years ago
3fcd8fe
Fix more spelling errors found by translators and add pluralization
by Theodore Ts'o
· 13 years ago
c4012e5
libext2fs: make ext2fs_open_file() always use 3 arguments instead of varargs
by Theodore Ts'o
· 13 years ago
fd7c37f
Update for e2fsprogs 1.42-WIP-1005 release
by Theodore Ts'o
· 13 years ago
edbfd75
libquota: clean up some gcc -Wall warnings
by Theodore Ts'o
· 13 years ago
00ea586
libext2fs: fix bad cast which causes problems for file systems > 512EB
by Theodore Ts'o
· 13 years ago
bfbeec0
e2fsprogs: Fix thinko in ext2fs_initialize bigalloc case
by Eric Sandeen
· 13 years ago
8232f2d
libext2fs: move #include "ext2fs.h" from crc32c_defs.h to crc32c.c
by Theodore Ts'o
· 13 years ago
756690a
libext2fs, libquota: fix some makefile dependency issues
by Theodore Ts'o
· 13 years ago
e43bb12
e2fsprogs: include headers for open() in ext2fs.h
by Eric Sandeen
· 13 years ago
9026b3d
libext2fs: Always swab the MMP block on big-endian systems machines
by Darrick J. Wong
· 13 years ago
a7a6367
libext2fs: Fix various bugs from the metadata checksum integration
by Darrick J. Wong
· 13 years ago
a378bd5
libext2fs: use ext2fs byte swap functions for portability
by Theodore Ts'o
· 13 years ago
0f5eba7
ext2fs: add multi-mount protection (INCOMPAT_MMP)
by Andreas Dilger
· 13 years ago
6b56f3d
misc: quiet minor compiler errors
by Andreas Dilger
· 13 years ago
9d9a53e
libext2fs: add flag to ext2fs_flush() and ext2fs_close() to avoid fsync
by Richard W.M. Jones
· 13 years ago
d1154eb
Shorten compile commands run by the build system
by Theodore Ts'o
· 13 years ago
5ea3c82
libext2: Fix leaks in write_bitmaps on error returns
by Eric Sandeen
· 13 years ago
624e8eb
e2fsprogs: Fix some error cleanup path bugs
by Eric Sandeen
· 13 years ago
9e30fb2
e2fsprogs: annotate intentional fallthroughs in case statements
by Eric Sandeen
· 13 years ago
665563b
libext2fs: Potential null ptr deref in undo_err_handler_init
by Eric Sandeen
· 13 years ago
d0f196d
libext2: move buf variable completely under ifdef
by Eric Sandeen
· 13 years ago
bc28abc
libext2: Fix EXT2_LIB_SOFTSUPP masking
by Eric Sandeen
· 13 years ago
ae96c67
libext2s: fix swapfs.c so it builds on big endian systems
by Theodore Ts'o
· 13 years ago
16c581d
debugfs: add 64-bit support to the set_field commands
by Theodore Ts'o
· 13 years ago
89efc88
libext2fs: add metadata checksum and snapshot feature flags
by Theodore Ts'o
· 13 years ago
f314bb0
libext2fs: remove redundant last-group check in ext2fs_check_desc()
by Eric Sandeen
· 13 years ago
98f4547
e2fsprogs: add ext2fs_group_blocks_count helper
by Eric Sandeen
· 13 years ago
65b7a46
libext2fs: fix size check in tst_inode_size
by Theodore Ts'o
· 13 years ago
75405ff
Merge branch 'maint' into next
by Theodore Ts'o
· 13 years ago
d2bfdc7
e2fsprogs: Use punch hole as "discard" on regular files
by Lukas Czerner
· 13 years ago
c859cb1
e2fsprogs: create open() and stat() helpers
by Lukas Czerner
· 13 years ago
db8bbf2
libext2fs: Add crc32c implementation for metadata checksumming
by Darrick J. Wong
· 13 years ago
15749d7
libext2fs: fix the range validation in bitmap_range2 funcs
by Amir Goldstein
· 13 years ago
3fbfad5
libext2fs: fix binary and source compatibility with the dump program
by Theodore Ts'o
· 13 years ago
897fbaa
libext2fs: add new test: tst_inode_size
by Theodore Ts'o
· 13 years ago
9f6ba88
resize2fs: add support for new in-kernel online resize ioctl
by Yongqiang Yang
· 13 years ago
624e4a6
e2fsck: add support for checking the built-in quota files
by Aditya Kali
· 13 years ago
a4aff9c
libext2fs: fix binary search for the icount and badblocks stores
by Theodore Ts'o
· 13 years ago
9c79612
libext2fs: copy cluster_bits in ext2fs_copy_generic_bmap
by Eric Sandeen
· 13 years ago
d8fae3c
libext2fs: fix block iterator when the callback function modifies an extent
by Theodore Ts'o
· 13 years ago
0bd0e59
misc: use EXT2_I_SIZE() consistently to get size
by Andreas Dilger
· 13 years ago
81c6377
libext2fs: don't hang in ext2fs_new_block2() on a full bigalloc file system
by Theodore Ts'o
· 13 years ago
8e8a190
libext2fs: teach ext2fs_bmap2() about bigalloc
by Theodore Ts'o
· 13 years ago
551e2e4
libext2fs: move ext2fs_bmap2()'s the extent handling to a separate function
by Theodore Ts'o
· 13 years ago
b98d3e8
libext2fs: teach ext2fs_block_alloc_stats2() about bigalloc
by Theodore Ts'o
· 13 years ago
c4d2d43
libext2fs: replace missing flexbg initialization in flexbg_offset
by Theodore Ts'o
· 13 years ago
d32c915
libext2fs: Fix gcc -Wall warnings
by Theodore Ts'o
· 13 years ago
Next »