1. fd4b28e Update for the e2fsprogs 1.37 release. by Theodore Ts'o · 19 years ago
  2. 65ffef3 Ignore the BLKID_FILE environment variable if blkid_get_cache() is by Theodore Ts'o · 19 years ago
  3. d72e954 Fix the test image so that it actually has an ea-in-inode. by Theodore Ts'o · 19 years ago
  4. ddbe331 Add new test case which exercises the ea-in-inode checker in e2fsck. by Theodore Ts'o · 19 years ago
  5. cebe48a Integrate code from Alex Thomas at Clusterfs to check extended attributes by Theodore Ts'o · 19 years ago
  6. c9ae3f9 Make debugfs's stat command print the size of the extra inode fields, if any. by Theodore Ts'o · 19 years ago
  7. e27b456 Fix mke2fs so that it writes the root directory by Theodore Ts'o · 19 years ago
  8. 89db86d Make e2fsck check the superblock's inode_size to make sure it is by Theodore Ts'o · 19 years ago
  9. 030970e Fix e2fsck, debugfs, and the ext2fs_mkdir function so that when we create by Theodore Ts'o · 19 years ago
  10. ea822ee Enhance debugfs's stat command so it can dump extended attributes by Theodore Ts'o · 19 years ago
  11. dc71f23 Fix bug in e2fsck where we don't notice if a file with an extended by Theodore Ts'o · 19 years ago
  12. 6325394 Add new functions which convert between a string and os_type: e2p_os2string() by Theodore Ts'o · 19 years ago
  13. 06ce1f6 Fix clean target to remove tst_getsectsize. by Theodore Ts'o · 19 years ago
  14. 3d16b3f filefrag.c (frag_report): Automatically detect files that are by Theodore Ts'o · 19 years ago
  15. 283df83 getsize.c (ext2fs_get_device_size): Check to see if the number by Theodore Ts'o · 19 years ago
  16. be5a72d Force compile_et and mk_cmds to use /usr/bin/awk so that we will work by Theodore Ts'o · 19 years ago
  17. b22ea17 getsize.c (blkid_get_dev_size): Fix compilation problem on Darwin systems. by Theodore Ts'o · 19 years ago
  18. 4aad4da gen_tarball.in: Don't remove the .gmo files from the generated tarball; by Theodore Ts'o · 19 years ago
  19. 19a868e Update the TODO file to have more information in it. by Theodore Ts'o · 19 years ago
  20. b008e60 Change the debian version to be 1.36release-1 since we didn't do the WIP by Theodore Ts'o · 19 years ago
  21. 674a826 ADD TAG: E2FSPROGS-1_36 by Theodore Ts'o · 19 years ago
  22. 3eee5e9 Update for release of e2fsprogs 1.36. by Theodore Ts'o · 19 years ago
  23. ee683a1 Makefile util/gen-tarball executable after creating the file. by Theodore Ts'o · 19 years ago
  24. b7aa0d6 Remove *.pc files on a "make distclean" by Theodore Ts'o · 19 years ago
  25. 33db8f8 Remove support for --enable-clear-htree; this was by Theodore Ts'o · 19 years ago
  26. 98919bd Add support for maintainer mode, which enables the makefile rules by Theodore Ts'o · 19 years ago
  27. dbb2a10 Makefile.in (clean): Remove tst_getsize when doing a make clean by Theodore Ts'o · 19 years ago
  28. 7f1faaa filefrag.c (frag_report): In verbose mode, print the first and by Theodore Ts'o · 19 years ago
  29. dbe9c71 Use inline instead of __inline__ in the blkid debugging code for by Theodore Ts'o · 19 years ago
  30. 7004b4a Drop the sparc assembly bitwise operations; it's less efficient by Theodore Ts'o · 19 years ago
  31. 07f031f Define _XOPEN_SOURCE to be 500 to fix compilation problems on Solaris. by Theodore Ts'o · 19 years ago
  32. 8ceb55f Update release notes and version.h for e2fsprogs 1.36-rc5 release. by Theodore Ts'o · 20 years ago
  33. a894eb4 pass2.c (e2fsck_process_bad_inode): Fix a corner case involving by Theodore Ts'o · 20 years ago
  34. 1e87f8a f_bad_inode, f_recnect_bad: Adjust test cases to take into by Theodore Ts'o · 20 years ago
  35. ea77431 Fix two bugs found by the regression test suites. The bug was created when by Theodore Ts'o · 20 years ago
  36. 7e0282c Fixed missing not_fixed branch in e2fsck so that if the frag size field in by Theodore Ts'o · 20 years ago
  37. 18d1296 blkid.c (main, compare_search_type): Make blkid -t work more by Theodore Ts'o · 20 years ago
  38. 8430203 mke2fs.c (PRS): Don't use a blocksize greater than 4k, even on by Theodore Ts'o · 20 years ago
  39. 2095312 mke2fs.c (PRS): If the device size is too big to be expressed by Theodore Ts'o · 20 years ago
  40. d4dc0a9 Create the resize inode is created even if the s_reserved_gdt_blocks is by Theodore Ts'o · 20 years ago
  41. 5780ead Cset exclude: tytso@think.thunk.org|ChangeSet|20050123214956|52665 by Theodore Ts'o · 20 years ago
  42. 6c313fd Fix e2fsck to not delete symlinks that contain an extended attribute after by Theodore Ts'o · 20 years ago
  43. 06a6cbd Fix Solaris portability bug in the resize tests. by Theodore Ts'o · 20 years ago
  44. dc25697 Update version.h and release notes for the e2fsprogs 1.36-rc4 release. by Theodore Ts'o · 20 years ago
  45. 32923fa Add functions which allow an application program to do a run-time query by Theodore Ts'o · 20 years ago
  46. f923bf2 Fix "make uninstall" to make sure it removes everything that is installed. by Theodore Ts'o · 20 years ago
  47. e644186 Add pkg-config files to e2fsprogs's libraries. by Theodore Ts'o · 20 years ago
  48. 79fc2a9 e2image.c (scramble_dir_block): Make sure the unused space by Theodore Ts'o · 20 years ago
  49. 64ad98a resize2fs.c: Fix bug where we don't release the blocks belonging by Theodore Ts'o · 20 years ago
  50. 7331196 Add library support for large (EA in inode) inodes. Make sure that garbage by Theodore Ts'o · 20 years ago
  51. 9d0f461 probe.c: Windows can perform a "quick format" that doesn't clear by Theodore Ts'o · 20 years ago
  52. 550a4af E2fsck will now check the individual block group inode and block free counts, by Theodore Ts'o · 20 years ago
  53. fbc3514 Clarified the tune2fs man page about how the -c option works. by Theodore Ts'o · 20 years ago
  54. 2d09601 Fix e2fsck so that it does not complain if the resize_inode feature is by Theodore Ts'o · 20 years ago
  55. 02f61b8 Skip the r_resize_inode test if resize2fs is not compiled (due to by Theodore Ts'o · 20 years ago
  56. 8909292 Make blkid -t display all devices that match the specified criteria, by Theodore Ts'o · 20 years ago
  57. 2c92375 Add support to the blkid library to recognize Oracle ASM volumes. by Theodore Ts'o · 20 years ago
  58. 0d2993d Add new utility program, copy_sparse.c, which is very useful by Theodore Ts'o · 20 years ago
  59. 89c8015 set_fields.c: Add support for the jnl_blocks[] for set_super_value by Theodore Ts'o · 20 years ago
  60. 0aa0e0c filefrag.c (frag_report): Fix filefrag so that it works by Theodore Ts'o · 20 years ago
  61. 290806a MCONFIG.in: by Matthias Andree · 20 years ago
  62. c6cdada Fix stupid typo in the CreateOS FreeBSD/Solaris changeset. Also included by Theodore Ts'o · 20 years ago
  63. ea1e8f4 Add interpretation of OS Creator values for FreeBSD and Lites in mke2fs by Theodore Ts'o · 20 years ago
  64. 484ae81 r_resize_inode, m_dasd_bs, m_large_file, m_meta_bg, m_no_opt, by Theodore Ts'o · 20 years ago
  65. 9214dcc Miscellaneous gcc -Wall cleanups. Use fixed rather than floating point by Theodore Ts'o · 20 years ago
  66. 619a8ea Cleanup C code in debugfs's setfield. Added missing return statement (turned by Theodore Ts'o · 20 years ago
  67. 6c65d25 configure.in: Clean up checks for dirent.d_reclen, ssize_t, by Theodore Ts'o · 20 years ago
  68. e99decb Remove debugging printf from e2image -s's code. by Theodore Ts'o · 20 years ago
  69. 4ee558f Update release notes, changelog, for the 1.36-rc3 release. by Theodore Ts'o · 20 years ago
  70. c1e33e1 Remove libgnuintl.h file, since it is a generated file. by Theodore Ts'o · 20 years ago
  71. c2b13a4 Update Italian translation file. by Theodore Ts'o · 20 years ago
  72. d851ed3 e2image.c, e2image.8.in: Add support for the -s option which by Theodore Ts'o · 20 years ago
  73. 8800c73 Makefile.in: Fix the kernel compile-time echo commands to be by Theodore Ts'o · 20 years ago
  74. da76d6b Make configure.in script check for prerequisite headers when checking for by Theodore Ts'o · 20 years ago
  75. 3ec94fc Update French, Italian, and Turkish translations. by Theodore Ts'o · 20 years ago
  76. 3223701 Various portability fixes for Solaris systems. by Theodore Ts'o · 20 years ago
  77. 9290404 Applied patch from Francois Petillon (fantec at proxad.net) to by Theodore Ts'o · 20 years ago
  78. ecd0d8f Clean up Matthais's "fix crash when /proc/acpi/ac_acapter is not present" patch. by Theodore Ts'o · 20 years ago
  79. 2000746 Updated French translation file. by Theodore Ts'o · 20 years ago
  80. ae181fb f_dup_de, r_resize_inode: change ">& /dev/null" to ">/dev/null 2>&1" by Matthias Andree · 20 years ago
  81. f892826 lib/blkid/getsize.c: Move #include "blkidP.h" before <sys/queues.h> by Matthias Andree · 20 years ago
  82. 322d9d4 fsck.c: Include <signal.h> to avoid compiler trouble. by Matthias Andree · 20 years ago
  83. 4b13704 Fix crash when /proc/acpi/ac_adapter/ is not present, for instance, by Matthias Andree · 20 years ago
  84. d345882 we're reading unsigned long long, use %llu rather than %lld. by Matthias Andree · 20 years ago
  85. 66fa0de Update for e2fsprogs 1.36-rc2 release. by Theodore Ts'o · 20 years ago
  86. 1df33aa Update e2fsprogs.pot file for 1.36 release. by Theodore Ts'o · 20 years ago
  87. 72933b9 Update Italian translation file. by Theodore Ts'o · 20 years ago
  88. 7369f0c Apply Janos Farkas's patch to support extracting the uuid and label by Theodore Ts'o · 20 years ago
  89. f007e7b Update Debian changelog. by Theodore Ts'o · 20 years ago
  90. 2b0dc0a Update release notes in preparation for 1.36 release. by Theodore Ts'o · 20 years ago
  91. dfcb79e Change the description field in the Debian package meta information to avoid by Theodore Ts'o · 20 years ago
  92. d2ee56d Fix configure.in to use AC_CHECK_TYPES instead of the "broken by design" by Theodore Ts'o · 20 years ago
  93. c840731 Fix minor typo's in the libblkid.txt documentation file --- thanks to Mike by Theodore Ts'o · 20 years ago
  94. de628f7 Fix f_resize_inode test to deal with the renaming of the debugfs command by Theodore Ts'o · 20 years ago
  95. 4e60fb6 Ex2fs_unlink() will return an error if both the name and inode number are by Theodore Ts'o · 20 years ago
  96. 1d3a951 Make the official name of the new debugfs set_inode command be by Theodore Ts'o · 20 years ago
  97. 1b30d17 When generating tarballs for Debian builds, remove the hyphen in version by Theodore Ts'o · 20 years ago
  98. da83cb6 Update version to 1.36-rc1, and change parsing algorithm for version strings by Theodore Ts'o · 20 years ago
  99. c76564a badblocks.c (alarm_intr): Increase the number of spaces reserved by Theodore Ts'o · 20 years ago
  100. 22ba4c1 Make tune2fs and e2fsck consistent about allowing at most 50% of the blocks by Theodore Ts'o · 20 years ago