aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-02-04debian: update debian/patches for 1.42.9-3 releasedebian-1.42.9Theodore Ts'o2-0/+6067
2014-02-04Merge branch 'maint' into debian-1.42.9Theodore Ts'o102-748/+2470
2014-02-04debian: update debian/changelog and e2fslibs.symbols for 1.42.9-3 releaseTheodore Ts'o3-4/+26
2014-02-04debian: fix dpkg-buildpackage for Debian SqueezeTheodore Ts'o1-3/+0
2014-02-04mke2fs: add support for hugefiles_alignTheodore Ts'o2-2/+31
2014-01-30Fix up the Makefiles dependencies in lib/ext2fs and lib/quotaTheodore Ts'o4-20/+23
2014-01-30blkid: suppress Coverity warningTheodore Ts'o1-8/+2
2014-01-30libss: fix potential buffer overrun in list_rqsTheodore Ts'o1-16/+8
2014-01-30quota: fix uninitiaized memory reference in mke2fs with quota enabledTheodore Ts'o1-0/+1
2014-01-30blkid: avoid potential integer overflow issues identified by CoverityTheodore Ts'o1-6/+14
2014-01-30mke2fs: add make_hugefile featureTheodore Ts'o5-11/+524
2014-01-30e2fsck, mke2fs: enable octal integers in the profile/config fileTheodore Ts'o1-2/+2
2014-01-30mke2fs: allow metadata blocks to be at the beginning of the file systemTheodore Ts'o3-1/+67
2014-01-30Add support for new compat feature "sparse_super2"Theodore Ts'o16-9/+300
2014-01-30tune2fs, mke2fs: add the ability to control the location of the journalTheodore Ts'o7-5/+49
2014-01-30libext2fs: add new function ext2fs_add_journal_inode2()Theodore Ts'o2-4/+13
2014-01-30libext2fs: factor out get_midpoint_journal_block() in mkjournal.cTheodore Ts'o1-27/+32
2014-01-30mke2fs: optimize fix_cluster_bg_counts()Theodore Ts'o1-17/+30
2014-01-20libext2fs: optimize ext2fs_new_block2()Theodore Ts'o1-17/+17
2014-01-20libext2fs: optimize ext2fs_allocate_group_table()Theodore Ts'o1-15/+7
2014-01-20libext2fs: add ext2fs_block_alloc_stats_range()Theodore Ts'o2-0/+43
2014-01-20libext2fs: further clean up and rename check_block_uninitTheodore Ts'o1-28/+5
2014-01-20libext2fs: optimize find_first_{zero,set}() for red-black tree based bitmapsTheodore Ts'o1-0/+89
2014-01-20libext2fs: optimize find_first_set() for bitarray-based bitmapsTheodore Ts'o1-1/+76
2014-01-19libext2fs: build tst_bitmaps with rep invariants checking enabledTheodore Ts'o2-6/+15
2014-01-19libext2fs: clean up generic handling of ext2fs_find_first_{set,zero}_*()Theodore Ts'o2-36/+36
2014-01-19libext2fs: fix off-by-one bug in ext2fs_extent_insert()Theodore Ts'o1-1/+3
2014-01-13libext2fs: add ext2fs_find_first_set_{block,inode}_bitmap2()Theodore Ts'o9-0/+340
2014-01-13ext4.5: remove duplicate .TP in man pageTheodore Ts'o1-1/+0
2014-01-11tests: adjust test output to reflect block_uninit calculated block bitmapsDarrick J. Wong2-22/+22
2014-01-11libext2fs: no need to clear BLOCK_UNINIT during ext2fs_reserve_super_and_bgdDarrick J. Wong1-2/+0
2014-01-11e2fsck: remove uninit block bitmap calculationDarrick J. Wong1-91/+12
2014-01-11libext2fs: mark group data blocks when loading block bitmapDarrick J. Wong2-16/+46
2014-01-11libext2fs: don't always read backup group descriptors on a 1k-block meta_bg fsDarrick J. Wong2-5/+30
2014-01-11libext2fs: detect correct superblock adjustments when loading backup groupsDarrick J. Wong1-4/+15
2014-01-10blkid: fix blkid -o list formatting with columns > 160Theodore Ts'o1-12/+13
2014-01-10libblkid: add error checking for rename() while saving the blkid cacheTheodore Ts'o1-2/+3
2014-01-10libblkid: fix integer width issue in probe_fatTheodore Ts'o1-2/+2
2014-01-10libblkid: remove unneeded pointer checksTheodore Ts'o2-4/+0
2014-01-10blkid: fix gcc -Wall nitsTheodore Ts'o1-3/+3
2014-01-10mke2fs, tune2fs: remove unneeded access() callTheodore Ts'o2-14/+9
2014-01-10libss: fix potential null dereference if realloc() failsTheodore Ts'o1-1/+1
2014-01-10libuuid: add error checking to syscalls in get_clock()Theodore Ts'o1-6/+10
2014-01-09util: fix make dependencies for substTheodore Ts'o2-3/+1
2014-01-09Save and restore umask around calls to mkstemp()Theodore Ts'o3-0/+8
2014-01-09libuuid: check return value of uuid_parse() in testTheodore Ts'o1-1/+4
2014-01-09blkid: add fallthrough commentTheodore Ts'o1-0/+1
2014-01-09libblkid: clean up some integer promotion / signed issuesTheodore Ts'o1-7/+10
2014-01-09debugfs: fix typo in commit 5a1d25a7bTheodore Ts'o1-2/+2
2014-01-09Fix up workarounds for dietlibc breakageTheodore Ts'o5-15/+16
2014-01-08libss: fix memory leak if realloc() fails in ss_parse()Theodore Ts'o1-5/+13
2014-01-08badblocks: print warning if set_o_direct() failsTheodore Ts'o1-1/+2
2014-01-08debugfs: remove dead codeTheodore Ts'o1-2/+0
2014-01-07libext2fs: fix memory leaks on error paths in ext2fs_create_icount_tdbTheodore Ts'o1-12/+11
2014-01-07libquota: add error checking to quota_remove_inodeTheodore Ts'o1-2/+11
2014-01-07libquota: add error checking to quota_write_inode()Theodore Ts'o1-3/+12
2014-01-07libext2fs: remove redundant code in rb_print_stats()Theodore Ts'o1-1/+0
2014-01-07e2fsck: fix memory leak on error path in read_bad_blocks_files()Theodore Ts'o1-0/+2
2014-01-07libext2fs: make ext2fs_group_desc_csum return 0 if meta_csum not enabledTheodore Ts'o1-1/+1
2014-01-07e2fsck: release allocated memory on error or abort in e2fsck_pass1()Theodore Ts'o1-24/+26
2014-01-06libss: fix potential memory leak on realloc() failureTheodore Ts'o1-4/+5
2014-01-05e2fsck: add error checking when moving the quota inodeTheodore Ts'o1-2/+12
2014-01-05libblkid: fix memory overrun in probe_lvm2Theodore Ts'o1-1/+1
2014-01-05test_extents: fix a possible memory leakTheodore Ts'o1-0/+2
2014-01-05libext2fs: fix potential memory leak in qcow2_write_raw_image()Theodore Ts'o1-2/+4
2014-01-05libss: fix potential memory leak on realloc() failureTheodore Ts'o1-5/+5
2014-01-05debian: renable use of internal uuid and blkid libraries for e2fsck.staticTheodore Ts'o1-1/+1
2014-01-05Use consistent e2fsprogs-standard typesTheodore Ts'o6-60/+72
2014-01-05configure: fix --with-diet-libcTheodore Ts'o11-96/+166
2014-01-05e4defrag: choose the best available posix_fadvise variantBaruch Siach4-21/+20
2014-01-04e2fsck: fix possible double free when searching for config fileTheodore Ts'o1-0/+1
2014-01-04debugfs: clean up read_journal_block() to avoid Coverity complaintTheodore Ts'o1-25/+23
2014-01-04subst: clean up various coverity nitsTheodore Ts'o5-36/+94
2014-01-04libblkid: fix sizeof(foo) vs sizeof(*foo) malloc() bugTheodore Ts'o1-3/+3
2014-01-04e2image: avoid potential divide by zeroTheodore Ts'o1-1/+1
2014-01-04e2image: eliminate division by zeroTheodore Ts'o1-7/+8
2014-01-04e2image: fix resource leak when running e2image -nTheodore Ts'o1-1/+2
2014-01-04e2image: mark strings for internationalizationjon ernst1-2/+2
2014-01-04e2fsck.conf: clarify man page's description of accept_time_fudgeTheodore Ts'o1-3/+2
2014-01-04e2fsck: improve the "superblock corrupt" messageTheodore Ts'o2-5/+9
2013-12-31mke2fs: use [^]feature instead of just feature in the man pageTheodore Ts'o1-3/+3
2013-12-31debian: add mention of the badblocks program in the package descriptionTheodore Ts'o1-1/+2
2013-12-30mke2fs: add support to create the file system at an offsetTheodore Ts'o2-3/+27
2013-12-30update config.h.in file to enable loopback mount detectionTheodore Ts'o1-0/+3
2013-12-30debian: update debian/patches for 1.42.9-2 releasedebian-1.42.9-2Theodore Ts'o4-0/+258
2013-12-30debian: update changelog for 1.42.9-2 releaseTheodore Ts'o1-1/+15
2013-12-30debian: rationalize configure options managementTheodore Ts'o1-27/+38
2013-12-30debugfs: restore and tweak original error messagingEric Whitney5-25/+31
2013-12-30e2image: fix printf format type matchTheodore Ts'o1-1/+1
2013-12-30debian: use dh_strip --dbg-package to populate the dbg packagesTheodore Ts'o1-47/+11
2013-12-28Update release notes, etc., for final 1.42.9 releasev1.42.9Theodore Ts'o8-703/+1151
2013-12-28po: update vi.po (from translationproject.org)Trần Ngọc Quân2-627/+766
2013-12-28po: update tr.po (from translationproject.org)Volkan Gezer2-991/+943
2013-12-28po: update sv.po (from translationproject.org)Göran Uddeborg2-584/+714
2013-12-28po: update pl.po (from translationproject.org)Jakub Bogusz2-1649/+1789
2013-12-28po: update nl.po (from translationproject.org)Benno Schulenberg2-594/+731
2013-12-28po: update fr.po (from translationproject.org)Samuel Thibault2-587/+727
2013-12-28po: update de.po (from translationproject.org)Philipp Thomas1-0/+0
2013-12-28po: update cs.po (from translationproject.org)Petr Pisar2-589/+730
2013-12-28po: update ca.po (from translationproject.org)Walter Garcia-Fontes2-889/+848
2013-12-28e2freefrag: avoid integer overflow when reporting free space statisticsTheodore Ts'o1-4/+4
2013-12-28debugfs: document the lsdel command in the man pageTheodore Ts'o1-1/+12
2013-12-28mke2fs: clarify documentation about bigalloc in the man pageTheodore Ts'o1-3/+5
2013-12-28debian: fix cross build supportTheodore Ts'o1-7/+7
2013-12-28mke2fs: clarify the description of the -I option in the man pageTheodore Ts'o1-7/+17
2013-12-28debian: update debian-policy conormance to 3.9.5Theodore Ts'o1-1/+1
2013-12-28gen-tarball: ignore all of the build* directoriesTheodore Ts'o2-4/+2
2013-12-28Use makeinfo --html instead of texi2htmlTheodore Ts'o8-22/+11
2013-12-27e2image: Clarify e2image's usage messageTheodore Ts'o2-6/+27
2013-12-27e2image: write progress information to stderrTheodore Ts'o1-19/+28
2013-12-26e2image: clean up progress reportingTheodore Ts'o1-29/+23
2013-12-26tests: fix stray newline printed when running r_min_itableTheodore Ts'o2-1/+2
2013-12-26dumpe2fs: don't try to print the journal info when using image filesTheodore Ts'o1-0/+2
2013-12-26e2image: make sure all strings are marked for internationalizationTheodore Ts'o1-62/+64
2013-12-26e2image: add -n option to show what blocks would have been writtenTheodore Ts'o2-14/+28
2013-12-26e2image: add -c option to optimize file system copying for flash devicesTheodore Ts'o2-7/+75
2013-12-26e2image: only skip writing zero blocks when writing to a new fileTheodore Ts'o2-12/+15
2013-12-26e2image: clean up gcc -Wall and sparse nitsTheodore Ts'o1-22/+21
2013-12-26e2image: refactor calls to ext2fs_llseek()Theodore Ts'o1-73/+56
2013-12-26e2image: handle SIGINT safelyPhillip Susi1-0/+39
2013-12-26e2image: add progress indicatorPhillip Susi2-4/+68
2013-12-26e2image: perform in-place movePhillip Susi3-7/+69
2013-12-24e2image: add offset switchesPhillip Susi2-6/+60
2013-12-24libext2fs: checksum bg descriptors larger than 64 bytesTheodore Ts'o1-4/+34
2013-12-24tests: use the in-tree binaries in the test f_extent_ooboundstest_maintTheodore Ts'o1-2/+2
2013-12-24debugfs: fix extent header in do_write for big-endian machinesTheodore Ts'o1-1/+1
2013-12-24Add ext4 man page and update and clean up the other man pagesTheodore Ts'o6-214/+310
2013-12-24debugfs: silence build warning and remove incorrect error messageEric Whitney1-3/+1
2013-12-24e2fsck: fix printf conversion specs in ea_refcount.cEric Whitney1-10/+11
2013-12-24mke2fs: further updates for mke2fs(8) man pageAndreas Dilger1-14/+22
2013-12-24debugfs, e2fsck: fix s_desc_size handlingAndreas Dilger16-34/+957
2013-12-23e2fsck: verify s_desc_size is power-of-two valueAndreas Dilger5-12/+15
2013-12-23tests: delete temporary resize test filesAndreas Dilger1-0/+1
2013-12-19e2fsck: read only parameter incorrectly comparedJohan Erlandsson1-1/+1
2013-12-16Clean up sparse warningsTheodore Ts'o43-218/+191
2013-12-16e2fsprogs: mke2fs manpage updatesUri Corin1-32/+136
2013-12-16mke2fs: disallow creating FS on a loop mounted file with no optionKazuya Mio3-1/+43
2013-12-16mke2fs: fix force option to create filesystem on mounted deviceKazuya Mio1-2/+2
2013-12-15e2fsck: try implied cluster allocation when expanding a dirDarrick J. Wong1-7/+16
2013-12-15e2fsck: print cluster ranges when encountering bitmap errorsDarrick J. Wong1-2/+2
2013-12-15e2fsck: only release clusters when shortening a directory during a rehashDarrick J. Wong1-3/+11
2013-12-15libext2fs: don't update the summary counts when doing implied cluster allocationDarrick J. Wong2-2/+2
2013-12-15libext2fs: only punch complete clustersDarrick J. Wong3-5/+109
2013-12-15ext2fs,blkid: delete unused LIST_HEAD() macroAndreas Dilger2-7/+1
2013-12-15ext2fs: quiet compiler warningsAndreas Dilger3-6/+11
2013-12-15debugfs: clean up debugfs man page and help textAndreas Dilger3-206/+252
2013-12-15build: quiet LLVM non-literal string format warningAndreas Dilger17-233/+266
2013-12-15build: use long long for __u64 by defaultAndreas Dilger13-60/+69
2013-12-14tune2fs: forbid changing uuid on an uninit_bg filesystemDarrick J. Wong1-0/+23
2013-12-14libext2fs: use ext2fs_punch() to truncate quota fileDarrick J. Wong1-16/+3
2013-12-14libext2fs: clamp block-map punch range end to 2^32 blocksDarrick J. Wong1-0/+2
2013-12-12libext2fs: zero block contents past EOF when setting sizeDarrick J. Wong1-0/+50
2013-12-12e2fsck: in rehash, mark newly allocated extent blocks as foundDarrick J. Wong1-1/+38
2013-12-12libext2fs: don't error out when punching a totally sparse fileDarrick J. Wong1-1/+8
2013-12-12libext2fs: fix punching extents when there are no left extentsDarrick J. Wong1-11/+30
2013-12-12libext2fs: fail fileio write if we can't allocate a blockDarrick J. Wong1-0/+14
2013-12-12libext2fs: fix a broken close() testDarrick J. Wong1-1/+1
2013-12-12libext2fs: fix memory leaks (on error paths)Darrick J. Wong4-11/+26
2013-12-12libext2fs: check return valuesDarrick J. Wong5-3/+19
2013-12-12libquota: fix memory leak (on error path)Darrick J. Wong1-0/+1
2013-12-12libss: fix memory handling errorsDarrick J. Wong3-1/+10
2013-12-12libss: fix fd error handlingDarrick J. Wong2-0/+6
2013-12-12dumpe2fs: check return valuesDarrick J. Wong1-8/+18
2013-12-12e2image: check return value from check_if_mounted()Darrick J. Wong1-1/+5
2013-12-12e4defrag: defensively check results of sysconf(_SC_PAGESIZE)Darrick J. Wong1-0/+3
2013-12-12e4defrag: don't crash if umounts the filesystem races with usDarrick J. Wong1-1/+1
2013-12-12mke2fs: don't leak memory (on error path)Darrick J. Wong1-3/+8
2013-12-12misc: don't leak file descriptors (on error paths)Darrick J. Wong3-3/+12
2013-12-12e2fsck: fix memory leaks (on error path)Darrick J. Wong4-3/+10
2013-12-12debugfs: don't leak mmp_s memory (on error path)Darrick J. Wong2-4/+4
2013-12-12debugfs: don't leak fd when calling dump_fileDarrick J. Wong1-2/+9
2013-12-12libext2fs: fileio should use 64bit io routinesDarrick J. Wong1-5/+4
2013-12-12debugfs: handle 64bit block numbersDarrick J. Wong3-25/+32
2013-12-12libext2fs: make symlinks safe for 64bit blocks and extentsDarrick J. Wong2-16/+13
2013-12-12debugfs: fix various minor bogosityDarrick J. Wong1-7/+8
2013-12-12libext2fs: fix "a" vs "an" in the error catalogDarrick J. Wong15-15/+15
2013-12-12libext2fs: don't allow ridiculously large logical block numbersDarrick J. Wong3-0/+31
2013-12-12debugfs: fix init_filesys help textDarrick J. Wong1-1/+1
2013-12-12mke2fs: load configfile blocksize setting before 64bit checksDarrick J. Wong1-62/+72
2013-12-12libext2fs: fix tests that set LARGE_FILEDarrick J. Wong5-4/+12
2013-12-12libext2fs: don't overflow when punching indirect blocks with large blocksDarrick J. Wong1-7/+8
2013-12-11e2fsck: fix problem comments to match actual messageAndreas Dilger1-2/+2
2013-12-10Update config.{guess,sub} to the latest versionTheodore Ts'o2-80/+117
2013-12-08debugfs: update usage message for open and filefragZheng Liu2-2/+3
2013-12-04debugfs: fix range mode of freeiLev Solomonov1-1/+1
2013-12-03mmp: fix 64-bit handling of s_mmp_blockAndreas Dilger4-8/+4
2013-12-03libext2fs: fix function declarations to match definitionDarrick J. Wong1-2/+2
2013-12-03tests: check backing filesystem can handle large fileAndreas Dilger4-6/+33
2013-12-02libext2fs: fix printf conversion spec in tst_iscan.cEric Whitney1-1/+1
2013-12-02e2fsck: use dgrp_t for block group numbersTheodore Ts'o7-16/+19
2013-12-02e2fsck: add support for 64-bit extended attribute block refcountingTheodore Ts'o2-15/+14
2013-12-02e2fsck: fix j_maxlen if the file system is exactly 1 << 32 blocksTheodore Ts'o1-4/+3
2013-12-02libext2fs: add explicit casts to bitops.hTheodore Ts'o1-9/+9
2013-12-02libext2fs: add explicit casts to ext2fs.hTheodore Ts'o1-5/+5
2013-12-02dumpe2fs: fix printing of block offsets for 64-bit file systemsTheodore Ts'o1-1/+1
2013-12-02e2fsck: use blk_t instead of blk64_t in check_resize_inode()Theodore Ts'o1-1/+1
2013-12-02e2fsck: use errcode_t to suppress some -Wconversion warningsTheodore Ts'o6-22/+22
2013-12-02e2fsck: use problem_t to suppress some -Wconversion warningsTheodore Ts'o3-13/+15
2013-12-02e2fsck: use ext2fs_write_dir_block3() instead of ext2fs_write_dir_block()Kit Westneat2-6/+6
2013-12-02libext2fs: fix some memory leaks with image file handlingTheodore Ts'o2-0/+9