1. d5fc19f Merge branch 'maint' into next by Theodore Ts'o · 10 years ago
  2. 156a151 libext2fs: try to roll back when splitting an extent fails by Darrick J. Wong · 10 years ago
  3. 6225a15 libext2fs: don't hang on to unmapped block if extent tree update fails by Darrick J. Wong · 10 years ago
  4. 3c890ee libext2fs: during punch, fix parent extents after modifying extent by Darrick J. Wong · 10 years ago
  5. 80dec4c libext2fs: iterate past lower extents during punch by Darrick J. Wong · 10 years ago
  6. f0996c1 Merge branch 'maint' into next by Theodore Ts'o · 10 years ago
  7. c714d02 Fix up the Makefiles dependencies in lib/ext2fs and lib/quota by Theodore Ts'o · 10 years ago
  8. 65c6c3e Add support for new compat feature "sparse_super2" by Theodore Ts'o · 11 years ago
  9. 0fe6e3a libext2fs: add new function ext2fs_add_journal_inode2() by Theodore Ts'o · 10 years ago
  10. 3550f72 libext2fs: factor out get_midpoint_journal_block() in mkjournal.c by Theodore Ts'o · 10 years ago
  11. 424de6e libext2fs: optimize ext2fs_new_block2() by Theodore Ts'o · 11 years ago
  12. fccdbac libext2fs: optimize ext2fs_allocate_group_table() by Theodore Ts'o · 11 years ago
  13. 5c41451 libext2fs: add ext2fs_block_alloc_stats_range() by Theodore Ts'o · 11 years ago
  14. dd9aa13 libext2fs: further clean up and rename check_block_uninit by Theodore Ts'o · 11 years ago
  15. 3203cd9 libext2fs: optimize find_first_{zero,set}() for red-black tree based bitmaps by Theodore Ts'o · 11 years ago
  16. 1471783 libext2fs: optimize find_first_set() for bitarray-based bitmaps by Theodore Ts'o · 11 years ago
  17. d954fa4 libext2fs: build tst_bitmaps with rep invariants checking enabled by Theodore Ts'o · 11 years ago
  18. 3602197 libext2fs: clean up generic handling of ext2fs_find_first_{set,zero}_*() by Theodore Ts'o · 11 years ago
  19. a2acec7 libext2fs: fix off-by-one bug in ext2fs_extent_insert() by Theodore Ts'o · 11 years ago
  20. dff0b6a libext2fs: add ext2fs_find_first_set_{block,inode}_bitmap2() by Theodore Ts'o · 11 years ago
  21. d7c64cd libext2fs: no need to clear BLOCK_UNINIT during ext2fs_reserve_super_and_bgd by Darrick J. Wong · 11 years ago
  22. 8e44eb6 libext2fs: mark group data blocks when loading block bitmap by Darrick J. Wong · 11 years ago
  23. d36b957 libext2fs: don't always read backup group descriptors on a 1k-block meta_bg fs by Darrick J. Wong · 11 years ago
  24. 6ff0283 libext2fs: detect correct superblock adjustments when loading backup groups by Darrick J. Wong · 11 years ago
  25. 81eca9a Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  26. 253a965 Save and restore umask around calls to mkstemp() by Theodore Ts'o · 11 years ago
  27. bc82f39 Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  28. 1fb1a49 libext2fs: fix memory leaks on error paths in ext2fs_create_icount_tdb by Theodore Ts'o · 11 years ago
  29. 2641bf8 libext2fs: remove redundant code in rb_print_stats() by Theodore Ts'o · 11 years ago
  30. d887b93 libext2fs: make ext2fs_group_desc_csum return 0 if meta_csum not enabled by Theodore Ts'o · 11 years ago
  31. d2dce12 Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  32. ece2d58 libext2fs: fix potential memory leak in qcow2_write_raw_image() by Theodore Ts'o · 11 years ago
  33. 795c02d Use consistent e2fsprogs-standard types by Theodore Ts'o · 11 years ago
  34. 6c59a66 configure: fix --with-diet-libc by Theodore Ts'o · 11 years ago
  35. 2ffccc8 Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  36. aa2c743 e2image: only skip writing zero blocks when writing to a new file by Theodore Ts'o · 11 years ago
  37. b3c2a63 libext2fs: checksum bg descriptors larger than 64 bytes by Theodore Ts'o · 11 years ago
  38. 2bc3041 debugfs, e2fsck: fix s_desc_size handling by Andreas Dilger · 11 years ago
  39. 11d1116 e2fsck: verify s_desc_size is power-of-two value by Andreas Dilger · 11 years ago
  40. f404167 Clean up sparse warnings by Theodore Ts'o · 11 years ago
  41. e4681bc Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  42. fbabd5c mke2fs: disallow creating FS on a loop mounted file with no option by Kazuya Mio · 11 years ago
  43. 230272c libext2fs: don't update the summary counts when doing implied cluster allocation by Darrick J. Wong · 11 years ago
  44. 8439775 libext2fs: only punch complete clusters by Darrick J. Wong · 11 years ago
  45. eaf4403 ext2fs,blkid: delete unused LIST_HEAD() macro by Andreas Dilger · 11 years ago
  46. 269da3b ext2fs: quiet compiler warnings by Andreas Dilger · 11 years ago
  47. 3a941be build: use long long for __u64 by default by Andreas Dilger · 11 years ago
  48. 2b24aad Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  49. 4c6fd9c libext2fs: clamp block-map punch range end to 2^32 blocks by Darrick J. Wong · 11 years ago
  50. 8385ad5 libext2fs: tweak inline data error wording by Darrick J. Wong · 11 years ago
  51. 2d3df8d Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  52. 299cc61 libext2fs: zero block contents past EOF when setting size by Darrick J. Wong · 11 years ago
  53. 042a0f5 libext2fs: don't error out when punching a totally sparse file by Darrick J. Wong · 11 years ago
  54. dc9673a libext2fs: fix punching extents when there are no left extents by Darrick J. Wong · 11 years ago
  55. 8a86bbb libext2fs: fail fileio write if we can't allocate a block by Darrick J. Wong · 11 years ago
  56. 13b48a0 libext2fs: fix a broken close() test by Darrick J. Wong · 11 years ago
  57. 6a26b38 libext2fs: fix memory leaks (on error paths) by Darrick J. Wong · 11 years ago
  58. 8d74ab7 libext2fs: check return values by Darrick J. Wong · 11 years ago
  59. 85b8f7a debugfs: don't leak mmp_s memory (on error path) by Darrick J. Wong · 11 years ago
  60. 56fa488 libext2fs: fileio should use 64bit io routines by Darrick J. Wong · 11 years ago
  61. 62f17f3 libext2fs: make symlinks safe for 64bit blocks and extents by Darrick J. Wong · 11 years ago
  62. ba0230f libext2fs: fix "a" vs "an" in the error catalog by Darrick J. Wong · 11 years ago
  63. 1e74514 libext2fs: don't allow ridiculously large logical block numbers by Darrick J. Wong · 11 years ago
  64. 3b6c093 libext2fs: fix tests that set LARGE_FILE by Darrick J. Wong · 11 years ago
  65. 341bc5e libext2fs: don't overflow when punching indirect blocks with large blocks by Darrick J. Wong · 11 years ago
  66. ef429f5 Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  67. 2fe2d40 mmp: fix 64-bit handling of s_mmp_block by Andreas Dilger · 11 years ago
  68. 17abb05 libext2fs: fix function declarations to match definition by Darrick J. Wong · 11 years ago
  69. 2fae176 Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  70. 144f4e8 libext2fs: fix printf conversion spec in tst_iscan.c by Eric Whitney · 11 years ago
  71. 15a668c libext2fs: add explicit casts to bitops.h by Theodore Ts'o · 11 years ago
  72. b704837 libext2fs: add explicit casts to ext2fs.h by Theodore Ts'o · 11 years ago
  73. 4962203 libext2fs: fix some memory leaks with image file handling by Theodore Ts'o · 11 years ago
  74. 8b3c52f libext2fs: set the fs block size to new_io in ext2fs_rewrite_to_io() by Kit Westneat · 11 years ago
  75. 7e0337e Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  76. d87f198 libext2fs: reject 64bit badblocks numbers by Darrick J. Wong · 11 years ago
  77. d36e027 libext2fs: stop iterating dirents when done linking by Darrick J. Wong · 11 years ago
  78. a7f4c63 libext2fs: handle inline_data in block iterator by returning an error code by Theodore Ts'o · 11 years ago
  79. 0071633 libext2fs: add INLINE_DATA into EXT2_LIB_SOFTSUPP_INCOMPAT by Zheng Liu · 11 years ago
  80. 8a9a7fd libext2fs: add space for checksum when unconverting a hashed directory block by Darrick J. Wong · 11 years ago
  81. a2dd2e1 Define an error code for block bitmap checksum failures by Darrick J. Wong · 11 years ago
  82. e337e7f Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  83. 832cb61 e2fsprogs: add (optional) sparse checking to the build by Darrick J. Wong · 11 years ago
  84. 57bde59 libext2fs: openfs() musn't allow bigalloc without EXT2_FLAGS_64BITS by Darrick J. Wong · 11 years ago
  85. 2a09142 libext2fs: search all possible blocks in implied_cluster_alloc() by Darrick J. Wong · 11 years ago
  86. 4605a35 libext2fs: fix off-by-one error in file truncation by Darrick J. Wong · 11 years ago
  87. 470ca04 libext2fs: update i_size in ext2fs_file_write() by Niu Yawei · 11 years ago
  88. a25487c e2fsprogs: fix inode and block relocation functions to use blk64_t by Darrick J. Wong · 11 years ago
  89. 4dbfd79 e2fsprogs: fix blk_t <- blk64_t assignment mismatches by Darrick J. Wong · 11 years ago
  90. 581646b libext2fs: ind_punch() must not stop examining blocks prematurely by Darrick J. Wong · 11 years ago
  91. 4ee4ad8 libext2fs: allow callers to punch a single block by Darrick J. Wong · 11 years ago
  92. 5d49403 libext2fs: rewind extent pointer when totally deleting an extent by Darrick J. Wong · 11 years ago
  93. 580d8a0 libext2fs: fix a minor grammatical error in the error catalog by Darrick J. Wong · 11 years ago
  94. 92a7b0d libext2fs: set the large_file feature flag when setting i_size > 2GB by Darrick J. Wong · 11 years ago
  95. 7320cb7 libext2fs: only link an inode into a directory once by Darrick J. Wong · 11 years ago
  96. fc9f162 Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  97. 8ab3955 libext2fs: fix a coding style for EXT2_NO_MTAB_FILE by Zheng Liu · 11 years ago
  98. a88c2fb resize2fs: fix interior extent node corruption by Eric Sandeen · 11 years ago
  99. 816d2c9 libext2fs: ext2fs_dup_handle should not alias MMP buffers by Darrick J. Wong · 11 years ago
  100. 38cc555 Merge branch 'maint' into next by Theodore Ts'o · 11 years ago