1. f66e6ce libext2fs: avoid buffer overflow if s_first_meta_bg is too big by Theodore Ts'o · 10 years ago
  2. f00948a libext2fs: have UNIX IO manager use pread64/pwrite64 by Theodore Ts'o · 10 years ago
  3. b198805 libext2fs: place metadata blocks in the last flex_bg so they are contiguous by Theodore Ts'o · 10 years ago
  4. 457e499 Revert "mke2fs: prevent creation of unmountable ext4 with large flex_bg count" by Theodore Ts'o · 10 years ago
  5. 07c479d libext2fs: when appending to a file, don't split an index block in equal halves by Darrick J. Wong · 10 years ago
  6. baa3544 libext2fs: have UNIX IO manager use pread/pwrite by Darrick J. Wong · 10 years ago
  7. 9c2c1e9 tune2fs: update journal users while updating fs UUID (with external journal) by Azat Khuzhin · 10 years ago
  8. 7f33024 journal: use consts instead of 1024 and add helper for journal with 1k blocksize by Azat Khuzhin · 10 years ago
  9. 97c607b libext2fs: provide a function to set inode size by Darrick J. Wong · 10 years ago
  10. a30a4e9 libext2fs: fix free block accounting for 64-bit file systems by Theodore Ts'o · 10 years ago
  11. 1e33a8b Fix 32/64-bit overflow when multiplying by blocks/clusters per group by Theodore Ts'o · 10 years ago
  12. d4ecec4 libext2fs: use C99 initializers for the io_manager structure by Theodore Ts'o · 10 years ago
  13. 2dbf34e libext2fs: fix rb_resize_bmap to handle the padding bits by Theodore Ts'o · 10 years ago
  14. 8b90ab2 build: fix unused/uninitialized variable warnings by Andreas Dilger · 10 years ago
  15. 203e13c libext2fs: fix bounds check of the bitmap test range in get_free_blocks2 by Darrick J. Wong · 10 years ago
  16. a34c72a lib/ext2fs: Only build tst_libext2fs for make check by Theodore Ts'o · 10 years ago
  17. 599915f Use sys/syscall.h instead of syscall.h by Theodore Ts'o · 10 years ago
  18. d988201 mke2fs: prevent creation of unmountable ext4 with large flex_bg count by Akira Fujita · 10 years ago
  19. f7a51a1 mke2fs: handle flex_bg collision with backup descriptors by Andreas Dilger · 11 years ago
  20. 47fee2e e2fsprogs: introduce ext2fs_close_free() helper by Lukas Czerner · 10 years ago
  21. 5023510 blkid,ext2fs: avoid name clash with __u{8,16,32,64} by Andreas Dilger · 10 years ago
  22. 5105054 blkid: remove unnecessary header and comment by Andreas Dilger · 10 years ago
  23. 2f8d025 e2fsprogs: remove checker infrastructure by Eric Sandeen · 11 years ago
  24. 9361395 aclocal.m4: update to newer versions of autoconf macros by Theodore Ts'o · 10 years ago
  25. 3120a50 misc: quiet minor build warnings, ignore generated files by Andreas Dilger · 10 years ago
  26. 1f15ba0 lib/ext2fs: clean and build ext2_types.h as necessary by Theodore Ts'o · 10 years ago
  27. ceff962 tst_libext2fs: add new debug program which used for libext2fs unit tests by Theodore Ts'o · 10 years ago
  28. cbc1280 quota: support storing the quota file handles in the quota context by Theodore Ts'o · 10 years ago
  29. d37178b quota: integrate mkquota.h into quotaio.h by Theodore Ts'o · 10 years ago
  30. 4af2b15 quota: fix memory leak in quota_compare_and_update() by Theodore Ts'o · 10 years ago
  31. 68ba77c quota: fix e2fsck to notice missing quota entries by Theodore Ts'o · 10 years ago
  32. ac7ea7b quota: fix e2fsck so we update the quota file correctly by Theodore Ts'o · 10 years ago
  33. a0811c1 quota: add debugging code to print the dquot structure by Theodore Ts'o · 10 years ago
  34. 4cf0b0f libquota: fix dict_uint_cmp() by Niu Yawei · 10 years ago
  35. 4e2d9f7 Add a make variable for the pkgconfig install dir by David Michael · 10 years ago
  36. 2de2628 mke2fs: check for a partition table and warn if present by Theodore Ts'o · 10 years ago
  37. d51072a libext2fs: fix alloc_allocate_group_table() if the flexbg_offset wraps by Theodore Ts'o · 10 years ago
  38. bd1413d e2fsprogs/filefrag: print shared extent flag by Mark Fasheh · 10 years ago
  39. d8f401b fix miscellaneous build warnings by Andreas Dilger · 11 years ago
  40. fedfb27 Add coverage testing using gcov by Theodore Ts'o · 11 years ago
  41. 585bca6 Set pointer to NULL after ext2fs_free by Lukas Czerner · 11 years ago
  42. 4f3ded2 libext2fs: delete unused "handle" variable by jon ernst · 11 years ago
  43. a4613d1 ext2fs: declare struct_io_manager at end of file by Andreas Dilger · 11 years ago
  44. 3b97799 tests: skip unsupported tests on MacOS systems by Andreas Dilger · 11 years ago
  45. 4d46e6c build: fix LLVM compiler warnings by Andreas Dilger · 11 years ago
  46. f3fa568 libe2p: allow libe2p.h to be used in C++ programs by Theodore Ts'o · 11 years ago
  47. 156a151 libext2fs: try to roll back when splitting an extent fails by Darrick J. Wong · 11 years ago
  48. 6225a15 libext2fs: don't hang on to unmapped block if extent tree update fails by Darrick J. Wong · 11 years ago
  49. 3c890ee libext2fs: during punch, fix parent extents after modifying extent by Darrick J. Wong · 11 years ago
  50. 80dec4c libext2fs: iterate past lower extents during punch by Darrick J. Wong · 11 years ago
  51. c714d02 Fix up the Makefiles dependencies in lib/ext2fs and lib/quota by Theodore Ts'o · 11 years ago
  52. 9b36ce0 libss: fix potential buffer overrun in list_rqs by Theodore Ts'o · 11 years ago
  53. 0dedd01 quota: fix uninitiaized memory reference in mke2fs with quota enabled by Theodore Ts'o · 11 years ago
  54. 65c6c3e Add support for new compat feature "sparse_super2" by Theodore Ts'o · 11 years ago
  55. 0fe6e3a libext2fs: add new function ext2fs_add_journal_inode2() by Theodore Ts'o · 11 years ago
  56. 3550f72 libext2fs: factor out get_midpoint_journal_block() in mkjournal.c by Theodore Ts'o · 11 years ago
  57. 424de6e libext2fs: optimize ext2fs_new_block2() by Theodore Ts'o · 11 years ago
  58. fccdbac libext2fs: optimize ext2fs_allocate_group_table() by Theodore Ts'o · 11 years ago
  59. 5c41451 libext2fs: add ext2fs_block_alloc_stats_range() by Theodore Ts'o · 11 years ago
  60. dd9aa13 libext2fs: further clean up and rename check_block_uninit by Theodore Ts'o · 11 years ago
  61. 3203cd9 libext2fs: optimize find_first_{zero,set}() for red-black tree based bitmaps by Theodore Ts'o · 11 years ago
  62. 1471783 libext2fs: optimize find_first_set() for bitarray-based bitmaps by Theodore Ts'o · 11 years ago
  63. d954fa4 libext2fs: build tst_bitmaps with rep invariants checking enabled by Theodore Ts'o · 11 years ago
  64. 3602197 libext2fs: clean up generic handling of ext2fs_find_first_{set,zero}_*() by Theodore Ts'o · 11 years ago
  65. a2acec7 libext2fs: fix off-by-one bug in ext2fs_extent_insert() by Theodore Ts'o · 11 years ago
  66. dff0b6a libext2fs: add ext2fs_find_first_set_{block,inode}_bitmap2() by Theodore Ts'o · 11 years ago
  67. d7c64cd libext2fs: no need to clear BLOCK_UNINIT during ext2fs_reserve_super_and_bgd by Darrick J. Wong · 11 years ago
  68. 8e44eb6 libext2fs: mark group data blocks when loading block bitmap by Darrick J. Wong · 11 years ago
  69. d36b957 libext2fs: don't always read backup group descriptors on a 1k-block meta_bg fs by Darrick J. Wong · 11 years ago
  70. 6ff0283 libext2fs: detect correct superblock adjustments when loading backup groups by Darrick J. Wong · 11 years ago
  71. 0d719ba libblkid: add error checking for rename() while saving the blkid cache by Theodore Ts'o · 11 years ago
  72. a8307ab libblkid: fix integer width issue in probe_fat by Theodore Ts'o · 11 years ago
  73. 6e85add libblkid: remove unneeded pointer checks by Theodore Ts'o · 11 years ago
  74. b7ef62b libss: fix potential null dereference if realloc() fails by Theodore Ts'o · 11 years ago
  75. f7d7905 libuuid: add error checking to syscalls in get_clock() by Theodore Ts'o · 11 years ago
  76. 253a965 Save and restore umask around calls to mkstemp() by Theodore Ts'o · 11 years ago
  77. e114288 libuuid: check return value of uuid_parse() in test by Theodore Ts'o · 11 years ago
  78. d1da14b libblkid: clean up some integer promotion / signed issues by Theodore Ts'o · 11 years ago
  79. 1fc70c1 libss: fix memory leak if realloc() fails in ss_parse() by Theodore Ts'o · 11 years ago
  80. 1fb1a49 libext2fs: fix memory leaks on error paths in ext2fs_create_icount_tdb by Theodore Ts'o · 11 years ago
  81. fa8b1c0 libquota: add error checking to quota_remove_inode by Theodore Ts'o · 11 years ago
  82. 3f10707 libquota: add error checking to quota_write_inode() by Theodore Ts'o · 11 years ago
  83. 2641bf8 libext2fs: remove redundant code in rb_print_stats() by Theodore Ts'o · 11 years ago
  84. d887b93 libext2fs: make ext2fs_group_desc_csum return 0 if meta_csum not enabled by Theodore Ts'o · 11 years ago
  85. 1d1f708 libss: fix potential memory leak on realloc() failure by Theodore Ts'o · 11 years ago
  86. 5d5576d libblkid: fix memory overrun in probe_lvm2 by Theodore Ts'o · 11 years ago
  87. ece2d58 libext2fs: fix potential memory leak in qcow2_write_raw_image() by Theodore Ts'o · 11 years ago
  88. 191a03a libss: fix potential memory leak on realloc() failure by Theodore Ts'o · 11 years ago
  89. 795c02d Use consistent e2fsprogs-standard types by Theodore Ts'o · 11 years ago
  90. 6c59a66 configure: fix --with-diet-libc by Theodore Ts'o · 11 years ago
  91. 9a39389 e4defrag: choose the best available posix_fadvise variant by Baruch Siach · 11 years ago
  92. 2873927 subst: clean up various coverity nits by Theodore Ts'o · 11 years ago
  93. 75954cc libblkid: fix sizeof(foo) vs sizeof(*foo) malloc() bug by Theodore Ts'o · 11 years ago
  94. 4bd63b2 update config.h.in file to enable loopback mount detection by Theodore Ts'o · 11 years ago
  95. b79e338 Use makeinfo --html instead of texi2html by Theodore Ts'o · 11 years ago
  96. aa2c743 e2image: only skip writing zero blocks when writing to a new file by Theodore Ts'o · 11 years ago
  97. b3c2a63 libext2fs: checksum bg descriptors larger than 64 bytes by Theodore Ts'o · 11 years ago
  98. 2bc3041 debugfs, e2fsck: fix s_desc_size handling by Andreas Dilger · 11 years ago
  99. 11d1116 e2fsck: verify s_desc_size is power-of-two value by Andreas Dilger · 11 years ago
  100. f404167 Clean up sparse warnings by Theodore Ts'o · 11 years ago