1. 205593f Android.mk: Replace _host suffix with more standard -host suffix by Alex Deymo · 9 years ago
  2. 5eeb0cc libext2fs: export the library include path by Alex Deymo · 9 years ago
  3. 4ccb236 Wrap tune2fs.h to be C++ compatible by Tao Bao · 8 years ago
  4. 69df849 fuse2fs: improve command-line parsing by Theodore Ts'o · 8 years ago
  5. dcb8e1f Merge branch 'maint' into next by Theodore Ts'o · 8 years ago
  6. c864b9e tune2fs: recover the journal by Darrick J. Wong · 8 years ago
  7. 62e0d34 tune2fs: confirm dangerous operations by Darrick J. Wong · 8 years ago
  8. 8424468 filefrag: accommodate holes when calculating expected values by Darrick J. Wong · 8 years ago
  9. 1b7623b mke2fs: store checksum seed at format time by Darrick J. Wong · 8 years ago
  10. 2be9cd8 tune2fs: allow user to turn on saving the checksum seed by Darrick J. Wong · 8 years ago
  11. 3627e83 Add project ID support for chattr/lsattr by Li Xi · 8 years ago
  12. ba60bb9 findsuper: improve output if s_mkfs_time unset by Andreas Dilger · 8 years ago
  13. 1e3f5c8 lsattr: treat inode generation as an unsigned int by Andreas Dilger · 8 years ago
  14. 7fd5374 misc: add missing declarations on maint by Andreas Dilger · 8 years ago
  15. e1cec44 Add inherit flags for project quota by Li Xi · 8 years ago
  16. 080e09b Add project quota support by Li Xi · 8 years ago
  17. 0c18d03 Add project feature flag EXT4_FEATURE_RO_COMPAT_PROJECT by Li Xi · 8 years ago
  18. 2d2d799 Clean up codes for adding new quota type by Li Xi · 9 years ago
  19. 0355d6d Fix build system to be compatible with BSD pmake by Theodore Ts'o · 9 years ago
  20. 0f26747 mke2fs: sort "-d" option alphabetically by Andreas Dilger · 9 years ago
  21. f150bde fuse2fs: set inode's uid/gid when creating inode by Darrick J. Wong · 9 years ago
  22. 94676ef Merge branch 'maint' into next by Theodore Ts'o · 9 years ago
  23. c5b3ae7 tune2fs: warn if the filesystem journal is dirty by Jim Garlick · 9 years ago
  24. 5cb290e chattr: fix typo in a manpage by Jan Kara · 9 years ago
  25. 79ffbf2 make2fs: parse a human readable inode ratio for the -i option by Matthieu Dupont · 9 years ago
  26. 7889640 misc: clean up feature test macros with predicate functions by Darrick J. Wong · 9 years ago
  27. 7bba54e Merge remote-tracking branch 'origin/maint' into next by Theodore Ts'o · 9 years ago
  28. b9ba837 Fix typo in the ext4(5) man page by Theodore Ts'o · 9 years ago
  29. 2334bd3 tune2fs: allow changing the UUID mounted file systems with the -f option by Theodore Ts'o · 9 years ago
  30. 7719e69 e4defrag: fix build failure if libc doesn't have sync_file_range() by Theodore Ts'o · 9 years ago
  31. e695c12 android: be able to build dumpe2fs, lsattr, and e2fsck statically by Theodore Ts'o · 9 years ago
  32. 4e222d9 misc: cleanup gcc -Wall warnings by Theodore Ts'o · 9 years ago
  33. f7134a9 Remove dropped const warning and enable pread/pwrite for Android build by Theodore Ts'o · 9 years ago
  34. ec79402 create_inode: remove backup definition of __func__ by Theodore Ts'o · 9 years ago
  35. cf491d3 Eliminate unused variable and unused label warnings from Android build by Theodore Ts'o · 9 years ago
  36. 25f291c Eliminate unused parameter warnings from Android build by Theodore Ts'o · 9 years ago
  37. aee40b8 Eliminate unused function warnings from Android build by Theodore Ts'o · 9 years ago
  38. f1644c3 Eliminate doubly defined _LARGEFILE_SOURCE warning by Theodore Ts'o · 9 years ago
  39. 3dca12f Move dict.c from e2fsck to lib/support by Theodore Ts'o · 9 years ago
  40. 99ceb8e Move the check_plausibility() function from misc to lib/support by Theodore Ts'o · 9 years ago
  41. 12aa7ad Suppress annoying missing field initializer warnings by Theodore Ts'o · 9 years ago
  42. 1dc16b0 Move the profile parsing functions from e2fsck to lib/support by Theodore Ts'o · 9 years ago
  43. 273c2c5 tune2fs: allow tune2fs to be built as a static library for Android by Theodore Ts'o · 9 years ago
  44. f34af41 rename libquota.a to libsupport.a by Theodore Ts'o · 9 years ago
  45. 9e8fcd6 configure: remove support to disable quota support by Theodore Ts'o · 9 years ago
  46. 0fe4021 Merge branch 'maint' into next by Theodore Ts'o · 9 years ago
  47. 8815116 tune2fs.8: update maximum journal size by Phillip Susi · 9 years ago
  48. 83c799d Merge branch 'maint' into next by Theodore Ts'o · 9 years ago
  49. a6eeac1 mke2fs: prompt for user verification for "-S" by Andreas Dilger · 9 years ago
  50. 59707c1 misc: fix alignment warnings on ARM by Andreas Dilger · 9 years ago
  51. 74f2c4a fix diet libc build breaks for e4crypt and fallocate by Theodore Ts'o · 9 years ago
  52. 823c245 misc: fix bugs which broke misc/Makefile.in's "make depend" by Theodore Ts'o · 9 years ago
  53. 97e9b97 misc: remove broken whole device check by Richard Yao · 9 years ago
  54. 58354a3 e4crypt: fix hexidecimal salt parsing by Theodore Ts'o · 9 years ago
  55. 81cbf1e misc: add fuse2fs, a FUSE server for e2fsprogs by Darrick J. Wong · 9 years ago
  56. 4f86870 libext2fs: use fallocate for creating journals and hugefiles by Darrick J. Wong · 9 years ago
  57. 81f95d4 libext2fs, libe2p, misc: git rid of jfs_user.h by Theodore Ts'o · 9 years ago
  58. 2df733f Update Android build files so the 1.43 branch builds on AOSP by Theodore Ts'o · 9 years ago
  59. 8beba81 e2fsck,misc: include ext2fs.h to avoid clang warnings by Theodore Ts'o · 9 years ago
  60. cd27af3 mke2fs: enable the metadata_csum and 64bit features by default by Theodore Ts'o · 9 years ago
  61. 344c043 create_inode: handle source symlinks with extended attributes by Theodore Ts'o · 9 years ago
  62. f008143 filefrag: fix broken extent emulation and uninitialized variables by Darrick J. Wong · 9 years ago
  63. b085139 misc: fix undo file setup by Darrick J. Wong · 9 years ago
  64. 63cd76d misc: fix Coverity bugs by Darrick J. Wong · 9 years ago
  65. 4407ea3 mke2fs: add simple tests and re-alphabetize mke2fs manpage options by Darrick J. Wong · 9 years ago
  66. b04af4f copyin: fix error handling by Darrick J. Wong · 9 years ago
  67. 76f1323 copy-in: for files, only iterate file blocks that are mapped by Darrick J. Wong · 9 years ago
  68. a433db0 copy-in: create hardlinks with the correct directory filetype by Darrick J. Wong · 9 years ago
  69. 2d291b3 mke2fs: optionally create undo file by Darrick J. Wong · 9 years ago
  70. f7d0559 tune2fs: optionally create undo file by Darrick J. Wong · 9 years ago
  71. 4892bce e2undo: ditch tdb file, write everything to a flat file by Darrick J. Wong · 9 years ago
  72. ec2019d e2undo: fix memory leaks and tweak the error messages somewhat by Darrick J. Wong · 9 years ago
  73. 437651a Update ext4 encryption format to final v4.1 version by Theodore Ts'o · 9 years ago
  74. e0d5dd3 e2fuzz: fuzz harder by Darrick J. Wong · 9 years ago
  75. a0556bd e4crypt: add the get_policy command by Theodore Ts'o · 9 years ago
  76. 654531d tune2fs: add ability to enable the encrypt feature by Theodore Ts'o · 9 years ago
  77. f7257a9 Change filename encryption to use CTS mode by Theodore Ts'o · 9 years ago
  78. 4fb758a Clean up and fix Android build files by Theodore Ts'o · 9 years ago
  79. 1e734e7 e4crypt: change the UI to use a subcommand style by Theodore Ts'o · 9 years ago
  80. 41f2210 Add support for a password salt stored in the superblock by Theodore Ts'o · 9 years ago
  81. bfa4b35 misc: add e4crypt tool by Ildar Muslukhov · 9 years ago
  82. bbb8594 misc: teach mke2fs to create encrypted file systems by Ildar Muslukhov · 9 years ago
  83. 321f344 Add files to build on Android by Theodore Ts'o · 9 years ago
  84. 8b39e4c Add support for the read-only feature by Theodore Ts'o · 9 years ago
  85. fac0c8e e2fsck: on read error, don't rewrite blocks past the end of the fs by Darrick J. Wong · 9 years ago
  86. e263765 tune2fs: direct user to resize2fs for 64bit conversion by Darrick J. Wong · 9 years ago
  87. f2a96b6 tune2fs: abort when trying to enable/disable metadata_csum on mounted fs by Darrick J. Wong · 9 years ago
  88. dd3ffbc tune2fs: disable csum verification before resizing inode by Darrick J. Wong · 9 years ago
  89. 22f22ab Reserve the codepoints for the new INCOMPAT feature ENCRYPT by Theodore Ts'o · 10 years ago
  90. 32ed2b0 e2fuzz: fix clang warning by Darrick J. Wong · 10 years ago
  91. fe12931 resize2fs: convert fs to and from 64bit mode by Darrick J. Wong · 10 years ago
  92. 0698ecc Merge branch 'maint' into next by Theodore Ts'o · 10 years ago
  93. fcc19b4 badblocks: Limit maximum number of bad blocks by Jan Kara · 10 years ago
  94. 5effd0a mke2fs: don't zero inode table blocks that are already zeroed by Darrick J. Wong · 10 years ago
  95. 052795e tune2fs: enable uninit_bg when disabling metadata_csum by Darrick J. Wong · 10 years ago
  96. a742a12 tune2fs: warn if extents are not enabled when turning on metadata_csum by Darrick J. Wong · 10 years ago
  97. 492084f dumpe2fs: output cleanup by Darrick J. Wong · 10 years ago
  98. 6aa8cff dumpe2fs: reduce dumpe2fs output to 80 columns or less by Darrick J. Wong · 10 years ago
  99. fc4f5b2 misc: don't allow mk_hugefiles unless the fs supports extents by Darrick J. Wong · 10 years ago
  100. 3548bb6 libext2fs: refactor extent head creation by Darrick J. Wong · 10 years ago