1. 664c332 libext2fs: add 32-bit compat code for ext2fs_find_first_zero_generic_bmap() by Theodore Ts'o · 13 years ago
  2. b24efa2 Don't assume that the presence of mntent.h means that setmntent() exists by Theodore Ts'o · 13 years ago
  3. 304e11c mke2fs: don't fail creating the journal if /etc/mtab is missing by Theodore Ts'o · 13 years ago
  4. e64e676 Fix gcc -Wall nitpicks by Theodore Ts'o · 13 years ago
  5. 70d7281 Update Release Notes, Changelogs, version.h, etc. for 1.42.2 release by Theodore Ts'o · 13 years ago
  6. 3a6db9b libext2fs: fix ext2fs_get_memalign when posix_memalign() doesn't exist by Theodore Ts'o · 13 years ago
  7. 11f359f libext2fs: implement fast find_first_zero() for bitarray bitmaps. by Sami Liedes · 13 years ago
  8. 538eb87 libext2fs: update dirty flags if the uninit flags are cleared by Theodore Ts'o · 13 years ago
  9. c1a1e7f libext2fs: Implement ext2fs_find_first_zero_generic_bmap(). by Sami Liedes · 13 years ago
  10. 5f7c049 libext2fs: document EXT2_FLAG_64BITS in ext2fs_open2() by Sami Liedes · 13 years ago
  11. 7555677 libext2fs: move a modulo operation out of a hot loop. by Sami Liedes · 13 years ago
  12. 010dc7b e2fsck: remove EXT4_EOFBLOCKS_FL flag handling by Lukas Czerner · 13 years ago
  13. 37c8db7 mke2fs: add option to use direct I/O (mke2fs -D) by Theodore Ts'o · 13 years ago
  14. 963d0f1 tests: add field sizes to inode/super struct tests by Andreas Dilger · 13 years ago
  15. 8714178 dumpe2fs: print the expected block group checksum if it is incorrect by Theodore Ts'o · 13 years ago
  16. 800766e libext2fs: check for fallocate symbol before using it by Mike Frysinger · 13 years ago
  17. 7270fbe build: fix compile warnings on OSX by Andreas Dilger · 13 years ago
  18. 997a0cf libext2fs: include config.h for HAVE_xxx defines by Mike Frysinger · 13 years ago
  19. b96365f libext2fs: include sys/time.h for gettimeofday() by Mike Frysinger · 13 years ago
  20. d9a5d37 libext2fs: support O_DIRECT functionality for Mac OS X by Theodore Ts'o · 13 years ago
  21. 48b8910 libext2fs: don't mark the superblock as dirty if the fs was opened r/o by Theodore Ts'o · 13 years ago
  22. 991211f libext2fs, libe2p: Reserve RO_COMPAT_REPLICA feature by Theodore Ts'o · 13 years ago
  23. 3ae682b libext2fs: Add ext2fs_file_get_inode_num call (for fuse2fs) by Darrick J. Wong · 13 years ago
  24. a204236 libext2fs: fix BLOCK_ABORT handling in the block iterator for extents by Theodore Ts'o · 13 years ago
  25. 9e89dbb libext2fs: when truncating file, punch out blocks at end by Darrick J. Wong · 13 years ago
  26. 454ac9d libext2fs: quiet spurious group checksum errors by Andreas Dilger · 13 years ago
  27. 1f572d1 libext2fs: display partial path if fs corrupted in ext2fs_get_pathname() by Theodore Ts'o · 13 years ago
  28. 24d364f libext2fs: change getpagesize to sysconf by Mike Frysinger · 13 years ago
  29. 9288e3b libext2fs: add bitmap statistics by Lukas Czerner · 13 years ago
  30. 4a61d17 libext2fs: adjust the description when copying a bitmap by Theodore Ts'o · 13 years ago
  31. 830b44f e2fsck: use different bitmap types as appropriate by Theodore Ts'o · 13 years ago
  32. 0ff7bf3 libext2fs: use the rbtree bitmap by default when initializing a file system by Theodore Ts'o · 13 years ago
  33. d182831 libext2fs: add pseudo bitmap backend type EXT2FS_BMAP64_AUTODIR by Theodore Ts'o · 13 years ago
  34. c1359d9 libext2fs: add a bitmap implementation using rbtree's by Lukas Czerner · 13 years ago
  35. 5db745a libext2fs: add rbtree library by Lukas Czerner · 13 years ago
  36. b8ad88b libext2fs: add tests for the bitmap functions by Theodore Ts'o · 13 years ago
  37. 67861e5 libext2fs: add default_bitmap_type to the ext2_filsys structure by Theodore Ts'o · 13 years ago
  38. ba37bb7 libext2fs: don't break when ext2fs_clear_generic_bmap() for 32-bit bitmaps by Theodore Ts'o · 13 years ago
  39. 499d5ec Update Release Notes, Changelogs, version.h, etc. for 1.42 release by Theodore Ts'o · 13 years ago
  40. 4e523bb e2fsck: speed up runs when using tdb for large atypical filesystems by Theodore Ts'o · 13 years ago
  41. db40c20 configure: check for msync() for portability reasons by Theodore Ts'o · 13 years ago
  42. 5fff863 libext2fs: move mmp fields to preserve structure layout of ext2_filsys by Theodore Ts'o · 13 years ago
  43. 930d7a7 tst_fs_struct: add program to help check ABI compatibility of ext2fs_filsys by Theodore Ts'o · 13 years ago
  44. 08ae93a libext2fs: enforce a max nested link count in ext2fs_find_block_device() by Niu Yawei · 13 years ago
  45. c4ab66c debugfs: add filefrag command by Theodore Ts'o · 13 years ago
  46. 5e96c57 debugfs: add the freefrag command by Theodore Ts'o · 13 years ago
  47. 7becb20 Make quota support disabled by support by Theodore Ts'o · 13 years ago
  48. df7a86d libext2fs: fix write size in ext2fs_mmp_write by Eric Sandeen · 13 years ago
  49. a9f4607 libext2fs: use HAVE_FSTAT64 instead of HAVE_STAT64 for ext2fs_stat() by Theodore Ts'o · 13 years ago
  50. fc4fd95 libext2: advance group in ext2fs_open2 during swapping by Eric Sandeen · 13 years ago
  51. d1b75fd libext2fs: don't leak tdb_null out of the shared library namespace by Theodore Ts'o · 13 years ago
  52. 7f21666 libext2fs: allow ext2fs_get_memalign() to compile w/o posix_memalign() by Theodore Ts'o · 13 years ago
  53. 0c80c44 libext2fs: ext2fs_[set_]file_acl_block needs to check for 64-bit feature flag by Theodore Ts'o · 13 years ago
  54. 3fcd8fe Fix more spelling errors found by translators and add pluralization by Theodore Ts'o · 13 years ago
  55. c4012e5 libext2fs: make ext2fs_open_file() always use 3 arguments instead of varargs by Theodore Ts'o · 13 years ago
  56. fd7c37f Update for e2fsprogs 1.42-WIP-1005 release by Theodore Ts'o · 13 years ago
  57. edbfd75 libquota: clean up some gcc -Wall warnings by Theodore Ts'o · 13 years ago
  58. 00ea586 libext2fs: fix bad cast which causes problems for file systems > 512EB by Theodore Ts'o · 13 years ago
  59. bfbeec0 e2fsprogs: Fix thinko in ext2fs_initialize bigalloc case by Eric Sandeen · 13 years ago
  60. 8232f2d libext2fs: move #include "ext2fs.h" from crc32c_defs.h to crc32c.c by Theodore Ts'o · 13 years ago
  61. 756690a libext2fs, libquota: fix some makefile dependency issues by Theodore Ts'o · 13 years ago
  62. e43bb12 e2fsprogs: include headers for open() in ext2fs.h by Eric Sandeen · 13 years ago
  63. 9026b3d libext2fs: Always swab the MMP block on big-endian systems machines by Darrick J. Wong · 13 years ago
  64. a7a6367 libext2fs: Fix various bugs from the metadata checksum integration by Darrick J. Wong · 13 years ago
  65. a378bd5 libext2fs: use ext2fs byte swap functions for portability by Theodore Ts'o · 13 years ago
  66. 0f5eba7 ext2fs: add multi-mount protection (INCOMPAT_MMP) by Andreas Dilger · 13 years ago
  67. 6b56f3d misc: quiet minor compiler errors by Andreas Dilger · 13 years ago
  68. 9d9a53e libext2fs: add flag to ext2fs_flush() and ext2fs_close() to avoid fsync by Richard W.M. Jones · 13 years ago
  69. d1154eb Shorten compile commands run by the build system by Theodore Ts'o · 13 years ago
  70. 5ea3c82 libext2: Fix leaks in write_bitmaps on error returns by Eric Sandeen · 13 years ago
  71. 624e8eb e2fsprogs: Fix some error cleanup path bugs by Eric Sandeen · 13 years ago
  72. 9e30fb2 e2fsprogs: annotate intentional fallthroughs in case statements by Eric Sandeen · 13 years ago
  73. 665563b libext2fs: Potential null ptr deref in undo_err_handler_init by Eric Sandeen · 13 years ago
  74. d0f196d libext2: move buf variable completely under ifdef by Eric Sandeen · 13 years ago
  75. bc28abc libext2: Fix EXT2_LIB_SOFTSUPP masking by Eric Sandeen · 13 years ago
  76. ae96c67 libext2s: fix swapfs.c so it builds on big endian systems by Theodore Ts'o · 13 years ago
  77. 16c581d debugfs: add 64-bit support to the set_field commands by Theodore Ts'o · 13 years ago
  78. 89efc88 libext2fs: add metadata checksum and snapshot feature flags by Theodore Ts'o · 13 years ago
  79. f314bb0 libext2fs: remove redundant last-group check in ext2fs_check_desc() by Eric Sandeen · 13 years ago
  80. 98f4547 e2fsprogs: add ext2fs_group_blocks_count helper by Eric Sandeen · 13 years ago
  81. 65b7a46 libext2fs: fix size check in tst_inode_size by Theodore Ts'o · 13 years ago
  82. 75405ff Merge branch 'maint' into next by Theodore Ts'o · 13 years ago
  83. d2bfdc7 e2fsprogs: Use punch hole as "discard" on regular files by Lukas Czerner · 13 years ago
  84. c859cb1 e2fsprogs: create open() and stat() helpers by Lukas Czerner · 13 years ago
  85. db8bbf2 libext2fs: Add crc32c implementation for metadata checksumming by Darrick J. Wong · 13 years ago
  86. 15749d7 libext2fs: fix the range validation in bitmap_range2 funcs by Amir Goldstein · 13 years ago
  87. 3fbfad5 libext2fs: fix binary and source compatibility with the dump program by Theodore Ts'o · 13 years ago
  88. 897fbaa libext2fs: add new test: tst_inode_size by Theodore Ts'o · 13 years ago
  89. 9f6ba88 resize2fs: add support for new in-kernel online resize ioctl by Yongqiang Yang · 13 years ago
  90. 624e4a6 e2fsck: add support for checking the built-in quota files by Aditya Kali · 13 years ago
  91. a4aff9c libext2fs: fix binary search for the icount and badblocks stores by Theodore Ts'o · 13 years ago
  92. 9c79612 libext2fs: copy cluster_bits in ext2fs_copy_generic_bmap by Eric Sandeen · 13 years ago
  93. d8fae3c libext2fs: fix block iterator when the callback function modifies an extent by Theodore Ts'o · 13 years ago
  94. 0bd0e59 misc: use EXT2_I_SIZE() consistently to get size by Andreas Dilger · 13 years ago
  95. 81c6377 libext2fs: don't hang in ext2fs_new_block2() on a full bigalloc file system by Theodore Ts'o · 13 years ago
  96. 8e8a190 libext2fs: teach ext2fs_bmap2() about bigalloc by Theodore Ts'o · 13 years ago
  97. 551e2e4 libext2fs: move ext2fs_bmap2()'s the extent handling to a separate function by Theodore Ts'o · 13 years ago
  98. b98d3e8 libext2fs: teach ext2fs_block_alloc_stats2() about bigalloc by Theodore Ts'o · 13 years ago
  99. c4d2d43 libext2fs: replace missing flexbg initialization in flexbg_offset by Theodore Ts'o · 13 years ago
  100. d32c915 libext2fs: Fix gcc -Wall warnings by Theodore Ts'o · 13 years ago