1. 0fad49b Fix missing prototype warnings caused by missing header files by Theodore Ts'o · 9 years ago
  2. cba3fd5 mke2fs: fix for the "-E offset=N" option by Marcus Huewe · 9 years ago
  3. a7ac9c2 libext2fs: fix offset support in unix_io.c by Marcus Huewe · 9 years ago
  4. c66a3bb tests: add testcase for "mke2fs -E offset=N..." by Marcus Huewe · 9 years ago
  5. 62bc8d1 blkid: fix blkid time diff bug by Jeff Sharkey · 11 years ago
  6. 5efe492 llseek: setup the correct seek for ext2fs_llseek by JP Abgrall · 9 years ago
  7. 3bf56ef Merge branch 'maint' into next by Theodore Ts'o · 9 years ago
  8. 8ef71d8 tests: fix Makefile so it is portable to gmake 3.x by Theodore Ts'o · 9 years ago
  9. ca82d22 Fix FreeBSD portability problems by Theodore Ts'o · 9 years ago
  10. b42b7ba Merge branch 'maint' into next by Theodore Ts'o · 9 years ago
  11. 8f6f860 libext2fs: make sure ismounted.c explicitly pulls in <sys/types.h> by Theodore Ts'o · 9 years ago
  12. 31ddef5 Fix warnings caused by glibc 2.20 by Theodore Ts'o · 9 years ago
  13. 37000b0 libsupport: fix potential resource leaks in the profile code by Theodore Ts'o · 9 years ago
  14. 25040c0 chattr: fix verbose message while setting the project id by Theodore Ts'o · 9 years ago
  15. 855c5e0 util: add get-var script by Theodore Ts'o · 9 years ago
  16. e1eee3e Android.mk: add missing source files from lib/e2p/Android.mk by Theodore Ts'o · 9 years ago
  17. a96aa32 libsupport: fix function prototype for parse_quota_opts by Theodore Ts'o · 9 years ago
  18. 9c05bb9 tune2fs: don't include journal recovery when building for Android by Theodore Ts'o · 9 years ago
  19. f5b69d4 Android.mk: fix up the library -host naming convention change by Theodore Ts'o · 9 years ago
  20. dd9a866 fuse2fs.1: add manual page for fuse2fs by Theodore Ts'o · 9 years ago
  21. 82e48fb Fix various clang and gcc -Wall warnings by Theodore Ts'o · 9 years ago
  22. 17ea174 libext2fs: fix build failure in lib/ext2fs/swapfs on big-endian systems by Theodore Ts'o · 9 years ago
  23. e3760b7 Update lib/ext2fs/Makefile.in using "make depend" by Theodore Ts'o · 9 years ago
  24. 9e78ef7 Update translation template file by Theodore Ts'o · 9 years ago
  25. 526f554 Update release notes for a 1.43-WIP release (14-Mar-2016) by Theodore Ts'o · 9 years ago
  26. f8fd2fd debian: update debian policy conformance to 3.9.7 by Theodore Ts'o · 9 years ago
  27. 205593f Android.mk: Replace _host suffix with more standard -host suffix by Alex Deymo · 9 years ago
  28. 2ab5382 configure.ac: fix up Debian naming scheme for its orig.tar.gz file by Theodore Ts'o · 9 years ago
  29. 9dd4048 gen-android-files: create the MODULE_LICENSE_GPL and README.version files by Damien Miller · 9 years ago
  30. 1598731 libuuid: Silence warnings in lib/uuid when building on Android by James Hawkins · 9 years ago
  31. cd26dc1 Android.mk: export uuid/uuid.h by Mark Salyzyn · 9 years ago
  32. 5eeb0cc libext2fs: export the library include path by Alex Deymo · 9 years ago
  33. 7c33c88 blkid: add support to recognize f2fs to blkid by Jeff Sharkey · 9 years ago
  34. d8d67ec Cleanup Obsolete LOCAL_PRELINK_MODULE by Ying Wang · 10 years ago
  35. 4ccb236 Wrap tune2fs.h to be C++ compatible by Tao Bao · 9 years ago
  36. c733f99 Rename COPYING to NOTICE and add MODULE_LICENSE_GPL file by Theodore Ts'o · 9 years ago
  37. 082ed5d e2fsck: correct ext4 dates generated by old kernels by David Turner · 9 years ago
  38. 6743215 debugfs: fix a bug in string_to_time() which misparsed @NNNNNNN inputs by Theodore Ts'o · 9 years ago
  39. cffde03 Update release notes and debian changelog by Theodore Ts'o · 9 years ago
  40. 69df849 fuse2fs: improve command-line parsing by Theodore Ts'o · 9 years ago
  41. 5b7afaf e2fsck: fix problem report typo by Eric Whitney · 9 years ago
  42. f374572 resize2fs: clear uninit BG if allocating from new group by Eric Sandeen · 9 years ago
  43. 96fae88 tests: fix missing cleanup of temporary files by Theodore Ts'o · 9 years ago
  44. 6d4bb11 Merge branch 'maint' into next by Theodore Ts'o · 9 years ago
  45. 539d3ae misc: replace comparison macros with inline functions by Andreas Dilger · 9 years ago
  46. 82af19e tests: cleanup tmpfile for the f_extent_htree by Theodore Ts'o · 9 years ago
  47. dcb8e1f Merge branch 'maint' into next by Theodore Ts'o · 9 years ago
  48. c864b9e tune2fs: recover the journal by Darrick J. Wong · 9 years ago
  49. 62e0d34 tune2fs: confirm dangerous operations by Darrick J. Wong · 9 years ago
  50. ba380ee libext2fs: sort keys for xattr blocks by Darrick J. Wong · 9 years ago
  51. 8424468 filefrag: accommodate holes when calculating expected values by Darrick J. Wong · 9 years ago
  52. 2b8772f tests: check proper operation of metadata_csum_seed by Darrick J. Wong · 9 years ago
  53. 1b7623b mke2fs: store checksum seed at format time by Darrick J. Wong · 9 years ago
  54. 17f2fbf e2fsck: check the checksum seed feature flag is set correctly by Darrick J. Wong · 9 years ago
  55. 2be9cd8 tune2fs: allow user to turn on saving the checksum seed by Darrick J. Wong · 9 years ago
  56. 2ed0adb libext2fs: store checksum seed in superblock by Darrick J. Wong · 9 years ago
  57. f3d9ac3 debugfs: add support for the project id field by Theodore Ts'o · 9 years ago
  58. ccf028f libe2p: add missing f[gs]etproject.c files by Theodore Ts'o · 9 years ago
  59. 3627e83 Add project ID support for chattr/lsattr by Li Xi · 9 years ago
  60. ba60bb9 findsuper: improve output if s_mkfs_time unset by Andreas Dilger · 9 years ago
  61. 1e3f5c8 lsattr: treat inode generation as an unsigned int by Andreas Dilger · 9 years ago
  62. 7fd5374 misc: add missing declarations on maint by Andreas Dilger · 9 years ago
  63. 2fe6136 debugfs: improve dump_mmp handling by Andreas Dilger · 9 years ago
  64. 865dc0d blkid: fix ZFS device detection by Andreas Dilger · 9 years ago
  65. e1cec44 Add inherit flags for project quota by Li Xi · 9 years ago
  66. 080e09b Add project quota support by Li Xi · 9 years ago
  67. 0c18d03 Add project feature flag EXT4_FEATURE_RO_COMPAT_PROJECT by Li Xi · 9 years ago
  68. 2d2d799 Clean up codes for adding new quota type by Li Xi · 9 years ago
  69. 0355d6d Fix build system to be compatible with BSD pmake by Theodore Ts'o · 9 years ago
  70. d030908 ext2fs: work around FreeBSD header breakage by Theodore Ts'o · 9 years ago
  71. 0f26747 mke2fs: sort "-d" option alphabetically by Andreas Dilger · 9 years ago
  72. f150bde fuse2fs: set inode's uid/gid when creating inode by Darrick J. Wong · 9 years ago
  73. 94676ef Merge branch 'maint' into next by Theodore Ts'o · 9 years ago
  74. 19961cd e2fsck: fix e2fsck -fD directory truncation by Andreas Dilger · 9 years ago
  75. e158db5 libext2fs: fix block-mapped file punch by Andreas Dilger · 9 years ago
  76. f680db6 e2fsck: zap extent-format inode with no extent header by Darrick J. Wong · 9 years ago
  77. c5b3ae7 tune2fs: warn if the filesystem journal is dirty by Jim Garlick · 9 years ago
  78. f449486 libext2fs: fix tst_badblocks buffer overrun by Andreas Dilger · 9 years ago
  79. 2b833c9 e2fsck: do not read EA header beyond the end of an inode by Artemiy Volkov · 9 years ago
  80. 5cb290e chattr: fix typo in a manpage by Jan Kara · 9 years ago
  81. 188960e debugfs: add support to properly set and display extended timestamps by Theodore Ts'o · 11 years ago
  82. db3d871 e2fsck: skip quota update when interrupted by Andreas Dilger · 9 years ago
  83. 7dce0c0 libext2fs: fix parents when modifying extents by Darrick J. Wong · 11 years ago
  84. 79ffbf2 make2fs: parse a human readable inode ratio for the -i option by Matthieu Dupont · 9 years ago
  85. 4ee2669 debugfs: clean up feature test macros with predicate functions by Darrick J. Wong · 9 years ago
  86. 21e37be resize2fs: clean up feature test macros with predicate functions by Darrick J. Wong · 9 years ago
  87. 7889640 misc: clean up feature test macros with predicate functions by Darrick J. Wong · 9 years ago
  88. 86f3b6c e2fsck: clean up feature test macros with predicate functions by Darrick J. Wong · 9 years ago
  89. 77b3e98 libext2fs: clean up feature test macros with predicate functions by Darrick J. Wong · 9 years ago
  90. 03940aa libext2fs: automatically enable meta_bg to avoid filling up BG 0 by Darrick J. Wong · 9 years ago
  91. 1abdd04 libext2fs: fix maximum bg overhead calculation with meta_bg enabled by Darrick J. Wong · 9 years ago
  92. 7bba54e Merge remote-tracking branch 'origin/maint' into next by Theodore Ts'o · 9 years ago
  93. e5a8200 subst: work around an NFS bug by Theodore Ts'o · 9 years ago
  94. b9ba837 Fix typo in the ext4(5) man page by Theodore Ts'o · 9 years ago
  95. 2334bd3 tune2fs: allow changing the UUID mounted file systems with the -f option by Theodore Ts'o · 9 years ago
  96. 7719e69 e4defrag: fix build failure if libc doesn't have sync_file_range() by Theodore Ts'o · 9 years ago
  97. e695c12 android: be able to build dumpe2fs, lsattr, and e2fsck statically by Theodore Ts'o · 9 years ago
  98. 956b0f1 Merge branch 'maint' into next by Theodore Ts'o · 9 years ago
  99. 9f8d9a2 debugfs: handle out of memory condition by Tobias Stoeckmann · 9 years ago
  100. 9bcfea2 util: avoid off-by-one on long symlinks by Tobias Stoeckmann · 9 years ago