1. effb344 libext2fs: Remove #include of <linux/types.h> from fiemap.h by Theodore Ts'o · 15 years ago
  2. 15fdc40 Fix minor nit in debian/rules file by Theodore Ts'o · 15 years ago
  3. ae2272f e2fsck: correct test for EOFBLOCKS by Eric Sandeen · 15 years ago
  4. 079ad63 tune2fs: Enable uninit_bg to be set without requiring an fsck by Theodore Ts'o · 15 years ago
  5. 3456728 Clean up "last commit" comment in RELEASE-NOTES by Theodore Ts'o · 15 years ago
  6. b846122 Update release notes, version string, etc. for e2fsprogs 1.41.12 release by Theodore Ts'o · 15 years ago
  7. 3a0d5d3 Fix dpkg-buildpackage -j2 by Theodore Ts'o · 15 years ago
  8. faec3b1 Update e2fsprogs translation template for 1.41.12 release by Theodore Ts'o · 15 years ago
  9. 2e6436d e2fsck: Don't set the group descriptor checksums if the fsck was cancelled by Theodore Ts'o · 15 years ago
  10. bb1158b mke2fs: account for physical as well as logical sector size by Theodore Ts'o · 15 years ago
  11. 543547a libe2p, libext2fs: Update file copyright permission states to match COPYING by Theodore Ts'o · 15 years ago
  12. b25df6f mke2fs: Fix compile warning message by Theodore Ts'o · 15 years ago
  13. 517be2d Install fsck.ext4 symlink in e2fsprogs-udeb package by Theodore Ts'o · 15 years ago
  14. 4d452af Always build namei.o so that building with "configure --disable-debugfs" works by Theodore Ts'o · 15 years ago
  15. 5aa6c3f Add configure options --enable-symlink-build and --enable-symlink-install by Theodore Ts'o · 15 years ago
  16. 822c10e libcom_err: Only output ^M when tty is in raw mode by Theodore Ts'o · 15 years ago
  17. edc1894 tests: Use our own mke2fs.conf file by Theodore Ts'o · 15 years ago
  18. e6238d3 e2fsck: Explicitly reject extents that begin at physical block 0 as illegal by Theodore Ts'o · 15 years ago
  19. ee74cf1 e2fsck: Fix segmentation fault when checking a file system by Theodore Ts'o · 15 years ago
  20. 177839e e2fsck: Skip time-based checks if the time looks insane or broken_system_clock by Theodore Ts'o · 15 years ago
  21. 65d7189 e2fsck: make block counting variable in pass1 64 bits by Eric Sandeen · 15 years ago
  22. 5750e5f e2fsck: mark sparse journal as invalid by Eric Sandeen · 15 years ago
  23. a6217f5 e2fsck: Fix a number of problems that were inappropriately using PROMPT_ABORT by Theodore Ts'o · 15 years ago
  24. 1bb14a2 mke2fs: be explicit if external journal device is not found by Eric Sandeen · 15 years ago
  25. 5fa92bc resize2fs: don't print minimum size if fs is not clean by Eric Sandeen · 15 years ago
  26. 53499e8 tests: Add new test f_unused_itable by Theodore Ts'o · 15 years ago
  27. 0433c1f e2fsck: Don't clear inodes if we found inodes that are in the unused region by Theodore Ts'o · 15 years ago
  28. d531450 mke2fs: Allow a flex_bg size of 1 by Theodore Ts'o · 15 years ago
  29. 2291fbb e2fsck: Check for cases where EOFBLOCKS_FL is unnecessarily set by Theodore Ts'o · 15 years ago
  30. bc11f0d po: update cs.po (from translationproject.org) by Petr Pisar · 15 years ago
  31. 3be22a8 po: update zh_CN.po (from translationproject.org) by Dark Raven · 15 years ago
  32. f8e76c8 po: update vi.po (from translationproject.org) by Clytie Siddall · 15 years ago
  33. 92ec601 po: update pl.po (from translationproject.org) by Jakub Bogusz · 15 years ago
  34. 4544b08 po: update nl.po (from translationproject.org) by Benno Schulenberg · 15 years ago
  35. af8d541 po: update id.po (from translationproject.org) by Arif E. Nugroho · 15 years ago
  36. 2fad98f po: update fr.po (from translationproject.org) by Samuel Thibault · 15 years ago
  37. 77c871a po: update de.po (from translationproject.org) by Philipp Thomas · 15 years ago
  38. d9af85b Revert "e2fsck: fix spurious complaints about i_size caused by preallocated blocks" by Theodore Ts'o · 15 years ago
  39. 7b6f592 Update release notes, version string, etc. for e2fsprogs 1.41.11 release by Theodore Ts'o · 15 years ago
  40. 29516bb debian: Update compliance to debian policy to 3.8.4 by Theodore Ts'o · 15 years ago
  41. 025d1e7 debian: static build no longer needs -fno-stack-protector by Theodore Ts'o · 15 years ago
  42. ec65fa5 tests: Add new test f_rehash_dir by Theodore Ts'o · 15 years ago
  43. 1601b10 libcom_err: Add support for Heimdal com_right_r function() by Theodore Ts'o · 15 years ago
  44. 5911964 e2fsck: Don't blow up if the physical device is too big by Theodore Ts'o · 15 years ago
  45. de2c477 debugfs: Correctly show the allocation status of a block using logdump by Theodore Ts'o · 15 years ago
  46. 751265b e2fsck: Make the "filesystem is mounted" message more scary by Theodore Ts'o · 15 years ago
  47. 298c9c2 e2fsck: Make the -n always open the file system read-only by Theodore Ts'o · 15 years ago
  48. ecced2c mke2fs: Don't ask to proceed in case of a badly aligned partition by Eric Sandeen · 15 years ago
  49. 8e2399d ext2fs: Optimize extending an extent-mapped file using ext2fs_block_iterate2() by Theodore Ts'o · 15 years ago
  50. 4ffafee e2fsck: don't complain about i_size for known blocks past EOF by Eric Sandeen · 15 years ago
  51. 53fbfb2 e2fsck: Fix bug which can cause e2fsck -fD to corrupt non-indexed directories by Theodore Ts'o · 15 years ago
  52. 9080695 Update release notes, version string, etc. for e2fsprogs 1.41.10 release by Theodore Ts'o · 15 years ago
  53. 13b0b12 mke2fs: fix up topo complaints on regular files by Eric Sandeen · 16 years ago
  54. 4828bbe resize2fs: Fix fix uninit group test accessing invalid memory by Theodore Ts'o · 16 years ago
  55. 4e79a19 libss: add newer libreadline to dlopen path by Eric Sandeen · 16 years ago
  56. 1ec42a0 e2fsck: Fix the check if a file is really a directory to understand extents by Nick Dokos · 16 years ago
  57. c706743 e2fsck: Add new e2fsck.conf option: broken_system_clock by Theodore Ts'o · 16 years ago
  58. bbb60e4 libext2fs: Improve flex_bg inode table placement algorithm by Theodore Ts'o · 16 years ago
  59. 7bb8207 debian: Add source lintian overrides by Theodore Ts'o · 16 years ago
  60. 4534f8b debian: Fix FTBFS problem caused by texi2html changing its output location by Theodore Ts'o · 16 years ago
  61. 785f939 tests: Add new test f_holedir2 by Theodore Ts'o · 16 years ago
  62. 8a2cbe2 e2fsck: Try to update on-disk bitmap in e2fsck_get_alloc_block() callback by Theodore Ts'o · 16 years ago
  63. f4e1450 e2fsck: Don't rehash directories which can fit in a single directory block by Theodore Ts'o · 16 years ago
  64. 3a6be7b e2fsck: Fix block allocation for holes in extent-mapped directories by Theodore Ts'o · 16 years ago
  65. 9c9e1d5 libext2fs: Fix SET_BMAP bugs in ext2fs_bmap() and ext2fs_bmap2() by Theodore Ts'o · 16 years ago
  66. 4607ef7 e2fsck: detect holes in extent-mapped directories by Theodore Ts'o · 16 years ago
  67. ca92d98 filefrag: Fix a core dump on sparc32 platforms with 8k file systems by Theodore Ts'o · 16 years ago
  68. a49249d e2fsck: Move check to add an index to a directory after fixing i_size by Theodore Ts'o · 16 years ago
  69. 4dbe79b e2fsck: Fix directory with holes even when i_size is wrong by Theodore Ts'o · 16 years ago
  70. bd6793f po: update pl.po (from translationproject.org) by Jakub Bogusz · 16 years ago
  71. 57aa50d configure: Work around bug in autoconf 2.64 by Theodore Ts'o · 16 years ago
  72. f3befe3 mke2fs: open device writable for trim/discard by Eric Sandeen · 16 years ago
  73. 2ce7387 po: update vi.po (from translationproject.org) by Clytie Siddall · 16 years ago
  74. f34add4 po: update id.po (from translationproject.org) by Arif E. Nugroho · 16 years ago
  75. f507419 po: update cs.po (from translationproject.org) by Petr Pisar · 16 years ago
  76. b71e018 e2fsck: Fix duplicate directory entries for non-indexed directories by Theodore Ts'o · 16 years ago
  77. c7cd908 mke2fs support for BLKDISCARD by Eric Sandeen · 16 years ago
  78. 5f91561 libext2fs: handle <=linux-2.6.19 bug in /proc/swaps by Karel Zak · 16 years ago
  79. 6eb229d libext2fs: don't swap extent-based journal backup by Eric Sandeen · 16 years ago
  80. d93d5bb resize2fs: exit fix_sb_journal_backup early for external journal by Eric Sandeen · 16 years ago
  81. 06ef971 libss: initialize function pointer for readline_shutdown() by Theodore Ts'o · 16 years ago
  82. 97f4663 debian: Fix pre-depends relation for util-linux-ng by Theodore Ts'o · 16 years ago
  83. 06807d9 debian: Add pre-depends for util-linux for util-linux-ng builds by Theodore Ts'o · 16 years ago
  84. ca3b06e Update .gitignore by Michael Roth · 16 years ago
  85. c5fbf38 tune2fs.8: Clarify tune2fs's -i option by Theodore Ts'o · 16 years ago
  86. 77f464f dumpe2fs: Fix usage message for -o superblock=<num> and -o blocksize=<num> by Theodore Ts'o · 16 years ago
  87. beb736b configure.in: Fix typo: remove '2' from blkid_probe_get_topology2 by Eric Sandeen · 16 years ago
  88. 5d10807 libext2fs: Fix FEATURE_RO_COMPAT_HUGE_FILE && !HUGE_FILE_FL by Theodore Ts'o · 16 years ago
  89. ba5131f e2fsck: Accept superblock times to be fudged by up to 24 hours by default by Theodore Ts'o · 16 years ago
  90. 8a8f365 e2fsck: Fix handling of non-zero i_blocks_high field by Theodore Ts'o · 16 years ago
  91. 695706c e2fsck: Interpret negative blkcount in file system problem reports by Theodore Ts'o · 16 years ago
  92. f790bc3 libext2fs: Always build file_io.c by Theodore Ts'o · 16 years ago
  93. a321afa tests: Account for new mke2fs topology information by Theodore Ts'o · 16 years ago
  94. 9ed8e5f mke2fs: get device topology values from blkid by Eric Sandeen · 16 years ago
  95. e1f0850 Don't use in-tree header files if using system uuid or blkid libraries by Theodore Ts'o · 16 years ago
  96. 61a9d2b e2fsck: Use the correct problem code in the case of LAST_WRITE_FUDGED by Theodore Ts'o · 16 years ago
  97. 7822f78 blkid: Avoid a potentially error message when running "make clean" by Theodore Ts'o · 16 years ago
  98. 2d7ef23 debugfs: add matching fclose by Peng Tao · 16 years ago
  99. 484ddc8 fix fd leak that causes fsck to fail with "too many open files" by Cristian Rodríguez · 16 years ago
  100. 04f13d6 libext2fs: Add error table initialization to test programs by Theodore Ts'o · 16 years ago