1. d056b99 debugfs: Add -p option to ls subcommand. by Theodore Ts'o · 18 years ago
  2. fef2b38 Merge branch 'maint' into next by Theodore Ts'o · 18 years ago
  3. 7132d48 Fix build failure on non-Linux/non-Hurd/non-Masix systems by Theodore Ts'o · 18 years ago
  4. b026d53 debugfs: allow the undel command reallocate without linking the inode by Theodore Ts'o · 18 years ago
  5. d66c383 e2fsck: When optimizing non-htree directories, sort by inode number by Theodore Ts'o · 18 years ago
  6. c9eaebf e2image: If there is an error while writing a block, call exit(1) by Theodore Ts'o · 18 years ago
  7. 8192c63 debugfs: Add #include <string.h> to pick up prototype for strcasecmp by Theodore Ts'o · 18 years ago
  8. e5679a6 uuidd: Add _GNU_SOURCE #define to pick up setres[ug]id() prototypes by Theodore Ts'o · 18 years ago
  9. 4b5d342 debian: Fix all postinst/prerm/postrm scripts to include debhelper additions by Theodore Ts'o · 18 years ago
  10. 0cfde3d libss: Remove unnecessary Makefile dependency for test_ss by Theodore Ts'o · 18 years ago
  11. 2c0dd0f Update release notes, version files for 1.40.4 release by Theodore Ts'o · 18 years ago
  12. 1e5c6d3 Expand discussion of the -D option in e2fsck's man page by Theodore Ts'o · 18 years ago
  13. ffff966 debian: Fix the document ID in comerr_dev.doc-base by Theodore Ts'o · 18 years ago
  14. 904dad5 Update dependencies in lib/uuid/Makefile.in by Theodore Ts'o · 18 years ago
  15. 46e770b debian: Use useradd and groupadd in favor of adduser by Theodore Ts'o · 18 years ago
  16. a827a2a debian: build the e2fsck-static package so it works on 2.4 kernels by Theodore Ts'o · 18 years ago
  17. 9320c6f Fix build error in blkid/tst_types.c when using diet libc by Theodore Ts'o · 18 years ago
  18. 29dd9d1 Test for sys/syscall.h in configure to fix dietlibc build problem by Theodore Ts'o · 18 years ago
  19. 61a679d debian: Do not use TLS or uuidd when building the bootfloppy udeb's by Theodore Ts'o · 18 years ago
  20. 5610f99 Add --disable-uuidd configure option by Theodore Ts'o · 18 years ago
  21. 3249394 Add --disable-tls configure option by Theodore Ts'o · 18 years ago
  22. 3306861 Fix build failure on non-Linux/non-Hurd/non-Masix systems by Theodore Ts'o · 18 years ago
  23. e5aace9 Convert use of ext2fs_get_mem to ext2fs_get_array for overflow detection by Theodore Ts'o · 18 years ago
  24. 20ca0f6 Update Vietnamese translation from the Translation Project by Theodore Ts'o · 18 years ago
  25. 113d636 uuidd: Avoid race conditions to that only one uuidd is started by Theodore Ts'o · 18 years ago
  26. f79fb49 libuuid: Fix bug which caused uuidd to fail if sizeof(int) != sizeof(int *) by Theodore Ts'o · 18 years ago
  27. 3166c58 Add #define needed for Hurd ioctl definitions by Theodore Ts'o · 18 years ago
  28. f91f55f debian: Add a dependency on libuuid1 to the uuid-runtime package by Theodore Ts'o · 18 years ago
  29. d37a4fa libuuid: Only try to start the uuidd daemon a limited number of times by Theodore Ts'o · 18 years ago
  30. 9d8c203 libuuid: When starting uuidd, use waitpid() to reap the zombie process by Theodore Ts'o · 18 years ago
  31. 2165003 uuidd: Use /var/lib/libuuid instead of /var/run/uuidd by Theodore Ts'o · 18 years ago
  32. b689b8d Merge branch 'maint' into next by Theodore Ts'o · 18 years ago
  33. 740837d by Theodore Ts'o · 18 years ago
  34. 5221837 fsck: '#' is only a comment character at the beginning of an fstab line by Theodore Ts'o · 18 years ago
  35. f8efcda blkid: Output non-printing characters using ^ and M- notation by Theodore Ts'o · 18 years ago
  36. 43f0cbc Remove Rwandan translation by Theodore Ts'o · 18 years ago
  37. cb3f5f2 Update Dutch and Polish translations from the Translation Project by Theodore Ts'o · 18 years ago
  38. 6b6c27f libcom_err: Fix sign-extension problem on 64-bit systems in error_message() by Theodore Ts'o · 18 years ago
  39. 20c10a7 blkid: Avoid division by zero error when probing an invalid FAT filesystem by Theodore Ts'o · 18 years ago
  40. bef4060 libss: Fix "make check" test case to work portably by Theodore Ts'o · 18 years ago
  41. daecda1 Fix uuid_unparse man page to give a correct example UUID output string by Theodore Ts'o · 18 years ago
  42. 3e41608 Fix Debian rules files to support building non-Linux archs by Samuel Thibault · 18 years ago
  43. a6ea47a Fix cross-compilation support in Debian's build rules by Theodore Ts'o · 18 years ago
  44. 9a083af ext2fs_flushfs: Remove the NEEDS_RECOVERY from the backup superblocks by Theodore Ts'o · 18 years ago
  45. e6a4571 Merge branch 'maint' into next by Theodore Ts'o · 18 years ago
  46. 80dda9b Update release notes, version files, etc., for 1.40.3 release. by Theodore Ts'o · 18 years ago
  47. ee01079 libext2fs: Add checks to prevent integer overflows passed to malloc() by Theodore Ts'o · 18 years ago
  48. 7ce2389 Add Ubuntu-specific e2fsck.conf file to work around Ubuntu issues by Theodore Ts'o · 18 years ago
  49. 04aa472 Update Debian policy compliance to version 3.7.3.0 by Theodore Ts'o · 18 years ago
  50. e42dead gen-tarball: Ignore the Meta directory when creating the release tarballs by Theodore Ts'o · 18 years ago
  51. 7527ef1 Update Spanish translation and e2fsprogs.pot file for 1.40.3 release by Theodore Ts'o · 18 years ago
  52. 1113bf7 libss: Fix parallel build failure by Theodore Ts'o · 18 years ago
  53. 38361bb e2fsprogs: fix blkid whole-disk scanning heuristics by Eric Sandeen · 18 years ago
  54. 7e5a86a libext2fs: Fix a corner case bug in ext2fs_unlink by Theodore Ts'o · 18 years ago
  55. 8cdd6a6 fix check_mntent_file() to pass mode for open(O_CREAT) by Andreas Dilger · 18 years ago
  56. 33b9283 Fix errors in test_ss.c so it can be an example application and test case by Theodore Ts'o · 18 years ago
  57. 20abd3e e2image in raw-mode appends an extra byte to image-file by Arun Thomas · 18 years ago
  58. 5ea565f Merge basic FLEX_BG support by Theodore Ts'o · 18 years ago
  59. c2d4300 Enable FLEX_BG feature support by Jose R. Santos · 18 years ago
  60. 88b34b1 Relax group descriptor checking for FLEX_BG by Jose R. Santos · 18 years ago
  61. 4d5cb2a lib/ext2fs/Makefile.in: Reorder some of the $(SRCS) in alphabetical order. by Jose R. Santos · 18 years ago
  62. cf0eeec Reserve the INCOMPAT feature number for FLEX_BG. by Jose R. Santos · 18 years ago
  63. d9099ee Merge branch 'cl/remove-masix' into next by Theodore Ts'o · 18 years ago
  64. 36161c1 mke2fs: remove masix support by Coly Li · 18 years ago
  65. 5b57d92 e2fsck: remove masix support by Coly Li · 18 years ago
  66. c9548bc libext2fs: remove masix support by Coly Li · 18 years ago
  67. fab7559 document: remove masix from data structure by Coly Li · 18 years ago
  68. 227181f debugfs: remove masix support by Coly Li · 18 years ago
  69. 3eaf862 Fix typo in the summary section of the blkid man page by Theodore Ts'o · 18 years ago
  70. da938f2 check_ea_in_inode: Cleanup e2fsck_write_inode_full() call by Dmitry V. Levin · 18 years ago
  71. 7b7370b blkid.pc, ss.pc: Move private libs from "Libs:" to "Libs.private:" by Dmitry V. Levin · 18 years ago
  72. 710bac8 texinfo: Fix directory entries by Dmitry V. Levin · 18 years ago
  73. 3b06802 blkid/test_probe.in: Fix temporary files handling by Dmitry V. Levin · 18 years ago
  74. d9039ae Check fgets(3) return value by Dmitry V. Levin · 18 years ago
  75. 84d51a2 e2image: Fix potential off-by-one fs_device_name buffer overflow by Dmitry V. Levin · 18 years ago
  76. 0033e33 Merge branch 'tt/badblocks-cleanup' into next by Theodore Ts'o · 18 years ago
  77. d4be9fa badblocks: Factor out calls to strtoul to a helper function by Theodore Ts'o · 18 years ago
  78. acd7741 badblocks: Change unsigned long to blk_t and unsigned int, as appropriate by Theodore Ts'o · 18 years ago
  79. e9860ae badblocks: Use unsigned int instead of unsigned long for test patterns by Theodore Ts'o · 18 years ago
  80. b5674ff badblocks: Factor out calls to strtoul to a helper function by Theodore Ts'o · 18 years ago
  81. 067a115 badblocks: Change unsigned long to blk_t and unsigned int, as appropriate by Theodore Ts'o · 18 years ago
  82. 5b1edf4 badblocks: Use unsigned int instead of unsigned long for test patterns by Theodore Ts'o · 18 years ago
  83. e68594d chattr: provide an exit code in case of failure and add -f flag by Theodore Ts'o · 18 years ago
  84. 14bd240 libe2p: Change iterate_on_dir so that it counts non-zero returns by Theodore Ts'o · 18 years ago
  85. 1a4ce9d libe2p: Use lstat() instead of stat() in fsetflags() and fgetflags() by Theodore Ts'o · 18 years ago
  86. 042a27f Merge branch 'maint' into next by Theodore Ts'o · 18 years ago
  87. f305918 mke2fs: Change usage message to use -E instead -R, which is deprecated by Theodore Ts'o · 18 years ago
  88. f493d4e libblkid: recognize squashfs filesystems on BE systems. by Eric Sandeen · 18 years ago
  89. f2de1d3 libext2fs: Add EXT2_DESC_SIZE and EXT2_DESC_PER_BLOCK macros by Valerie Clement · 18 years ago
  90. 5d38ef1 libext2fs: cleanup usage of unsigned int or __u32 and replace it with blk_t by Valerie Clement · 18 years ago
  91. 3bfca9a libext2fs: use ext2fs_group_first_block() instead of open-coded equivalent by Valerie Clement · 18 years ago
  92. eac91b3 Add blk64_t type definition by Theodore Ts'o · 18 years ago
  93. 5845efd libblkid: detect squashfs by Eric Sandeen · 18 years ago
  94. 2628a1d Merge branch 'maint' by Theodore Ts'o · 18 years ago
  95. 0c37f45 e2fsck: backup superblocks if key constants have changed by Theodore Ts'o · 18 years ago
  96. 0cfce7f e2fsck: update the backup superblocks if the feature bitmasks are changed by Theodore Ts'o · 18 years ago
  97. f6341e9 ext2fs_dblist_dir_iterate: Fix ABORT propagation logic by Theodore Ts'o · 18 years ago
  98. 846be6d libblkid: Add more magic numbers that might mean there is a FAT filesystem by Theodore Ts'o · 18 years ago
  99. d006b8c e2fsck: Don't mark the filesystem invalid because of time errors by Theodore Ts'o · 18 years ago
  100. 60702c2 Work around lame Ubuntu init scripts / installer bugs by Theodore Ts'o · 18 years ago