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