Whamcloud - gitweb
Add project quota support
[tools/e2fsprogs.git] / misc / mke2fs.c
2016-03-06 Li XiAdd project quota support
2016-03-06 Li XiAdd project feature flag EXT4_FEATURE_RO_COMPAT_PROJECT
2016-03-06 Li XiClean up codes for adding new quota type
2015-11-30 Andreas Dilgermke2fs: sort "-d" option alphabetically
2015-11-16 Matthieu Dupontmake2fs: parse a human readable inode ratio for the...
2015-10-24 Darrick J. Wongmisc: clean up feature test macros with predicate functions
2015-07-13 Theodore Ts'omisc: cleanup gcc -Wall warnings
2015-07-13 Theodore Ts'oMove the check_plausibility() function from misc to...
2015-07-13 Theodore Ts'oMove the profile parsing functions from e2fsck to lib...
2015-07-12 Theodore Ts'orename libquota.a to libsupport.a
2015-07-04 Theodore Ts'oconfigure: remove support to disable quota support
2015-06-20 Theodore Ts'oMerge branch 'maint' into next
2015-06-20 Andreas Dilgermke2fs: prompt for user verification for "-S"
2015-05-17 Darrick J. Wongmisc: fix undo file setup
2015-05-05 Darrick J. Wongcopyin: fix error handling
2015-05-05 Darrick J. Wongmke2fs: optionally create undo file
2015-04-06 Theodore Ts'oChange filename encryption to use CTS mode
2015-03-09 Ildar Muslukhovmisc: teach mke2fs to create encrypted file systems
2014-12-14 Darrick J. Wongmke2fs: don't zero inode table blocks that are already...
2014-11-05 Darrick J. Wongmke2fs: warn if enabling metadata_csum on a pre-3.18...
2014-10-13 Darrick J. Wonglibext2fs/e2fsck: refactor everyone who writes zero...
2014-10-01 Eric Whitneymke2fs: clarify inline data inode size error message
2014-10-01 Theodore Ts'oMerge branch 'maint' into next
2014-10-01 Eric Sandeene2fsprogs: add large_file to base mkfs features
2014-09-19 Darrick J. Wongmisc: move check_plausibility into a separate file
2014-09-19 Theodore Ts'ocreate_inode: don't indiscriminately #include "nls...
2014-09-19 Theodore Ts'oMerge branch 'maint' into next
2014-09-19 Theodore Ts'omke2fs: don't depend on <linux/version.h>
2014-09-11 Darrick J. Wongmke2fs: allow creation of journal device with superbloc...
2014-08-25 Theodore Ts'oMerge branch 'maint' into next
2014-08-25 Theodore Ts'omke2fs: improve the error message when a non-existent...
2014-07-25 Darrick J. Wongmke2fs: set error behavior at initialization time
2014-07-10 Theodore Ts'oMerge remote-tracking branch 'origin/maint' into next
2014-07-09 Theodore Ts'omke2fs: add support to align hugefiles relative to...
2014-07-06 Theodore Ts'oMerge branch 'maint' into next
2014-07-06 Akira Fujitamke2fs: add get_uint_from_profile to mke2fs.c
2014-07-06 Akira Fujitamke2fs: set upper limit to flex_bg count
2014-07-06 Lukas Czernermke2fs: enable lazy_itable_init on newer kernel by...
2014-07-06 Lukas Czernermke2fs: add revision to the is_before_linux_ver()
2014-07-06 Lukas Czernere2fsprogs: introduce ext2fs_close_free() helper
2014-07-05 Frank Sorensonmke2fs: prevent creation of filesystem with unsupported...
2014-06-02 Theodore Ts'oMerge branch 'maint' into next
2014-06-02 Benno Schulenbergmke2fs: gettextize an overlooked error message
2014-06-02 Benno Schulenbergmke2fs: fix a typo in an error message
2014-05-27 Andreas Dilgermisc: fix compile warnings on master branch
2014-05-13 Theodore Ts'oMerge branch 'maint' into next
2014-05-13 Darrick J. Wongmke2fs: set gdt csum when creating packed fs
2014-05-13 Theodore Ts'oquota: remove mke2fs's and tune2fs's warning messages...
2014-05-13 Theodore Ts'oquota: integrate mkquota.h into quotaio.h
2014-05-12 Darrick J. Wongmke2fs: always warn if 128-byte inode and inline_data
2014-05-11 Theodore Ts'oMerge branch 'maint' into next
2014-05-05 Theodore Ts'omke2fs: print a message when creating a regular file
2014-05-05 Theodore Ts'omke2fs: only print the low-level file system stats...
2014-05-05 Theodore Ts'omke2fs: check for pre-existing file system
2014-05-05 Theodore Ts'omke2fs: add an option in mke2fs.conf to proceed after...
2014-04-26 Theodore Ts'omke2fs: create a regular file if necessary
2014-04-26 Theodore Ts'omke2fs: don't complain if the regular file is too small
2014-04-26 Theodore Ts'omke2fs, tune2fs: call proceed_question() from check_pla...
2014-04-26 Theodore Ts'omke2fs: don't ask the proceed question using a regular...
2014-04-20 Theodore Ts'oMerge branch 'maint' into next
2014-04-14 Andreas Dilgerfix miscellaneous build warnings
2014-04-14 Robert Yangmke2fs.c: return error when failed to populate fs
2014-03-12 Darrick J. Wongcreate_inode: handle hard link inum mappings per popula...
2014-03-12 Darrick J. Wongcreate_inode: move debugfs internal state back to debugfs
2014-03-06 Theodore Ts'oMerge branch 'ry/mke2fs-populate' into next
2014-03-06 Robert Yangmisc/create_inode.c: handle hardlinks
2014-03-06 Robert Yangmke2fs.c: add an option: -d root-directory
2014-03-06 Theodore Ts'oMerge branch 'maint' into next
2014-03-06 Eryu Guanmke2fs: disable resize_inode feature if 64bit feature...
2014-03-04 Zheng Liumke2fs: add inline_data support in mke2fs
2014-02-06 Theodore Ts'oMerge branch 'maint' into next
2014-02-06 Darrick J. Wongmke2fs: clean up kernel version tests
2014-01-31 Theodore Ts'oMerge branch 'maint' into next
2014-01-30 Theodore Ts'omke2fs: add make_hugefile feature
2014-01-30 Theodore Ts'omke2fs: allow metadata blocks to be at the beginning...
2014-01-30 Theodore Ts'oAdd support for new compat feature "sparse_super2"
2014-01-30 Theodore Ts'otune2fs, mke2fs: add the ability to control the locatio...
2014-01-30 Theodore Ts'omke2fs: optimize fix_cluster_bg_counts()
2014-01-11 Theodore Ts'oMerge branch 'maint' into next
2014-01-11 Theodore Ts'omke2fs, tune2fs: remove unneeded access() call
2014-01-06 Theodore Ts'oMerge branch 'maint' into next
2013-12-31 Theodore Ts'omke2fs: add support to create the file system at an...
2013-12-26 Theodore Ts'oMerge branch 'maint' into next
2013-12-25 Andreas Dilgerdebugfs, e2fsck: fix s_desc_size handling
2013-12-16 Theodore Ts'oClean up sparse warnings
2013-12-16 Theodore Ts'oMerge branch 'maint' into next
2013-12-16 Andreas Dilgerbuild: quiet LLVM non-literal string format warning
2013-12-12 Theodore Ts'oMerge branch 'maint' into next
2013-12-12 Darrick J. Wongmke2fs: don't leak memory (on error path)
2013-12-12 Darrick J. Wongmke2fs: load configfile blocksize setting before 64bit...
2013-10-24 Theodore Ts'oMerge branch 'maint' into next
2013-10-23 Theodore Ts'omke2fs: don't let resize= turn on resize_inode when...
2013-10-13 Theodore Ts'oMerge branch 'maint' into next
2013-10-12 Darrick J. Wongmke2fs: complain about creating 64bit filesystems witho...
2013-06-21 Theodore Ts'oMerge branch 'maint' into next
2013-06-21 Ashish Sangwanmke2fs: calculate journal blocks just after fs initialize
2013-06-16 Theodore Ts'oMerge branch 'maint' into next
2013-06-16 Andreas Dilgermke2fs: don't set root dir UID/GID automatically
2013-06-15 Andreas Dilgermke2fs: sort option parsing, deprecate "-R"
2013-05-20 Theodore Ts'oMerge branch 'maint' into next
next