Whamcloud - gitweb
Merge branch 'maint' into next
[tools/e2fsprogs.git] / lib /
2013-12-26 Theodore Ts'oMerge branch 'maint' into next
2013-12-26 Theodore Ts'oe2image: only skip writing zero blocks when writing...
2013-12-25 Theodore Ts'olibext2fs: checksum bg descriptors larger than 64 bytes
2013-12-25 Andreas Dilgerdebugfs, e2fsck: fix s_desc_size handling
2013-12-23 Andreas Dilgere2fsck: verify s_desc_size is power-of-two value
2013-12-16 Theodore Ts'oClean up sparse warnings
2013-12-16 Theodore Ts'oMerge branch 'maint' into next
2013-12-16 Kazuya Miomke2fs: disallow creating FS on a loop mounted file...
2013-12-16 Darrick J. Wonglibext2fs: don't update the summary counts when doing...
2013-12-16 Darrick J. Wonglibext2fs: only punch complete clusters
2013-12-16 Andreas Dilgerext2fs,blkid: delete unused LIST_HEAD() macro
2013-12-16 Andreas Dilgerext2fs: quiet compiler warnings
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 Theodore Ts'oMerge branch 'maint' into next
2013-12-15 Darrick J. Wonglibext2fs: use ext2fs_punch() to truncate quota file
2013-12-15 Darrick J. Wonglibext2fs: clamp block-map punch range end to 2^32...
2013-12-13 Darrick J. Wonglibext2fs: tweak inline data error wording
2013-12-12 Theodore Ts'oMerge branch 'maint' into next
2013-12-12 Darrick J. Wonglibext2fs: zero block contents past EOF when setting...
2013-12-12 Darrick J. Wonglibext2fs: don't error out when punching a totally...
2013-12-12 Darrick J. Wonglibext2fs: fix punching extents when there are no left...
2013-12-12 Darrick J. Wonglibext2fs: fail fileio write if we can't allocate a...
2013-12-12 Darrick J. Wonglibext2fs: fix a broken close() test
2013-12-12 Darrick J. Wonglibext2fs: fix memory leaks (on error paths)
2013-12-12 Darrick J. Wonglibext2fs: check return values
2013-12-12 Darrick J. Wonglibquota: fix memory leak (on error path)
2013-12-12 Darrick J. Wonglibss: fix memory handling errors
2013-12-12 Darrick J. Wonglibss: fix fd error handling
2013-12-12 Darrick J. Wongdebugfs: don't leak mmp_s memory (on error path)
2013-12-12 Darrick J. Wonglibext2fs: fileio should use 64bit io routines
2013-12-12 Darrick J. Wonglibext2fs: make symlinks safe for 64bit blocks and...
2013-12-12 Darrick J. Wonglibext2fs: fix "a" vs "an" in the error catalog
2013-12-12 Darrick J. Wonglibext2fs: don't allow ridiculously large logical block...
2013-12-12 Darrick J. Wonglibext2fs: fix tests that set LARGE_FILE
2013-12-12 Darrick J. Wonglibext2fs: don't overflow when punching indirect blocks...
2013-12-04 Theodore Ts'oMerge branch 'maint' into next
2013-12-04 Andreas Dilgermmp: fix 64-bit handling of s_mmp_block
2013-12-03 Darrick J. Wonglibext2fs: fix function declarations to match definition
2013-12-03 Theodore Ts'oMerge branch 'maint' into next
2013-12-03 Eric Whitneylibext2fs: fix printf conversion spec in tst_iscan.c
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-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-10-24 Theodore Ts'oMerge branch 'maint' into next
2013-10-23 Darrick J. Wonglibext2fs: reject 64bit badblocks numbers
2013-10-23 Darrick J. Wonglibext2fs: stop iterating dirents when done linking
2013-10-14 Theodore Ts'oMerge branch 'maint' into next
2013-10-14 Niu Yaweiquota: fix disabling quota, add quota tests
2013-10-14 Theodore Ts'olibext2fs: handle inline_data in block iterator by...
2013-10-13 Zheng Liulibext2fs: add INLINE_DATA into EXT2_LIB_SOFTSUPP_INCOMPAT
2013-10-13 Darrick J. Wonglibext2fs: add space for checksum when unconverting...
2013-10-13 Darrick J. WongDefine an error code for block bitmap checksum failures
2013-10-13 Theodore Ts'oMerge branch 'maint' into next
2013-10-12 Darrick J. Wonge2fsprogs: add (optional) sparse checking to the build
2013-10-12 Darrick J. Wonglibext2fs: openfs() musn't allow bigalloc without EXT2_...
2013-10-08 Darrick J. Wonglibext2fs: search all possible blocks in implied_cluste...
2013-10-08 Darrick J. Wonglibext2fs: 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. Wonge2fsprogs: fix inode and block relocation functions...
2013-10-07 Darrick J. Wonge2fsprogs: fix blk_t <- blk64_t assignment mismatches
2013-10-07 Darrick J. Wonglibext2fs: ind_punch() must not stop examining blocks...
2013-10-07 Darrick J. Wonglibext2fs: allow callers to punch a single block
2013-10-07 Darrick J. Wonglibext2fs: rewind extent pointer when totally deleting...
2013-10-07 Darrick J. Wonglibext2fs: fix a minor grammatical error in the error...
2013-10-07 Darrick J. Wonglibext2fs: set the large_file feature flag when setting...
2013-10-07 Darrick J. Wonglibext2fs: only link an inode into a directory once
2013-09-10 Theodore Ts'oMerge branch 'maint' into next
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. Wonglibext2fs: ext2fs_dup_handle should not alias MMP buffers
2013-07-08 Theodore Ts'oMerge branch 'maint' into next
2013-07-08 Theodore Ts'olibext2fs, tests: allow /etc/mtab file to be missing
2013-06-21 Theodore Ts'oMerge branch 'maint' into next
2013-06-16 Theodore Ts'oUse ext2fs_cpu_to_be32() instead of cpu_to_be32() in...
2013-06-16 Theodore Ts'oMerge branch 'maint' into next
2013-06-16 Theodore Ts'oWork around Debian Bug #712530
2013-06-16 Theodore Ts'oTry to use secure_getenv() in preference to __secure_ge...
2013-06-15 Theodore Ts'olibext2fs: optimize ext2fs_bg_has_super()
2013-06-15 Theodore Ts'olibext2fs: remove lib/ext2fs/sparse.c
2013-06-08 Jan Karalibext2fs: provide functions to safely access name_len...
2013-05-20 Theodore Ts'olibext2fs: fix gcc -Wall nits
2013-05-20 Theodore Ts'oMerge branch 'maint' into next
2013-05-20 Theodore Ts'omisc: fix gcc -Wall warnings
2013-05-19 Theodore Ts'olibext2fs: fix gcc -Wall warnings
2013-04-22 Theodore Ts'oMerge branch 'maint' into next
2013-04-22 Theodore Ts'olibext2fs: only use override function when reading...
2013-04-22 Tomas Raceke2image: fix flag settings in e2image.h
2013-03-13 Theodore Ts'oMerge branch 'maint' into next
2013-03-13 Theodore Ts'oblkid: remove no-op statement which caused a clang...
2013-03-01 Jan Karalibext2fs: Provide prototype for ext2fs_symlink()
2013-03-01 Jan Karae2p: Fix 's' handling in parse_num_blocks2()
2013-01-28 Philipp ThomasFix warnings about functions not returning a value
2013-01-28 Andreas Dilgerbuild: quiet build warnings for "gcc -Wall"
2013-01-28 Andreas Dilgerbuild: quiet build warnings for "gcc -Wall"
2013-01-25 Phillip Susilibext2fs: fix ext2fs_llseek on i386
2013-01-22 Theodore Ts'oMerge branch 'maint' into next
2013-01-20 Theodore Ts'olibext2fs: teach the ext2fs_*_block_bitmap_range2(...
2013-01-16 Theodore Ts'oMerge branch 'maint' into next
next