1. c13351f Add support for configure --enable-verbose-makecmds by Theodore Ts'o · 15 years ago
  2. 312c2a4 chattr: manpage tidyups by Eric Sandeen · 15 years ago
  3. 022c925 libe2p: Declare prototypes for the journal feature name functions in e2p.h by Theodore Ts'o · 15 years ago
  4. b7c5b40 Add support for a new superblock field: s_kbytes_written by Theodore Ts'o · 16 years ago
  5. 97be89b Fix pkg-config files: use Requires.private and fix the include directory by Theodore Ts'o · 16 years ago
  6. 7fd2651 libe2p: Fix potential core-dumping bug in iterate_on_dir() by Theodore Ts'o · 16 years ago
  7. 94b993d Update makefile dependency for lib/e2p/Makefile.in by Theodore Ts'o · 16 years ago
  8. efc6f62 Remove trailing whitespace for the entire source tree by Theodore Ts'o · 16 years ago
  9. e32677c libe2p: Fix namespace leakage of os_tab by Theodore Ts'o · 16 years ago
  10. 03efde8 add debugfs command to print known features by Andreas Dilger · 16 years ago
  11. f64b36d Fix a typo in lib/e2p/Makefile.in by Li Zefan · 16 years ago
  12. 494a1da Basic flexible block group support by Theodore Ts'o · 16 years ago
  13. 41a5afa libe2p: Print the s_min_extra_isize and s_wanted_extra_isize fields by Theodore Ts'o · 17 years ago
  14. ba1e125 Change the primary name of the extents feature to be 'extent' by Theodore Ts'o · 17 years ago
  15. 2930dad Rename the feature uninit_groups to uninit_bg by Theodore Ts'o · 17 years ago
  16. 1ca1059 Add support for the HUGE_FILE feature by Theodore Ts'o · 17 years ago
  17. 3542ba0 Rename feature name from gdt_checksum to uninit_groups by Jose R. Santos · 17 years ago
  18. a49670e Merge branch 'maint' by Theodore Ts'o · 17 years ago
  19. 7100351 libe2p: New e2p_edit_feature2 which provides better error handling by Theodore Ts'o · 17 years ago
  20. 395529b libe2p: Change Raid to RAID in display option by Theodore Ts'o · 17 years ago
  21. 0157e7c Merge branch 'maint' into next by Theodore Ts'o · 17 years ago
  22. 6b226c3 libe2p: Make list_super2() print the RAID stride and stripe-width by Theodore Ts'o · 17 years ago
  23. 428f6b3 Merge branch 'maint' into next by Theodore Ts'o · 17 years ago
  24. 6cb2740 Add support for the test_fs flag by Theodore Ts'o · 17 years ago
  25. 5ea565f Merge basic FLEX_BG support by Theodore Ts'o · 17 years ago
  26. c2d4300 Enable FLEX_BG feature support by Jose R. Santos · 17 years ago
  27. 14bd240 libe2p: Change iterate_on_dir so that it counts non-zero returns by Theodore Ts'o · 17 years ago
  28. 1a4ce9d libe2p: Use lstat() instead of stat() in fsetflags() and fgetflags() by Theodore Ts'o · 17 years ago
  29. 424a3e4 Remove Changelog files since they're not used after the git migration by Theodore Ts'o · 17 years ago
  30. d7b6472 Update Release Notes, Changelogs, version.h, etc. for 1.40 release by Theodore Ts'o · 17 years ago
  31. 51764fb resize2fs (libe2p): Fix resize2fs parsing of size parameter (in sector units) by Theodore Ts'o · 18 years ago
  32. 61bf36e [COVERITY] Fix memory leak in libe2p (e2p_edit_mntopts) by Brian Behlendorf · 18 years ago
  33. 2711ca1 [COVERITY] Fix memory leak in libe2p (e2p_edit_feature) by Brian Behlendorf · 18 years ago
  34. 477007e Add support for printing new filesystem features by Theodore Ts'o · 18 years ago
  35. f77704e Add directory hashed signed/unsigned hint to superblock by Theodore Ts'o · 18 years ago
  36. 23bb9b1 Fix e2p_percent() crash if percentage was zero. by Theodore Ts'o · 18 years ago
  37. a8862d9 Fix potential 2**32-1 overflow by using e2p_percent() by Theodore Ts'o · 18 years ago
  38. 8fe81a3 Rename EXT3_EXTENTS_FL to EXT4_EXTENTS_FL and make it visible to the user by Andreas Dilger · 18 years ago
  39. f5fa200 Add support for EXT2_FEATURE_COMPAT_LAZY_BG by Theodore Ts'o · 18 years ago
  40. b116e78 Fix bug which could cause dumpe2fs to rarely fail to print a UUID by Theodore Ts'o · 19 years ago
  41. 9dc6ad1 Change mke2fs to use /etc/mke2fs.conf as a configuration file by Theodore Ts'o · 19 years ago
  42. 3ded50b Address parallel build problem in the library Makefiles by Theodore Ts'o · 19 years ago
  43. 1f965c8 Update for e2fsprogs 1.38 release. by Theodore Ts'o · 19 years ago
  44. 7d9adef Makefile.in: Add an include path specifier when building by Theodore Ts'o · 19 years ago
  45. 75e93ab Update "make depend" information. Fixes SMP parallel build problem. by Theodore Ts'o · 19 years ago
  46. 9be5ba9 Fix build of tst_ostype when doing a "make check" in lib/e2p; it was missing by Theodore Ts'o · 19 years ago
  47. b7e4eef ls.c: Add stdlib.h header file since list_super2() uses the free() function. by Theodore Ts'o · 20 years ago
  48. 813b901 ostype.c (e2p_os2string): Check to make sure malloc() is by Theodore Ts'o · 20 years ago
  49. fd4b28e Update for the e2fsprogs 1.37 release. by Theodore Ts'o · 20 years ago
  50. 6325394 Add new functions which convert between a string and os_type: e2p_os2string() by Theodore Ts'o · 20 years ago
  51. 3eee5e9 Update for release of e2fsprogs 1.36. by Theodore Ts'o · 20 years ago
  52. b7aa0d6 Remove *.pc files on a "make distclean" by Theodore Ts'o · 20 years ago
  53. e644186 Add pkg-config files to e2fsprogs's libraries. by Theodore Ts'o · 20 years ago
  54. c6cdada Fix stupid typo in the CreateOS FreeBSD/Solaris changeset. Also included by Theodore Ts'o · 20 years ago
  55. ea1e8f4 Add interpretation of OS Creator values for FreeBSD and Lites in mke2fs by Theodore Ts'o · 20 years ago
  56. 55f4cbd Add new function in e2p for parsing the number of blocks on the command line by Theodore Ts'o · 20 years ago
  57. faeaf93 Dumpe2fs will print the s_reserved_gdt_blocks field if it is non-zero. by Theodore Ts'o · 20 years ago
  58. 522798d Add install-strip and install-shlibs-strip targets by Theodore Ts'o · 20 years ago
  59. 6d40227 Use MKINSTALLDIRS macro so that the Makefiles can find the script correctly. by Theodore Ts'o · 20 years ago
  60. 47204ff Use Linux-kernel-style makefile output to make it easier to by Theodore Ts'o · 20 years ago
  61. 39dc1c4 Add definition for the extents filesystem feature and inode flag. by Theodore Ts'o · 20 years ago
  62. 2b5901d Remove the a.out DLL support, since it's been obsolete and unmaintained by Theodore Ts'o · 20 years ago
  63. 919994a setflags.c, fsetflags.c: On linux systems, undefine HAVE_CHFLAGS by Theodore Ts'o · 20 years ago
  64. aa5c0a4 Remove .cvsignore files; they were out of date, and causes lintian by Theodore Ts'o · 20 years ago
  65. 434661f Patch from Brian Bergstrand to use the correct -fPIC flag for by Theodore Ts'o · 21 years ago
  66. b70b116 Update version number for e2fsprogs 1.35 release. by Theodore Ts'o · 21 years ago
  67. 3c203cb fgetflags.c, fgetversion.c, fsetflags.c, fsetversion.c: Apply by Theodore Ts'o · 21 years ago
  68. a435ec3 Add support for backing up the journal inode location in the by Theodore Ts'o · 21 years ago
  69. 9c7ec17 Update for 1.34 release. by Theodore Ts'o · 21 years ago
  70. 48e6e81 Fixx gcc -Wall nitpicks. by Theodore Ts'o · 21 years ago
  71. 71df0dc Update for 1.33 release. by Theodore Ts'o · 22 years ago
  72. 520ead3 Fix gcc -Wall warnings. by Theodore Ts'o · 22 years ago
  73. fff4548 Add portability enhancements for Cygwin32 environment. by Theodore Ts'o · 22 years ago
  74. 2c93113 Remove EXT2_FEATURE_RO_COMPAT_BTREE_DIR mention of since it's not by Theodore Ts'o · 22 years ago
  75. 9522e0a ls.c (list_super2): Display the superblock fields even if the by Theodore Ts'o · 22 years ago
  76. 3851301 Update files for 1.32 release. by Theodore Ts'o · 22 years ago
  77. ae65b29 Update files for 1.31 release. by Theodore Ts'o · 22 years ago
  78. c4e5e36 pf.c: Print the indexed directory flag if present. Don't display by Theodore Ts'o · 22 years ago
  79. f606dd3 Update "make depend". by Theodore Ts'o · 22 years ago
  80. 5d823a4 Update files for 1.30 release. by Theodore Ts'o · 22 years ago
  81. a2c8bf9 ext2_fs.h: Add support for a new inode flag, which is to be used by Theodore Ts'o · 22 years ago
  82. 15f9011 Add support for a new inode flag, which is to be used by Theodore Ts'o · 22 years ago
  83. 9d2aefb Add a new superblock field, s_mkfs_time, which indicates when by Theodore Ts'o · 22 years ago
  84. 4a959fe Add support for new default mount options for the journal data mode. by Theodore Ts'o · 22 years ago
  85. c046ac7 Add support for the meta_blockgroup filesystem format. by Theodore Ts'o · 22 years ago
  86. a0c3fd5 Add support for new feature in ext2/3 filesystems; a default mount options field by Theodore Ts'o · 22 years ago
  87. c663305 Update for 1.29 release. by Theodore Ts'o · 22 years ago
  88. 87ee8dc Update changelogs for 1.28 release by Theodore Ts'o · 22 years ago
  89. f61fc0b Add support for the hash_seed and s_def_hash_ver fields in the by Theodore Ts'o · 22 years ago
  90. 023d111 chattr.1.in: Document the compression attribute flags E, X, and by Theodore Ts'o · 22 years ago
  91. a8a813e fsetflags.c (fsetflags), fgetflags.c (fgetflags): Save by Theodore Ts'o · 22 years ago
  92. 593c6ea Various portability fixes which should help out HURD. by Theodore Ts'o · 22 years ago
  93. 88372d5 Applied Andrew Morton's patch to support the dirsync option. by Theodore Ts'o · 22 years ago
  94. a8e7724 Update for 1.27 release. by Theodore Ts'o · 23 years ago
  95. a5f3f5c Update files for 1.26 release. by Theodore Ts'o · 23 years ago
  96. 4ea7bd0 Fix various gcc -Wall nits. Fixed a bug in mke2fs where a bogus by Theodore Ts'o · 23 years ago
  97. b3f5b4c Define a new ext2 file attribute, EXT2_NOTAIL_FL, by Theodore Ts'o · 23 years ago
  98. fbf9111 Update changelogs for 1.25 release. by Theodore Ts'o · 23 years ago
  99. fb70775 Update for 1.24a release by Theodore Ts'o · 23 years ago
  100. 109624a Update for 1.24 release. by Theodore Ts'o · 23 years ago