1. f35fd3d Fix some minor typo's and grammar's strings, and remove debugging strings by Theodore Ts'o · 19 years ago
  2. 2a93a63 Update Swedish translation, and add Rawanda translation. by Theodore Ts'o · 19 years ago
  3. 3af0a45 Fix bug in the secure getenv function so that the ss library will corrently by Theodore Ts'o · 19 years ago
  4. 7793279 Fix the f_dup_resize script to be more portable and not rely on e2fsprogs by Theodore Ts'o · 19 years ago
  5. ed6acfa Add a new option to the blkid program, -l, which will more efficiently search by Theodore Ts'o · 19 years ago
  6. 12b3c8e Fix gcc -Wall nits in the blkid library. by Theodore Ts'o · 19 years ago
  7. 78c7d0e Clean up the debugging code in the blkid library so that we don't use by Theodore Ts'o · 19 years ago
  8. c37543d Add new two new functions to the blkid library: blkid_dev_set_search(), and by Theodore Ts'o · 19 years ago
  9. 5d75b69 Remove the Conflicts: tag from the Debian e2fsprogs-udebs package, since by Theodore Ts'o · 19 years ago
  10. 9f7d03b When determining the libraries needed for Debian's initrd, unset by Theodore Ts'o · 19 years ago
  11. 7b921b9 Escape hyphens in the e2image and tune2fs man pages so that they show up by Theodore Ts'o · 19 years ago
  12. 153b449 If the .c and .h file already exist, and they have not changed, use the by Theodore Ts'o · 19 years ago
  13. 75e93ab Update "make depend" information. Fixes SMP parallel build problem. by Theodore Ts'o · 19 years ago
  14. 8363e35 Fix compile warning in do_stat() from previous fix. by Theodore Ts'o · 19 years ago
  15. 9be5ba9 Fix build of tst_ostype when doing a "make check" in lib/e2p; it was missing by Theodore Ts'o · 19 years ago
  16. 0af8c33 Fix potential portability issue in the blkid program. (On architectures by Theodore Ts'o · 19 years ago
  17. f37ab68 Corrects a few mistakes in the fsck man page, wraps two overlong lines, by Theodore Ts'o · 19 years ago
  18. d0a3b46 Fix typo in the debugfs command used to fixed trashed filesystems by by Theodore Ts'o · 19 years ago
  19. bfd9762 Fix a bug in filefrag so that it doesn't when the first block found is an by Theodore Ts'o · 19 years ago
  20. 4c4e3f7 Fix libblkid's magic number recognition for the cramfs filesystem, by Theodore Ts'o · 19 years ago
  21. 6477739 debugfs.c (do_stat): Check to make sure a filesystem is open by Theodore Ts'o · 19 years ago
  22. 8139367 Fix spelling mistakes in man pages. (Addresses Debian Bugs: #304591, by Theodore Ts'o · 19 years ago
  23. 09f3eba Fix typo so that we actually ignore environment variables when gid != egid. by Theodore Ts'o · 19 years ago
  24. 5e91614 Don't offer to update or clone the resize inode when e2fsck deals with by Theodore Ts'o · 19 years ago
  25. 1f3ad14 Use a centrally stored current time for "now" which by Theodore Ts'o · 19 years ago
  26. 09a51b3 Update debian changelog for 1.37-2 release. by Theodore Ts'o · 19 years ago
  27. 86a02b5 test_script.in: Make the test script driver exit with a non-zero by Theodore Ts'o · 19 years ago
  28. a4897d4 Don't abort filefrag if EXT3_IOC_GETFLAGS ioctl is not supported, by Theodore Ts'o · 19 years ago
  29. b7e4eef ls.c: Add stdlib.h header file since list_super2() uses the free() function. by Theodore Ts'o · 19 years ago
  30. b1ae119 Add missing return values in error return cases in the ext2fs library. by Theodore Ts'o · 19 years ago
  31. bcf5aea Fix minor spelling typo in the mke2fs man page. by Theodore Ts'o · 19 years ago
  32. 4147d9f pass1.c (e2fsck_pass1): If the superblock last mount time (not by Theodore Ts'o · 19 years ago
  33. 762c7c6 Add paranoia checks into the blkid, ext2fs, and ss libraries to ignore by Theodore Ts'o · 19 years ago
  34. 813b901 ostype.c (e2p_os2string): Check to make sure malloc() is by Theodore Ts'o · 19 years ago
  35. d4f28f9 ADD TAG: E2FSPROGS-1_37 by Theodore Ts'o · 19 years ago
  36. ac43a43 Update LSM file for 1.37 release. by Theodore Ts'o · 19 years ago
  37. fd4b28e Update for the e2fsprogs 1.37 release. by Theodore Ts'o · 19 years ago
  38. 65ffef3 Ignore the BLKID_FILE environment variable if blkid_get_cache() is by Theodore Ts'o · 19 years ago
  39. d72e954 Fix the test image so that it actually has an ea-in-inode. by Theodore Ts'o · 19 years ago
  40. ddbe331 Add new test case which exercises the ea-in-inode checker in e2fsck. by Theodore Ts'o · 19 years ago
  41. cebe48a Integrate code from Alex Thomas at Clusterfs to check extended attributes by Theodore Ts'o · 19 years ago
  42. c9ae3f9 Make debugfs's stat command print the size of the extra inode fields, if any. by Theodore Ts'o · 19 years ago
  43. e27b456 Fix mke2fs so that it writes the root directory by Theodore Ts'o · 19 years ago
  44. 89db86d Make e2fsck check the superblock's inode_size to make sure it is by Theodore Ts'o · 19 years ago
  45. 030970e Fix e2fsck, debugfs, and the ext2fs_mkdir function so that when we create by Theodore Ts'o · 19 years ago
  46. ea822ee Enhance debugfs's stat command so it can dump extended attributes by Theodore Ts'o · 19 years ago
  47. dc71f23 Fix bug in e2fsck where we don't notice if a file with an extended by Theodore Ts'o · 19 years ago
  48. 6325394 Add new functions which convert between a string and os_type: e2p_os2string() by Theodore Ts'o · 19 years ago
  49. 06ce1f6 Fix clean target to remove tst_getsectsize. by Theodore Ts'o · 19 years ago
  50. 3d16b3f filefrag.c (frag_report): Automatically detect files that are by Theodore Ts'o · 19 years ago
  51. 283df83 getsize.c (ext2fs_get_device_size): Check to see if the number by Theodore Ts'o · 19 years ago
  52. be5a72d Force compile_et and mk_cmds to use /usr/bin/awk so that we will work by Theodore Ts'o · 19 years ago
  53. b22ea17 getsize.c (blkid_get_dev_size): Fix compilation problem on Darwin systems. by Theodore Ts'o · 19 years ago
  54. 4aad4da gen_tarball.in: Don't remove the .gmo files from the generated tarball; by Theodore Ts'o · 19 years ago
  55. 19a868e Update the TODO file to have more information in it. by Theodore Ts'o · 19 years ago
  56. b008e60 Change the debian version to be 1.36release-1 since we didn't do the WIP by Theodore Ts'o · 19 years ago
  57. 674a826 ADD TAG: E2FSPROGS-1_36 by Theodore Ts'o · 19 years ago
  58. 3eee5e9 Update for release of e2fsprogs 1.36. by Theodore Ts'o · 19 years ago
  59. ee683a1 Makefile util/gen-tarball executable after creating the file. by Theodore Ts'o · 19 years ago
  60. b7aa0d6 Remove *.pc files on a "make distclean" by Theodore Ts'o · 19 years ago
  61. 33db8f8 Remove support for --enable-clear-htree; this was by Theodore Ts'o · 19 years ago
  62. 98919bd Add support for maintainer mode, which enables the makefile rules by Theodore Ts'o · 19 years ago
  63. dbb2a10 Makefile.in (clean): Remove tst_getsize when doing a make clean by Theodore Ts'o · 19 years ago
  64. 7f1faaa filefrag.c (frag_report): In verbose mode, print the first and by Theodore Ts'o · 19 years ago
  65. dbe9c71 Use inline instead of __inline__ in the blkid debugging code for by Theodore Ts'o · 19 years ago
  66. 7004b4a Drop the sparc assembly bitwise operations; it's less efficient by Theodore Ts'o · 19 years ago
  67. 07f031f Define _XOPEN_SOURCE to be 500 to fix compilation problems on Solaris. by Theodore Ts'o · 19 years ago
  68. 8ceb55f Update release notes and version.h for e2fsprogs 1.36-rc5 release. by Theodore Ts'o · 20 years ago
  69. a894eb4 pass2.c (e2fsck_process_bad_inode): Fix a corner case involving by Theodore Ts'o · 20 years ago
  70. 1e87f8a f_bad_inode, f_recnect_bad: Adjust test cases to take into by Theodore Ts'o · 20 years ago
  71. ea77431 Fix two bugs found by the regression test suites. The bug was created when by Theodore Ts'o · 20 years ago
  72. 7e0282c Fixed missing not_fixed branch in e2fsck so that if the frag size field in by Theodore Ts'o · 20 years ago
  73. 18d1296 blkid.c (main, compare_search_type): Make blkid -t work more by Theodore Ts'o · 20 years ago
  74. 8430203 mke2fs.c (PRS): Don't use a blocksize greater than 4k, even on by Theodore Ts'o · 20 years ago
  75. 2095312 mke2fs.c (PRS): If the device size is too big to be expressed by Theodore Ts'o · 20 years ago
  76. d4dc0a9 Create the resize inode is created even if the s_reserved_gdt_blocks is by Theodore Ts'o · 20 years ago
  77. 5780ead Cset exclude: tytso@think.thunk.org|ChangeSet|20050123214956|52665 by Theodore Ts'o · 20 years ago
  78. 6c313fd Fix e2fsck to not delete symlinks that contain an extended attribute after by Theodore Ts'o · 20 years ago
  79. 06a6cbd Fix Solaris portability bug in the resize tests. by Theodore Ts'o · 20 years ago
  80. dc25697 Update version.h and release notes for the e2fsprogs 1.36-rc4 release. by Theodore Ts'o · 20 years ago
  81. 32923fa Add functions which allow an application program to do a run-time query by Theodore Ts'o · 20 years ago
  82. f923bf2 Fix "make uninstall" to make sure it removes everything that is installed. by Theodore Ts'o · 20 years ago
  83. e644186 Add pkg-config files to e2fsprogs's libraries. by Theodore Ts'o · 20 years ago
  84. 79fc2a9 e2image.c (scramble_dir_block): Make sure the unused space by Theodore Ts'o · 20 years ago
  85. 64ad98a resize2fs.c: Fix bug where we don't release the blocks belonging by Theodore Ts'o · 20 years ago
  86. 7331196 Add library support for large (EA in inode) inodes. Make sure that garbage by Theodore Ts'o · 20 years ago
  87. 9d0f461 probe.c: Windows can perform a "quick format" that doesn't clear by Theodore Ts'o · 20 years ago
  88. 550a4af E2fsck will now check the individual block group inode and block free counts, by Theodore Ts'o · 20 years ago
  89. fbc3514 Clarified the tune2fs man page about how the -c option works. by Theodore Ts'o · 20 years ago
  90. 2d09601 Fix e2fsck so that it does not complain if the resize_inode feature is by Theodore Ts'o · 20 years ago
  91. 02f61b8 Skip the r_resize_inode test if resize2fs is not compiled (due to by Theodore Ts'o · 20 years ago
  92. 8909292 Make blkid -t display all devices that match the specified criteria, by Theodore Ts'o · 20 years ago
  93. 2c92375 Add support to the blkid library to recognize Oracle ASM volumes. by Theodore Ts'o · 20 years ago
  94. 0d2993d Add new utility program, copy_sparse.c, which is very useful by Theodore Ts'o · 20 years ago
  95. 89c8015 set_fields.c: Add support for the jnl_blocks[] for set_super_value by Theodore Ts'o · 20 years ago
  96. 0aa0e0c filefrag.c (frag_report): Fix filefrag so that it works by Theodore Ts'o · 20 years ago
  97. 290806a MCONFIG.in: by Matthias Andree · 20 years ago
  98. c6cdada Fix stupid typo in the CreateOS FreeBSD/Solaris changeset. Also included by Theodore Ts'o · 20 years ago
  99. ea1e8f4 Add interpretation of OS Creator values for FreeBSD and Lites in mke2fs by Theodore Ts'o · 20 years ago
  100. 484ae81 r_resize_inode, m_dasd_bs, m_large_file, m_meta_bg, m_no_opt, by Theodore Ts'o · 20 years ago