1. ae38920 Merge branch 'maint' into next by Theodore Ts'o · 16 years ago
  2. 52bb0b0 libext2fs: Fix resize inode creation with non-standard s_first_data_block by Theodore Ts'o · 16 years ago
  3. 3541698 libext2fs: Fix big-endian bug in tst_csum.c by Theodore Ts'o · 16 years ago
  4. a4b69b7 Add dependency rule so that static library when necessary for "make check" by Theodore Ts'o · 16 years ago
  5. 4b57781 libext2fs: Make all test programs link only against the static library by Theodore Ts'o · 16 years ago
  6. 6f19f44 libext2fs: Micro-optimization in inode scan code by Andreas Dilger · 16 years ago
  7. f628ace ext2fs_set_gdt_csum(): Return an error code on errors instead of void by Andreas Dilger · 16 years ago
  8. d78ea44 ext2fs_set_gdt_csum(): Force the last block group to have a valid block bitmap by Andreas Dilger · 16 years ago
  9. 80fc4e6 ext2fs_set_gdt_csum(): Clean up superblock dirty flag handling by Andreas Dilger · 16 years ago
  10. 02a73f1 Fix the copyright notice in lib/ext2fs/tst_csum.c to be GPLv2 only by Andreas Dilger · 16 years ago
  11. d89ad0a Fix parallel builds for lib/ext2fs/extent.o by Eric Sandeen · 16 years ago
  12. fb6627a libext2fs: Fix byte-swap logic for i_block[] in inodes with extents by Eric Sandeen · 16 years ago
  13. 85b59c4 Fix ext2fs_extent_get for uninit leaf extents by Eric Sandeen · 16 years ago
  14. 3542ba0 Rename feature name from gdt_checksum to uninit_groups by Jose R. Santos · 17 years ago
  15. d4f34d4 Add uninit block group support to various libext2fs functions by Jose R. Santos · 17 years ago
  16. ca2634a Add initial checksum support for the gdt_checksum/uninit_group feature by Jose R. Santos · 17 years ago
  17. 2d328bb Fix miscellaneous gcc -Wall warnings by Theodore Ts'o · 16 years ago
  18. a7c9cb7 Add support for the DIR_NLINK feature. by Andreas Dilger · 17 years ago
  19. 60bbd1a libext2fs: Make icount use a 32-bit counter by Theodore Ts'o · 16 years ago
  20. 6567e5a Merge branch 'maint' by Theodore Ts'o · 16 years ago
  21. a80f369 ext2_fs.h: Rename EXT4_ORPHAN_FS to be EXT3_ORPHAN_FS by Theodore Ts'o · 16 years ago
  22. 82e5418 Fix ext2fs_swap_inode_full() for in-inode xattrs on big-endian machines by Eric Sandeen · 16 years ago
  23. 252b736 libext2fs: Fix fencepost error in ext2fs_extent_insert() by Theodore Ts'o · 16 years ago
  24. 83d9be1 libext2fs: Fix ext2fs_extent_delete() to always point at a valid entry by Theodore Ts'o · 16 years ago
  25. 51b263e Add {read,write}_blk64 to inode_io.c by Jose R. Santos · 16 years ago
  26. 59ecd32 Add {read,write}_blk64 to unix_io.c by Jose R. Santos · 16 years ago
  27. 3154e1c Add 64-bit IO manager operations to struct_io_manager. by Jose R. Santos · 16 years ago
  28. a040a99 Merge branch 'maint' by Theodore Ts'o · 16 years ago
  29. 52b1dd5 libext2fs: Add ext2fs_dblist_get_last() and ext2fs_dblist_drop_last() by Theodore Ts'o · 16 years ago
  30. dd23204 blkid: Fix portability problem caused by using uint instead of unsigned int by Theodore Ts'o · 16 years ago
  31. a49670e Merge branch 'maint' by Theodore Ts'o · 16 years ago
  32. 3a538e4 Fix gcc -Wall warnings for lib/blkid/probe.c by Theodore Ts'o · 16 years ago
  33. 1f1ee19 libblkid: Add error checking to devicemapper code to avoid segfaults by Theodore Ts'o · 16 years ago
  34. ab52e12 libext2fs: Add EXT2_FLAG_NONFREE_ON_ERROR to ext2fs_open2() by Theodore Ts'o · 16 years ago
  35. 7100351 libe2p: New e2p_edit_feature2 which provides better error handling by Theodore Ts'o · 16 years ago
  36. 395529b libe2p: Change Raid to RAID in display option by Theodore Ts'o · 16 years ago
  37. e6bbc00 Add missing shift for ei_leaf_hi by Valerie Clement · 16 years ago
  38. d46d67a Add missing free in ext2fs_extent_free() by Valerie Clement · 16 years ago
  39. 7a3e1b7 Fix memory leak in ext2fs_alloc_block() by Theodore Ts'o · 16 years ago
  40. a451d92 blkid: detect LVM2 physical volumes by Eric Sandeen · 17 years ago
  41. 0157e7c Merge branch 'maint' into next by Theodore Ts'o · 16 years ago
  42. 6b226c3 libe2p: Make list_super2() print the RAID stride and stripe-width by Theodore Ts'o · 16 years ago
  43. 0c17cb2 Add support for setting RAID stride and strip-width via mke2fs and tune2fs by Theodore Ts'o · 16 years ago
  44. fefaef3 Improve support for in-inode EA's by Andreas Dilger · 17 years ago
  45. 15d482b e2fsck: Add support for extents by Theodore Ts'o · 17 years ago
  46. cc9bf5d Add read/only support for extents to ext2fs_bmap() by Theodore Ts'o · 16 years ago
  47. 206fea6 Add read-only extents support to ext2fs_block_iterate2() by Theodore Ts'o · 17 years ago
  48. 3eb07f6 Add support for extents to libext2fs by Theodore Ts'o · 17 years ago
  49. 4ce3b77 Don't byte swap extents information in the inode by Theodore Ts'o · 17 years ago
  50. bbf54ad Merge branch 'maint' into next by Theodore Ts'o · 16 years ago
  51. 3eed36b Update to latest samba tdb library before LGPLv3 change by Theodore Ts'o · 16 years ago
  52. e7cc6f7 Add portability checks to support DJGPP by Christophe GRENIER · 16 years ago
  53. e70f32b libuuid: use fcntl locking instead of lockf by Theodore Ts'o · 16 years ago
  54. 357d186 libext2: Add BLOCK_FLAG_READ_ONLY flag to ext2fs_block_iterate2() by Theodore Ts'o · 17 years ago
  55. ef80fdc Merge branch 'maint' into next by Theodore Ts'o · 16 years ago
  56. 47526e3 libcom_err: Use thread local storage to fix reentrancy problems by Theodore Ts'o · 16 years ago
  57. 5010f29 Document the BLKID_FILE environment variable in the libblkid man page by Theodore Ts'o · 16 years ago
  58. a4045c2 blkid: Add support for returning labels for UDF filesystems by Theodore Ts'o · 16 years ago
  59. 838f133 blkid: Flush cached filesystem information on any error other than EPERM by Theodore Ts'o · 16 years ago
  60. cfc1931 blkid: Automatically chose between ext4 and ext4dev as appropriate by Theodore Ts'o · 16 years ago
  61. 428f6b3 Merge branch 'maint' into next by Theodore Ts'o · 17 years ago
  62. c2dbc18 Use lseek() instead of llseek() of sizeof(long) == sizeof(long long) by Theodore Ts'o · 17 years ago
  63. edeee8f libuuid: Make sure execl() variadic function is properly terminated by Theodore Ts'o · 17 years ago
  64. 69d7422 blkid: Add support for HFS+ detection by Theodore Ts'o · 17 years ago
  65. 4dc30da blkid: Make sure the blocksize in reiserfs is sane by Theodore Ts'o · 17 years ago
  66. 2921332 Teach the blkid library about ext4/ext4dev by Theodore Ts'o · 17 years ago
  67. 6cb2740 Add support for the test_fs flag by Theodore Ts'o · 17 years ago
  68. 1534392 Define helper functions ext2fs_set_i_{u,g}id_high() for MacOS compatibility by Theodore Ts'o · 17 years ago
  69. c40ad36 blkid: have ntfs's UUID compatible with vol_id by Pixel · 17 years ago
  70. 42c0b61 Fix profile, checker, and shared-library building on non-Linux platforms by Theodore Ts'o · 17 years ago
  71. fef2b38 Merge branch 'maint' into next by Theodore Ts'o · 17 years ago
  72. 7132d48 Fix build failure on non-Linux/non-Hurd/non-Masix systems by Theodore Ts'o · 17 years ago
  73. 0cfde3d libss: Remove unnecessary Makefile dependency for test_ss by Theodore Ts'o · 17 years ago
  74. 904dad5 Update dependencies in lib/uuid/Makefile.in by Theodore Ts'o · 17 years ago
  75. 9320c6f Fix build error in blkid/tst_types.c when using diet libc by Theodore Ts'o · 17 years ago
  76. 29dd9d1 Test for sys/syscall.h in configure to fix dietlibc build problem by Theodore Ts'o · 17 years ago
  77. 5610f99 Add --disable-uuidd configure option by Theodore Ts'o · 17 years ago
  78. 3306861 Fix build failure on non-Linux/non-Hurd/non-Masix systems by Theodore Ts'o · 17 years ago
  79. e5aace9 Convert use of ext2fs_get_mem to ext2fs_get_array for overflow detection by Theodore Ts'o · 17 years ago
  80. f79fb49 libuuid: Fix bug which caused uuidd to fail if sizeof(int) != sizeof(int *) by Theodore Ts'o · 17 years ago
  81. 3166c58 Add #define needed for Hurd ioctl definitions by Theodore Ts'o · 17 years ago
  82. d37a4fa libuuid: Only try to start the uuidd daemon a limited number of times by Theodore Ts'o · 17 years ago
  83. 9d8c203 libuuid: When starting uuidd, use waitpid() to reap the zombie process by Theodore Ts'o · 17 years ago
  84. 2165003 uuidd: Use /var/lib/libuuid instead of /var/run/uuidd by Theodore Ts'o · 17 years ago
  85. b689b8d Merge branch 'maint' into next by Theodore Ts'o · 17 years ago
  86. 740837d by Theodore Ts'o · 17 years ago
  87. 6b6c27f libcom_err: Fix sign-extension problem on 64-bit systems in error_message() by Theodore Ts'o · 17 years ago
  88. 20c10a7 blkid: Avoid division by zero error when probing an invalid FAT filesystem by Theodore Ts'o · 17 years ago
  89. bef4060 libss: Fix "make check" test case to work portably by Theodore Ts'o · 17 years ago
  90. daecda1 Fix uuid_unparse man page to give a correct example UUID output string by Theodore Ts'o · 17 years ago
  91. 9a083af ext2fs_flushfs: Remove the NEEDS_RECOVERY from the backup superblocks by Theodore Ts'o · 17 years ago
  92. e6a4571 Merge branch 'maint' into next by Theodore Ts'o · 17 years ago
  93. ee01079 libext2fs: Add checks to prevent integer overflows passed to malloc() by Theodore Ts'o · 17 years ago
  94. 1113bf7 libss: Fix parallel build failure by Theodore Ts'o · 17 years ago
  95. 38361bb e2fsprogs: fix blkid whole-disk scanning heuristics by Eric Sandeen · 17 years ago
  96. 7e5a86a libext2fs: Fix a corner case bug in ext2fs_unlink by Theodore Ts'o · 17 years ago
  97. 8cdd6a6 fix check_mntent_file() to pass mode for open(O_CREAT) by Andreas Dilger · 17 years ago
  98. 33b9283 Fix errors in test_ss.c so it can be an example application and test case by Theodore Ts'o · 17 years ago
  99. 5ea565f Merge basic FLEX_BG support by Theodore Ts'o · 17 years ago
  100. c2d4300 Enable FLEX_BG feature support by Jose R. Santos · 17 years ago