1. 832cb61 e2fsprogs: add (optional) sparse checking to the build by Darrick J. Wong · 11 years ago
  2. 57bde59 libext2fs: openfs() musn't allow bigalloc without EXT2_FLAGS_64BITS by Darrick J. Wong · 11 years ago
  3. 2a09142 libext2fs: search all possible blocks in implied_cluster_alloc() by Darrick J. Wong · 11 years ago
  4. 4605a35 libext2fs: fix off-by-one error in file truncation by Darrick J. Wong · 11 years ago
  5. 470ca04 libext2fs: update i_size in ext2fs_file_write() by Niu Yawei · 11 years ago
  6. a25487c e2fsprogs: fix inode and block relocation functions to use blk64_t by Darrick J. Wong · 11 years ago
  7. 4dbfd79 e2fsprogs: fix blk_t <- blk64_t assignment mismatches by Darrick J. Wong · 11 years ago
  8. 581646b libext2fs: ind_punch() must not stop examining blocks prematurely by Darrick J. Wong · 11 years ago
  9. 4ee4ad8 libext2fs: allow callers to punch a single block by Darrick J. Wong · 11 years ago
  10. 5d49403 libext2fs: rewind extent pointer when totally deleting an extent by Darrick J. Wong · 11 years ago
  11. 580d8a0 libext2fs: fix a minor grammatical error in the error catalog by Darrick J. Wong · 11 years ago
  12. 92a7b0d libext2fs: set the large_file feature flag when setting i_size > 2GB by Darrick J. Wong · 11 years ago
  13. 7320cb7 libext2fs: only link an inode into a directory once by Darrick J. Wong · 11 years ago
  14. 8ab3955 libext2fs: fix a coding style for EXT2_NO_MTAB_FILE by Zheng Liu · 11 years ago
  15. a88c2fb resize2fs: fix interior extent node corruption by Eric Sandeen · 11 years ago
  16. 816d2c9 libext2fs: ext2fs_dup_handle should not alias MMP buffers by Darrick J. Wong · 11 years ago
  17. 42b61c5 libext2fs, tests: allow /etc/mtab file to be missing by Theodore Ts'o · 11 years ago
  18. b49d67d Use ext2fs_cpu_to_be32() instead of cpu_to_be32() in kernel-jbd.h by Theodore Ts'o · 11 years ago
  19. 1ad3174 Try to use secure_getenv() in preference to __secure_getenv() by Theodore Ts'o · 11 years ago
  20. 4718395 libext2fs: optimize ext2fs_bg_has_super() by Theodore Ts'o · 11 years ago
  21. 3ac4201 libext2fs: remove lib/ext2fs/sparse.c by Theodore Ts'o · 11 years ago
  22. e48bf25 libext2fs: fix gcc -Wall warnings by Theodore Ts'o · 11 years ago
  23. 572ef60 libext2fs: only use override function when reading an 128 byte inode by Theodore Ts'o · 11 years ago
  24. 8034d9f e2image: fix flag settings in e2image.h by Tomas Racek · 11 years ago
  25. 5084088 libext2fs: Provide prototype for ext2fs_symlink() by Jan Kara · 11 years ago
  26. 0d89e5a Fix warnings about functions not returning a value by Philipp Thomas · 11 years ago
  27. b55705e build: quiet build warnings for "gcc -Wall" by Andreas Dilger · 11 years ago
  28. 274d46e libext2fs: fix ext2fs_llseek on i386 by Phillip Susi · 11 years ago
  29. 3e1816b libext2fs: teach the ext2fs_*_block_bitmap_range2() about clusters by Theodore Ts'o · 11 years ago
  30. f01c1a6 libext2fs: add the ext2fs_symlink() function by Darren Hart · 12 years ago
  31. 53f2a1e libext2fs: add error codes from 1.43.x development branch by Theodore Ts'o · 11 years ago
  32. dd4f565 libext2fs: avoid 32-bit overflow in ext2fs_initialize with a 512M cluster size by Theodore Ts'o · 11 years ago
  33. f0257d8 libext2fs: ext2fs_open2() should not set ret_fs after a MMP failure by Theodore Ts'o · 12 years ago
  34. 027b057 Fix 32-bit overflow problems: dgrp_t * s_blocks_per_group by Theodore Ts'o · 12 years ago
  35. a0ba54e resize2fs: use [un]mark_block_range bitmap functions to reduce CPU usage by Theodore Ts'o · 12 years ago
  36. e350773 Fix gcc -Wall nits by Theodore Ts'o · 12 years ago
  37. 00eb0ee build: quiet some "gcc -Wall" compiler warnings by Andreas Dilger · 12 years ago
  38. 1d6fd6d misc: cleanup unused variables on MacOS by Andreas Dilger · 12 years ago
  39. f797cf3 tests: don't consider "make check" a compiler error by Andreas Dilger · 12 years ago
  40. 068136c libext2fs: link the test programs with static libraries by Theodore Ts'o · 12 years ago
  41. bee7b67 debugfs: add the ability to manipulate the extent tree directly by Theodore Ts'o · 12 years ago
  42. eacf6a0 libext2fs: ext2fs_extents_fix_parents() should not modify the handle location by Theodore Ts'o · 12 years ago
  43. 789bd40 e2fsck: fix incorrect interior node logical start values by Eric Sandeen · 12 years ago
  44. dbe5c43 libext2fs: remove m68k-specific bitops code by Mikael Pettersson · 12 years ago
  45. 4e0bb5e libext2fs: fix memory and fd leak in error path of unix_open() by Theodore Ts'o · 12 years ago
  46. 1564150 mke2fs: fix handling of mmp_update_interval option by Gregoire Pichon · 12 years ago
  47. b65ccfc libext2fs: optimize rb_get_bmap_range() for mostly allocated bmaps by Theodore Ts'o · 12 years ago
  48. c3f9641 libext2fs: optimize rb_get_bmap_range() by Theodore Ts'o · 12 years ago
  49. c6b006e libext2fs: add ext2fs_bitcount() function by Theodore Ts'o · 12 years ago
  50. fc8ea52 libext2fs: optimize rb_set_bmap_range() by Theodore Ts'o · 12 years ago
  51. 3e554cc ext2fs, blkid: localize environment-specific variables by Andreas Dilger · 12 years ago
  52. ab00fda libext2fs: change mmp.c to LGPL to match other files by Andreas Dilger · 12 years ago
  53. fb129bb libext2fs: further optimize rb_test_bit by Theodore Ts'o · 12 years ago
  54. 0bcba36 libext2fs: remove pointless indirection in rbtree bitmaps by Theodore Ts'o · 12 years ago
  55. 547a59a libext2fs: optimize rb_test_bit by Theodore Ts'o · 12 years ago
  56. c498cb1 mke2fs: fix progress suppression to make regression tests reliable by Theodore Ts'o · 12 years ago
  57. b2f5ce5 mke2fs: throttle allocating groups progress as well by Theodore Ts'o · 12 years ago
  58. ab3f5c5 Allow e2fsprogs to be built using the clang (LLVM) frontend by Theodore Ts'o · 12 years ago
  59. 321649c mke2fs: recalculate the reserved blocks when the last BG is dropped by Akira Fujita · 12 years ago
  60. d5aa6a8 Put ELF_OTHER_LIBS in the right place for the linker by Theodore Ts'o · 12 years ago
  61. 3aa8f60 libext2fs: fix uninit block calculation when inodes_per_block < first_ino by Theodore Ts'o · 12 years ago
  62. c1986ec Fix blhc (Build Log Hardening Check) warnings by Theodore Ts'o · 12 years ago
  63. 0796e66 lsattr, chattr: add support for btrfs's No_COW flag by Theodore Ts'o · 12 years ago
  64. beb388a libext2fs: fix block iterator for extents when truncating inodes by Theodore Ts'o · 12 years ago
  65. e0e2c7d libext2fs: fix i_blocks for extent leaf create/delete with bigalloc by Aditya Kali · 12 years ago
  66. 182acd1 libext2fs: don't inline ext2fs_open_file() and ext2fs_stat() by Andreas Dilger · 12 years ago
  67. 918eeb3 libext2fs: fix rbtree backend for extent lengths greater than 2^32 by Eric Sandeen · 12 years ago
  68. ae06582 Change pkg-config files so that both <et/com_err.h> and <com_err.h> work by Theodore Ts'o · 12 years ago
  69. 40024fd libext2fs: fix bug in unix_io corrupted > 16TB file systems on 32-bit systems by Theodore Ts'o · 12 years ago
  70. 660b4c3 Reserve the codepoints for the INCOMPAT features LARGEDATA and INLINEDATA by Theodore Ts'o · 12 years ago
  71. d715207 Support systems without posix_memalign() and memalign() by Theodore Ts'o · 12 years ago
  72. fd1c5a0 libext2fs: factor out I/O buffer allocation by Theodore Ts'o · 12 years ago
  73. 07d1208 libext2fs: make read_bitmaps() more efficient when using direct I/O by Theodore Ts'o · 12 years ago
  74. dd0a267 libext2fs: refactor Direct I/O alignment requirement calculations by Theodore Ts'o · 12 years ago
  75. 0a05b90 libext2fs: move the alignment field from unix_io to the io_manager by Theodore Ts'o · 12 years ago
  76. 46f1007 libext2fs: improve testing coverage of tst_bitmaps by Theodore Ts'o · 12 years ago
  77. 38792ca libext2fs: use correct types in ext2fs_find_first_zero_block_bitmap2() by Theodore Ts'o · 12 years ago
  78. 664c332 libext2fs: add 32-bit compat code for ext2fs_find_first_zero_generic_bmap() by Theodore Ts'o · 12 years ago
  79. b24efa2 Don't assume that the presence of mntent.h means that setmntent() exists by Theodore Ts'o · 12 years ago
  80. 304e11c mke2fs: don't fail creating the journal if /etc/mtab is missing by Theodore Ts'o · 12 years ago
  81. e64e676 Fix gcc -Wall nitpicks by Theodore Ts'o · 12 years ago
  82. 70d7281 Update Release Notes, Changelogs, version.h, etc. for 1.42.2 release by Theodore Ts'o · 12 years ago
  83. 3a6db9b libext2fs: fix ext2fs_get_memalign when posix_memalign() doesn't exist by Theodore Ts'o · 12 years ago
  84. 11f359f libext2fs: implement fast find_first_zero() for bitarray bitmaps. by Sami Liedes · 12 years ago
  85. 538eb87 libext2fs: update dirty flags if the uninit flags are cleared by Theodore Ts'o · 12 years ago
  86. c1a1e7f libext2fs: Implement ext2fs_find_first_zero_generic_bmap(). by Sami Liedes · 12 years ago
  87. 5f7c049 libext2fs: document EXT2_FLAG_64BITS in ext2fs_open2() by Sami Liedes · 12 years ago
  88. 7555677 libext2fs: move a modulo operation out of a hot loop. by Sami Liedes · 12 years ago
  89. 010dc7b e2fsck: remove EXT4_EOFBLOCKS_FL flag handling by Lukas Czerner · 12 years ago
  90. 37c8db7 mke2fs: add option to use direct I/O (mke2fs -D) by Theodore Ts'o · 12 years ago
  91. 963d0f1 tests: add field sizes to inode/super struct tests by Andreas Dilger · 12 years ago
  92. 8714178 dumpe2fs: print the expected block group checksum if it is incorrect by Theodore Ts'o · 12 years ago
  93. 800766e libext2fs: check for fallocate symbol before using it by Mike Frysinger · 12 years ago
  94. 7270fbe build: fix compile warnings on OSX by Andreas Dilger · 12 years ago
  95. 997a0cf libext2fs: include config.h for HAVE_xxx defines by Mike Frysinger · 12 years ago
  96. b96365f libext2fs: include sys/time.h for gettimeofday() by Mike Frysinger · 12 years ago
  97. d9a5d37 libext2fs: support O_DIRECT functionality for Mac OS X by Theodore Ts'o · 12 years ago
  98. 48b8910 libext2fs: don't mark the superblock as dirty if the fs was opened r/o by Theodore Ts'o · 12 years ago
  99. 991211f libext2fs, libe2p: Reserve RO_COMPAT_REPLICA feature by Theodore Ts'o · 12 years ago
  100. 3ae682b libext2fs: Add ext2fs_file_get_inode_num call (for fuse2fs) by Darrick J. Wong · 12 years ago