1. d866599 e2fsprogs: Add CHANNEL_FLAGS_DISCARD_ZEROES flag for io_manager by Lukas Czerner · 15 years ago
  2. e90a59e e2fsprogs: Add discard function into struct_io_manager by Lukas Czerner · 15 years ago
  3. 4fca2b9 Fix EXT4_FEATURE_RO_COMPAT_HUGE_FILE check by Justin Maggard · 15 years ago
  4. f35c7b5 Merge branch 'maint' by Theodore Ts'o · 15 years ago
  5. d5b8a1e Update Release Notes, Changelogs, version.h, etc. for 1.41.13 release by Theodore Ts'o · 15 years ago
  6. e994dc9 Disable lazy inode table initialization when running regression tests by Theodore Ts'o · 15 years ago
  7. 7fe5ff3 mke2fs: Add discard option into mke2fs.conf by Lukas Czerner · 15 years ago
  8. 0bc85df mke2fs: Deprecate -K option, introduce discard/nodiscard by Lukas Czerner · 15 years ago
  9. 2b21a0d mke2fs: Force the default blocksize to be at least the logical sector size by Theodore Ts'o · 15 years ago
  10. 92eb5a3 mke2fs: Set logical/physical sector size from environment for debugging by Theodore Ts'o · 15 years ago
  11. 1599b47 mke2fs: Fill in min_io and opt_io with physical sector size by Theodore Ts'o · 15 years ago
  12. f89f54a mke2fs: Do not require -F for block size < physical size by Theodore Ts'o · 15 years ago
  13. 210fd2c mke2fs: Enable lazy_itable_init if the kernel supports this feature by Theodore Ts'o · 15 years ago
  14. 9946478 tune2fs.8: Document that the device can be specified via LABEL= or UUID= by Theodore Ts'o · 15 years ago
  15. 8718359 e2fsck: Open the external journal in exclusive mode by Theodore Ts'o · 15 years ago
  16. 63feaa1 resize2fs.8: Make it clear that power-of-2 units are meant by kilobytes by Theodore Ts'o · 15 years ago
  17. b70506b e2fsck: Set i_blocks_hi when correcting the i_blocks field in pass #1 by Theodore Ts'o · 15 years ago
  18. 9d92a20 Merge branch 'maint' into next by Theodore Ts'o · 15 years ago
  19. 73fbe23 libext2fs: Change EXT2_FLAG_DIRECT_IO to avoid conflict with devel branch by Theodore Ts'o · 15 years ago
  20. a946844 debugfs: Make the extents listing in the stat command more concise by Theodore Ts'o · 15 years ago
  21. 0fd68e0 debugfs: Add the -D option to request Direct I/O by Theodore Ts'o · 15 years ago
  22. 00f0b14 ext2fs: Optimize for Direct I/O by Theodore Ts'o · 15 years ago
  23. 7f1a1fb ext2fs: Add Direct I/O support to the ext2fs library by Theodore Ts'o · 15 years ago
  24. faafdb7 libext2fs: Fix memory leak in the Unix I/O layer when changing block size by Theodore Ts'o · 15 years ago
  25. 023a1df ext2fs: add ext2fs_get_memalign() function by Theodore Ts'o · 15 years ago
  26. 792cce3 mke2fs: make "invalid blocks count" error more clear by Eric Sandeen · 15 years ago
  27. 6fcd6f8 mke2fs: use lazy inode init on some discard-able devices by Eric Sandeen · 15 years ago
  28. 32f66cc e2fsck: Improve error message when device name misspelled by Jan Kara · 15 years ago
  29. c4b87b8 debugfs: Display the extent tree blocks in the stat command output by Theodore Ts'o · 15 years ago
  30. 9345f02 tune2fs, debugfs, libext2fs: Add support for ext4 default mount options by Theodore Ts'o · 15 years ago
  31. 61ef247 badblocks: Deal with UTF-8 characters in progress message by Theodore Ts'o · 15 years ago
  32. e447ba3 mke2fs: fix mke2fs "invalid inode ratio" error message by Tim Small · 15 years ago
  33. eddf36b mke2fs.8.in: clarify the sign of a block-size constraint. by Eric Sandeen · 15 years ago
  34. ccc7cf0 libext2fs: fix obvious big-endian bugs introduced by 64-bit changes by Theodore Ts'o · 15 years ago
  35. 27a0e95 libext2fs: Add ext2fs_file_size_size2() and truncate the file if necessary by Theodore Ts'o · 15 years ago
  36. 6dc058b libext2fs: Add new function ext2fs_file_get_inode() by Renzo Davoli · 15 years ago
  37. 8668592 debugfs: Add new debugfs command punch (aka truncate) by Theodore Ts'o · 15 years ago
  38. 3adb937 libext2fs: Add new function ext2fs_punch() by Theodore Ts'o · 15 years ago
  39. f03bb73 libext2fs: Don't make a copy of the inode in ext2fs_extent_open2() by Theodore Ts'o · 15 years ago
  40. 47e155d libext2fs: Fix ext2fs_iblk_{add,sub}_blocks() when the i_blocks_hi is non-zero by Theodore Ts'o · 15 years ago
  41. 92e2d79 tst_extents: Fix 64-bit bugs in do_goto_block() by Theodore Ts'o · 15 years ago
  42. db0bdb4 Merge branch 'maint' into next by Theodore Ts'o · 15 years ago
  43. 58384b8 debian: Fix outdated description: /sbin/fsck has moved to util-linux by Theodore Ts'o · 15 years ago
  44. b344ed7 resize2fs.8: Update man page to indicate ext4 supports on-line resize by Theodore Ts'o · 15 years ago
  45. 8587d39 resize2fs: relax requirements for -P output a bit by Eric Sandeen · 15 years ago
  46. d85bdf7 debian: Remove obsolete initrd script by Theodore Ts'o · 15 years ago
  47. ac92f3c e2fsck, resize2fs: fix a fp precision error that can lead to a seg fault by Theodore Ts'o · 15 years ago
  48. 22ff06d e2fsck: Add missing ext2fs_close() call when going back to original superblock by Theodore Ts'o · 15 years ago
  49. b887f08 e2freefrag: Fix getopt bug on machines with unsigned chars by Mike Frysinger · 16 years ago
  50. f96cb89 e2freefrag: Display the total number of free extents by Theodore Ts'o · 15 years ago
  51. c5726f1 Enhance tst_super_size so that it checks the superblock fields as well by Theodore Ts'o · 15 years ago
  52. 993988f Add superblock fields which track first and most recent fs errors by Theodore Ts'o · 15 years ago
  53. 8c08416 Fix Makefile dependencies for test programs in lib/ext2fs by Theodore Ts'o · 15 years ago
  54. f5448c1 Add support for Next3 snapshot superblock fields to dumpe2fs and debugfs by Theodore Ts'o · 15 years ago
  55. efe0b40 libext2fs: make fs->group_desc opaque by Eric Sandeen · 15 years ago
  56. cd5ca12 e2image: Fix up to be 64-bit block number safe by Valerie Aurora Henson · 15 years ago
  57. d991bc7 e2image: Fix up to be 64-bit block number safe by Valerie Aurora Henson · 15 years ago
  58. 8728d50 resize2fs: Fix up to be 64-bit block number safe by Valerie Aurora Henson · 15 years ago
  59. 6dc6439 e2fsck: Fix up to be 64-bit block number safe by Valerie Aurora Henson · 15 years ago
  60. 7117f8d tune2fs: Fix up to be 64-bit block number safe by Valerie Aurora Henson · 15 years ago
  61. 295c3e0 dumpe2fs: Fix up to be 64-bit block number safe by Theodore Ts'o · 15 years ago
  62. 493024e mke2fs: Fix up the fs type and feature selection for 64-bit blocks by Theodore Ts'o · 15 years ago
  63. 02d6f47 mke2fs: Fix up mke2fs to be able to make 64-bit file systems by Jose R. Santos · 15 years ago
  64. 5648c35 badblocks: Use ext2fs_get_device_size2() by Valerie Aurora Henson · 15 years ago
  65. 6d8b37f libext2fs: More random 64-bit fixes, lots of block_iterate3 by Valerie Aurora Henson · 15 years ago
  66. ab13b5a libext2fs: Create 64-bit dblist functions by Theodore Ts'o · 15 years ago
  67. da3fc25 libext2fs: Teach *_initialize and *_allocate_group to be 64-bit safe by Theodore Ts'o · 15 years ago
  68. 97d26ce Merge branch 'maint' into next by Theodore Ts'o · 15 years ago
  69. 296b9d6 po: update zh_CN.po (from translationproject.org) by Theodore Ts'o · 15 years ago
  70. 75a78ac po: update vi.po (from translationproject.org) by Theodore Ts'o · 15 years ago
  71. 057a159 po: update de.po (from translationproject.org) by Theodore Ts'o · 15 years ago
  72. 4f42008 po: update sv.po (from translationproject.org) by Göran Uddeborg · 15 years ago
  73. 2cb3c4b po: update pl.po (from translationproject.org) by Jakub Bogusz · 15 years ago
  74. 3c35434 po: update nl.po (from translationproject.org) by Benno Schulenberg · 15 years ago
  75. f373580 po: update id.po (from translationproject.org) by Arif E. Nugroho · 15 years ago
  76. 3faeacd po: update fr.po (from translationproject.org) by Samuel Thibault · 15 years ago
  77. dc86e678 po: update cs.po (from translationproject.org) by Petr Pisar · 15 years ago
  78. 0fb2d1d Update debian/changelog for v1.41.12-2 release by Theodore Ts'o · 15 years ago
  79. e54e700 Fix debian problem: e2fsprogs: bogus dependency on libblkid1 due to shlibs.local by Theodore Ts'o · 15 years ago
  80. 6d0ed67 Reserve feature flags and fields needed for the Next3 snapshot feature by Theodore Ts'o · 15 years ago
  81. 30a7610 Reserve the EXT4_FEATURE_INCOMPAT_DIRDATA feature flag by Andreas Dilger · 15 years ago
  82. cff9690 Reserve the EXT4_INCOMPAT_EA_INODE feature flag by Andreas Dilger · 15 years ago
  83. effb344 libext2fs: Remove #include of <linux/types.h> from fiemap.h by Theodore Ts'o · 15 years ago
  84. 15fdc40 Fix minor nit in debian/rules file by Theodore Ts'o · 15 years ago
  85. ae2272f e2fsck: correct test for EOFBLOCKS by Eric Sandeen · 15 years ago
  86. 079ad63 tune2fs: Enable uninit_bg to be set without requiring an fsck by Theodore Ts'o · 15 years ago
  87. 3456728 Clean up "last commit" comment in RELEASE-NOTES by Theodore Ts'o · 15 years ago
  88. b846122 Update release notes, version string, etc. for e2fsprogs 1.41.12 release by Theodore Ts'o · 15 years ago
  89. 3a0d5d3 Fix dpkg-buildpackage -j2 by Theodore Ts'o · 15 years ago
  90. faec3b1 Update e2fsprogs translation template for 1.41.12 release by Theodore Ts'o · 15 years ago
  91. 2e6436d e2fsck: Don't set the group descriptor checksums if the fsck was cancelled by Theodore Ts'o · 15 years ago
  92. bb1158b mke2fs: account for physical as well as logical sector size by Theodore Ts'o · 15 years ago
  93. 543547a libe2p, libext2fs: Update file copyright permission states to match COPYING by Theodore Ts'o · 15 years ago
  94. b25df6f mke2fs: Fix compile warning message by Theodore Ts'o · 15 years ago
  95. 517be2d Install fsck.ext4 symlink in e2fsprogs-udeb package by Theodore Ts'o · 15 years ago
  96. 4d452af Always build namei.o so that building with "configure --disable-debugfs" works by Theodore Ts'o · 15 years ago
  97. 5aa6c3f Add configure options --enable-symlink-build and --enable-symlink-install by Theodore Ts'o · 15 years ago
  98. 822c10e libcom_err: Only output ^M when tty is in raw mode by Theodore Ts'o · 15 years ago
  99. edc1894 tests: Use our own mke2fs.conf file by Theodore Ts'o · 15 years ago
  100. e6238d3 e2fsck: Explicitly reject extents that begin at physical block 0 as illegal by Theodore Ts'o · 15 years ago