1. 44dfb37 configure: only include libuuid and libblkid in AC_OUTPUT if needed by Theodore Ts'o · 9 years ago
  2. 59a220d Fix "make clean" and "make distclean" by Theodore Ts'o · 9 years ago
  3. 8f8511a libext2fs: fix gcc -Wall nits by Theodore Ts'o · 9 years ago
  4. 9603da1 Revert "debugfs: add the hexdump_block command" by Theodore Ts'o · 9 years ago
  5. 6ece39e update config.{guess,sub,rpath} from FSF and gettext by Theodore Ts'o · 9 years ago
  6. 0fe4021 Merge branch 'maint' into next by Theodore Ts'o · 9 years ago
  7. 8815116 tune2fs.8: update maximum journal size by Phillip Susi · 9 years ago
  8. 5ea7aee rename configure.in to configure.ac by Theodore Ts'o · 9 years ago
  9. f5dffb8 configure: use system libraries for blkid and uuid if present by Theodore Ts'o · 9 years ago
  10. 58b0356 debugfs: add the hexdump_block command by Theodore Ts'o · 9 years ago
  11. 83c799d Merge branch 'maint' into next by Theodore Ts'o · 9 years ago
  12. f7e37e8 debugfs: fix several errors and add assertions in the set_fields command by Konstantin Khlebnikov · 9 years ago
  13. a6eeac1 mke2fs: prompt for user verification for "-S" by Andreas Dilger · 9 years ago
  14. 59707c1 misc: fix alignment warnings on ARM by Andreas Dilger · 9 years ago
  15. 23cb84c tests: skip large filesystem tests on MacOS by Andreas Dilger · 9 years ago
  16. 74f2c4a fix diet libc build breaks for e4crypt and fallocate by Theodore Ts'o · 9 years ago
  17. 6f5bb81 e2fsck: skip checking the journal fields if the file system is mounted by Theodore Ts'o · 9 years ago
  18. dc810de Merge branch 'maint' into next by Theodore Ts'o · 9 years ago
  19. 823c245 misc: fix bugs which broke misc/Makefile.in's "make depend" by Theodore Ts'o · 9 years ago
  20. 97e9b97 misc: remove broken whole device check by Richard Yao · 9 years ago
  21. 58354a3 e4crypt: fix hexidecimal salt parsing by Theodore Ts'o · 9 years ago
  22. eeb2bb6 libext2fs: remove unnecessary undo file flush calls by Darrick J. Wong · 9 years ago
  23. 81cbf1e misc: add fuse2fs, a FUSE server for e2fsprogs by Darrick J. Wong · 9 years ago
  24. 117f9d0 tests: test debugfs punch command by Darrick J. Wong · 9 years ago
  25. 2f8c0d0 debugfs: implement fallocate by Darrick J. Wong · 9 years ago
  26. 4f86870 libext2fs: use fallocate for creating journals and hugefiles by Darrick J. Wong · 9 years ago
  27. 5aad5b8 libext2fs: implement fallocate by Darrick J. Wong · 9 years ago
  28. 647e878 libext2fs: add new hooks to support large allocations by Darrick J. Wong · 9 years ago
  29. a693a82 Add fsstress to contrib so it can be built for use in Android by Theodore Ts'o · 9 years ago
  30. beb19fc Allow debugfs to be built for use in Android by Theodore Ts'o · 9 years ago
  31. 766c142 libext2fs: fix ext2fs_close() when MMP is not enabled by Theodore Ts'o · 9 years ago
  32. 81f95d4 libext2fs, libe2p, misc: git rid of jfs_user.h by Theodore Ts'o · 9 years ago
  33. 2df733f Update Android build files so the 1.43 branch builds on AOSP by Theodore Ts'o · 9 years ago
  34. 7cb2ed2 e2fsprogs: use $DUMPE2FS in resize_test script by Eric Sandeen · 9 years ago
  35. 8beba81 e2fsck,misc: include ext2fs.h to avoid clang warnings by Theodore Ts'o · 9 years ago
  36. 1123a2e debian: update e2fslibs.symbols for 1.43-WIP release by Theodore Ts'o · 9 years ago
  37. ff75327 Merge branch 'maint' into next by Theodore Ts'o · 9 years ago
  38. 94df6e9 debian: remove trailing spaces from control.in file by Theodore Ts'o · 9 years ago
  39. 9933693 Update release notes for a 1.43-WIP release (18-May-2015) by Theodore Ts'o · 9 years ago
  40. cd27af3 mke2fs: enable the metadata_csum and 64bit features by default by Theodore Ts'o · 9 years ago
  41. c97055e Merge branch 'maint' into next by Theodore Ts'o · 9 years ago
  42. e622f9a Update release notes, etc. for final 1.42.13 release by Theodore Ts'o · 9 years ago
  43. c8c167d Merge remote-tracking branch 'origin/maint' into maint by Theodore Ts'o · 9 years ago
  44. bd38698 Update translation template file by Theodore Ts'o · 9 years ago
  45. c5c3936 Add the Danish translation file from the Translation Project by Theodore Ts'o · 9 years ago
  46. b771c83 po: update es.po (from translationproject.org) by Antonio Ceballos · 9 years ago
  47. 789fba3 po: update eo.po (from translationproject.org) by Benno Schulenberg · 9 years ago
  48. 37be382 po: update de.po (from translationproject.org) by Philipp Thomas · 9 years ago
  49. d31b804 po: update ca.po (from translationproject.org) by Àngel Mompó · 9 years ago
  50. 344c043 create_inode: handle source symlinks with extended attributes by Theodore Ts'o · 9 years ago
  51. 66eb45b tests: clean up the script for m_hugefile_slack by Theodore Ts'o · 9 years ago
  52. 10b17bb tests: test creating a single huge file using mke2fs -T hugefile by Theodore Ts'o · 9 years ago
  53. 5a98026 libext2fs: find/alloc a range of empty blocks by Darrick J. Wong · 9 years ago
  54. 60a212f libext2fs: support allocating uninit blocks in bmap2() by Darrick J. Wong · 9 years ago
  55. faa427d e2fsck: convert block-mapped files to extents on bigalloc fs by Darrick J. Wong · 9 years ago
  56. 04c66cb e2fsck: fix buffer overrun in revoke block scanning by Darrick J. Wong · 9 years ago
  57. f008143 filefrag: fix broken extent emulation and uninitialized variables by Darrick J. Wong · 9 years ago
  58. b085139 misc: fix undo file setup by Darrick J. Wong · 9 years ago
  59. 5e48a20 undo-io: write out index block after every write by Darrick J. Wong · 9 years ago
  60. 63cd76d misc: fix Coverity bugs by Darrick J. Wong · 9 years ago
  61. 8804a96 contrib: script to create minified ext4 image from a directory by Darrick J. Wong · 9 years ago
  62. 4407ea3 mke2fs: add simple tests and re-alphabetize mke2fs manpage options by Darrick J. Wong · 9 years ago
  63. b04af4f copyin: fix error handling by Darrick J. Wong · 9 years ago
  64. 76f1323 copy-in: for files, only iterate file blocks that are mapped by Darrick J. Wong · 9 years ago
  65. a433db0 copy-in: create hardlinks with the correct directory filetype by Darrick J. Wong · 9 years ago
  66. 08b7417 tests: test various features of the new e2undo format by Darrick J. Wong · 9 years ago
  67. 3af6837 tests: test undo file creation in e2fsck/resize2fs/tune2fs/mke2fs by Darrick J. Wong · 9 years ago
  68. 491cc33 debugfs: optionally create undo file 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. 03f9fd2 resize2fs: optionally create undo file by Darrick J. Wong · 9 years ago
  72. ce9b74a e2fsck: optionally create an undo file by Darrick J. Wong · 9 years ago
  73. dc248a1 libext2fs: support atexit cleanups by Darrick J. Wong · 9 years ago
  74. 4892bce e2undo: ditch tdb file, write everything to a flat file by Darrick J. Wong · 9 years ago
  75. ec2019d e2undo: fix memory leaks and tweak the error messages somewhat by Darrick J. Wong · 9 years ago
  76. 3a82e80 undo-io: use a bitmap to track what we've already written by Darrick J. Wong · 9 years ago
  77. 344cd53 undo-io: be more flexible about setting block size by Darrick J. Wong · 9 years ago
  78. c866515 undo-io: add new calls to and speed up the undo io manager by Darrick J. Wong · 9 years ago
  79. c46b57b ext2fs: fix "make check" by allowing EXT2FS_SHA256_LENGTH to be defined by Theodore Ts'o · 9 years ago
  80. 437651a Update ext4 encryption format to final v4.1 version by Theodore Ts'o · 9 years ago
  81. 2f79cd1 tests: verify rebuilding of sparse extent trees & block map file conversion by Darrick J. Wong · 9 years ago
  82. e228d70 e2fsck: rebuild sparse extent trees & convert non-extent ext3 files by Darrick J. Wong · 9 years ago
  83. a5abfe0 e2fsck: read-ahead metadata during passes 1, 2, and 4 by Darrick J. Wong · 9 years ago
  84. 79614b2 libext2fs/e2fsck: provide routines to read-ahead metadata by Darrick J. Wong · 9 years ago
  85. 76761ca e2fsck: turn inline data symlink into a fast symlink when possible by Darrick J. Wong · 9 years ago
  86. e0d5dd3 e2fuzz: fuzz harder by Darrick J. Wong · 9 years ago
  87. a672190 Revert "libext2fs: encrypted symlinks are never fast" by Theodore Ts'o · 9 years ago
  88. fc898cb Reserve superblock fields s_lpf_ino and s_encryption_level by Theodore Ts'o · 9 years ago
  89. 4a05268 Remove compression support by Theodore Ts'o · 9 years ago
  90. 8dbcedd Merge branch 'maint' into next by Theodore Ts'o · 9 years ago
  91. a0556bd e4crypt: add the get_policy command by Theodore Ts'o · 9 years ago
  92. 654531d tune2fs: add ability to enable the encrypt feature by Theodore Ts'o · 9 years ago
  93. f7257a9 Change filename encryption to use CTS mode by Theodore Ts'o · 9 years ago
  94. 8afaf3b libext2fs: fix bug in ext2fs_digest_encode() by Theodore Ts'o · 9 years ago
  95. 4fb758a Clean up and fix Android build files by Theodore Ts'o · 9 years ago
  96. 8b5c6c7 Update version.h by Theodore Ts'o · 9 years ago
  97. 1e734e7 e4crypt: change the UI to use a subcommand style by Theodore Ts'o · 9 years ago
  98. ce93d0e libext2fs: zero hash in ibody extended attributes by Darrick J. Wong · 9 years ago
  99. dbb3285 e2fsck: actually fix inline_data flags problems when user says to do so by Darrick J. Wong · 9 years ago
  100. fae2467 libext2fs: ext2fs_new_block2() should call alloc_block hook by Darrick J. Wong · 9 years ago