1. 14bd240 libe2p: Change iterate_on_dir so that it counts non-zero returns by Theodore Ts'o · 17 years ago
  2. 1a4ce9d libe2p: Use lstat() instead of stat() in fsetflags() and fgetflags() by Theodore Ts'o · 17 years ago
  3. 042a27f Merge branch 'maint' into next by Theodore Ts'o · 17 years ago
  4. f493d4e libblkid: recognize squashfs filesystems on BE systems. by Eric Sandeen · 17 years ago
  5. f2de1d3 libext2fs: Add EXT2_DESC_SIZE and EXT2_DESC_PER_BLOCK macros by Valerie Clement · 17 years ago
  6. 5d38ef1 libext2fs: cleanup usage of unsigned int or __u32 and replace it with blk_t by Valerie Clement · 17 years ago
  7. 3bfca9a libext2fs: use ext2fs_group_first_block() instead of open-coded equivalent by Valerie Clement · 17 years ago
  8. eac91b3 Add blk64_t type definition by Theodore Ts'o · 17 years ago
  9. 5845efd libblkid: detect squashfs by Eric Sandeen · 17 years ago
  10. 2628a1d Merge branch 'maint' by Theodore Ts'o · 17 years ago
  11. f6341e9 ext2fs_dblist_dir_iterate: Fix ABORT propagation logic by Theodore Ts'o · 17 years ago
  12. 846be6d libblkid: Add more magic numbers that might mean there is a FAT filesystem by Theodore Ts'o · 17 years ago
  13. ba9d929 Don't crash if s_inode_size is zero by Theodore Ts'o · 17 years ago
  14. a5dda05 Remove configure --enable-swapfs and associated support #defines by Theodore Ts'o · 17 years ago
  15. 126a291 Clean up libext2fs by byte swapping iff WORDS_BIGENDIAN by Theodore Ts'o · 17 years ago
  16. ccbcc40 Remove PowerPC bitmap hackery since it's not been needed since Linux 2.1 by Theodore Ts'o · 17 years ago
  17. a98b51e Miscellaneous Cleanups by Theodore Ts'o · 17 years ago
  18. 6d96b00 Add I/O statistics to e2fsck by Theodore Ts'o · 17 years ago
  19. d4e0b1c Fix gcc -Wall warnings by Theodore Ts'o · 17 years ago
  20. f1f115a libext2fs: 32-bit bitmap refactorization, part 3 by Theodore Ts'o · 17 years ago
  21. 50448d3 libext2fs: 32-bit bitmap refactorization, part 2 by Theodore Ts'o · 17 years ago
  22. a0553c9 libext2fs: 32-bit bitmap refactorization, part 1 by Theodore Ts'o · 17 years ago
  23. 271a375 Move ext2fs_get_{block,inode}_bitmap_{start,end}() to generic functions by Theodore Ts'o · 17 years ago
  24. 8df1827 Uninline ext2fs_{mark,unmark,test}_block_bitmap_range() to gen_bitmap.c by Theodore Ts'o · 17 years ago
  25. 7bf257a Change fast ext2fs bitmap functions to use the generic bitmap functions by Theodore Ts'o · 17 years ago
  26. b15beaa Move ext2fs_test_generic_bitmap() to gen_bitmap.c by Theodore Ts'o · 17 years ago
  27. bd828a2 Fix test in ext2fs_check_desc() for inode table within block group by Eric Sandeen · 17 years ago
  28. 5a92a62 Properly calculate overhead in ext2fs_initialize() by Theodore Ts'o · 17 years ago
  29. db9097c Fix big-endian byte-swapping bug in ext2fs_swap_inode_full() by Eric Sandeen · 17 years ago
  30. 0225fac Add debugging printf to blkid's probe routine when original fs type failed by Theodore Ts'o · 17 years ago
  31. a2df22f Stop after the second '.' when parsing version numbers by Theodore Ts'o · 17 years ago
  32. 424a3e4 Remove Changelog files since they're not used after the git migration by Theodore Ts'o · 17 years ago
  33. ac7dd69 Fix bug which could cause libblkid to loop forever by Theodore Ts'o · 17 years ago
  34. 4b4df79 Make it clear in an error message that it is mk_cmds that is complaining by Theodore Ts'o · 17 years ago
  35. becc391 Release of e2fsprogs version 1.40 by Theodore Ts'o · 17 years ago
  36. 1ed49d2 Fix byte swapping bug in get_next_inode_full() by Kalpak Shah · 17 years ago
  37. d7b6472 Update Release Notes, Changelogs, version.h, etc. for 1.40 release by Theodore Ts'o · 17 years ago
  38. 30dd262 Fix divide by zero error in blkid's NTFS probing logic by Theodore Ts'o · 17 years ago
  39. 0d8b673 Fix the info-dir line for the com_err.texinfo file by Theodore Ts'o · 17 years ago
  40. 915a266 Fix ext2fs_read_inode_full() so that the whole inode is byte-swapped by Kalpak Shah · 17 years ago
  41. c844010 Fix byte-swapping issues for the i_extra_size field by Theodore Ts'o · 17 years ago
  42. e382a7e Add support for LUKS encrypted partitions by Karsten Hopp · 17 years ago
  43. 56d1236 Add default journal size function by Theodore Ts'o · 17 years ago
  44. cb0c5d7 Add more paranoid NTFS probing and fetch UUID and LABEL information by Theodore Ts'o · 17 years ago
  45. 058ad1c Don't write changes to the backup superblocks by default by Theodore Ts'o · 17 years ago
  46. a2b2ff6 Add test to make sure the ext2 superblock structure is 1024 bytes by Theodore Ts'o · 17 years ago
  47. decb2a5 Reserve superblock field for the raid stripe width. by Theodore Ts'o · 17 years ago
  48. b62e88a Reserve superblock fields for multiple mount protection feature by Andreas Dilger · 17 years ago
  49. de8f3a7 Fix gcc -Wall warnings, especially on 64-bit systems by Andreas Dilger · 17 years ago
  50. 96c6a3a Store the RAID stride value in the superblock and take advantage of it by Theodore Ts'o · 17 years ago
  51. 6fb57a9 libblkid: Fix bug which could cuase bid_type to be corrupted by Theodore Ts'o · 17 years ago
  52. 7292355 Add new function blkid_gc_cache() by Theodore Ts'o · 17 years ago
  53. 5113a6e Fix mke2fs and debugfs to support large (> 16 bit) uid's and gid's by Eric Sandeen · 17 years ago
  54. d362a3f Define the l_i_iversion field in ext2_inode by Theodore Ts'o · 17 years ago
  55. d22c15a ext2fs_get_device_size(): Fix potential fd descriptor leak in an error case by Theodore Ts'o · 17 years ago
  56. 3f4c46e Correct byteswapping for fast symlinks with xattrs by Bryn M. Reeves · 17 years ago
  57. c9105ff blkid: Report correct UUID from MD superblocks by Sergey Vlasov · 17 years ago
  58. 6b8be16 blkid: Fix MD 0.90 superblock detection on little endian systems by Sergey Vlasov · 17 years ago
  59. a1f6427 Fix memory leaks from using the tdb library by Theodore Ts'o · 17 years ago
  60. 1b9d8cb Add support for using TDB to libext2fs's icount abstraction by Theodore Ts'o · 17 years ago
  61. 47e90eb Add new TDB error codes by Theodore Ts'o · 17 years ago
  62. 1cb78d8 Add a regression test suite for libext2fs's icount abstraction by Theodore Ts'o · 17 years ago
  63. cc37e0d Fix memory leak in ext2fs_write_new_inode() by Jim Garlick · 17 years ago
  64. 106ad96 Add tdb from Samba into libext2fs library. by Theodore Ts'o · 17 years ago
  65. 4aec958 Add #include's to avoid compiler warnings in lib/ext2fs/tst_types by Theodore Ts'o · 17 years ago
  66. 641b66b Fix potential infinite loop in e2fsck on really big filesystems by Theodore Ts'o · 17 years ago
  67. 51764fb resize2fs (libe2p): Fix resize2fs parsing of size parameter (in sector units) by Theodore Ts'o · 17 years ago
  68. e0a700d [COVERITY] Fix (error case) memory leak in blkid library (parse_dev) by Brian Behlendorf · 18 years ago
  69. f93625b [COVERITY] Fix (error case) memory leak in libext2fs (ext2fs_image_inode_write) by Brian Behlendorf · 18 years ago
  70. e649be9 [COVERITY] Fix (error case) memory leak in libext2fs (ext2fs_write_inode_full) by Brian Behlendorf · 18 years ago
  71. f19c46d [COVERITY] Fix memory leak in libss (ss_execute_line) by Brian Behlendorf · 18 years ago
  72. 5f7fe7f [VALGRIND] Fix memory leak in libblkid (blkid_get_devname) by Theodore Ts'o · 18 years ago
  73. 61bf36e [COVERITY] Fix memory leak in libe2p (e2p_edit_mntopts) by Brian Behlendorf · 18 years ago
  74. 2711ca1 [COVERITY] Fix memory leak in libe2p (e2p_edit_feature) by Brian Behlendorf · 18 years ago
  75. d2021de [COVERITY] Fix bad error checking for NULL parameter in ss library by Brian Behlendorf · 18 years ago
  76. d90be5b [COVERITY] Allow blkid_dev_has_tag to check if a tag exists when value==NULL by Theodore Ts'o · 18 years ago
  77. 257ace8 Fix memory leak in blkid library by Theodore Ts'o · 18 years ago
  78. ec84b74 Add debugging code to the com_err library by Theodore Ts'o · 18 years ago
  79. d2a3bf2 Fix (as yet unused) struct ext4_group_desc to add a missing bg_pad field by Theodore Ts'o · 18 years ago
  80. 83732f1 Add libreadline.so.5 to the list of readline libraries used by libss by Theodore Ts'o · 18 years ago
  81. dec5cd1 Fix gcc -Wall complaints in libext2fs by Theodore Ts'o · 18 years ago
  82. 2694f31 Fix type punning bugs in ext2fs_get_mem() and ext2fs_free_mem() by Theodore Ts'o · 18 years ago
  83. cf8272e Allow debugfs and dumpe2fs to support fs features under development by Theodore Ts'o · 18 years ago
  84. 89dd657 Check in ext4 extent headers into the source tree by Theodore Ts'o · 18 years ago
  85. 477007e Add support for printing new filesystem features by Theodore Ts'o · 18 years ago
  86. 413a78f Work around GCC bug on the Arm platform by Theodore Ts'o · 18 years ago
  87. 05155f9 Set local environment variables to C so mk_cmds and compile_et always work by Theodore Ts'o · 18 years ago
  88. 2aee23f Allow unix_io offsets greater than 2G by Theodore Ts'o · 18 years ago
  89. f77704e Add directory hashed signed/unsigned hint to superblock by Theodore Ts'o · 18 years ago
  90. 6b3ce98 On-disk format for controlling the inode size by Theodore Ts'o · 18 years ago
  91. 8061d2c On-disk format definition for 64-bit support by Theodore Ts'o · 18 years ago
  92. bec6f49 On-disk format for large number of subdirectories by Theodore Ts'o · 18 years ago
  93. 8815fb8 On-disk format definition for group descriptor checksums by Theodore Ts'o · 18 years ago
  94. 5d17119 On-disk format definition for huge files by Theodore Ts'o · 18 years ago
  95. ae2868a Add failsafe against duplicate UUID's generated by threaded programs by Theodore Ts'o · 18 years ago
  96. b6b65c3 Add datarootdir definition for compatibility with autoconf 2.60 by Theodore Ts'o · 18 years ago
  97. 3efc3a0 Check for potential 64-bit overflow in ext2fs_get_device_size() by Eric Sandeen · 18 years ago
  98. fa2d516 Fix build problem if byte swapping has been disabled. by Theodore Ts'o · 18 years ago
  99. 23bb9b1 Fix e2p_percent() crash if percentage was zero. by Theodore Ts'o · 18 years ago
  100. 5b984ab blkid_devno_to_devname(): Avoid recursive loops due to symlinks in /dev by Theodore Ts'o · 18 years ago