summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update release notes, etc. for final 1.42.12 releasev1.42.12Theodore Ts'o2014-08-294-6/+8
* po: update vi.po (from translationproject.org)Trần Ngọc Quân2014-08-291-524/+570
* po: update uk.po (from translationproject.org)Yuri Chornoivan2014-08-291-522/+568
* po: update sv.po (from translationproject.org)Göran Uddeborg2014-08-291-523/+569
* po: update pl.po (from translationproject.org)Jakub Bogusz2014-08-291-522/+568
* po: update nl.po (from translationproject.org)Benno Schulenberg2014-08-291-525/+568
* po: update fr.po (from translationproject.org)Samuel Thibault2014-08-291-525/+568
* po: update cs.po (from translationproject.org)Petr Pisar2014-08-291-525/+568
* mke2fs: complain if bigalloc and hugefiles_align_disk is incompatibleTheodore Ts'o2014-08-271-1/+10
* e2fsprogs.pot: update POT-Creation-DateTheodore Ts'o2014-08-261-1/+1
* e2fsck: fix spelling error (strage vs storage)Theodore Ts'o2014-08-262-2/+2
* e2fsprogs: add supported file attributes to ext4.5 manpageEric Sandeen2014-08-251-1/+33
* Interim updates of release notes, etc. in preparation for 1.42.12 releaseTheodore Ts'o2014-08-258-537/+731
* po: update sv.po (from translationproject.org)Göran Uddeborg2014-08-251-246/+113
* po: update fr.po (from translationproject.org)Samuel Thibault2014-08-251-2/+2
* po: update es.po (from translationproject.org)Antonio Ceballos2014-08-251-936/+813
* po: update cs.po (from translationproject.org)Petr Pisar2014-08-251-4/+4
* mke2fs: improve the error message when a non-existent file is specifiedTheodore Ts'o2014-08-243-0/+8
* mke2fs.8.in: explain how the fs-size parameter is interpretedTheodore Ts'o2014-08-241-12/+41
* resize2fs: clarify the size of blocks in resize2fs's messagesTheodore Ts'o2014-08-245-13/+14
* resize2fs.8.in: clarify when on-line resizing is supportedTheodore Ts'o2014-08-241-3/+4
* dumpe2fs: complain if extra arguments are given on the command lineTheodore Ts'o2014-08-241-1/+3
* debugfs: fix set_inode_field block[IND|DIND|TIND]Theodore Ts'o2014-08-191-1/+4
* filefrag: fix extent count calculation when using FIBMAPTheodore Ts'o2014-08-131-2/+3
* tests: convert use of md5sum to crcsumTheodore Ts'o2014-08-125-41/+41
* e2fsck: don't flush the FS unless it's actually dirtyDarrick J. Wong2014-08-125-3/+63
* e2fsck: flush out the superblock and bitmaps before printing final messagesTheodore Ts'o2014-08-103-39/+58
* tests: add the r_meta_bg_shrink testTheodore Ts'o2014-08-101-0/+34
* tests: add f_first_meta_bg_too_big testTheodore Ts'o2014-08-104-0/+28
* tests: make sure MKE2FS_FIRST_META_BG is unset while running testsTheodore Ts'o2014-08-101-0/+1
* resize2fs: disable the meta_bg feature if necessaryTheodore Ts'o2014-08-101-4/+13
* e2fsck: fix file systems with an overly large s_first_meta_bgTheodore Ts'o2014-08-103-0/+20
* libext2fs: avoid buffer overflow if s_first_meta_bg is too bigTheodore Ts'o2014-08-102-4/+8
* libext2fs: have UNIX IO manager use pread64/pwrite64Theodore Ts'o2014-08-084-3/+31
* debugfs: teach rdump to take multiple source argumentsAaron Crane2014-08-042-21/+25
* debugfs: refactor do_rdump()Aaron Crane2014-08-041-14/+17
* debugfs: fix double-close bug in "rdump" and "dump -p"Aaron Crane2014-08-041-3/+0
* debugfs: be more specific in error messagesAaron Crane2014-08-041-2/+2
* libext2fs: place metadata blocks in the last flex_bg so they are contiguousTheodore Ts'o2014-08-042-172/+184
* Revert "mke2fs: prevent creation of unmountable ext4 with large flex_bg count"Theodore Ts'o2014-08-041-24/+0
* debugfs: fix argument parsing in do_freefrag()Artemiy Volkov2014-08-021-0/+1
* misc: fix Makefile for profiled buildTheodore Ts'o2014-08-021-1/+2
* libext2fs: when appending to a file, don't split an index block in equal halvesDarrick J. Wong2014-08-021-7/+72
* libext2fs: have UNIX IO manager use pread/pwriteDarrick J. Wong2014-08-024-1/+33
* filefrag: minor code fixes and cleanupsAndreas Dilger2014-08-011-11/+15
* tests: fix f_badcluster output formattingAndreas Dilger2014-08-012-9/+12
* misc: quiet signed/unsigned charactr compiler warningsAndreas Dilger2014-08-012-13/+17
* tune2fs: fix uninitialized variable in remove_journal_deviceTheodore Ts'o2014-07-311-3/+3
* tune2fs: update journal users while updating fs UUID (with external journal)Azat Khuzhin2014-07-284-8/+93
* tune2fs: update journal super block when changing UUID for fs.Azat Khuzhin2014-07-281-18/+56