1. 493024e mke2fs: Fix up the fs type and feature selection for 64-bit blocks by Theodore Ts'o · 14 years ago
  2. 02d6f47 mke2fs: Fix up mke2fs to be able to make 64-bit file systems by Jose R. Santos · 14 years ago
  3. 5648c35 badblocks: Use ext2fs_get_device_size2() by Valerie Aurora Henson · 14 years ago
  4. 97d26ce Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  5. 079ad63 tune2fs: Enable uninit_bg to be set without requiring an fsck by Theodore Ts'o · 14 years ago
  6. bb1158b mke2fs: account for physical as well as logical sector size by Theodore Ts'o · 14 years ago
  7. b25df6f mke2fs: Fix compile warning message by Theodore Ts'o · 14 years ago
  8. 5aa6c3f Add configure options --enable-symlink-build and --enable-symlink-install by Theodore Ts'o · 14 years ago
  9. 1bb14a2 mke2fs: be explicit if external journal device is not found by Eric Sandeen · 14 years ago
  10. d531450 mke2fs: Allow a flex_bg size of 1 by Theodore Ts'o · 14 years ago
  11. c5b23f6 Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  12. ecced2c mke2fs: Don't ask to proceed in case of a badly aligned partition by Eric Sandeen · 14 years ago
  13. cc84d86 Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  14. 13b0b12 mke2fs: fix up topo complaints on regular files by Eric Sandeen · 15 years ago
  15. 3067d96 mke2fs: Fix printf type warning by Theodore Ts'o · 15 years ago
  16. 2d07b3a Merge branch 'maint' into next by Theodore Ts'o · 15 years ago
  17. ca92d98 filefrag: Fix a core dump on sparc32 platforms with 8k file systems by Theodore Ts'o · 15 years ago
  18. f3befe3 mke2fs: open device writable for trim/discard by Eric Sandeen · 15 years ago
  19. c7cd908 mke2fs support for BLKDISCARD by Eric Sandeen · 15 years ago
  20. d0a4e54 Disconnect e4defrag from build on non-Linux hosts. by Matthias Andree · 15 years ago
  21. 4486af5 Merge branch 'maint' into next by Theodore Ts'o · 15 years ago
  22. 5827d24 mke2fs support for BLKDISCARD by Eric Sandeen · 15 years ago
  23. b49f78f Convert ext2fs_group_{first,last}_block() to *block2() by Theodore Ts'o · 15 years ago
  24. 6493f8e Convert ext2fs_group_of_blk() to ext2fs_group_of_blk2() by Theodore Ts'o · 15 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. 72a729d Merge branch 'maint' into next by Theodore Ts'o · 15 years ago
  28. c5fbf38 tune2fs.8: Clarify tune2fs's -i option by Theodore Ts'o · 15 years ago
  29. 77f464f dumpe2fs: Fix usage message for -o superblock=<num> and -o blocksize=<num> by Theodore Ts'o · 15 years ago
  30. 95bcea9 Merge branch 'maint' into next by Theodore Ts'o · 15 years ago
  31. 9ed8e5f mke2fs: get device topology values from blkid by Eric Sandeen · 15 years ago
  32. e1f0850 Don't use in-tree header files if using system uuid or blkid libraries by Theodore Ts'o · 15 years ago
  33. 484ddc8 fix fd leak that causes fsck to fail with "too many open files" by Cristian Rodríguez · 15 years ago
  34. 1d4a493 e2undo: Initialize com_err error tables for the ext2fs library by Theodore Ts'o · 15 years ago
  35. 4efbac6 Convert uses of super->s_*_blocks_count to ext2fs_*_blocks_count() by Valerie Aurora Henson · 15 years ago
  36. a63745e Use ext2fs_file_acl_block() instead of using .i_file_acl directly by Valerie Aurora Henson · 15 years ago
  37. 7a9f055 mke2fs.8.in: Clarify flex_bg feature description by Theodore Ts'o · 15 years ago
  38. 73ebdf9 tune2fs.8: Document the flex_bg file system option in the man page by Theodore Ts'o · 15 years ago
  39. 1d9b818 dumpe2fs: Print more information about the inline journal by Theodore Ts'o · 15 years ago
  40. 95fd65b libext2fs: create generic numeric progress meters and use them by Valerie Aurora Henson · 15 years ago
  41. 732c8cd Use accessor functions fields for bg_flags in the block group descriptors by Theodore Ts'o · 15 years ago
  42. 24a117a Convert to use io_channel_read_blk64() and io_channel_write_blk64() by Valerie Aurora Henson · 15 years ago
  43. dc615a2 Merge branch 'maint' into next by Theodore Ts'o · 15 years ago
  44. a9e55a1 e4defrag: fix ppc build by Kyle McMartin · 15 years ago
  45. c1b8759 e4defrag: Link with ext2fs library by Theodore Ts'o · 15 years ago
  46. 31b5a2b mke2fs.conf: Use the feature name "extent" instead of "extents" by Theodore Ts'o · 15 years ago
  47. ffd8078 e2freefrag: Update manpage to include e2fsprogs version and release date by Theodore Ts'o · 15 years ago
  48. 3c041a5 Convert tune2fs, dumpe2fs, and e2image to the new bitmap interface by Valerie Aurora Henson · 15 years ago
  49. 154a5d7 tune2fs: handle bad blocks when resizing inodes by Aneesh Kumar K.V · 15 years ago
  50. 91fac97 tune2fs: Handle fs meta-data blocks during inode resize by Aneesh Kumar K.V · 15 years ago
  51. a9e5177 tune2fs: Make e2fsprogs handle ENOSPC better with inode resize by Aneesh Kumar K.V · 15 years ago
  52. 334cfcc filefrag: don't print extent header on bmap fallback by Eric Sandeen · 15 years ago
  53. 1f3d16d filefrag: fix frag count in bmap case by Eric Sandeen · 15 years ago
  54. 5d5e01d filefrag: Add option to force use of the FIBMAP ioctl by Theodore Ts'o · 15 years ago
  55. 0d990d0 Add V=1 support when linking e2freefrag in misc/Makefile.in by Theodore Ts'o · 15 years ago
  56. 1e48a45 e2freefrag: Take into account the last free extent in the file system by Theodore Ts'o · 15 years ago
  57. 3e343b8 e2freefrag: Fix to work correctly for file systems with 1kb block sizes by Theodore Ts'o · 15 years ago
  58. cba91c4 e2freefrag: Do not print chunk-related information by default by Theodore Ts'o · 15 years ago
  59. aff2cf8 e2freefrag: Clarify e2freefrag's messages by Theodore Ts'o · 15 years ago
  60. 137a7dc e2freefrag: Initialize the ext2 error table by Theodore Ts'o · 15 years ago
  61. 463e732 Convert mke2fs to new bitmap interface by Valerie Aurora Henson · 15 years ago
  62. 1d72214 Merge branch 'maint' into next by Theodore Ts'o · 15 years ago
  63. 88fca20 Move declaration of FS_IOC_FIEMAP ioctl to fiemap.h by Theodore Ts'o · 15 years ago
  64. baa8dbe Merge branch 'maint' into next by Theodore Ts'o · 15 years ago
  65. 4f1d0e8 e4defrag: remove a lot of cruft by Eric Sandeen · 15 years ago
  66. ad751f1 e2freefrag: Improve output to include be more like xfs_db's freesp -s by Andreas Dilger · 15 years ago
  67. 0b2681f e2freefrag: New program which displays how fragmented the free space is by Theodore Ts'o · 15 years ago
  68. d0c5377 mke2fs: Add strings.h include for strcasecmp() declaration by Theodore Ts'o · 15 years ago
  69. bbbb81c filefrag: fix it so it works in the bmap fallback case. by Eric Sandeen · 15 years ago
  70. 3c77b8e Fix miscellaneous gcc -Wall warnings in blkid and tune2fs by Theodore Ts'o · 15 years ago
  71. 9d4bade filefrag: Restore "perfect" number of extents calculation for ext2/ext3 by Theodore Ts'o · 15 years ago
  72. f97ea10 filefrag: fix fm_start in filefrag_fiemap loop by Peng Tao · 15 years ago
  73. ca4d95a remove bogus "-e" option from filefrag manpage by Peng Tao · 15 years ago
  74. c13351f Add support for configure --enable-verbose-makecmds by Theodore Ts'o · 15 years ago
  75. a6a1c08 Fix Makefile dependencies for libcom_err by Theodore Ts'o · 15 years ago
  76. 6013bbf Do not build and install uuidgen from if the uuid library was disabled. by Theodore Ts'o · 15 years ago
  77. caa6003 libuuid, uuidd: Avoid infinite loop while reading from the socket fd by Theodore Ts'o · 15 years ago
  78. 2842bb3 uuidd: Avoid closing the server socket when calling create_daemon() by Theodore Ts'o · 15 years ago
  79. 427f95f logsave: Don't send the ^A and ^B delimiters to the console by Theodore Ts'o · 15 years ago
  80. c510d6f badblocks: Make sure the list of bad blocks found is flushed on interrupt by Theodore Ts'o · 15 years ago
  81. 4001b8a badblocks.8: Alphabetize options in badblocks man page by Theodore Ts'o · 15 years ago
  82. e3dee8c badblocks.8: Update description of the -s option in badblocks man page by Theodore Ts'o · 15 years ago
  83. 83bfa27 badblocks: Print the currently tested block number when interrupted with ^C by Theodore Ts'o · 15 years ago
  84. 1b600bf lsattr: exit with a non-zero status on errors by Eric Sandeen · 15 years ago
  85. 8a48035 Fix encoding for rec_len in directories for >= 64k blocksize file systems by Theodore Ts'o · 15 years ago
  86. 1acde2b dumpe2fs, tune2fs: fix miscellaneous memory leaks by Theodore Ts'o · 15 years ago
  87. 3b5126d badblocks: Remove 4096 blocksize limit by Theodore Ts'o · 15 years ago
  88. 1384cc6 Fix spelling mistake in the man page for chattr by Theodore Ts'o · 15 years ago
  89. e78968f filefrag: Fix error checking for the fiemap ioctl by Theodore Ts'o · 15 years ago
  90. 5635e75 Merge branch 'maint' into next by Theodore Ts'o · 15 years ago
  91. 6a0ee32 Merge branch 'maint' into next by Theodore Ts'o · 15 years ago
  92. ae50746 e4defrag: Fix compile warnings by Kazuya Mio · 15 years ago
  93. 1d21f4b e4defrag: Fix a core dump when trying to defrag a file with no blocks by Theodore Ts'o · 15 years ago
  94. 4836459 Add e4defrag to the misc directory by Theodore Ts'o · 15 years ago
  95. 4f85854 Update man pages to include ext4 in the synposis, instead of just "ext2/ext3" by Theodore Ts'o · 15 years ago
  96. 93aa024 mke2fs.8: Fix man page to use hyphens instead of minus signs for options by Theodore Ts'o · 15 years ago
  97. 312c2a4 chattr: manpage tidyups by Eric Sandeen · 15 years ago
  98. 7c8da6e chattr: Add extent conversion support by Aneesh Kumar K.V · 16 years ago
  99. e62847c filefrag: Add support to use the FIEMAP ioctl by Kalpak Shah · 15 years ago
  100. de7a86e mke2fs.8: Clarify in the man page that fs defaults come from mke2fs.conf by Theodore Ts'o · 15 years ago