1. dd4f565 libext2fs: avoid 32-bit overflow in ext2fs_initialize with a 512M cluster size by Theodore Ts'o · 12 years ago
  2. 1564150 mke2fs: fix handling of mmp_update_interval option by Gregoire Pichon · 12 years ago
  3. 321649c mke2fs: recalculate the reserved blocks when the last BG is dropped by Akira Fujita · 12 years ago
  4. 3aa8f60 libext2fs: fix uninit block calculation when inodes_per_block < first_ino by Theodore Ts'o · 12 years ago
  5. 37c8db7 mke2fs: add option to use direct I/O (mke2fs -D) by Theodore Ts'o · 12 years ago
  6. 0ff7bf3 libext2fs: use the rbtree bitmap by default when initializing a file system by Theodore Ts'o · 13 years ago
  7. 00ea586 libext2fs: fix bad cast which causes problems for file systems > 512EB by Theodore Ts'o · 13 years ago
  8. bfbeec0 e2fsprogs: Fix thinko in ext2fs_initialize bigalloc case by Eric Sandeen · 13 years ago
  9. d1154eb Shorten compile commands run by the build system by Theodore Ts'o · 13 years ago
  10. 75405ff Merge branch 'maint' into next by Theodore Ts'o · 13 years ago
  11. 3fbfad5 libext2fs: fix binary and source compatibility with the dump program by Theodore Ts'o · 13 years ago
  12. fe75afb Fix superblock field s_blocks_count for bigalloc file systems by Theodore Ts'o · 13 years ago
  13. c6ed60c mke2fs: support creating bigalloc file systems by Theodore Ts'o · 13 years ago
  14. 6a6337c Merge branch 'maint' into next by Theodore Ts'o · 13 years ago
  15. 1da5ef7 libext2fs: change fs->clustersize to fs->cluster_ratio_bits by Theodore Ts'o · 13 years ago
  16. 598d20c mke2fs: make s_inodes_per_group >= 8 in ext2fs_initialize by Tao Ma · 13 years ago
  17. 829d999 Merge branch 'maint' into next by Theodore Ts'o · 13 years ago
  18. 412376e Add basic BIGALLOC support for cluster-based allocation by Theodore Ts'o · 13 years ago
  19. 214580a Merge branch 'maint' into next by Theodore Ts'o · 13 years ago
  20. 6a426c9 e2fsprogs: enable user namespace xattrs by default by Eric Sandeen · 13 years ago
  21. 3daf592 e2fsprogs: turn off enforced fsck intervals by default by Eric Sandeen · 13 years ago
  22. da3fc25 libext2fs: Teach *_initialize and *_allocate_group to be 64-bit safe by Theodore Ts'o · 14 years ago
  23. 97d26ce Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  24. 543547a libe2p, libext2fs: Update file copyright permission states to match COPYING by Theodore Ts'o · 14 years ago
  25. d7cca6b Convert to use block group accessor functions by Valerie Aurora Henson · 15 years ago
  26. e633b58 libext2fs: clean up ext2fs_bg_flags_ interfaces by Eric Sandeen · 15 years ago
  27. 4efbac6 Convert uses of super->s_*_blocks_count to ext2fs_*_blocks_count() by Valerie Aurora Henson · 15 years ago
  28. 732c8cd Use accessor functions fields for bg_flags in the block group descriptors by Theodore Ts'o · 15 years ago
  29. 45e338f remove useless if-before-free tests by Jim Meyering · 15 years ago
  30. efc6f62 Remove trailing whitespace for the entire source tree by Theodore Ts'o · 16 years ago
  31. baf8ab9 libext2fs: Fix memory leak in ext2fs_initialize(). by Manish Katiyar · 16 years ago
  32. 2d40a91 libext2fs: Replace use of sprintf with strcpy/strcat to help SILO by Theodore Ts'o · 16 years ago
  33. adc4e77 libext2fs: fix potential memory leak in ext2fs_initialize() by Manish Katiyar · 16 years ago
  34. 9ba4000 mke2fs: New bitmap and inode table allocation for FLEX_BG by Theodore Ts'o · 16 years ago
  35. 0f2794c mke2fs/libext2fs: Fix lazy inode table initialization by Theodore Ts'o · 16 years ago
  36. 5711ed2 Transfer responsibility of setting the *_UNINIT flags to libext2fs by Theodore Ts'o · 16 years ago
  37. 00a9284 libext2fs: Initialize s_min_extra_isize and s_wanted_extra_isize by Theodore Ts'o · 16 years ago
  38. d4f34d4 Add uninit block group support to various libext2fs functions by Jose R. Santos · 17 years ago
  39. 0157e7c Merge branch 'maint' into next by Theodore Ts'o · 16 years ago
  40. 0c17cb2 Add support for setting RAID stride and strip-width via mke2fs and tune2fs by Theodore Ts'o · 16 years ago
  41. 428f6b3 Merge branch 'maint' into next by Theodore Ts'o · 17 years ago
  42. 6cb2740 Add support for the test_fs flag by Theodore Ts'o · 17 years ago
  43. e6a4571 Merge branch 'maint' into next by Theodore Ts'o · 17 years ago
  44. ee01079 libext2fs: Add checks to prevent integer overflows passed to malloc() by Theodore Ts'o · 17 years ago
  45. f2de1d3 libext2fs: Add EXT2_DESC_SIZE and EXT2_DESC_PER_BLOCK macros by Valerie Clement · 17 years ago
  46. 5a92a62 Properly calculate overhead in ext2fs_initialize() by Theodore Ts'o · 17 years ago
  47. f77704e Add directory hashed signed/unsigned hint to superblock by Theodore Ts'o · 18 years ago
  48. f335864 Add checks to make sure inode counts don't overflow a 32-bit value by Eric Sandeen · 18 years ago
  49. 62c6d14 Remove unused variables by Eric Sandeen · 18 years ago
  50. 69022e0 Fix potential 2**32-1 overflow problems by ext2fs_div_ceil() by Theodore Ts'o · 18 years ago
  51. 39c47ce Add EXT2_FLAG_EXCLUSIVE to the ext2fs library. by Theodore Ts'o · 18 years ago
  52. a612f34 Fix a signed vs unsigned bug in calc_reserved_gdt_blocks() by Theodore Ts'o · 18 years ago
  53. 9b9a780 Fix various gcc -Wall complaints. by Theodore Ts'o · 19 years ago
  54. 3213818 Add fs->now to override time(0) in libext2fs by Theodore Ts'o · 19 years ago
  55. 40abad6 Clean up resize inode routines in ext2fs library. We no longer print by Theodore Ts'o · 20 years ago
  56. d323f8f Add support for on-line resizing ala the resize inode. This patch by Theodore Ts'o · 20 years ago
  57. 1ad54a9 Add ability for debugfs to use a separate source of data blocks when by Theodore Ts'o · 20 years ago
  58. 5443492 Fix gcc -Wall nitpicks by Theodore Ts'o · 21 years ago
  59. ef344e1 Centeralize calculation of which blocks are reserved/used for by Theodore Ts'o · 21 years ago
  60. c4e3d3f ext2fs_getmem(), ext2fs_free_mem(), and ext2fs_resize_mem() by Theodore Ts'o · 21 years ago
  61. 48e6e81 Fixx gcc -Wall nitpicks. by Theodore Ts'o · 21 years ago
  62. 4564c72 initialize.c (ext2fs_initialize): If the user specifies a really by Theodore Ts'o · 22 years ago
  63. 76dd5e5 Add support for the meta_bg feature flag to the resize2fs program. by Theodore Ts'o · 22 years ago
  64. 9d2aefb Add a new superblock field, s_mkfs_time, which indicates when by Theodore Ts'o · 22 years ago
  65. c046ac7 Add support for the meta_blockgroup filesystem format. by Theodore Ts'o · 22 years ago
  66. b21bf26 Do sanity checking of the number of blocks and inodes in a group for by Andreas Dilger · 22 years ago
  67. 932a489 Add support for creating and checking 8192-byte blocksize filesystems. by Andreas Dilger · 22 years ago
  68. 6a52506 Mke2fs now creates the lost+found directory with 0700 permissions, by Theodore Ts'o · 23 years ago
  69. 5df55d7 ChangeLog, Makefile.in, swapfs.c, unix.c: by Theodore Ts'o · 23 years ago
  70. 9f8046f Many files: by Theodore Ts'o · 23 years ago
  71. a112847 ChangeLog, ext2_err.et.in, ext2fs.h, initialize.c, mkjournal.c, openfs.c: by Theodore Ts'o · 24 years ago
  72. e5b38a5 Many files: by Theodore Ts'o · 24 years ago
  73. 601002b .del-ext2_fs.h~7a460879, ChangeLog: by Theodore Ts'o · 25 years ago
  74. 7a46952 ChangeLog, initialize.c: by Theodore Ts'o · 26 years ago
  75. 8d7e83b ChangeLog, initialize.c: by Theodore Ts'o · 26 years ago
  76. 353952d ChangeLog, initialize.c: by Theodore Ts'o · 26 years ago
  77. b5abe6f Many files: by Theodore Ts'o · 27 years ago
  78. 5be8dc2 Many files: by Theodore Ts'o · 27 years ago
  79. 1f0b6c1 Many files: Rename new error codes to have _ET_ in them for consistency. by Theodore Ts'o · 27 years ago
  80. 7b4e453 Many files: by Theodore Ts'o · 27 years ago
  81. c555aeb Many files: by Theodore Ts'o · 27 years ago
  82. 1d2ff46 Many files: Add #ifdef's for HAVE_SYS_STAT_H and HAVE_SYS_TYPES_H by Theodore Ts'o · 27 years ago
  83. e9affb7 ChangeLog, Makefile.in, initialize.c, .del-io.h~72680822, openfs.c: by Theodore Ts'o · 27 years ago
  84. 3cb6c50 Many files: by Theodore Ts'o · 27 years ago
  85. 4cbe8af Many files: by Theodore Ts'o · 27 years ago
  86. a29f4d3 Many files: Checkin of e2fsprogs 1.10 by Theodore Ts'o · 27 years ago
  87. 2ecc6fe Many files: Checked in e2fsprogs 1.09 by Theodore Ts'o · 27 years ago
  88. 521e368 Many files: Checked in e2fsprogs 1.08. by Theodore Ts'o · 27 years ago
  89. 19c78dc Many files: Checked in e2fsprogs-1.07 by Theodore Ts'o · 27 years ago
  90. 5c57647 Many files: Checked in e2fsprogs 1.06 by Theodore Ts'o · 27 years ago
  91. 1e3472c Many files: Checked in e2fsprogs 1.05 by Theodore Ts'o · 27 years ago
  92. 7f88b04 Many files: Checkin of e2fsprogs 1.03. by Theodore Ts'o · 27 years ago
  93. 50e1e10 Many files: Checked in e2fsprogs 0.5c by Theodore Ts'o · 27 years ago
  94. f3db356 Many files: Checkin of e2fsprogs 0.5b by Theodore Ts'o · 27 years ago
  95. 3839e65 Many files: Checkin of e2fsprogs 0.5b by Theodore Ts'o · 27 years ago