1. cc090a3 tests: testcases for the offset handling in e2undo and undo_io.c by Marcus Huewe · 9 years ago
  2. dc01088 mke2fs: fix filesystem size calculation, if an offset is specified by Marcus Huewe · 9 years ago
  3. 093d9b4 tests: test "mke2fs -E offset=N" filesystem size calculation by Marcus Huewe · 9 years ago
  4. fd80e98 debian: make e2fsprogs.postinst abort on error by Theodore Ts'o · 9 years ago
  5. 3de9843 Update release notes for a 1.43-WIP release (12-May-2016) by Theodore Ts'o · 9 years ago
  6. 4baef0a Update e2fsprogs translation template file by Theodore Ts'o · 9 years ago
  7. b8d0b0e fuse2fs.1: fix man page section of fuse2fs by Theodore Ts'o · 9 years ago
  8. 52d4a5b debian: stop using dietlibc to build the static binaries by Theodore Ts'o · 9 years ago
  9. 3888c1e libext2fs: sanity check group argument to ext2fs_clear_{block,inode}_uninit() by Theodore Ts'o · 9 years ago
  10. d0e855f misc: avoid PATH_MAX dependency in create_inode.c by Theodore Ts'o · 9 years ago
  11. b8aa9b6 libext2s: only define FS_IOC_FIEMAP on Linux systems by Theodore Ts'o · 9 years ago
  12. 5a0affd debian: disable fus2fs for Hurd by Theodore Ts'o · 9 years ago
  13. 0a1883c debian: update initramfs in e2fsprogs's postinst script by Theodore Ts'o · 9 years ago
  14. f9b16db More man page and usage message fixups by Theodore Ts'o · 9 years ago
  15. aaa1ae0 resize2fs, libext2fs: fix bugs in sparse_super2 support by Theodore Ts'o · 9 years ago
  16. a039df9 mke2fs: support multiple -O options by Theodore Ts'o · 9 years ago
  17. 06ac256 util: remove lib/support from the e2fsprogs-libs tar distribution by Theodore Ts'o · 9 years ago
  18. bc8f1ae Fix various man pages and usage message by Theodore Ts'o · 9 years ago
  19. 97d7e2f libe2p: change the long flag name for -P to be Project_Hierarchy by Theodore Ts'o · 9 years ago
  20. a195e86 mke2fs: fix the parsing used for -E quotatype=usrquota:grpquota:prjquota by Theodore Ts'o · 9 years ago
  21. 1973233 e4crypt: remove debugging code which broke the set_policy subcommand by Theodore Ts'o · 9 years ago
  22. 87d9b2f mke2fs: adjust the default file system size by the offset by Theodore Ts'o · 9 years ago
  23. b3b7daf Use texi2dvi --clean to work around a bug in texi2dvi by Theodore Ts'o · 9 years ago
  24. a7dc56f mke2fs.8, badblocks.8: fix spelling errors and other miscellaneous typos by Theodore Ts'o · 9 years ago
  25. 8feb6f4 fuse2fs: delete unused variables by Darrick J. Wong · 9 years ago
  26. 19df3ae tests: rename e2image related tests by Theodore Ts'o · 9 years ago
  27. 7dd0dfc e2image: ignore checksum errors by Darrick J. Wong · 9 years ago
  28. d530271 e2fsck: clean up error messages when journal is corrupted by Theodore Ts'o · 9 years ago
  29. f089990 Fix build failure if --config-jbd-debug isn't enabled by Theodore Ts'o · 9 years ago
  30. 27ce779 e2fsck: don't abort if the journal is corrupted due to checksum errors by Theodore Ts'o · 9 years ago
  31. 24b8916 e2fsck: don't try to set a UUID on metadata_csum file systems by Theodore Ts'o · 9 years ago
  32. b4f02c9 e2fsck: use specific CRC and corruption errors in journal recovery by Theodore Ts'o · 9 years ago
  33. 1fc23b5 Fix support for configure --enable-jbd-debug by Theodore Ts'o · 9 years ago
  34. 4ea40c0 Merge branch 'maint' into next by Theodore Ts'o · 9 years ago
  35. be5ce27 e2image: don't leak progress info to stdout by Eric Sandeen · 9 years ago
  36. c2db4cb e2fsck: Print "REBOOT SYSTEM" instead of "REBOOT LINUX" by Theodore Ts'o · 9 years ago
  37. 0fad49b Fix missing prototype warnings caused by missing header files by Theodore Ts'o · 9 years ago
  38. cba3fd5 mke2fs: fix for the "-E offset=N" option by Marcus Huewe · 9 years ago
  39. a7ac9c2 libext2fs: fix offset support in unix_io.c by Marcus Huewe · 9 years ago
  40. c66a3bb tests: add testcase for "mke2fs -E offset=N..." by Marcus Huewe · 9 years ago
  41. 62bc8d1 blkid: fix blkid time diff bug by Jeff Sharkey · 12 years ago
  42. 5efe492 llseek: setup the correct seek for ext2fs_llseek by JP Abgrall · 9 years ago
  43. 3bf56ef Merge branch 'maint' into next by Theodore Ts'o · 9 years ago
  44. 8ef71d8 tests: fix Makefile so it is portable to gmake 3.x by Theodore Ts'o · 9 years ago
  45. ca82d22 Fix FreeBSD portability problems by Theodore Ts'o · 9 years ago
  46. b42b7ba Merge branch 'maint' into next by Theodore Ts'o · 9 years ago
  47. 8f6f860 libext2fs: make sure ismounted.c explicitly pulls in <sys/types.h> by Theodore Ts'o · 9 years ago
  48. 31ddef5 Fix warnings caused by glibc 2.20 by Theodore Ts'o · 9 years ago
  49. 37000b0 libsupport: fix potential resource leaks in the profile code by Theodore Ts'o · 9 years ago
  50. 25040c0 chattr: fix verbose message while setting the project id by Theodore Ts'o · 9 years ago
  51. 855c5e0 util: add get-var script by Theodore Ts'o · 9 years ago
  52. e1eee3e Android.mk: add missing source files from lib/e2p/Android.mk by Theodore Ts'o · 9 years ago
  53. a96aa32 libsupport: fix function prototype for parse_quota_opts by Theodore Ts'o · 9 years ago
  54. 9c05bb9 tune2fs: don't include journal recovery when building for Android by Theodore Ts'o · 9 years ago
  55. f5b69d4 Android.mk: fix up the library -host naming convention change by Theodore Ts'o · 9 years ago
  56. dd9a866 fuse2fs.1: add manual page for fuse2fs by Theodore Ts'o · 9 years ago
  57. 82e48fb Fix various clang and gcc -Wall warnings by Theodore Ts'o · 9 years ago
  58. 17ea174 libext2fs: fix build failure in lib/ext2fs/swapfs on big-endian systems by Theodore Ts'o · 9 years ago
  59. e3760b7 Update lib/ext2fs/Makefile.in using "make depend" by Theodore Ts'o · 9 years ago
  60. 9e78ef7 Update translation template file by Theodore Ts'o · 9 years ago
  61. 526f554 Update release notes for a 1.43-WIP release (14-Mar-2016) by Theodore Ts'o · 9 years ago
  62. f8fd2fd debian: update debian policy conformance to 3.9.7 by Theodore Ts'o · 9 years ago
  63. 205593f Android.mk: Replace _host suffix with more standard -host suffix by Alex Deymo · 10 years ago
  64. 2ab5382 configure.ac: fix up Debian naming scheme for its orig.tar.gz file by Theodore Ts'o · 9 years ago
  65. 9dd4048 gen-android-files: create the MODULE_LICENSE_GPL and README.version files by Damien Miller · 9 years ago
  66. 1598731 libuuid: Silence warnings in lib/uuid when building on Android by James Hawkins · 9 years ago
  67. cd26dc1 Android.mk: export uuid/uuid.h by Mark Salyzyn · 9 years ago
  68. 5eeb0cc libext2fs: export the library include path by Alex Deymo · 10 years ago
  69. 7c33c88 blkid: add support to recognize f2fs to blkid by Jeff Sharkey · 9 years ago
  70. d8d67ec Cleanup Obsolete LOCAL_PRELINK_MODULE by Ying Wang · 11 years ago
  71. 4ccb236 Wrap tune2fs.h to be C++ compatible by Tao Bao · 9 years ago
  72. c733f99 Rename COPYING to NOTICE and add MODULE_LICENSE_GPL file by Theodore Ts'o · 9 years ago
  73. 082ed5d e2fsck: correct ext4 dates generated by old kernels by David Turner · 9 years ago
  74. 6743215 debugfs: fix a bug in string_to_time() which misparsed @NNNNNNN inputs by Theodore Ts'o · 9 years ago
  75. cffde03 Update release notes and debian changelog by Theodore Ts'o · 9 years ago
  76. 69df849 fuse2fs: improve command-line parsing by Theodore Ts'o · 9 years ago
  77. 5b7afaf e2fsck: fix problem report typo by Eric Whitney · 9 years ago
  78. f374572 resize2fs: clear uninit BG if allocating from new group by Eric Sandeen · 9 years ago
  79. 96fae88 tests: fix missing cleanup of temporary files by Theodore Ts'o · 9 years ago
  80. 6d4bb11 Merge branch 'maint' into next by Theodore Ts'o · 9 years ago
  81. 539d3ae misc: replace comparison macros with inline functions by Andreas Dilger · 9 years ago
  82. 82af19e tests: cleanup tmpfile for the f_extent_htree by Theodore Ts'o · 9 years ago
  83. dcb8e1f Merge branch 'maint' into next by Theodore Ts'o · 9 years ago
  84. c864b9e tune2fs: recover the journal by Darrick J. Wong · 9 years ago
  85. 62e0d34 tune2fs: confirm dangerous operations by Darrick J. Wong · 9 years ago
  86. ba380ee libext2fs: sort keys for xattr blocks by Darrick J. Wong · 9 years ago
  87. 8424468 filefrag: accommodate holes when calculating expected values by Darrick J. Wong · 9 years ago
  88. 2b8772f tests: check proper operation of metadata_csum_seed by Darrick J. Wong · 9 years ago
  89. 1b7623b mke2fs: store checksum seed at format time by Darrick J. Wong · 9 years ago
  90. 17f2fbf e2fsck: check the checksum seed feature flag is set correctly by Darrick J. Wong · 9 years ago
  91. 2be9cd8 tune2fs: allow user to turn on saving the checksum seed by Darrick J. Wong · 9 years ago
  92. 2ed0adb libext2fs: store checksum seed in superblock by Darrick J. Wong · 9 years ago
  93. f3d9ac3 debugfs: add support for the project id field by Theodore Ts'o · 9 years ago
  94. ccf028f libe2p: add missing f[gs]etproject.c files by Theodore Ts'o · 9 years ago
  95. 3627e83 Add project ID support for chattr/lsattr by Li Xi · 9 years ago
  96. ba60bb9 findsuper: improve output if s_mkfs_time unset by Andreas Dilger · 9 years ago
  97. 1e3f5c8 lsattr: treat inode generation as an unsigned int by Andreas Dilger · 9 years ago
  98. 7fd5374 misc: add missing declarations on maint by Andreas Dilger · 9 years ago
  99. 2fe6136 debugfs: improve dump_mmp handling by Andreas Dilger · 9 years ago
  100. 865dc0d blkid: fix ZFS device detection by Andreas Dilger · 9 years ago