1. a88c2fb resize2fs: fix interior extent node corruption by Eric Sandeen · 11 years ago
  2. 027b057 Fix 32-bit overflow problems: dgrp_t * s_blocks_per_group by Theodore Ts'o · 12 years ago
  3. bee7b67 debugfs: add the ability to manipulate the extent tree directly by Theodore Ts'o · 12 years ago
  4. eacf6a0 libext2fs: ext2fs_extents_fix_parents() should not modify the handle location by Theodore Ts'o · 12 years ago
  5. 789bd40 e2fsck: fix incorrect interior node logical start values by Eric Sandeen · 12 years ago
  6. e0e2c7d libext2fs: fix i_blocks for extent leaf create/delete with bigalloc by Aditya Kali · 12 years ago
  7. d1154eb Shorten compile commands run by the build system by Theodore Ts'o · 13 years ago
  8. 9e30fb2 e2fsprogs: annotate intentional fallthroughs in case statements by Eric Sandeen · 13 years ago
  9. 0bd0e59 misc: use EXT2_I_SIZE() consistently to get size by Andreas Dilger · 13 years ago
  10. f03bb73 libext2fs: Don't make a copy of the inode in ext2fs_extent_open2() by Theodore Ts'o · 14 years ago
  11. 92e2d79 tst_extents: Fix 64-bit bugs in do_goto_block() by Theodore Ts'o · 14 years ago
  12. 6d8b37f libext2fs: More random 64-bit fixes, lots of block_iterate3 by Valerie Aurora Henson · 14 years ago
  13. 97d26ce Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  14. 543547a libe2p, libext2fs: Update file copyright permission states to match COPYING by Theodore Ts'o · 14 years ago
  15. 48f2305 Convert ext2fs_block_alloc_stats() calls to block_alloc_stats2() by Valerie Aurora Henson · 15 years ago
  16. 24a117a Convert to use io_channel_read_blk64() and io_channel_write_blk64() by Valerie Aurora Henson · 15 years ago
  17. 8b5ed49 libext2fs: Avoid creating unneeded new extents in ext2fs_extent_set_bmap() by Theodore Ts'o · 15 years ago
  18. 64cb68b libext2fs: Improve debugging printf's in extent.c by Theodore Ts'o · 15 years ago
  19. 16e470e libext2fs: Fix regression in ext2fs_extent_set_bmap() by Theodore Ts'o · 15 years ago
  20. 25c7e0c libext2fs: Fix minor gcc -Wall warnings by Theodore Ts'o · 15 years ago
  21. 0dc2916 libext2fs: Make ext2fs_extent_set_bmap() more robust against ENOSPC by Theodore Ts'o · 15 years ago
  22. 4bd87f2 libext2fs: reset handle after inserting new extent by Eric Sandeen · 15 years ago
  23. 125a367 libext2fs: write only core inode in update_path() by Eric Sandeen · 15 years ago
  24. 7b59b4a libext2fs: Fix memory leak in the extents handling function by Theodore Ts'o · 15 years ago
  25. 84b239a libext2fs: add ext2fs_extent_open2 by number9652 · 15 years ago
  26. 53422e8 resize2fs: fix ENOSPC corruption case by Eric Sandeen · 15 years ago
  27. 45e338f remove useless if-before-free tests by Jim Meyering · 15 years ago
  28. 7518c17 e2fsck: Fix an unhandled corruption case in scan_extent_node() by Theodore Ts'o · 16 years ago
  29. efc6f62 Remove trailing whitespace for the entire source tree by Theodore Ts'o · 16 years ago
  30. 9033faf libext2fs: Fix ext2fs_bmap() to work with extents and BMAP_ALLOC by Theodore Ts'o · 16 years ago
  31. da994e9 ext2fs_extent_set_bmap(): Avoid creating extra extents for resize2fs by Theodore Ts'o · 16 years ago
  32. 2047e0a ext2fs_extent_set_bmap(): fix bug when replacing a single block extent by Theodore Ts'o · 16 years ago
  33. a9ea728 Fix ext2fs_extent_set_bmap() when setting a block before the first extent by Theodore Ts'o · 16 years ago
  34. f93d9f6 libext2fs : Fix memory leaks in ext2fs_extent_open() by Manish Katiyar · 16 years ago
  35. ac24e62 e2fsprogs: Fix tst_extents output on bigendian machine. by Aneesh Kumar K.V · 16 years ago
  36. 5a299b5 Remove gcc-specific varargs macro in extent.c by Theodore Ts'o · 16 years ago
  37. 92e94af libext2fs: Don't include ss/ss.h except when debugging by Theodore Ts'o · 16 years ago
  38. 8895f43 Fix gcc -Wall warnings in libext2fs by Theodore Ts'o · 16 years ago
  39. c802ad9 Teach ext2fs_extent_delete() to remove an empty extent node from the tree by Eric Sandeen · 16 years ago
  40. f4e9963 libext2fs: add new function ext2fs_extent_set_bmap() by Eric Sandeen · 16 years ago
  41. 01229db Teach ext2fs_extent_insert() to split the current node if necessary by Eric Sandeen · 16 years ago
  42. 9fd6a96 libext2fs: Teach extent.c how to split nodes by Eric Sandeen · 16 years ago
  43. aa8e2f1 ext2fs_extent_open: If the inode is empty, initialize the extent tree by Theodore Ts'o · 16 years ago
  44. 05a32de ext2fs_extent_replace: Support uninit extents and check validity of e_len by Theodore Ts'o · 16 years ago
  45. 9817a2b fix extent_goto for non-0 leaf levels by Eric Sandeen · 16 years ago
  46. c21ed77 Make extent_goto() deterministic when logical block not found by Eric Sandeen · 16 years ago
  47. 5e057d5 Fix ext2fs_extent_insert when at last extent in node by Eric Sandeen · 16 years ago
  48. 108e62e print a bit more info for the tst_extents info command by Eric Sandeen · 16 years ago
  49. 85b59c4 Fix ext2fs_extent_get for uninit leaf extents by Eric Sandeen · 16 years ago
  50. 2d328bb Fix miscellaneous gcc -Wall warnings by Theodore Ts'o · 16 years ago
  51. 252b736 libext2fs: Fix fencepost error in ext2fs_extent_insert() by Theodore Ts'o · 16 years ago
  52. 83d9be1 libext2fs: Fix ext2fs_extent_delete() to always point at a valid entry by Theodore Ts'o · 16 years ago
  53. e6bbc00 Add missing shift for ei_leaf_hi by Valerie Clement · 16 years ago
  54. d46d67a Add missing free in ext2fs_extent_free() by Valerie Clement · 16 years ago
  55. 3eb07f6 Add support for extents to libext2fs by Theodore Ts'o · 17 years ago