1. 080e09b Add project quota support by Li Xi · 9 years ago
  2. 0c18d03 Add project feature flag EXT4_FEATURE_RO_COMPAT_PROJECT by Li Xi · 9 years ago
  3. 2d2d799 Clean up codes for adding new quota type by Li Xi · 9 years ago
  4. 0f26747 mke2fs: sort "-d" option alphabetically by Andreas Dilger · 9 years ago
  5. f150bde fuse2fs: set inode's uid/gid when creating inode by Darrick J. Wong · 9 years ago
  6. 94676ef Merge branch 'maint' into next by Theodore Ts'o · 9 years ago
  7. 19961cd e2fsck: fix e2fsck -fD directory truncation by Andreas Dilger · 9 years ago
  8. e158db5 libext2fs: fix block-mapped file punch by Andreas Dilger · 9 years ago
  9. f680db6 e2fsck: zap extent-format inode with no extent header by Darrick J. Wong · 9 years ago
  10. c5b3ae7 tune2fs: warn if the filesystem journal is dirty by Jim Garlick · 9 years ago
  11. f449486 libext2fs: fix tst_badblocks buffer overrun by Andreas Dilger · 9 years ago
  12. 2b833c9 e2fsck: do not read EA header beyond the end of an inode by Artemiy Volkov · 9 years ago
  13. 5cb290e chattr: fix typo in a manpage by Jan Kara · 9 years ago
  14. 188960e debugfs: add support to properly set and display extended timestamps by Theodore Ts'o · 11 years ago
  15. db3d871 e2fsck: skip quota update when interrupted by Andreas Dilger · 9 years ago
  16. 7dce0c0 libext2fs: fix parents when modifying extents by Darrick J. Wong · 11 years ago
  17. 79ffbf2 make2fs: parse a human readable inode ratio for the -i option by Matthieu Dupont · 9 years ago
  18. 4ee2669 debugfs: clean up feature test macros with predicate functions by Darrick J. Wong · 9 years ago
  19. 21e37be resize2fs: clean up feature test macros with predicate functions by Darrick J. Wong · 9 years ago
  20. 7889640 misc: clean up feature test macros with predicate functions by Darrick J. Wong · 9 years ago
  21. 86f3b6c e2fsck: clean up feature test macros with predicate functions by Darrick J. Wong · 9 years ago
  22. 77b3e98 libext2fs: clean up feature test macros with predicate functions by Darrick J. Wong · 9 years ago
  23. 03940aa libext2fs: automatically enable meta_bg to avoid filling up BG 0 by Darrick J. Wong · 9 years ago
  24. 1abdd04 libext2fs: fix maximum bg overhead calculation with meta_bg enabled by Darrick J. Wong · 9 years ago
  25. 7bba54e Merge remote-tracking branch 'origin/maint' into next by Theodore Ts'o · 9 years ago
  26. e5a8200 subst: work around an NFS bug by Theodore Ts'o · 9 years ago
  27. b9ba837 Fix typo in the ext4(5) man page by Theodore Ts'o · 9 years ago
  28. 2334bd3 tune2fs: allow changing the UUID mounted file systems with the -f option by Theodore Ts'o · 9 years ago
  29. 7719e69 e4defrag: fix build failure if libc doesn't have sync_file_range() by Theodore Ts'o · 9 years ago
  30. e695c12 android: be able to build dumpe2fs, lsattr, and e2fsck statically by Theodore Ts'o · 9 years ago
  31. 956b0f1 Merge branch 'maint' into next by Theodore Ts'o · 9 years ago
  32. 9f8d9a2 debugfs: handle out of memory condition by Tobias Stoeckmann · 9 years ago
  33. 9bcfea2 util: avoid off-by-one on long symlinks by Tobias Stoeckmann · 9 years ago
  34. 95eca2e e2fsck: check htree leaf block checksums by Darrick J. Wong · 9 years ago
  35. e3dd5c6 e2fsck: check for encrypted directory entries with too-short file names by Theodore Ts'o · 9 years ago
  36. 4ecd63d e2fsck: check for an encrypted lost+found directory by Theodore Ts'o · 9 years ago
  37. b97bcce android: add add_ext4_encrypt helper program by Theodore Ts'o · 9 years ago
  38. df0b907 debugfs: cleanup gcc -Wall warnings by Theodore Ts'o · 9 years ago
  39. 4e222d9 misc: cleanup gcc -Wall warnings by Theodore Ts'o · 9 years ago
  40. f7134a9 Remove dropped const warning and enable pread/pwrite for Android build by Theodore Ts'o · 9 years ago
  41. ec79402 create_inode: remove backup definition of __func__ by Theodore Ts'o · 9 years ago
  42. cf491d3 Eliminate unused variable and unused label warnings from Android build by Theodore Ts'o · 9 years ago
  43. 25f291c Eliminate unused parameter warnings from Android build by Theodore Ts'o · 9 years ago
  44. aee40b8 Eliminate unused function warnings from Android build by Theodore Ts'o · 9 years ago
  45. f1644c3 Eliminate doubly defined _LARGEFILE_SOURCE warning by Theodore Ts'o · 9 years ago
  46. 3dca12f Move dict.c from e2fsck to lib/support by Theodore Ts'o · 9 years ago
  47. 99ceb8e Move the check_plausibility() function from misc to lib/support by Theodore Ts'o · 9 years ago
  48. 12aa7ad Suppress annoying missing field initializer warnings by Theodore Ts'o · 9 years ago
  49. 1dc16b0 Move the profile parsing functions from e2fsck to lib/support by Theodore Ts'o · 9 years ago
  50. 273c2c5 tune2fs: allow tune2fs to be built as a static library for Android by Theodore Ts'o · 9 years ago
  51. 1bf3f38 gen-android-files: implement 'Add MODULE_LICENSE and NOTICE files" by Theodore Ts'o · 9 years ago
  52. 4ac4a41 android_config: remove HAVE_TERMIO_H by Theodore Ts'o · 9 years ago
  53. 0a332f4 Add fallocate.c to lib/exte2fs/Android.mk by Theodore Ts'o · 9 years ago
  54. f34af41 rename libquota.a to libsupport.a by Theodore Ts'o · 9 years ago
  55. 9e8fcd6 configure: remove support to disable quota support by Theodore Ts'o · 9 years ago
  56. 149640f configure: remove support to disable htree support by Theodore Ts'o · 9 years ago
  57. 44dfb37 configure: only include libuuid and libblkid in AC_OUTPUT if needed by Theodore Ts'o · 9 years ago
  58. 59a220d Fix "make clean" and "make distclean" by Theodore Ts'o · 9 years ago
  59. 8f8511a libext2fs: fix gcc -Wall nits by Theodore Ts'o · 9 years ago
  60. 9603da1 Revert "debugfs: add the hexdump_block command" by Theodore Ts'o · 9 years ago
  61. 6ece39e update config.{guess,sub,rpath} from FSF and gettext by Theodore Ts'o · 9 years ago
  62. 0fe4021 Merge branch 'maint' into next by Theodore Ts'o · 9 years ago
  63. 8815116 tune2fs.8: update maximum journal size by Phillip Susi · 9 years ago
  64. 5ea7aee rename configure.in to configure.ac by Theodore Ts'o · 9 years ago
  65. f5dffb8 configure: use system libraries for blkid and uuid if present by Theodore Ts'o · 9 years ago
  66. 58b0356 debugfs: add the hexdump_block command by Theodore Ts'o · 9 years ago
  67. 83c799d Merge branch 'maint' into next by Theodore Ts'o · 9 years ago
  68. f7e37e8 debugfs: fix several errors and add assertions in the set_fields command by Konstantin Khlebnikov · 9 years ago
  69. a6eeac1 mke2fs: prompt for user verification for "-S" by Andreas Dilger · 9 years ago
  70. 59707c1 misc: fix alignment warnings on ARM by Andreas Dilger · 9 years ago
  71. 23cb84c tests: skip large filesystem tests on MacOS by Andreas Dilger · 9 years ago
  72. 74f2c4a fix diet libc build breaks for e4crypt and fallocate by Theodore Ts'o · 9 years ago
  73. 6f5bb81 e2fsck: skip checking the journal fields if the file system is mounted by Theodore Ts'o · 9 years ago
  74. dc810de Merge branch 'maint' into next by Theodore Ts'o · 9 years ago
  75. 823c245 misc: fix bugs which broke misc/Makefile.in's "make depend" by Theodore Ts'o · 9 years ago
  76. 97e9b97 misc: remove broken whole device check by Richard Yao · 9 years ago
  77. 58354a3 e4crypt: fix hexidecimal salt parsing by Theodore Ts'o · 9 years ago
  78. eeb2bb6 libext2fs: remove unnecessary undo file flush calls by Darrick J. Wong · 9 years ago
  79. 81cbf1e misc: add fuse2fs, a FUSE server for e2fsprogs by Darrick J. Wong · 9 years ago
  80. 117f9d0 tests: test debugfs punch command by Darrick J. Wong · 9 years ago
  81. 2f8c0d0 debugfs: implement fallocate by Darrick J. Wong · 9 years ago
  82. 4f86870 libext2fs: use fallocate for creating journals and hugefiles by Darrick J. Wong · 9 years ago
  83. 5aad5b8 libext2fs: implement fallocate by Darrick J. Wong · 9 years ago
  84. 647e878 libext2fs: add new hooks to support large allocations by Darrick J. Wong · 9 years ago
  85. a693a82 Add fsstress to contrib so it can be built for use in Android by Theodore Ts'o · 9 years ago
  86. beb19fc Allow debugfs to be built for use in Android by Theodore Ts'o · 9 years ago
  87. 766c142 libext2fs: fix ext2fs_close() when MMP is not enabled by Theodore Ts'o · 9 years ago
  88. 81f95d4 libext2fs, libe2p, misc: git rid of jfs_user.h by Theodore Ts'o · 9 years ago
  89. 2df733f Update Android build files so the 1.43 branch builds on AOSP by Theodore Ts'o · 9 years ago
  90. 7cb2ed2 e2fsprogs: use $DUMPE2FS in resize_test script by Eric Sandeen · 9 years ago
  91. 8beba81 e2fsck,misc: include ext2fs.h to avoid clang warnings by Theodore Ts'o · 9 years ago
  92. 1123a2e debian: update e2fslibs.symbols for 1.43-WIP release by Theodore Ts'o · 9 years ago
  93. ff75327 Merge branch 'maint' into next by Theodore Ts'o · 9 years ago
  94. 94df6e9 debian: remove trailing spaces from control.in file by Theodore Ts'o · 9 years ago
  95. 9933693 Update release notes for a 1.43-WIP release (18-May-2015) by Theodore Ts'o · 9 years ago
  96. cd27af3 mke2fs: enable the metadata_csum and 64bit features by default by Theodore Ts'o · 9 years ago
  97. c97055e Merge branch 'maint' into next by Theodore Ts'o · 9 years ago
  98. e622f9a Update release notes, etc. for final 1.42.13 release by Theodore Ts'o · 9 years ago
  99. c8c167d Merge remote-tracking branch 'origin/maint' into maint by Theodore Ts'o · 9 years ago
  100. bd38698 Update translation template file by Theodore Ts'o · 9 years ago