1. 4ee558f Update release notes, changelog, for the 1.36-rc3 release. by Theodore Ts'o · 20 years ago
  2. c1e33e1 Remove libgnuintl.h file, since it is a generated file. by Theodore Ts'o · 20 years ago
  3. c2b13a4 Update Italian translation file. by Theodore Ts'o · 20 years ago
  4. d851ed3 e2image.c, e2image.8.in: Add support for the -s option which by Theodore Ts'o · 20 years ago
  5. 8800c73 Makefile.in: Fix the kernel compile-time echo commands to be by Theodore Ts'o · 20 years ago
  6. da76d6b Make configure.in script check for prerequisite headers when checking for by Theodore Ts'o · 20 years ago
  7. 3ec94fc Update French, Italian, and Turkish translations. by Theodore Ts'o · 20 years ago
  8. 3223701 Various portability fixes for Solaris systems. by Theodore Ts'o · 20 years ago
  9. 9290404 Applied patch from Francois Petillon (fantec at proxad.net) to by Theodore Ts'o · 20 years ago
  10. ecd0d8f Clean up Matthais's "fix crash when /proc/acpi/ac_acapter is not present" patch. by Theodore Ts'o · 20 years ago
  11. 2000746 Updated French translation file. by Theodore Ts'o · 20 years ago
  12. ae181fb f_dup_de, r_resize_inode: change ">& /dev/null" to ">/dev/null 2>&1" by Matthias Andree · 20 years ago
  13. f892826 lib/blkid/getsize.c: Move #include "blkidP.h" before <sys/queues.h> by Matthias Andree · 20 years ago
  14. 322d9d4 fsck.c: Include <signal.h> to avoid compiler trouble. by Matthias Andree · 20 years ago
  15. 4b13704 Fix crash when /proc/acpi/ac_adapter/ is not present, for instance, by Matthias Andree · 20 years ago
  16. d345882 we're reading unsigned long long, use %llu rather than %lld. by Matthias Andree · 20 years ago
  17. 66fa0de Update for e2fsprogs 1.36-rc2 release. by Theodore Ts'o · 20 years ago
  18. 1df33aa Update e2fsprogs.pot file for 1.36 release. by Theodore Ts'o · 20 years ago
  19. 72933b9 Update Italian translation file. by Theodore Ts'o · 20 years ago
  20. 7369f0c Apply Janos Farkas's patch to support extracting the uuid and label by Theodore Ts'o · 20 years ago
  21. f007e7b Update Debian changelog. by Theodore Ts'o · 20 years ago
  22. 2b0dc0a Update release notes in preparation for 1.36 release. by Theodore Ts'o · 20 years ago
  23. dfcb79e Change the description field in the Debian package meta information to avoid by Theodore Ts'o · 20 years ago
  24. d2ee56d Fix configure.in to use AC_CHECK_TYPES instead of the "broken by design" by Theodore Ts'o · 20 years ago
  25. c840731 Fix minor typo's in the libblkid.txt documentation file --- thanks to Mike by Theodore Ts'o · 20 years ago
  26. de628f7 Fix f_resize_inode test to deal with the renaming of the debugfs command by Theodore Ts'o · 20 years ago
  27. 4e60fb6 Ex2fs_unlink() will return an error if both the name and inode number are by Theodore Ts'o · 20 years ago
  28. 1d3a951 Make the official name of the new debugfs set_inode command be by Theodore Ts'o · 20 years ago
  29. 1b30d17 When generating tarballs for Debian builds, remove the hyphen in version by Theodore Ts'o · 20 years ago
  30. da83cb6 Update version to 1.36-rc1, and change parsing algorithm for version strings by Theodore Ts'o · 20 years ago
  31. c76564a badblocks.c (alarm_intr): Increase the number of spaces reserved by Theodore Ts'o · 20 years ago
  32. 22ba4c1 Make tune2fs and e2fsck consistent about allowing at most 50% of the blocks by Theodore Ts'o · 20 years ago
  33. 69f83f4 Add imap_err.et to the lib/et regression test suite. by Theodore Ts'o · 20 years ago
  34. dc8ce34 Fix resize inode handling on big endian systems, by adding new routines by Theodore Ts'o · 20 years ago
  35. 2e6a9fe Adjust blkid library so that it returns vfat in preference to msdos so by Theodore Ts'o · 20 years ago
  36. 22dcccd fsck.c (PRS): Apply Fedora's e2fsprogs-1.35-progress.patch from by Theodore Ts'o · 20 years ago
  37. c6a4413 mke2fs.c (parse_extended_opts): Rename the -R option to -E. Fix by Theodore Ts'o · 20 years ago
  38. bc1b803 dupfs.c (ext2fs_dup_handle): Make sure the new filesystem handle by Theodore Ts'o · 20 years ago
  39. 6e82cd7 Fix gcc -Wall nits. by Theodore Ts'o · 20 years ago
  40. 55f4cbd Add new function in e2p for parsing the number of blocks on the command line by Theodore Ts'o · 20 years ago
  41. f90c991 Add two new tests, f_resize_inode, and r_resize_inode, to the regression by Theodore Ts'o · 20 years ago
  42. c3ffaf8 Add support to detect corrupted resize_inode's to e2fsck. by Theodore Ts'o · 20 years ago
  43. 9213a93 Fix resize2fs so that it properly handles filesystems with the resize_inode by Theodore Ts'o · 20 years ago
  44. 71669d0 Avoid some potential inode cache coherency problem caused by using the by Theodore Ts'o · 20 years ago
  45. 08fd3f3 Add support in debugfs's set_field command to specify array specifiers for by Theodore Ts'o · 20 years ago
  46. 1d66753 ext2fs.h (BMAP_SET), bmap.c (ext2fs_bmap): Add support for new by Theodore Ts'o · 20 years ago
  47. 35238dd Enhance dumpe2fs so that it will print the location of the reserved by Theodore Ts'o · 20 years ago
  48. faeaf93 Dumpe2fs will print the s_reserved_gdt_blocks field if it is non-zero. by Theodore Ts'o · 20 years ago
  49. 40abad6 Clean up resize inode routines in ext2fs library. We no longer print by Theodore Ts'o · 20 years ago
  50. 5d28e3b swapfs.c (ext2fs_swap_super): Byteswap the reserved_gdt_blocks by Theodore Ts'o · 20 years ago
  51. c88bce8 In fsck, check return from malloc of fsck_path, and print an error message by Theodore Ts'o · 20 years ago
  52. 690e693 tune2fs.c (parse_time): Fix minor buglet; the parse_time routine by Theodore Ts'o · 20 years ago
  53. 7dec050 Enhance debugfs so that set_super_value can now set the wtime, mtime, by Theodore Ts'o · 20 years ago
  54. a06bd02 Add support for newer superblock fields in debugfs's set_super_value command. by Theodore Ts'o · 20 years ago
  55. e75cfc5 Fix e2fsck so that it will clean up filesystesm that have the by Theodore Ts'o · 20 years ago
  56. 1b4cd9c sparse.c (ext2fs_list_backups, ext2fs_bg_has_super), by Theodore Ts'o · 20 years ago
  57. f581372 m_meta_bg, m_no_opt, m_raid_opt: Adjust tests to take into by Theodore Ts'o · 20 years ago
  58. 22c6821 Supplied changelog for resize inode patch. by Theodore Ts'o · 20 years ago
  59. d323f8f Add support for on-line resizing ala the resize inode. This patch by Theodore Ts'o · 20 years ago
  60. acb79d9 Fix stupid core dumping bug if the TZ environment variable isn't set. by Theodore Ts'o · 20 years ago
  61. 522798d Add install-strip and install-shlibs-strip targets by Theodore Ts'o · 20 years ago
  62. 6d40227 Use MKINSTALLDIRS macro so that the Makefiles can find the script correctly. by Theodore Ts'o · 20 years ago
  63. 11d1e61 Fix minor glitches in the e2image man page. by Theodore Ts'o · 20 years ago
  64. 605e6f0 Make make distclean remove all generated files. by Theodore Ts'o · 20 years ago
  65. 8ff1a86 If the TZ environment variable is set to GMT, use gmtime() by Theodore Ts'o · 20 years ago
  66. 3838f7d Avoid using uint and uchar types when probing for ocfs2 filesystems by Theodore Ts'o · 20 years ago
  67. b0cacab Update to use gettext 0.14.1 and autoconf 2.50+ by Theodore Ts'o · 20 years ago
  68. 2e8ca9a Add support for passing options to the io layer using the URL syntax. For by Theodore Ts'o · 20 years ago
  69. 47204ff Use Linux-kernel-style makefile output to make it easier to by Theodore Ts'o · 20 years ago
  70. 39dc1c4 Add definition for the extents filesystem feature and inode flag. by Theodore Ts'o · 20 years ago
  71. b0d17e0 debugfs.c (do_open_filesys): Fix obvious uninitialized variable buglet. by Theodore Ts'o · 20 years ago
  72. 921f4ad Remove support for EVMS 1.x plugin library. by Theodore Ts'o · 20 years ago
  73. 2b5901d Remove the a.out DLL support, since it's been obsolete and unmaintained by Theodore Ts'o · 20 years ago
  74. 9c92d84 debugfs.c (kill_file_by_inode): Only iterate over the inode to by Theodore Ts'o · 20 years ago
  75. 3a03c2c mke2fs.8.in: Removed the word "destructive" when describing the by Theodore Ts'o · 20 years ago
  76. 4b8f81a probe.c (probe_ocfs): Fix bug where the wrong size for "ocfs1" by Theodore Ts'o · 20 years ago
  77. fefbd26 Updated Italian translation by Theodore Ts'o · 20 years ago
  78. 1a9c8c3 getsize.c (ext2fs_get_device_size): Add support for Windows by Theodore Ts'o · 20 years ago
  79. 029de63 mke2fs.8.in: Add an explanation about why reserved blocks in a by Theodore Ts'o · 20 years ago
  80. 6e4fbbe Attempt recovery if the journal contains illegal blocks by Richard Mortimer · 20 years ago
  81. df95e09 Document the default blocksize used by badblocks(8). by Theodore Ts'o · 20 years ago
  82. 83e78b7 Update changelog to include all debian bugs closed by fixes. by Theodore Ts'o · 20 years ago
  83. d99225e Only use blocksizes > 4k on Linux 2.6 and newer systems. by Theodore Ts'o · 20 years ago
  84. 137ce8c Remove double "//" when listing attributes in the root directory or by Theodore Ts'o · 20 years ago
  85. 6ea8d0f Make sure /usr/lib is creaeted when installing e2initrd_helper. by Theodore Ts'o · 20 years ago
  86. 41b6ae6 Make sure the configure files are newer than configure.in the by Theodore Ts'o · 20 years ago
  87. ca0ee39 Updated French translation file. by Theodore Ts'o · 20 years ago
  88. 4830112 Update Release notes. by Theodore Ts'o · 20 years ago
  89. 5cbd270 Updated French translation to reflect a suggested change. by Theodore Ts'o · 20 years ago
  90. 3ef681c badblocks.c: Use _() around done_string, so that it gets by Theodore Ts'o · 20 years ago
  91. 35b73e9 Always build the fsck wrapper on Debian systems (Addresses Debian Bug #248050) by Theodore Ts'o · 20 years ago
  92. 91d71c4 tune2fs.8.in: Add a description of the .journal file, why it by Theodore Ts'o · 20 years ago
  93. 8667f7a Filter out linux-gate.so, which is a pseudo entry for the 32->64bit by Theodore Ts'o · 20 years ago
  94. 5d40773 Revamp the initrd scripts to use a new helper program, by Theodore Ts'o · 20 years ago
  95. 414846b Add support for ocfs2 detection to the blkid library, by Theodore Ts'o · 20 years ago
  96. 9ee42c9 gen_uuid.c (get_node_id): glibc always defines AF_LINK, so only by Theodore Ts'o · 20 years ago
  97. 56eb4d4 Remove XSI:isms for greater portability. (Addresses Debian Bug #255589) by Theodore Ts'o · 20 years ago
  98. 9845cf5 Clean up the header file #include's for lib/blkid/getsize.c by Theodore Ts'o · 20 years ago
  99. 03cb57e Update config.guess and config.sub from the FSF. by Theodore Ts'o · 20 years ago
  100. 488f3c2 On non-linux systems, use lseek64() if it is present in by Theodore Ts'o · 20 years ago