1. 0e7a081 Stop installing mkfs.ext4dev and fsck.ext4dev by Theodore Ts'o · 7 years ago
  2. 47b8941 e2fsck: make sure system.data xattr is present by Theodore Ts'o · 7 years ago
  3. a54733d debugfs, e2fsck, mke2fs: fix miscellaneous memory leaks detected by ASAN by Theodore Ts'o · 8 years ago
  4. 5c2a665 Avoid dereferencing beyond allocated memory in quota handling by Theodore Ts'o · 8 years ago
  5. 750000c e2fsck: avoid dereferencing beyond allocated memory with 128 byte inodes by Theodore Ts'o · 8 years ago
  6. 047d5d7 e2fsck: enforce that the extra isize fields in the superblock are sane by Theodore Ts'o · 8 years ago
  7. a7b27f1 e2fsck: enforce that extra_isize must be a multiple of four by Theodore Ts'o · 8 years ago
  8. 8d7a639 Avoid crashing on unaligned pointers from corrupted file systems by Theodore Ts'o · 8 years ago
  9. 2541956 e2fsck: fix timestamps logic for 32-bit systems by Theodore Ts'o · 8 years ago
  10. a2143b5 Fix build reproducibility for mk_cmds and compile_et by Theodore Ts'o · 8 years ago
  11. 35a4e1b e2fsck: fix logic for deciding when to repair legacy timestamp encodings by Theodore Ts'o · 8 years ago
  12. c4d54aa e2fsck: fix an alignment problem which causes sparc64 in the journal code by Theodore Ts'o · 8 years ago
  13. 32448f5 e2fsck: update j_tail_sequence after recovery by Daeho Jeong · 8 years ago
  14. c0495d9 Remove the last of behaviour-specific checks on EXT2_OS_LINUX by Theodore Ts'o · 8 years ago
  15. a9a81b1 debugfs.8, e2fsck.8: clarify man pages these programs can operate on files by Theodore Ts'o · 8 years ago
  16. 478360f Fix Android build warnings by Theodore Ts'o · 8 years ago
  17. 749f071 Add configure --disable-tdb which disables e2fsck's scratch_files feature by Theodore Ts'o · 8 years ago
  18. a701823 libsupport: fix gcc -Wall nits by Theodore Ts'o · 8 years ago
  19. 62f9bd0 e2fsck,resize2fs: fix gcc -Wall nits by Theodore Ts'o · 8 years ago
  20. c40c832 e2fsck: always fix invalid extra field in timestamps if time_t is 32-bits by Theodore Ts'o · 8 years ago
  21. d37026e e2fsck: improve error messages when the journal sb is corrupt by Theodore Ts'o · 8 years ago
  22. bc1ec4b e2fsck: fix project quota support by Theodore Ts'o · 8 years ago
  23. b41a4ff e2fsck: use com_err error codes instead of EBADMSG and EUCLEAN by Theodore Ts'o · 8 years ago
  24. 78b7cd3 Clean up spelling errors and other nits in man pages by Theodore Ts'o · 8 years ago
  25. f9b16db More man page and usage message fixups by Theodore Ts'o · 8 years ago
  26. bc8f1ae Fix various man pages and usage message by Theodore Ts'o · 8 years ago
  27. d530271 e2fsck: clean up error messages when journal is corrupted by Theodore Ts'o · 8 years ago
  28. 27ce779 e2fsck: don't abort if the journal is corrupted due to checksum errors by Theodore Ts'o · 8 years ago
  29. 24b8916 e2fsck: don't try to set a UUID on metadata_csum file systems by Theodore Ts'o · 8 years ago
  30. b4f02c9 e2fsck: use specific CRC and corruption errors in journal recovery by Theodore Ts'o · 8 years ago
  31. 1fc23b5 Fix support for configure --enable-jbd-debug by Theodore Ts'o · 8 years ago
  32. c2db4cb e2fsck: Print "REBOOT SYSTEM" instead of "REBOOT LINUX" by Theodore Ts'o · 8 years ago
  33. 82e48fb Fix various clang and gcc -Wall warnings by Theodore Ts'o · 8 years ago
  34. 205593f Android.mk: Replace _host suffix with more standard -host suffix by Alex Deymo · 9 years ago
  35. 5eeb0cc libext2fs: export the library include path by Alex Deymo · 9 years ago
  36. 082ed5d e2fsck: correct ext4 dates generated by old kernels by David Turner · 8 years ago
  37. 5b7afaf e2fsck: fix problem report typo by Eric Whitney · 8 years ago
  38. 17f2fbf e2fsck: check the checksum seed feature flag is set correctly by Darrick J. Wong · 8 years ago
  39. 080e09b Add project quota support by Li Xi · 8 years ago
  40. 2d2d799 Clean up codes for adding new quota type by Li Xi · 9 years ago
  41. 94676ef Merge branch 'maint' into next by Theodore Ts'o · 9 years ago
  42. 19961cd e2fsck: fix e2fsck -fD directory truncation by Andreas Dilger · 9 years ago
  43. f680db6 e2fsck: zap extent-format inode with no extent header by Darrick J. Wong · 9 years ago
  44. 2b833c9 e2fsck: do not read EA header beyond the end of an inode by Artemiy Volkov · 9 years ago
  45. db3d871 e2fsck: skip quota update when interrupted by Andreas Dilger · 9 years ago
  46. 86f3b6c e2fsck: clean up feature test macros with predicate functions by Darrick J. Wong · 9 years ago
  47. e695c12 android: be able to build dumpe2fs, lsattr, and e2fsck statically by Theodore Ts'o · 9 years ago
  48. 95eca2e e2fsck: check htree leaf block checksums by Darrick J. Wong · 9 years ago
  49. e3dd5c6 e2fsck: check for encrypted directory entries with too-short file names by Theodore Ts'o · 9 years ago
  50. 4ecd63d e2fsck: check for an encrypted lost+found directory by Theodore Ts'o · 9 years ago
  51. df0b907 debugfs: cleanup gcc -Wall warnings by Theodore Ts'o · 9 years ago
  52. cf491d3 Eliminate unused variable and unused label warnings from Android build by Theodore Ts'o · 9 years ago
  53. 25f291c Eliminate unused parameter warnings from Android build by Theodore Ts'o · 9 years ago
  54. 3dca12f Move dict.c from e2fsck to lib/support by Theodore Ts'o · 9 years ago
  55. 99ceb8e Move the check_plausibility() function from misc to lib/support by Theodore Ts'o · 9 years ago
  56. 12aa7ad Suppress annoying missing field initializer warnings by Theodore Ts'o · 9 years ago
  57. 1dc16b0 Move the profile parsing functions from e2fsck to lib/support by Theodore Ts'o · 9 years ago
  58. f34af41 rename libquota.a to libsupport.a by Theodore Ts'o · 9 years ago
  59. 149640f configure: remove support to disable htree support by Theodore Ts'o · 9 years ago
  60. 59a220d Fix "make clean" and "make distclean" by Theodore Ts'o · 9 years ago
  61. 6f5bb81 e2fsck: skip checking the journal fields if the file system is mounted by Theodore Ts'o · 9 years ago
  62. 647e878 libext2fs: add new hooks to support large allocations by Darrick J. Wong · 9 years ago
  63. 81f95d4 libext2fs, libe2p, misc: git rid of jfs_user.h by Theodore Ts'o · 9 years ago
  64. 2df733f Update Android build files so the 1.43 branch builds on AOSP by Theodore Ts'o · 9 years ago
  65. 8beba81 e2fsck,misc: include ext2fs.h to avoid clang warnings by Theodore Ts'o · 9 years ago
  66. faa427d e2fsck: convert block-mapped files to extents on bigalloc fs by Darrick J. Wong · 9 years ago
  67. 04c66cb e2fsck: fix buffer overrun in revoke block scanning by Darrick J. Wong · 9 years ago
  68. b085139 misc: fix undo file setup by Darrick J. Wong · 9 years ago
  69. 63cd76d misc: fix Coverity bugs by Darrick J. Wong · 9 years ago
  70. ce9b74a e2fsck: optionally create an undo file by Darrick J. Wong · 9 years ago
  71. 437651a Update ext4 encryption format to final v4.1 version by Theodore Ts'o · 9 years ago
  72. e228d70 e2fsck: rebuild sparse extent trees & convert non-extent ext3 files by Darrick J. Wong · 9 years ago
  73. a5abfe0 e2fsck: read-ahead metadata during passes 1, 2, and 4 by Darrick J. Wong · 9 years ago
  74. 79614b2 libext2fs/e2fsck: provide routines to read-ahead metadata by Darrick J. Wong · 9 years ago
  75. 76761ca e2fsck: turn inline data symlink into a fast symlink when possible by Darrick J. Wong · 9 years ago
  76. 4a05268 Remove compression support by Theodore Ts'o · 9 years ago
  77. 8dbcedd Merge branch 'maint' into next by Theodore Ts'o · 9 years ago
  78. 4fb758a Clean up and fix Android build files by Theodore Ts'o · 9 years ago
  79. dbb3285 e2fsck: actually fix inline_data flags problems when user says to do so by Darrick J. Wong · 9 years ago
  80. fae2467 libext2fs: ext2fs_new_block2() should call alloc_block hook by Darrick J. Wong · 9 years ago
  81. f096708 e2fsck: use PROMPT_NONE for FUTURE_SB_LAST_*_FUDGED problems by Theodore Ts'o · 9 years ago
  82. 62ad248 e2fsck: handle encrypted directories which are indexed using htree by Theodore Ts'o · 9 years ago
  83. baa14bd e2fsck: fix spurious duplicate directory entries with encrypted filenames by Theodore Ts'o · 9 years ago
  84. 321f344 Add files to build on Android by Theodore Ts'o · 9 years ago
  85. c379cdc e2fsck: clean up assertions in dict.c by Theodore Ts'o · 9 years ago
  86. dbff534 e2fsck: suppress bad name checks for encrypted directories by Theodore Ts'o · 9 years ago
  87. aeb933b e2fsck: add a 'yes to all' response in interactive mode by Darrick J. Wong · 9 years ago
  88. ad5d05d Merge branch 'maint' into next by Theodore Ts'o · 9 years ago
  89. 4a3dc1f e2fsck: salvage under-sized dirents by removing them by Darrick J. Wong · 9 years ago
  90. e274cc3 e2fsck: improve the inline directory detector by Darrick J. Wong · 9 years ago
  91. 0ac4b39 e2fsck: inspect inline dir data as two directory blocks by Darrick J. Wong · 9 years ago
  92. 09282b8 e2fsck: decrement bad count _after_ remapping a duplicate block by Darrick J. Wong · 9 years ago
  93. 5e61441 e2fsck: handle multiple *ind block collisions with critical metadata by Darrick J. Wong · 9 years ago
  94. b151d34 e2fsck: fix message when the journal is deleted and regenerated by Darrick J. Wong · 9 years ago
  95. fac0c8e e2fsck: on read error, don't rewrite blocks past the end of the fs by Darrick J. Wong · 9 years ago
  96. 3ee2946 e2fsck: clear i_block[] when there are too many bad mappings on a special inode by Darrick J. Wong · 9 years ago
  97. 36769c6 e2fsck: fix corruption of Hurd filesystems by Justus Winter · 10 years ago
  98. 5600802 Merge branch 'maint' into next by Theodore Ts'o · 10 years ago
  99. a4f95cc e2fsck: close the progress_fd in the logfile child process by Theodore Ts'o · 10 years ago
  100. 506fc40 e2fsck: don't complain about root dir csum failures when getting lnf by Darrick J. Wong · 10 years ago