1. 8034d9f e2image: fix flag settings in e2image.h by Tomas Racek · 11 years ago
  2. fdaf34f e2image: require that -a option is used only with raw or QCOW2 image by Tomas Racek · 11 years ago
  3. ef21356 e2image: man: fix typo by Tomas Racek · 11 years ago
  4. d55e68a e2image: remove useless exit call by Tomas Racek · 11 years ago
  5. fab0d28 tune2fs: disallow tune2fs to set inode size larger than block size by Akira Fujita · 11 years ago
  6. e79a939 tests: add more tests for off-line resizing by Theodore Ts'o · 11 years ago
  7. 28e6662 tests: create crcsum progam to support resizing tests by Theodore Ts'o · 11 years ago
  8. 447da24 mke2fs: don't display bigalloc/quota fs feature warnings in quiet mode by Theodore Ts'o · 11 years ago
  9. f026f1a resize2fs: fix off-line resize of file systems with flex_bg && !resize_inode by Theodore Ts'o · 11 years ago
  10. 871ad94 blkid: remove no-op statement which caused a clang warning by Theodore Ts'o · 11 years ago
  11. 16b1fcf debugfs: fix command failures for extent_inode commands that take arguments by Theodore Ts'o · 11 years ago
  12. d3f58ef e2fsck: fix build failure with --enable-jbd-debug by Theodore Ts'o · 11 years ago
  13. 5084088 libext2fs: Provide prototype for ext2fs_symlink() by Jan Kara · 11 years ago
  14. 9e20cf2 e2p: Fix 's' handling in parse_num_blocks2() by Jan Kara · 11 years ago
  15. bb21ddf chattr: allow clearing the extent flag by Theodore Ts'o · 11 years ago
  16. 7c1384c debugfs: add sanity check to make sure we never shift 64 bits right by Theodore Ts'o · 11 years ago
  17. 1bdc4f3 po: update de.po (from translationproject.org) by Philipp Thomas · 11 years ago
  18. 0d89e5a Fix warnings about functions not returning a value by Philipp Thomas · 11 years ago
  19. b55705e build: quiet build warnings for "gcc -Wall" by Andreas Dilger · 11 years ago
  20. dc18a3b contrib: add missing '-p' to fallocate's usage message by Zheng Liu · 12 years ago
  21. 274d46e libext2fs: fix ext2fs_llseek on i386 by Phillip Susi · 12 years ago
  22. 511ba98 Update Release Notes, Changelogs, version.h, for final 1.42.7 release by Theodore Ts'o · 12 years ago
  23. a713a7f mke2fs, tune2fs, resize2fs: add warning messages for bigalloc and quota by Theodore Ts'o · 12 years ago
  24. c64929d contrib: fix namespace leakage in spd_readdir by Theodore Ts'o · 12 years ago
  25. 0b64f50 contrib: add thread locking and readdir64_r support to spd_readdir by Theodore Ts'o · 12 years ago
  26. 635c7a5 contrib: add safe_getenv() support to spd_readdir by Theodore Ts'o · 12 years ago
  27. d1a1a58 resize2fs: move a cluster at a time with bigalloc file systems by Theodore Ts'o · 12 years ago
  28. 1773c87 resize2fs: correctly account for clusters when calculating summary stats by Theodore Ts'o · 12 years ago
  29. 3e1816b libext2fs: teach the ext2fs_*_block_bitmap_range2() about clusters by Theodore Ts'o · 12 years ago
  30. 8359f62 Update Release Notes, Changelogs, version.h, etc. for 1.42.7 release by Theodore Ts'o · 12 years ago
  31. 921b79b resize2fs: check in test-resize script by Theodore Ts'o · 12 years ago
  32. c253c3b Update config.{guess,sub} to the latest version by Theodore Ts'o · 12 years ago
  33. 6b9722d po: update vi.po (from translationproject.org) by Trần Ngọc Quân · 12 years ago
  34. ad35a91 po: update sv.po (from translationproject.org) by Göran Uddeborg · 12 years ago
  35. b675f58 po: update pl.po (from translationproject.org) by Jakub Bogusz · 12 years ago
  36. 667c54f po: update nl.po (from translationproject.org) by Benno Schulenberg · 12 years ago
  37. 14620a1 po: update fr.po (from translationproject.org) by Samuel Thibault · 12 years ago
  38. d027517 po: update de.po (from translationproject.org) by Philipp Thomas · 12 years ago
  39. 4af1973 po: update cs.po (from translationproject.org) by Petr Pisar · 12 years ago
  40. 3bbb613 Update misc/Makefile.in using "make depend" by Theodore Ts'o · 12 years ago
  41. 0e51f5a e2image: add -a switch to include all data by Phillip Susi · 12 years ago
  42. 390e49a tests: create test for debugfs creating special files by Theodore Ts'o · 12 years ago
  43. e1e961c debugfs: fix mknod command so that it updates the block group statistics by Theodore Ts'o · 12 years ago
  44. 4df6a37 debugfs: add symlink command by Darren Hart · 12 years ago
  45. f01c1a6 libext2fs: add the ext2fs_symlink() function by Darren Hart · 12 years ago
  46. 53f2a1e libext2fs: add error codes from 1.43.x development branch by Theodore Ts'o · 12 years ago
  47. 0f680ee mke2fs: document bigalloc and cluster-size by Zheng Liu · 12 years ago
  48. dd4f565 libext2fs: avoid 32-bit overflow in ext2fs_initialize with a 512M cluster size by Theodore Ts'o · 12 years ago
  49. 86a985e mke2fs: teach mke2fs to understand -b 4k and -C 256M by Theodore Ts'o · 12 years ago
  50. 35d886b libe2p: teach parse_num_blocks2() to return bytes if log_block_size < 0 by Theodore Ts'o · 12 years ago
  51. 2a3b1c6 mke2fs: the -g option will now specify the clusters per block group by Theodore Ts'o · 12 years ago
  52. 4b20ea2 mke2fs: enforce that the cluster size must be greater that the block size by Theodore Ts'o · 12 years ago
  53. 9cf69bb mke2fs: require the bigalloc feature explicity if the cluster size is set by Zheng Liu · 12 years ago
  54. 9e85208 debugfs: fix gcc-wall complaints by Theodore Ts'o · 12 years ago
  55. 5a760d4 resize2fs: add debugging code to test the old online resizing interfaces by Theodore Ts'o · 12 years ago
  56. 85a2438 debugfs: document zap_block & block_dump by Eric Sandeen · 12 years ago
  57. da489dd config: silence printf format warnings by Eric Whitney · 12 years ago
  58. f0257d8 libext2fs: ext2fs_open2() should not set ret_fs after a MMP failure by Theodore Ts'o · 12 years ago
  59. a046da5 e2fsck: avoid memory corruption on ext2fs_open2 failure by Nickolai Zeldovich · 12 years ago
  60. 6dd8354 e2fsck: do not crash on long log file names by Nickolai Zeldovich · 12 years ago
  61. bf50beb e2fsck: show size requested when memory allocation fails by Eric Sandeen · 12 years ago
  62. f45011d mke2fs: check extents feature when bigalloc feature is enabled by Zheng Liu · 12 years ago
  63. 027b057 Fix 32-bit overflow problems: dgrp_t * s_blocks_per_group by Theodore Ts'o · 12 years ago
  64. a0ba54e resize2fs: use [un]mark_block_range bitmap functions to reduce CPU usage by Theodore Ts'o · 12 years ago
  65. 1eb31c4 resize2fs: add resource tracking as a debug option by Theodore Ts'o · 12 years ago
  66. 2279fd7 resize2fs: fix 32-bit overflow when calculating the number of free blocks by Theodore Ts'o · 12 years ago
  67. 5d3a88f resize2fs: fix 32-bit overflow issue which can corrupt 64-bit file systems by Theodore Ts'o · 12 years ago
  68. ccfedb1 Clean up texinfo files by Theodore Ts'o · 12 years ago
  69. 73c427d Update changelogs for 1.42.7 release by Theodore Ts'o · 12 years ago
  70. d3b4de4 debugfs: fixup the hard-coded buffer length in dump_file by Zheng Liu · 12 years ago
  71. cc5f27e debain: update e2fslibs.symbols with newly exported functions by Theodore Ts'o · 12 years ago
  72. e350773 Fix gcc -Wall nits by Theodore Ts'o · 12 years ago
  73. 2508eaa filefrag: improvements to filefrag FIEMAP handling by Andreas Dilger · 12 years ago
  74. 0ce0172 libquota: quiet log_err() bad format warnings by Andreas Dilger · 12 years ago
  75. 00eb0ee build: quiet some "gcc -Wall" compiler warnings by Andreas Dilger · 12 years ago
  76. 1d6fd6d misc: cleanup unused variables on MacOS by Andreas Dilger · 12 years ago
  77. f797cf3 tests: don't consider "make check" a compiler error by Andreas Dilger · 12 years ago
  78. 831f309 resize2fs: create optimized flex_bg block groups by Theodore Ts'o · 12 years ago
  79. 42519be resize2fs: allow resizing flex_bg && !resize_inode file systems by Theodore Ts'o · 12 years ago
  80. ddcf1db resize2fs: handle bg descriptors which overlap with other bg's metadata by Theodore Ts'o · 12 years ago
  81. 4b04fb3 resize2fs: reserve all metadata blocks for flex_bg file systems by Theodore Ts'o · 12 years ago
  82. 2ebaeb3 resize2fs: reserve fs metadata blocks first in blocks_to_move() by Theodore Ts'o · 12 years ago
  83. 49cdefd mke2fs: fix crash when parsing "-E resize=NNN" with "-O 64bit" by Theodore Ts'o · 12 years ago
  84. 0e5e728 debian: use more specific library file names in *.files by Filipe Brandenburger · 12 years ago
  85. efd9687 debian: look for quota.pc and libquota.a from root of install tree by Filipe Brandenburger · 12 years ago
  86. 9aaa4ea debian: add make variable to pass extra parameters to configure by Filipe Brandenburger · 12 years ago
  87. a8ffb5c debian: add make variable to prevent building e2fsck.static package by Filipe Brandenburger · 12 years ago
  88. ba75d9e debugfs: add the commands "zap_block" and "block_dump" by Theodore Ts'o · 12 years ago
  89. e329f67 libext2fs: fix spelling typo in texinfo docs by Darren Hart · 12 years ago
  90. 37cdbee configure.in: require at least autoconf 2.54 by Theodore Ts'o · 12 years ago
  91. 068136c libext2fs: link the test programs with static libraries by Theodore Ts'o · 12 years ago
  92. 2168df7 debugfs: add a makefile rule to build debugfs.static by Theodore Ts'o · 12 years ago
  93. bee7b67 debugfs: add the ability to manipulate the extent tree directly by Theodore Ts'o · 12 years ago
  94. b4944f6 tests: add test of an incorrect interior node in an extent tree by Theodore Ts'o · 12 years ago
  95. 29e8e74 e2fsck: make sure the extent tree is consistent after bogus node in the tree by Theodore Ts'o · 12 years ago
  96. eacf6a0 libext2fs: ext2fs_extents_fix_parents() should not modify the handle location by Theodore Ts'o · 12 years ago
  97. 789bd40 e2fsck: fix incorrect interior node logical start values by Eric Sandeen · 12 years ago
  98. dbe5c43 libext2fs: remove m68k-specific bitops code by Mikael Pettersson · 12 years ago
  99. 4e0bb5e libext2fs: fix memory and fd leak in error path of unix_open() by Theodore Ts'o · 12 years ago
  100. 1564150 mke2fs: fix handling of mmp_update_interval option by Gregoire Pichon · 12 years ago