1. f70a347 Merge branch 'maint' into next by Theodore Ts'o · 10 years ago
  2. 95480c6 debian: update debian/changelog and e2fslibs.symbols for 1.42.9-3 release by Theodore Ts'o · 10 years ago
  3. d8c4476 debian: fix dpkg-buildpackage for Debian Squeeze by Theodore Ts'o · 10 years ago
  4. 7efd250 mke2fs: add support for hugefiles_align by Theodore Ts'o · 10 years ago
  5. f0996c1 Merge branch 'maint' into next by Theodore Ts'o · 10 years ago
  6. c714d02 Fix up the Makefiles dependencies in lib/ext2fs and lib/quota by Theodore Ts'o · 10 years ago
  7. e5397d7 blkid: suppress Coverity warning by Theodore Ts'o · 10 years ago
  8. 9b36ce0 libss: fix potential buffer overrun in list_rqs by Theodore Ts'o · 10 years ago
  9. 0dedd01 quota: fix uninitiaized memory reference in mke2fs with quota enabled by Theodore Ts'o · 10 years ago
  10. 5bb4d0c blkid: avoid potential integer overflow issues identified by Coverity by Theodore Ts'o · 10 years ago
  11. 23a1b98 mke2fs: add make_hugefile feature by Theodore Ts'o · 10 years ago
  12. a9d7fc6 e2fsck, mke2fs: enable octal integers in the profile/config file by Theodore Ts'o · 10 years ago
  13. 3c6e91c mke2fs: allow metadata blocks to be at the beginning of the file system by Theodore Ts'o · 10 years ago
  14. 65c6c3e Add support for new compat feature "sparse_super2" by Theodore Ts'o · 10 years ago
  15. b818205 tune2fs, mke2fs: add the ability to control the location of the journal by Theodore Ts'o · 10 years ago
  16. 0fe6e3a libext2fs: add new function ext2fs_add_journal_inode2() by Theodore Ts'o · 10 years ago
  17. 3550f72 libext2fs: factor out get_midpoint_journal_block() in mkjournal.c by Theodore Ts'o · 10 years ago
  18. 6e49e6a mke2fs: optimize fix_cluster_bg_counts() by Theodore Ts'o · 10 years ago
  19. 424de6e libext2fs: optimize ext2fs_new_block2() by Theodore Ts'o · 10 years ago
  20. fccdbac libext2fs: optimize ext2fs_allocate_group_table() by Theodore Ts'o · 10 years ago
  21. 5c41451 libext2fs: add ext2fs_block_alloc_stats_range() by Theodore Ts'o · 10 years ago
  22. dd9aa13 libext2fs: further clean up and rename check_block_uninit by Theodore Ts'o · 10 years ago
  23. 3203cd9 libext2fs: optimize find_first_{zero,set}() for red-black tree based bitmaps by Theodore Ts'o · 10 years ago
  24. 1471783 libext2fs: optimize find_first_set() for bitarray-based bitmaps by Theodore Ts'o · 10 years ago
  25. d954fa4 libext2fs: build tst_bitmaps with rep invariants checking enabled by Theodore Ts'o · 10 years ago
  26. 3602197 libext2fs: clean up generic handling of ext2fs_find_first_{set,zero}_*() by Theodore Ts'o · 10 years ago
  27. a2acec7 libext2fs: fix off-by-one bug in ext2fs_extent_insert() by Theodore Ts'o · 10 years ago
  28. dff0b6a libext2fs: add ext2fs_find_first_set_{block,inode}_bitmap2() by Theodore Ts'o · 10 years ago
  29. 7e50795 ext4.5: remove duplicate .TP in man page by Theodore Ts'o · 10 years ago
  30. 454e6e0 tests: adjust test output to reflect block_uninit calculated block bitmaps by Darrick J. Wong · 10 years ago
  31. d7c64cd libext2fs: no need to clear BLOCK_UNINIT during ext2fs_reserve_super_and_bgd by Darrick J. Wong · 10 years ago
  32. a48da27 e2fsck: remove uninit block bitmap calculation by Darrick J. Wong · 10 years ago
  33. 8e44eb6 libext2fs: mark group data blocks when loading block bitmap by Darrick J. Wong · 10 years ago
  34. d36b957 libext2fs: don't always read backup group descriptors on a 1k-block meta_bg fs by Darrick J. Wong · 10 years ago
  35. 6ff0283 libext2fs: detect correct superblock adjustments when loading backup groups by Darrick J. Wong · 10 years ago
  36. abbf95c tune2fs: add error checking to ext2fs_read_bitmaps() calls by Theodore Ts'o · 11 years ago
  37. 72958b6 Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  38. 2fc92db blkid: fix blkid -o list formatting with columns > 160 by Theodore Ts'o · 11 years ago
  39. 0d719ba libblkid: add error checking for rename() while saving the blkid cache by Theodore Ts'o · 11 years ago
  40. a8307ab libblkid: fix integer width issue in probe_fat by Theodore Ts'o · 11 years ago
  41. 6e85add libblkid: remove unneeded pointer checks by Theodore Ts'o · 11 years ago
  42. 6596c99 blkid: fix gcc -Wall nits by Theodore Ts'o · 11 years ago
  43. 250bf9a mke2fs, tune2fs: remove unneeded access() call by Theodore Ts'o · 11 years ago
  44. b7ef62b libss: fix potential null dereference if realloc() fails by Theodore Ts'o · 11 years ago
  45. f7d7905 libuuid: add error checking to syscalls in get_clock() by Theodore Ts'o · 11 years ago
  46. 81eca9a Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  47. 2500ebf util: fix make dependencies for subst by Theodore Ts'o · 11 years ago
  48. 253a965 Save and restore umask around calls to mkstemp() by Theodore Ts'o · 11 years ago
  49. e114288 libuuid: check return value of uuid_parse() in test by Theodore Ts'o · 11 years ago
  50. 46802ef blkid: add fallthrough comment by Theodore Ts'o · 11 years ago
  51. d1da14b libblkid: clean up some integer promotion / signed issues by Theodore Ts'o · 11 years ago
  52. 40ca5c4 debugfs: fix typo in commit 5a1d25a7b by Theodore Ts'o · 11 years ago
  53. bc82f39 Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  54. 5a1d25a Fix up workarounds for dietlibc breakage by Theodore Ts'o · 11 years ago
  55. 1fc70c1 libss: fix memory leak if realloc() fails in ss_parse() by Theodore Ts'o · 11 years ago
  56. 5608755 badblocks: print warning if set_o_direct() fails by Theodore Ts'o · 11 years ago
  57. b220a33 debugfs: remove dead code by Theodore Ts'o · 11 years ago
  58. 1fb1a49 libext2fs: fix memory leaks on error paths in ext2fs_create_icount_tdb by Theodore Ts'o · 11 years ago
  59. fa8b1c0 libquota: add error checking to quota_remove_inode by Theodore Ts'o · 11 years ago
  60. 3f10707 libquota: add error checking to quota_write_inode() by Theodore Ts'o · 11 years ago
  61. 2641bf8 libext2fs: remove redundant code in rb_print_stats() by Theodore Ts'o · 11 years ago
  62. 2c98ce4 e2fsck: fix memory leak on error path in read_bad_blocks_files() by Theodore Ts'o · 11 years ago
  63. d887b93 libext2fs: make ext2fs_group_desc_csum return 0 if meta_csum not enabled by Theodore Ts'o · 11 years ago
  64. 125f76e e2fsck: release allocated memory on error or abort in e2fsck_pass1() by Theodore Ts'o · 11 years ago
  65. 1d1f708 libss: fix potential memory leak on realloc() failure by Theodore Ts'o · 11 years ago
  66. d2dce12 Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  67. 340493b e2fsck: add error checking when moving the quota inode by Theodore Ts'o · 11 years ago
  68. 5d5576d libblkid: fix memory overrun in probe_lvm2 by Theodore Ts'o · 11 years ago
  69. c2c6959 test_extents: fix a possible memory leak by Theodore Ts'o · 11 years ago
  70. ece2d58 libext2fs: fix potential memory leak in qcow2_write_raw_image() by Theodore Ts'o · 11 years ago
  71. 191a03a libss: fix potential memory leak on realloc() failure by Theodore Ts'o · 11 years ago
  72. ee781cf debian: renable use of internal uuid and blkid libraries for e2fsck.static by Theodore Ts'o · 11 years ago
  73. 795c02d Use consistent e2fsprogs-standard types by Theodore Ts'o · 11 years ago
  74. 6c59a66 configure: fix --with-diet-libc by Theodore Ts'o · 11 years ago
  75. 9a39389 e4defrag: choose the best available posix_fadvise variant by Baruch Siach · 11 years ago
  76. 603fc2c e2fsck: fix possible double free when searching for config file by Theodore Ts'o · 11 years ago
  77. b34b94d debugfs: clean up read_journal_block() to avoid Coverity complaint by Theodore Ts'o · 11 years ago
  78. 2873927 subst: clean up various coverity nits by Theodore Ts'o · 11 years ago
  79. 75954cc libblkid: fix sizeof(foo) vs sizeof(*foo) malloc() bug by Theodore Ts'o · 11 years ago
  80. fa24c8f e2image: avoid potential divide by zero by Theodore Ts'o · 11 years ago
  81. 781c0df e2image: eliminate division by zero by Theodore Ts'o · 11 years ago
  82. e9b5923 e2image: fix resource leak when running e2image -n by Theodore Ts'o · 11 years ago
  83. e38bfbe e2image: mark strings for internationalization by jon ernst · 11 years ago
  84. 4f06566 e2fsck.conf: clarify man page's description of accept_time_fudge by Theodore Ts'o · 11 years ago
  85. c32409a e2fsck: improve the "superblock corrupt" message by Theodore Ts'o · 11 years ago
  86. 5c4c387 mke2fs: use [^]feature instead of just feature in the man page by Theodore Ts'o · 11 years ago
  87. a7da1af debian: add mention of the badblocks program in the package description by Theodore Ts'o · 11 years ago
  88. 88ee023 mke2fs: add support to create the file system at an offset by Theodore Ts'o · 11 years ago
  89. 4bd63b2 update config.h.in file to enable loopback mount detection by Theodore Ts'o · 11 years ago
  90. 091e984 debian: update changelog for 1.42.9-2 release by Theodore Ts'o · 11 years ago
  91. efeda9d debian: rationalize configure options management by Theodore Ts'o · 11 years ago
  92. a25fffa debugfs: restore and tweak original error messaging by Eric Whitney · 11 years ago
  93. d7e6e97 e2image: fix printf format type match by Theodore Ts'o · 11 years ago
  94. 7f2c749 debian: use dh_strip --dbg-package to populate the dbg packages by Theodore Ts'o · 11 years ago
  95. 9c84676 Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  96. 036a847 Update release notes, etc., for final 1.42.9 release by Theodore Ts'o · 11 years ago
  97. 7f196ef po: update vi.po (from translationproject.org) by Trần Ngọc Quân · 11 years ago
  98. 90ff6ed po: update tr.po (from translationproject.org) by Volkan Gezer · 11 years ago
  99. bf9227f po: update sv.po (from translationproject.org) by Göran Uddeborg · 11 years ago
  100. ca9a0a7 po: update pl.po (from translationproject.org) by Jakub Bogusz · 11 years ago