1. f2b2d2c Fix mac build by Colin Cross · 9 years ago
  2. bfa685d Fix mac build by Colin Cross · 9 years ago
  3. c5804e7 Merge changes from topic 'e2up' by Jeff Sharkey · 9 years ago
  4. 80fcd5b Bring back libext2_profile build rules. by Jeff Sharkey · 9 years ago
  5. 0ce8844 Update generated files for Android by Jeff Sharkey · 9 years ago
  6. fbdfa0b Upgrade e2fsprogs to v1.43.3. by Jeff Sharkey · 9 years ago
  7. 4e52870 Update release notes, etc., for 1.43.3 release by Theodore Ts'o · 9 years ago
  8. 047d5d7 e2fsck: enforce that the extra isize fields in the superblock are sane by Theodore Ts'o · 9 years ago
  9. a7b27f1 e2fsck: enforce that extra_isize must be a multiple of four by Theodore Ts'o · 9 years ago
  10. 8d7a639 Avoid crashing on unaligned pointers from corrupted file systems by Theodore Ts'o · 9 years ago
  11. f3bc156 Fix FreeBSD pmake support by Theodore Ts'o · 9 years ago
  12. 2541956 e2fsck: fix timestamps logic for 32-bit systems by Theodore Ts'o · 9 years ago
  13. 7b714fe debian: update changelog by Theodore Ts'o · 9 years ago
  14. cd05679 debian: don't hide the linker flags for e2fsck.static by Theodore Ts'o · 9 years ago
  15. 98e858b debian: fix build reproducibility problems in the rules file by Theodore Ts'o · 9 years ago
  16. a2143b5 Fix build reproducibility for mk_cmds and compile_et by Theodore Ts'o · 9 years ago
  17. f6acc12 Update release notes, etc. for 1.43.2 release by Theodore Ts'o · 9 years ago
  18. a7c023f config: update config.{guess,sub} by Theodore Ts'o · 9 years ago
  19. bbd2f78 libext2fs: allow the default journal size to go as large as a gigabyte by Theodore Ts'o · 9 years ago
  20. 35a4e1b e2fsck: fix logic for deciding when to repair legacy timestamp encodings by Theodore Ts'o · 9 years ago
  21. abae029 po: Add Hugarian and Serbian translations by Theodore Ts'o · 9 years ago
  22. 57d6927 po: update zh_CN.po (from translationproject.org) by Tianze Wang · 9 years ago
  23. 935fdb9 po: update uk.po (from translationproject.org) by Yuri Chornoivan · 9 years ago
  24. 57bbbb8 po: update sv.po (from translationproject.org) by Göran Uddeborg · 9 years ago
  25. d0c9ac4 po: update pl.po (from translationproject.org) by Jakub Bogusz · 9 years ago
  26. b9e09a9 po: update nl.po (from translationproject.org) by Benno Schulenberg · 9 years ago
  27. 7ef3cf2 po: update fr.po (from translationproject.org) by Samuel Thibault · 9 years ago
  28. a4670b9 po: update de.po (from translationproject.org) by Philipp Thomas · 9 years ago
  29. 1e000f8 po: update da.po (from translationproject.org) by Joe Hansen · 9 years ago
  30. 60836c6 po: update ca.po (from translationproject.org) by Angel Mompo · 9 years ago
  31. 4d43353 tune2fs: tell the user that e2fsck -f is required by Theodore Ts'o · 9 years ago
  32. c4d54aa e2fsck: fix an alignment problem which causes sparc64 in the journal code by Theodore Ts'o · 9 years ago
  33. 2213749 debugfs: fix typo when printing out the dtime label by Theodore Ts'o · 9 years ago
  34. b199291 debugfs: add the debugfs copy_inode subcommand by Theodore Ts'o · 9 years ago
  35. 9a23fa8 Merge branch 'maint' into next by Theodore Ts'o · 9 years ago
  36. 713edbd fsck: fix strange logic by Andreas Dilger · 9 years ago
  37. 4ccf9e4 libext2fs: add unixfd_io_manager by Adrien Schildknecht · 9 years ago
  38. d4e5abf libext2fs: replace 'unsigned long' by 'uintptr_t' by Adrien Schildknecht · 9 years ago
  39. 5cc6db0 libext2fs: reset the size of the zeroing buffer by Adrien Schildknecht · 9 years ago
  40. 3d6fc97 resize2fs: fix crash when there is an ea block and no blocks to migrate by Theodore Ts'o · 9 years ago
  41. c2c5c58 libext2fs: fix infinite loop if copying in an empty directory by Matthias Andree · 9 years ago
  42. 32448f5 e2fsck: update j_tail_sequence after recovery by Daeho Jeong · 9 years ago
  43. 49aa3ff fuse2fs: needs SYSLIBS by Gustavo Zacarias · 9 years ago
  44. c94da04 Update configure script to reflect changes from commit 62bc243f1bf by Theodore Ts'o · 9 years ago
  45. 32bf36d e2undo: fix endian issues by Eric Sandeen · 9 years ago
  46. 5eca88c debugfs: fix logdump to work on files > 2GB by Theodore Ts'o · 9 years ago
  47. 7bd03cf misc: don't unconditionally install manual page for fuse2fs by Ingo Brückl · 9 years ago
  48. 62bc243 fuse2fs: might need librt by Gustavo Zacarias · 9 years ago
  49. 48203a3 Update release notes, etc. for 1.43.1 release by Theodore Ts'o · 9 years ago
  50. 434413c libblkid: avoid DIOCGDINFO where missing. by Matthias Andree · 9 years ago
  51. c0495d9 Remove the last of behaviour-specific checks on EXT2_OS_LINUX by Theodore Ts'o · 9 years ago
  52. 726b21b tests: suppress use of libmagic when running the regression test suite by Theodore Ts'o · 9 years ago
  53. 55e8032 tests: disable some tests for FreeBSD by Theodore Ts'o · 9 years ago
  54. 81f965a tune2fs,resize2fs: special case HURD only when testing s_creator_os by Theodore Ts'o · 9 years ago
  55. 43b7b05 libext2fs: fix EXT2FS_PRETEND_* on non-Linux systems by Theodore Ts'o · 9 years ago
  56. afaf6db Fix dbg_print() format for unsigned long long. by Matthias Andree · 9 years ago
  57. ded9191 tests: teach test_script the --failed option by Theodore Ts'o · 9 years ago
  58. 3166e2e libext2fs: don't use $(LDFLAGS_STATIC) when linking test programs by Theodore Ts'o · 9 years ago
  59. 32179ce configure: fix detection of dlopen() for BSD systems by Theodore Ts'o · 9 years ago
  60. 770d9f5 Merge branch 'maint' into next by Theodore Ts'o · 9 years ago
  61. 127e229 libext2fs: fix Direct I/O fallback code so it implements RMW correctly by Theodore Ts'o · 9 years ago
  62. be05f60 tests,debugfs: ea_set's "-f <value_file" needs to be before the other args by Theodore Ts'o · 9 years ago
  63. 7618802 e2undo: #include <libgen.h> since we use basename() by Theodore Ts'o · 9 years ago
  64. 254c50f tests: use tar xf -, some tars default to tape dev. by Matthias Andree · 9 years ago
  65. 2832fd8 mke2fs: warn if user provides a label which is too long by Theodore Ts'o · 9 years ago
  66. edc7b09 debugfs: clarify man page for the -b and -s options by Theodore Ts'o · 9 years ago
  67. 97b7a94 Add clarifications to the e4defrag and resize2fs man pages by Theodore Ts'o · 9 years ago
  68. 50a6f4a Document when ext2/3/4 features were added to the kernel by Theodore Ts'o · 9 years ago
  69. f8a801d Clarify and clean up the ext4(5) man page by Pete Haddow · 9 years ago
  70. a9a81b1 debugfs.8, e2fsck.8: clarify man pages these programs can operate on files by Theodore Ts'o · 9 years ago
  71. ebb8b1a debugfs: fix rdump so it can start from the root directory by Theodore Ts'o · 9 years ago
  72. 377e3a9 misc: fix gcc -Wall complaints by Theodore Ts'o · 9 years ago
  73. 3dcb760 debian: disable tdb when building the binaries for the udebs by Theodore Ts'o · 9 years ago
  74. 7f62f07 debian: change e2fsprogs to Suggests, instead of Recommends fuse2fs by Theodore Ts'o · 9 years ago
  75. d3c0595 debian: don't build the fuse2fs package for the Hurd OS by Theodore Ts'o · 9 years ago
  76. 04f34e7 debian: adjust how we build hardened binaries to avoid blhc complaints by Theodore Ts'o · 9 years ago
  77. 0eb9fb9 lib: build elf shared libraries using -fPIC -shared by Theodore Ts'o · 9 years ago
  78. 478360f Fix Android build warnings by Theodore Ts'o · 9 years ago
  79. 749f071 Add configure --disable-tdb which disables e2fsck's scratch_files feature by Theodore Ts'o · 9 years ago
  80. a701823 libsupport: fix gcc -Wall nits by Theodore Ts'o · 9 years ago
  81. c2ff6ba Fix "make gcc-wall" for library code by Theodore Ts'o · 9 years ago
  82. 62f9bd0 e2fsck,resize2fs: fix gcc -Wall nits by Theodore Ts'o · 9 years ago
  83. 9a316fe Android.mk: add parse_qtype.c the list of source files by Theodore Ts'o · 9 years ago
  84. 2dd680f tests: fix f_pre_1970_date_encoding on systems with a 32-bit time_t by Theodore Ts'o · 9 years ago
  85. c40c832 e2fsck: always fix invalid extra field in timestamps if time_t is 32-bits by Theodore Ts'o · 9 years ago
  86. c643130 libe2p: apply LDFLAGS when building tests by Filipe Brandenburger · 9 years ago
  87. e2406b9 debian: update changelog with changes made to date by Theodore Ts'o · 9 years ago
  88. 612f775 debugfs: fix "set_bg <bg num> checksum calc" on 64-bit file systems by Theodore Ts'o · 9 years ago
  89. d37026e e2fsck: improve error messages when the journal sb is corrupt by Theodore Ts'o · 9 years ago
  90. bf26fae debian: use e2fsck.static from BUILD-STD by Theodore Ts'o · 9 years ago
  91. e1ada17 debian: simplify rules file by Theodore Ts'o · 9 years ago
  92. d133561 debian: package fuse2fs in its own separate package by Theodore Ts'o · 9 years ago
  93. 93715de debian: update changelog with changes made to date by Theodore Ts'o · 9 years ago
  94. 8fb86b4 debian: loosen up dependency on debhelper by Theodore Ts'o · 9 years ago
  95. 697e21f debian: build with hardening set to "all" by Theodore Ts'o · 9 years ago
  96. fd1677e Add --enable-hardening which builds e2fsprogs with security hardening by Theodore Ts'o · 9 years ago
  97. bc1ec4b e2fsck: fix project quota support by Theodore Ts'o · 9 years ago
  98. 4bfb35e mke2fs: fix project quota creation by Theodore Ts'o · 9 years ago
  99. 3a50a3e debian: Use Package-Type instead of XC-Package-Type by Theodore Ts'o · 9 years ago
  100. b41a4ff e2fsck: use com_err error codes instead of EBADMSG and EUCLEAN by Theodore Ts'o · 9 years ago