summaryrefslogtreecommitdiff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* mke2fs: complain if bigalloc and hugefiles_align_disk is incompatibleTheodore Ts'o2014-08-271-1/+10
* e2fsprogs: add supported file attributes to ext4.5 manpageEric Sandeen2014-08-251-1/+33
* 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
* dumpe2fs: complain if extra arguments are given on the command lineTheodore Ts'o2014-08-241-1/+3
* filefrag: fix extent count calculation when using FIBMAPTheodore Ts'o2014-08-131-2/+3
* 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
* filefrag: minor code fixes and cleanupsAndreas Dilger2014-08-011-11/+15
* misc: quiet signed/unsigned charactr compiler warningsAndreas Dilger2014-08-011-12/+16
* 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-282-7/+86
* tune2fs: update journal super block when changing UUID for fs.Azat Khuzhin2014-07-281-18/+56
* tune2fs: remove_journal_device(): use the correct block to find jsbAzat Khuzhin2014-07-281-2/+6
* journal: use consts instead of 1024 and add helper for journal with 1k blocksizeAzat Khuzhin2014-07-281-3/+3
* filefrag: fix block size valueRakesh Pandit2014-07-271-10/+11
* filefrag: fix -B option and extents calculation for FIBMAPRakesh Pandit2014-07-271-4/+5
* libext2fs: provide a function to set inode sizeDarrick J. Wong2014-07-261-2/+3
* Fix 32/64-bit overflow when multiplying by blocks/clusters per groupTheodore Ts'o2014-07-261-1/+1
* build: fix unused/uninitialized variable warningsAndreas Dilger2014-07-251-1/+1
* misc: fix problems with strncatDarrick J. Wong2014-07-251-1/+3
* e4defrag: backwards-allocated files should be defragmented tooDarrick J. Wong2014-07-221-1/+3
* mke2fs: fix fencepost error when calling strncatTheodore Ts'o2014-07-101-1/+1
* Fix nroff macro issue in chattr man pageTheodore Ts'o2014-07-101-2/+2
* mke2fs: add support to align hugefiles relative to beginning of the diskTheodore Ts'o2014-07-094-8/+157
* mke2fs: add get_uint_from_profile to mke2fs.cAkira Fujita2014-07-051-2/+14
* mke2fs: set upper limit to flex_bg countAkira Fujita2014-07-051-0/+6
* mke2fs: enable lazy_itable_init on newer kernel by defaultLukas Czerner2014-07-051-1/+9
* mke2fs: add revision to the is_before_linux_ver()Lukas Czerner2014-07-051-5/+7
* e2fsprogs: introduce ext2fs_close_free() helperLukas Czerner2014-07-057-15/+15
* e2fsprogs: add mount options to ext4.5Eric Sandeen2014-07-041-1/+359
* e2fsprogs: revise and extend chattr(1) and chattr usage()Eric Sandeen2014-07-042-21/+39
* e2fsprogs: reorder flags in chattr(1)Eric Sandeen2014-07-042-34/+46
* mke2fs: prevent creation of filesystem with unsupported revisionFrank Sorenson2014-07-041-0/+5
* misc: quiet minor build warnings, ignore generated filesAndreas Dilger2014-07-041-1/+4
* filefrag: fix issues with 29758d2Eric Sandeen2014-06-011-5/+6
* mke2fs: fix a typo in an error messageBenno Schulenberg2014-06-011-1/+1
* filefrag: exit with error code if an error is hitAndreas Dilger2014-05-271-46/+83
* misc: use unsigned long long for file block count in filefragVitaliy Filippov2014-05-271-2/+2
* mke2fs: use ext2fs_open_file() in check_plausibility()Eric Sandeen2014-05-221-2/+2
* mke2fs: set gdt csum when creating packed fsDarrick J. Wong2014-05-131-0/+1
* quota: remove mke2fs's and tune2fs's warning messages regarding quotaTheodore Ts'o2014-05-133-18/+0
* quota: integrate mkquota.h into quotaio.hTheodore Ts'o2014-05-133-10/+8
* mke2fs: check for a partition table and warn if presentTheodore Ts'o2014-05-071-7/+54
* mke2fs: print extra information about existing ext2/3/4 file systemsTheodore Ts'o2014-05-071-0/+38
* mke2fs: print a message when creating a regular fileTheodore Ts'o2014-05-053-6/+12
* e2fsprogs/filefrag: print shared extent flagMark Fasheh2014-05-041-0/+2
* mke2fs: only print the low-level file system stats in verbose modeTheodore Ts'o2014-05-041-0/+11
* mke2fs: check for pre-existing file systemTheodore Ts'o2014-05-043-3/+36
* mke2fs: add an option in mke2fs.conf to proceed after a delayTheodore Ts'o2014-05-045-10/+52