OSDN Git Service

android-x86/external-e2fsprogs.git
2013-12-16 Andreas Dilgerdebugfs: clean up debugfs man page and help text
2013-12-16 Andreas Dilgerbuild: quiet LLVM non-literal string format warning
2013-12-16 Andreas Dilgerbuild: use long long for __u64 by default
2013-12-15 Darrick J.... tune2fs: forbid changing uuid on an uninit_bg filesystem
2013-12-15 Darrick J.... libext2fs: use ext2fs_punch() to truncate quota file
2013-12-15 Darrick J.... libext2fs: clamp block-map punch range end to 2^32...
2013-12-12 Darrick J.... libext2fs: zero block contents past EOF when setting...
2013-12-12 Darrick J.... e2fsck: in rehash, mark newly allocated extent blocks...
2013-12-12 Darrick J.... libext2fs: don't error out when punching a totally...
2013-12-12 Darrick J.... libext2fs: fix punching extents when there are no left...
2013-12-12 Darrick J.... libext2fs: fail fileio write if we can't allocate a...
2013-12-12 Darrick J.... libext2fs: fix a broken close() test
2013-12-12 Darrick J.... libext2fs: fix memory leaks (on error paths)
2013-12-12 Darrick J.... libext2fs: check return values
2013-12-12 Darrick J.... libquota: fix memory leak (on error path)
2013-12-12 Darrick J.... libss: fix memory handling errors
2013-12-12 Darrick J.... libss: fix fd error handling
2013-12-12 Darrick J.... dumpe2fs: check return values
2013-12-12 Darrick J.... e2image: check return value from check_if_mounted()
2013-12-12 Darrick J.... e4defrag: defensively check results of sysconf(_SC_PAGE...
2013-12-12 Darrick J.... e4defrag: don't crash if umounts the filesystem races...
2013-12-12 Darrick J.... mke2fs: don't leak memory (on error path)
2013-12-12 Darrick J.... misc: don't leak file descriptors (on error paths)
2013-12-12 Darrick J.... e2fsck: fix memory leaks (on error path)
2013-12-12 Darrick J.... debugfs: don't leak mmp_s memory (on error path)
2013-12-12 Darrick J.... debugfs: don't leak fd when calling dump_file
2013-12-12 Darrick J.... libext2fs: fileio should use 64bit io routines
2013-12-12 Darrick J.... debugfs: handle 64bit block numbers
2013-12-12 Darrick J.... libext2fs: make symlinks safe for 64bit blocks and...
2013-12-12 Darrick J.... debugfs: fix various minor bogosity
2013-12-12 Darrick J.... libext2fs: fix "a" vs "an" in the error catalog
2013-12-12 Darrick J.... libext2fs: don't allow ridiculously large logical block...
2013-12-12 Darrick J.... debugfs: fix init_filesys help text
2013-12-12 Darrick J.... mke2fs: load configfile blocksize setting before 64bit...
2013-12-12 Darrick J.... libext2fs: fix tests that set LARGE_FILE
2013-12-12 Darrick J.... libext2fs: don't overflow when punching indirect blocks...
2013-12-12 Andreas Dilgere2fsck: fix problem comments to match actual message
2013-12-11 Theodore Ts'oUpdate config.{guess,sub} to the latest version
2013-12-09 Zheng Liudebugfs: update usage message for open and filefrag
2013-12-05 Lev Solomonovdebugfs: fix range mode of freei
2013-12-04 Andreas Dilgermmp: fix 64-bit handling of s_mmp_block
2013-12-03 Darrick J.... libext2fs: fix function declarations to match definition
2013-12-03 Andreas Dilgertests: check backing filesystem can handle large file
2013-12-03 Eric Whitneylibext2fs: fix printf conversion spec in tst_iscan.c
2013-12-03 Theodore Ts'oe2fsck: use dgrp_t for block group numbers
2013-12-03 Theodore Ts'oe2fsck: add support for 64-bit extended attribute block...
2013-12-03 Theodore Ts'oe2fsck: fix j_maxlen if the file system is exactly...
2013-12-03 Theodore Ts'olibext2fs: add explicit casts to bitops.h
2013-12-03 Theodore Ts'olibext2fs: add explicit casts to ext2fs.h
2013-12-03 Theodore Ts'odumpe2fs: fix printing of block offsets for 64-bit...
2013-12-03 Theodore Ts'oe2fsck: use blk_t instead of blk64_t in check_resize_in...
2013-12-03 Theodore Ts'oe2fsck: use errcode_t to suppress some -Wconversion...
2013-12-03 Theodore Ts'oe2fsck: use problem_t to suppress some -Wconversion...
2013-12-03 Kit Westneate2fsck: use ext2fs_write_dir_block3() instead of ext2fs...
2013-12-02 Theodore Ts'olibext2fs: fix some memory leaks with image file handling
2013-12-02 Kit Westneatlibext2fs: set the fs block size to new_io in ext2fs_re...
2013-12-02 Theodore Ts'oe2image: pass the correct size write_header
2013-10-24 Theodore Ts'oFix optional static code analysis using sparse
2013-10-23 Darrick J.... libext2fs: reject 64bit badblocks numbers
2013-10-23 Theodore Ts'omke2fs: don't let resize= turn on resize_inode when...
2013-10-23 Darrick J.... libext2fs: stop iterating dirents when done linking
2013-10-23 Theodore Ts'oFix noquota build
2013-10-16 Phillip Susimke2fs: clarify inode ratio in man page
2013-10-14 Niu Yaweiquota: fix disabling quota, add quota tests
2013-10-14 Eric Sandeentune2fs: more respect for quota config option
2013-10-14 Eric Sandeenmke2fs: remove quota docs if not configured in
2013-10-14 Robert Yangcontrib/populate-extfs.sh: use debugfs to populate...
2013-10-14 Robert Yangdebugfs.c: do sparse copy when src is a sparse file
2013-10-14 Robert Yangdebugfs.c: the max length of debugfs argument is too...
2013-10-13 Theodore Ts'otests: remove version number dependency in r_min_itable
2013-10-12 Darrick J.... e2fsprogs: add (optional) sparse checking to the build
2013-10-12 Carlos Maiolinoe2image: complain if running e2image -r or -Q on a...
2013-10-12 Darrick J.... libext2fs: openfs() musn't allow bigalloc without EXT2_...
2013-10-12 Darrick J.... e2fsck: enable extents on all 64bit filesystems
2013-10-12 Darrick J.... mke2fs: complain about creating 64bit filesystems witho...
2013-10-08 Darrick J.... libext2fs: search all possible blocks in implied_cluste...
2013-10-08 Darrick J.... libext2fs: fix off-by-one error in file truncation
2013-10-08 Niu Yaweilibext2fs: update i_size in ext2fs_file_write()
2013-10-07 Darrick J.... e2fsprogs: fix inode and block relocation functions...
2013-10-07 Darrick J.... e2fsprogs: fix blk_t <- blk64_t assignment mismatches
2013-10-07 Darrick J.... libext2fs: ind_punch() must not stop examining blocks...
2013-10-07 Darrick J.... libext2fs: allow callers to punch a single block
2013-10-07 Darrick J.... libext2fs: rewind extent pointer when totally deleting...
2013-10-07 Darrick J.... libext2fs: fix a minor grammatical error in the error...
2013-10-07 Darrick J.... libext2fs: set the large_file feature flag when setting...
2013-10-07 Darrick J.... libext2fs: only link an inode into a directory once
2013-10-01 Theodore Ts'otests: add test for resize2fs -M with inode table in...
2013-10-01 Theodore Ts'oresize2fs: relocate inode table blocks if necessary...
2013-10-01 Theodore Ts'oresize2fs: fix -M size calculations to avoid cutting...
2013-10-01 Theodore Ts'oresize2fs: add debugging support for resize2fs -M calcu...
2013-09-27 Eric Whitneytests: add another test for uninit extents past eof
2013-09-09 Eric Whitneye2fsck: don't report uninit extents past EOF invalid
2013-09-09 Zheng Liulibext2fs: fix a coding style for EXT2_NO_MTAB_FILE
2013-09-09 Eric Sandeenresize2fs: fix interior extent node corruption
2013-09-09 Darrick J.... resize2fs: use blk64_t and location getters for free_gd...
2013-09-09 Darrick J.... libext2fs: ext2fs_dup_handle should not alias MMP buffers
2013-09-09 Eric Sandeene2fsck: don't try to stop mmp if there is no superblock...
2013-08-11 Theodore Ts'odebian: remove old symlinks to /usr/share/doc
2013-08-11 Theodore Ts'odebian: remove old symlinks to /usr/share/doc
2013-07-29 Eric Sandeendebugfs: properly set up extent header in do_write
next