summaryrefslogtreecommitdiff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* e2undo: cast dptr to blk64_t to retrieve block numberEric Sandeen2011-11-181-1/+1
* debugfs: fix gcc -Wall complaintsTheodore Ts'o2011-11-181-20/+24
* debugfs: add the freefrag commandTheodore Ts'o2011-11-181-27/+47
* tune2fs: preserve old limits when turn on quota featureNiu2011-11-141-7/+24
* mke2fs: Add extended option to select quota typeAditya Kali2011-11-142-3/+28
* tune2fs: Compute quota usage when turning on the 'quota' featureAditya Kali2011-11-141-14/+9
* libquota: cleanup libquota codeAditya Kali2011-11-142-16/+16
* Make quota support disabled by supportTheodore Ts'o2011-11-141-1/+4
* e2freefrag: fix "Illegal block number" errors with bigalloc file systemsRobin Dong2011-11-111-1/+1
* libext2fs: ext2fs_[set_]file_acl_block needs to check for 64-bit feature flagTheodore Ts'o2011-10-162-9/+10
* filefrag: fix infinite loop in filefragTheodore Ts'o2011-10-091-7/+0
* Fix more spelling errors found by translators and add pluralizationTheodore Ts'o2011-10-094-7/+18
* dumpe2fs.8.in: add man page warning about mounted file systemsTheodore Ts'o2011-10-081-4/+3
* Fix spelling errors pointed out by translatorsTheodore Ts'o2011-10-081-1/+1
* libext2fs: make ext2fs_open_file() always use 3 arguments instead of varargsTheodore Ts'o2011-10-061-1/+1
* uuidgen: don't use set_com_err_gettext()Theodore Ts'o2011-10-051-1/+0
* mke2fs: Fix up usage & error text for cluster size specificationEric Sandeen2011-10-051-2/+2
* Pass the gettext() function to libcom_errTheodore Ts'o2011-10-0512-0/+12
* libquota: remove get_qf_name()Theodore Ts'o2011-10-041-2/+2
* Add "big" and "huge" types to mke2fs.confTheodore Ts'o2011-10-032-0/+12
* filefrag: fix an off by one error in when printing the next expected blockTheodore Ts'o2011-09-301-5/+5
* filefrag: Display the number of contiguous, not physical, extentsTheodore Ts'o2011-09-301-6/+3
* mke2fs.conf.5: clarify the man page regarding boolean relationsTheodore Ts'o2011-09-301-5/+10
* debian: add hurd-specific mke2fs.conf fileTheodore Ts'o2011-09-281-0/+36
* mke2fs: set s_max_mnt_count to -1 by defaultTheodore Ts'o2011-09-283-4/+10
* e2fsck: regression tests for INCOMPAT_MMP featureAndreas Dilger2011-09-251-3/+3
* ext2fs: add multi-mount protection (INCOMPAT_MMP)Andreas Dilger2011-09-256-57/+309
* tune2fs: miscellaneous whitespace fixupsAndreas Dilger2011-09-241-6/+6
* tune2fs: kill external journal if device not foundAndreas Dilger2011-09-241-2/+4
* misc: quiet minor compiler errorsAndreas Dilger2011-09-241-1/+1
* Shorten compile commands run by the build systemTheodore Ts'o2011-09-1825-25/+72
* mke2fs: free tdb_dir string if it came from the profileEric Sandeen2011-09-161-2/+9
* e4defrag: Check error return of sysconf()Eric Sandeen2011-09-161-1/+4
* e2fsprogs: Don't try to close an fd which is negativeEric Sandeen2011-09-161-1/+2
* tune2fs: handle inode and/or block bitmap read failures in resize_inode()Eric Sandeen2011-09-161-2/+13
* e2initrd_helper: Fix memory leak on errorEric Sandeen2011-09-161-4/+7
* mke2fs: Do not let -t or -T be specified more than onceEric Sandeen2011-09-161-0/+10
* filefrag: Fix uninitialized "expected" valueEric Sandeen2011-09-161-2/+3
* freefrag: fix up getopt case statementEric Sandeen2011-09-161-3/+1
* uuidd: Add missing break to option case statementEric Sandeen2011-09-161-0/+1
* mke2fs: remove impossible tests for null usage_typesEric Sandeen2011-09-161-5/+2
* fsck: fix -C option parsingEric Sandeen2011-09-161-1/+1
* dumpe2fs: display "free blocks" as "free clusters" for bigalloc file systemsTheodore Ts'o2011-09-161-2/+7
* Merge branch 'maint' into nextTheodore Ts'o2011-09-162-3/+5
|\
| * mke2fs.8: Fix the documentation of maximum journal sizeSurbhi Palande2011-09-151-1/+2
| * badblocks: update man page's description of the -v optionTheodore Ts'o2011-09-151-1/+2
| * mke2fs: use "extent" consistently as a feature name in the man pageTheodore Ts'o2011-09-151-1/+1
* | e2fsprogs: Use punch hole as "discard" on regular filesLukas Czerner2011-09-151-2/+8
* | e2fsprogs: create open() and stat() helpersLukas Czerner2011-09-152-23/+5
* | mke2fs: check that auto-detected blocksize <= sys_page_sizeYury V. Zaytsev2011-09-151-11/+13