1. 3c6e91c mke2fs: allow metadata blocks to be at the beginning of the file system by Theodore Ts'o · 11 years ago
  2. 65c6c3e Add support for new compat feature "sparse_super2" by Theodore Ts'o · 11 years ago
  3. b818205 tune2fs, mke2fs: add the ability to control the location of the journal by Theodore Ts'o · 11 years ago
  4. 6e49e6a mke2fs: optimize fix_cluster_bg_counts() by Theodore Ts'o · 11 years ago
  5. 7e50795 ext4.5: remove duplicate .TP in man page by Theodore Ts'o · 11 years ago
  6. 2fc92db blkid: fix blkid -o list formatting with columns > 160 by Theodore Ts'o · 11 years ago
  7. 6596c99 blkid: fix gcc -Wall nits by Theodore Ts'o · 11 years ago
  8. 250bf9a mke2fs, tune2fs: remove unneeded access() call by Theodore Ts'o · 11 years ago
  9. 46802ef blkid: add fallthrough comment by Theodore Ts'o · 11 years ago
  10. 5608755 badblocks: print warning if set_o_direct() fails by Theodore Ts'o · 11 years ago
  11. 6c59a66 configure: fix --with-diet-libc by Theodore Ts'o · 11 years ago
  12. 9a39389 e4defrag: choose the best available posix_fadvise variant by Baruch Siach · 11 years ago
  13. fa24c8f e2image: avoid potential divide by zero by Theodore Ts'o · 11 years ago
  14. 781c0df e2image: eliminate division by zero by Theodore Ts'o · 11 years ago
  15. e9b5923 e2image: fix resource leak when running e2image -n by Theodore Ts'o · 11 years ago
  16. e38bfbe e2image: mark strings for internationalization by jon ernst · 11 years ago
  17. 5c4c387 mke2fs: use [^]feature instead of just feature in the man page by Theodore Ts'o · 11 years ago
  18. 88ee023 mke2fs: add support to create the file system at an offset by Theodore Ts'o · 11 years ago
  19. d7e6e97 e2image: fix printf format type match by Theodore Ts'o · 11 years ago
  20. d055089 e2freefrag: avoid integer overflow when reporting free space statistics by Theodore Ts'o · 11 years ago
  21. 9518b29 mke2fs: clarify documentation about bigalloc in the man page by Theodore Ts'o · 11 years ago
  22. 886056b mke2fs: clarify the description of the -I option in the man page by Theodore Ts'o · 11 years ago
  23. c003f48 e2image: Clarify e2image's usage message by Theodore Ts'o · 11 years ago
  24. c8ee0d6 e2image: write progress information to stderr by Theodore Ts'o · 11 years ago
  25. 212c994 e2image: clean up progress reporting by Theodore Ts'o · 11 years ago
  26. 7fcaabf dumpe2fs: don't try to print the journal info when using image files by Theodore Ts'o · 11 years ago
  27. 737a886 e2image: make sure all strings are marked for internationalization by Theodore Ts'o · 11 years ago
  28. 0155e77 e2image: add -n option to show what blocks would have been written by Theodore Ts'o · 11 years ago
  29. 38c771d e2image: add -c option to optimize file system copying for flash devices by Theodore Ts'o · 11 years ago
  30. aa2c743 e2image: only skip writing zero blocks when writing to a new file by Theodore Ts'o · 11 years ago
  31. d28759b e2image: clean up gcc -Wall and sparse nits by Theodore Ts'o · 11 years ago
  32. 80fe25a e2image: refactor calls to ext2fs_llseek() by Theodore Ts'o · 11 years ago
  33. ecc859b e2image: handle SIGINT safely by Phillip Susi · 11 years ago
  34. c40c7ce e2image: add progress indicator by Phillip Susi · 11 years ago
  35. 22b83f6 e2image: perform in-place move by Phillip Susi · 11 years ago
  36. 6b5535f e2image: add offset switches by Phillip Susi · 11 years ago
  37. 3c22bf7 Add ext4 man page and update and clean up the other man pages by Theodore Ts'o · 11 years ago
  38. b769aae mke2fs: further updates for mke2fs(8) man page by Andreas Dilger · 11 years ago
  39. 2bc3041 debugfs, e2fsck: fix s_desc_size handling by Andreas Dilger · 11 years ago
  40. f404167 Clean up sparse warnings by Theodore Ts'o · 11 years ago
  41. 4727c67 e2fsprogs: mke2fs manpage updates by Uri Corin · 11 years ago
  42. 82896cb mke2fs: fix force option to create filesystem on mounted device by Kazuya Mio · 11 years ago
  43. 269da3b ext2fs: quiet compiler warnings by Andreas Dilger · 11 years ago
  44. 45ff69f build: quiet LLVM non-literal string format warning by Andreas Dilger · 11 years ago
  45. 3a941be build: use long long for __u64 by default by Andreas Dilger · 11 years ago
  46. 66457fc tune2fs: forbid changing uuid on an uninit_bg filesystem by Darrick J. Wong · 11 years ago
  47. 6908c0c dumpe2fs: check return values by Darrick J. Wong · 11 years ago
  48. b399382 e2image: check return value from check_if_mounted() by Darrick J. Wong · 11 years ago
  49. b166742 e4defrag: defensively check results of sysconf(_SC_PAGESIZE) by Darrick J. Wong · 11 years ago
  50. e661d28 e4defrag: don't crash if umounts the filesystem races with us by Darrick J. Wong · 11 years ago
  51. 80a1806 mke2fs: don't leak memory (on error path) by Darrick J. Wong · 11 years ago
  52. e39082e misc: don't leak file descriptors (on error paths) by Darrick J. Wong · 11 years ago
  53. d20403d mke2fs: load configfile blocksize setting before 64bit checks by Darrick J. Wong · 11 years ago
  54. 26da661 dumpe2fs: fix printing of block offsets for 64-bit file systems by Theodore Ts'o · 11 years ago
  55. 4c2ae57 e2image: pass the correct size write_header by Theodore Ts'o · 11 years ago
  56. d87f198 libext2fs: reject 64bit badblocks numbers by Darrick J. Wong · 11 years ago
  57. cecfb4c mke2fs: don't let resize= turn on resize_inode when meta_bg is set by Theodore Ts'o · 11 years ago
  58. e2883e2 mke2fs: clarify inode ratio in man page by Phillip Susi · 11 years ago
  59. d82445e tune2fs: more respect for quota config option by Eric Sandeen · 11 years ago
  60. f5589f4 mke2fs: remove quota docs if not configured in by Eric Sandeen · 11 years ago
  61. 832cb61 e2fsprogs: add (optional) sparse checking to the build by Darrick J. Wong · 11 years ago
  62. 6c327e9 e2image: complain if running e2image -r or -Q on a mounted filesystem by Carlos Maiolino · 11 years ago
  63. d11f92a mke2fs: complain about creating 64bit filesystems without extents by Darrick J. Wong · 11 years ago
  64. 4dbfd79 e2fsprogs: fix blk_t <- blk64_t assignment mismatches by Darrick J. Wong · 11 years ago
  65. fd73a1d mke2fs: calculate journal blocks just after fs initialize by Ashish Sangwan · 11 years ago
  66. dc9cc70 mke2fs: don't set root dir UID/GID automatically by Andreas Dilger · 11 years ago
  67. 626a2e7 mke2fs: clarify mke2fs and mke2fs.conf man pages by Theodore Ts'o · 11 years ago
  68. e7f983b e2image: fix crash when using e2image -I with a 64-bit file system by Theodore Ts'o · 11 years ago
  69. 2a83b3c mke2fs: sort option parsing, deprecate "-R" by Andreas Dilger · 11 years ago
  70. 577c773 misc: fix gcc -Wall warnings by Theodore Ts'o · 11 years ago
  71. 2539908 chattr: clarify that the compression flags are not supported by ext4 by Theodore Ts'o · 11 years ago
  72. fdaf34f e2image: require that -a option is used only with raw or QCOW2 image by Tomas Racek · 11 years ago
  73. ef21356 e2image: man: fix typo by Tomas Racek · 11 years ago
  74. d55e68a e2image: remove useless exit call by Tomas Racek · 11 years ago
  75. fab0d28 tune2fs: disallow tune2fs to set inode size larger than block size by Akira Fujita · 11 years ago
  76. 447da24 mke2fs: don't display bigalloc/quota fs feature warnings in quiet mode by Theodore Ts'o · 11 years ago
  77. bb21ddf chattr: allow clearing the extent flag by Theodore Ts'o · 11 years ago
  78. a713a7f mke2fs, tune2fs, resize2fs: add warning messages for bigalloc and quota by Theodore Ts'o · 12 years ago
  79. 3bbb613 Update misc/Makefile.in using "make depend" by Theodore Ts'o · 12 years ago
  80. 0e51f5a e2image: add -a switch to include all data by Phillip Susi · 12 years ago
  81. 0f680ee mke2fs: document bigalloc and cluster-size by Zheng Liu · 12 years ago
  82. 86a985e mke2fs: teach mke2fs to understand -b 4k and -C 256M by Theodore Ts'o · 12 years ago
  83. 2a3b1c6 mke2fs: the -g option will now specify the clusters per block group by Theodore Ts'o · 12 years ago
  84. 4b20ea2 mke2fs: enforce that the cluster size must be greater that the block size by Theodore Ts'o · 12 years ago
  85. 9cf69bb mke2fs: require the bigalloc feature explicity if the cluster size is set by Zheng Liu · 12 years ago
  86. f45011d mke2fs: check extents feature when bigalloc feature is enabled by Zheng Liu · 12 years ago
  87. e350773 Fix gcc -Wall nits by Theodore Ts'o · 12 years ago
  88. 2508eaa filefrag: improvements to filefrag FIEMAP handling by Andreas Dilger · 12 years ago
  89. 00eb0ee build: quiet some "gcc -Wall" compiler warnings by Andreas Dilger · 12 years ago
  90. 1d6fd6d misc: cleanup unused variables on MacOS by Andreas Dilger · 12 years ago
  91. 49cdefd mke2fs: fix crash when parsing "-E resize=NNN" with "-O 64bit" by Theodore Ts'o · 12 years ago
  92. 0f81865 tune2fs: fix a compile-time bug if quota is not enabled by Theodore Ts'o · 12 years ago
  93. 44a2cca tune2fs: respect quota config option by Eric Sandeen · 12 years ago
  94. 51fb43d Fix makefiles to compile e2freefrag with profiling by Theodore Ts'o · 12 years ago
  95. ea2d378 e2freefrag: use 64-bit rbtree bitmaps by Theodore Ts'o · 12 years ago
  96. c498cb1 mke2fs: fix progress suppression to make regression tests reliable by Theodore Ts'o · 12 years ago
  97. b2f5ce5 mke2fs: throttle allocating groups progress as well by Theodore Ts'o · 12 years ago
  98. 802f467 mke2fs.8: use extents vs extent in the man page by Theodore Ts'o · 12 years ago
  99. a3e87bc mke2fs: disable progress reporting in mke2fs.conf for regression tests by Theodore Ts'o · 12 years ago
  100. 03237de mke2fs: throttle progress updates to once a second by Theodore Ts'o · 12 years ago