1. 795de67 Update release notes for debian experimental package by Theodore Ts'o · 16 years ago
  2. 71ff129 Merge branch 'maint' by Theodore Ts'o · 16 years ago
  3. 0c7be6c Update release notes, changelog, and other files for v1.40.11 release by Theodore Ts'o · 16 years ago
  4. 054cd1f Clarify the debugfs man page regarding the default superblock by Theodore Ts'o · 16 years ago
  5. 9ff8ece mke2fs, tune2fs, resize2fs: Use floating point to calculate percentages by Theodore Ts'o · 16 years ago
  6. cc19b95 libblkid: Fix marginal C code in probe_lvm2() by Theodore Ts'o · 16 years ago
  7. f142097 Update version.h for 1.41-WIP-0617 snapshot release by Theodore Ts'o · 16 years ago
  8. 264f64a badblocks: implement read throttling by Iustin Pop · 16 years ago
  9. eb59425 badblocks: fix a possible bug in parse_uint by Iustin Pop · 16 years ago
  10. 931b028 badblocks: add a max bad blocks count option by Iustin Pop · 16 years ago
  11. a8d632a resize2fs: Prohibit the combination of flex_bg and !resize_inode by Theodore Ts'o · 16 years ago
  12. bc507e3 ext2fs_zero_blocks: Avoid clearing more blocks than requested by Theodore Ts'o · 16 years ago
  13. 74128f8 resize2fs: Fix support for the uninit_bg feature by Theodore Ts'o · 16 years ago
  14. 04310e3 po: update ca.po (from translationproject.org) by David Planella Molas · 16 years ago
  15. 123b880 Update tests to reflect undoe2fs -> e2undo rename by Theodore Ts'o · 16 years ago
  16. 81f6857 Fix LIBSS dependency problem for tests/test_icount and lib/ss/test_ss by Theodore Ts'o · 16 years ago
  17. 11d4f30 e2undo: Enable missing pieces to enable I18N for this application by Theodore Ts'o · 16 years ago
  18. 3658579 Add "#include <limits.h>" to get PATH_MAX for mke2fs and tune2fs by Theodore Ts'o · 16 years ago
  19. 97cf43f Merge branch 'maint' by Theodore Ts'o · 16 years ago
  20. 9d99416 Fix dependency for $(LIBSS) when an explicit dlopen() library is needed by Theodore Ts'o · 16 years ago
  21. 2a6b604 fsck: Fix build problem on MacOS X by Theodore Ts'o · 16 years ago
  22. 5c4f8d6 resize2fs: Add support to use the ext4 online resize ioctl's by Theodore Ts'o · 16 years ago
  23. 68eb092 e2fsck: Add better explanatory message when s_lastcheck is in the future by Theodore Ts'o · 16 years ago
  24. dabfa68 Update Makefile dependencies for lib/ext2fs by Theodore Ts'o · 16 years ago
  25. 8895f43 Fix gcc -Wall warnings in libext2fs by Theodore Ts'o · 16 years ago
  26. 96f4bb1 Fix gcc -Wall warnings in libuuid by Theodore Ts'o · 16 years ago
  27. 2c25f7e Fix gcc -Wall warnings in resize2fs by Theodore Ts'o · 16 years ago
  28. 721b367 Fix gcc -Wall warnings in tune2fs by Theodore Ts'o · 16 years ago
  29. 2acad6b Fix gcc -Wall warnings in e2fsck by Theodore Ts'o · 16 years ago
  30. dc9345a Merge branch 'maint' by Theodore Ts'o · 16 years ago
  31. 488c75a Fix ext2fs_swap{16,32,64} for external applications on big-endian machines by Theodore Ts'o · 16 years ago
  32. 185c4ae e2fsck: Add support to check journal checksums by Theodore Ts'o · 16 years ago
  33. 51d12ce Add CRC32 (big-endian) routine for use by journal checksums by Theodore Ts'o · 16 years ago
  34. 69fbde4 Re-enable byte-swapping functions for use by journal checksums by Theodore Ts'o · 16 years ago
  35. 2ea504b libext2fs: Fix build failure on powerpc in ext2fs_swap_inode_full() by Aneesh Kumar K.V · 16 years ago
  36. 8aa53bf Merge branch 'maint' into next by Theodore Ts'o · 16 years ago
  37. 9aa109c debian: Improve uuid-runtime package description by Theodore Ts'o · 16 years ago
  38. 9598165 debian: Improve e2fsprogs package description by Theodore Ts'o · 16 years ago
  39. 0acb53e po: update es.po (from translationproject.org) by Benno Schulenberg · 16 years ago
  40. c9bad3c Add ZFS detection to libblkid by Ricardo M. Correia · 16 years ago
  41. dfb1d42 f_extents2: Add new test case testing e2fsck's support for extents by Theodore Ts'o · 16 years ago
  42. d5a8f9a e2fsck: Detect unordered extents in an extent node by Theodore Ts'o · 16 years ago
  43. 16bd349 e2fsck: Wire up callback functions for _alloc_block() and _block_alloc_stats() by Theodore Ts'o · 16 years ago
  44. f5c562e libext2fs: Add callback functions for _alloc_block() and _block_alloc_stats() by Theodore Ts'o · 16 years ago
  45. ec9d6dd Wire ext2fs_bmap2() to use ext2fs_extent_set_bmap() by Theodore Ts'o · 16 years ago
  46. d7b9220 Wire ext2fs_block_iterate2() to use ext2fs_extent_set_bmap() by Theodore Ts'o · 16 years ago
  47. c802ad9 Teach ext2fs_extent_delete() to remove an empty extent node from the tree by Eric Sandeen · 16 years ago
  48. f4e9963 libext2fs: add new function ext2fs_extent_set_bmap() by Eric Sandeen · 16 years ago
  49. 01229db Teach ext2fs_extent_insert() to split the current node if necessary by Eric Sandeen · 16 years ago
  50. 9fd6a96 libext2fs: Teach extent.c how to split nodes by Eric Sandeen · 16 years ago
  51. aa8e2f1 ext2fs_extent_open: If the inode is empty, initialize the extent tree by Theodore Ts'o · 16 years ago
  52. 05a32de ext2fs_extent_replace: Support uninit extents and check validity of e_len by Theodore Ts'o · 16 years ago
  53. 11de926 e2fsck: Don't double count an extent after deleting the last extent by Theodore Ts'o · 16 years ago
  54. 73e5abc e2fsck: Don't skip an extent after deleting an invalid extent by Theodore Ts'o · 16 years ago
  55. 168b6b5 Remove bashism in test script for libblkid by Theodore Ts'o · 16 years ago
  56. c7015e4 Add 64-bit support to the test_io manager by Theodore Ts'o · 16 years ago
  57. 7609f54 Fix m_large_file and r_inline_xattr tests to match with recent changes by Theodore Ts'o · 16 years ago
  58. c0af709 Merge branch 'maint' by Theodore Ts'o · 16 years ago
  59. 491d8bc Update release notes and debian changelog for 1.40.10 release by Theodore Ts'o · 16 years ago
  60. b8251a5 Remove default sizeof sizes in configure script when cross-compiling by Maciej W. Rozycki · 16 years ago
  61. 492ea65 blkid: If the device mtime is newer that the cache time, force a revalidation by Theodore Ts'o · 16 years ago
  62. e5ea6b1 e2fsck: Fix potential data corruptor bug in journal recovery by Theodore Ts'o · 16 years ago
  63. a16031c debugfs: Print the nanosecond field and i_version field of an inode by Theodore Ts'o · 16 years ago
  64. bb767b2 ext2fs.h: Add l_i_file_acl_high and l_version_hi to on-disk inode structure by Theodore Ts'o · 16 years ago
  65. ae7ecef po: update vi.po (from translationproject.org) by Clytie Siddall · 16 years ago
  66. 0320cde po: update sv.po (from translationproject.org) by Göran Uddeborg · 16 years ago
  67. 3fe745d po: update nl.po (from translationproject.org) by Benno Schulenberg · 16 years ago
  68. 6767142 po: update de.po (from translationproject.org) by Philipp Thomas · 16 years ago
  69. eda08d4 Install {mkfs,fsck}.{ext4,ext4dev} binary and man pages by Theodore Ts'o · 16 years ago
  70. d46e171 Add ext4dev stanza to mke2fs.conf by Theodore Ts'o · 16 years ago
  71. 2d36358 mke2fs: Add the ability to configure default extended options in mke2fs.conf by Theodore Ts'o · 16 years ago
  72. 9817a2b fix extent_goto for non-0 leaf levels by Eric Sandeen · 16 years ago
  73. 22269b8 - fix swap sanity tests in blkid, and blkid tests by Eric Sandeen · 16 years ago
  74. 3e5ffd8 Fix German translation bug (y,n) -> (j,n) by Theodore Ts'o · 16 years ago
  75. cc435cb libuuid: don't use unitialized variable by Matthias Koenig · 16 years ago
  76. b93cb06 Fix parallel build problem by Theodore Ts'o · 16 years ago
  77. e7d78c2 Update version.h and README for 1.41-WIP-0427 release by Theodore Ts'o · 16 years ago
  78. faa08e4 Merge branch 'next' into tt/flex-bg by Theodore Ts'o · 16 years ago
  79. 2ec408e Add test cases for undoe2fs: u_undoe2fs_mke2fs and u_undoe2fs_tune2fs by Aneesh Kumar K.V · 16 years ago
  80. 91803d8 Fix the resize inode test case by Aneesh Kumar K.V · 17 years ago
  81. 64d588c tune2fs: Support for large inode migration. by Aneesh Kumar K.V · 17 years ago
  82. b626b39 mke2fs: Add support for the undo I/O manager. by Aneesh Kumar K.V · 17 years ago
  83. c860850 ext2fs_add_journal_inode: Optimize writing the journal data blocks by Theodore Ts'o · 16 years ago
  84. 5f8a5ae Add e2undo command by Aneesh Kumar K.V · 17 years ago
  85. 72a168b libext2fs: Add undo I/O manager by Aneesh Kumar K.V · 17 years ago
  86. 43781b9 mke2fs: Make argument to the extended option lazy_itable_init optional by Theodore Ts'o · 16 years ago
  87. da292aa Merge branch 'maint' by Theodore Ts'o · 16 years ago
  88. e7d9ce9 debian: The doc-base section should be Programming, not Apps/Programming by Theodore Ts'o · 16 years ago
  89. 7affded Update release notes and debian changelog for 1.40.9 release by Theodore Ts'o · 16 years ago
  90. 748cc43 fsck does not accept 'j' with German locale by Makoto Dei · 17 years ago
  91. d94cc2e mke2fs: Don't allow the combination of the meta_bg and resize_inode features by Theodore Ts'o · 16 years ago
  92. 9ba4000 mke2fs: New bitmap and inode table allocation for FLEX_BG by Theodore Ts'o · 16 years ago
  93. 494a1da Basic flexible block group support by Theodore Ts'o · 16 years ago
  94. d11736c ext2fs_open_inode_scan: Handle an non-zero bg_itable_used in block group 0 by Theodore Ts'o · 16 years ago
  95. 0f2794c mke2fs/libext2fs: Fix lazy inode table initialization by Theodore Ts'o · 16 years ago
  96. 4476105 Merge branch 'maint' by Theodore Ts'o · 17 years ago
  97. 748d071 Update texinfo.tex file newer version from the FSF by Theodore Ts'o · 17 years ago
  98. d3a76ef libext2fs.texinfo: Fix @deftypefun definitions so they are all on one line by Theodore Ts'o · 17 years ago
  99. 7321d94 Fix "make docs" rule in Makefile for doc folder. by Manish Katiyar · 17 years ago
  100. 8bcaaab blkid: Keep cached filesystem information on EACCES and ENOENT errors by Theodore Ts'o · 17 years ago