1. e661d28 e4defrag: don't crash if umounts the filesystem races with us by Darrick J. Wong · 12 years ago
  2. 80a1806 mke2fs: don't leak memory (on error path) by Darrick J. Wong · 12 years ago
  3. e39082e misc: don't leak file descriptors (on error paths) by Darrick J. Wong · 12 years ago
  4. f0131bd e2fsck: fix memory leaks (on error path) by Darrick J. Wong · 12 years ago
  5. 85b8f7a debugfs: don't leak mmp_s memory (on error path) by Darrick J. Wong · 12 years ago
  6. ddbe785 debugfs: don't leak fd when calling dump_file by Darrick J. Wong · 12 years ago
  7. 56fa488 libext2fs: fileio should use 64bit io routines by Darrick J. Wong · 12 years ago
  8. fe56188 debugfs: handle 64bit block numbers by Darrick J. Wong · 12 years ago
  9. 62f17f3 libext2fs: make symlinks safe for 64bit blocks and extents by Darrick J. Wong · 12 years ago
  10. 50295a3 debugfs: fix various minor bogosity by Darrick J. Wong · 12 years ago
  11. ba0230f libext2fs: fix "a" vs "an" in the error catalog by Darrick J. Wong · 12 years ago
  12. 1e74514 libext2fs: don't allow ridiculously large logical block numbers by Darrick J. Wong · 12 years ago
  13. 57d4fb6 debugfs: fix init_filesys help text by Darrick J. Wong · 12 years ago
  14. d20403d mke2fs: load configfile blocksize setting before 64bit checks by Darrick J. Wong · 12 years ago
  15. 3b6c093 libext2fs: fix tests that set LARGE_FILE by Darrick J. Wong · 12 years ago
  16. 341bc5e libext2fs: don't overflow when punching indirect blocks with large blocks by Darrick J. Wong · 12 years ago
  17. 487c9e3 e2fsck: fix problem comments to match actual message by Andreas Dilger · 12 years ago
  18. 26cbfab Update config.{guess,sub} to the latest version by Theodore Ts'o · 12 years ago
  19. 5093775 debugfs: update usage message for open and filefrag by Zheng Liu · 12 years ago
  20. a9b23fc debugfs: fix range mode of freei by Lev Solomonov · 12 years ago
  21. 2fe2d40 mmp: fix 64-bit handling of s_mmp_block by Andreas Dilger · 12 years ago
  22. 17abb05 libext2fs: fix function declarations to match definition by Darrick J. Wong · 12 years ago
  23. 5ad07ac tests: check backing filesystem can handle large file by Andreas Dilger · 12 years ago
  24. 144f4e8 libext2fs: fix printf conversion spec in tst_iscan.c by Eric Whitney · 12 years ago
  25. 3971bfe e2fsck: use dgrp_t for block group numbers by Theodore Ts'o · 12 years ago
  26. 130e961 e2fsck: add support for 64-bit extended attribute block refcounting by Theodore Ts'o · 12 years ago
  27. 27dc24d e2fsck: fix j_maxlen if the file system is exactly 1 << 32 blocks by Theodore Ts'o · 12 years ago
  28. 15a668c libext2fs: add explicit casts to bitops.h by Theodore Ts'o · 12 years ago
  29. b704837 libext2fs: add explicit casts to ext2fs.h by Theodore Ts'o · 12 years ago
  30. 26da661 dumpe2fs: fix printing of block offsets for 64-bit file systems by Theodore Ts'o · 12 years ago
  31. b849f71 e2fsck: use blk_t instead of blk64_t in check_resize_inode() by Theodore Ts'o · 12 years ago
  32. 974d57d e2fsck: use errcode_t to suppress some -Wconversion warnings by Theodore Ts'o · 12 years ago
  33. 3c7c6d7 e2fsck: use problem_t to suppress some -Wconversion warnings by Theodore Ts'o · 12 years ago
  34. 7bef6d5 e2fsck: use ext2fs_write_dir_block3() instead of ext2fs_write_dir_block() by Kit Westneat · 12 years ago
  35. 4962203 libext2fs: fix some memory leaks with image file handling by Theodore Ts'o · 12 years ago
  36. 8b3c52f libext2fs: set the fs block size to new_io in ext2fs_rewrite_to_io() by Kit Westneat · 12 years ago
  37. 4c2ae57 e2image: pass the correct size write_header by Theodore Ts'o · 12 years ago
  38. 5f16f6c Fix optional static code analysis using sparse by Theodore Ts'o · 12 years ago
  39. d87f198 libext2fs: reject 64bit badblocks numbers by Darrick J. Wong · 12 years ago
  40. cecfb4c mke2fs: don't let resize= turn on resize_inode when meta_bg is set by Theodore Ts'o · 12 years ago
  41. d36e027 libext2fs: stop iterating dirents when done linking by Darrick J. Wong · 12 years ago
  42. 147ba43 Fix noquota build by Theodore Ts'o · 12 years ago
  43. e2883e2 mke2fs: clarify inode ratio in man page by Phillip Susi · 12 years ago
  44. 43075b4 quota: fix disabling quota, add quota tests by Niu Yawei · 12 years ago
  45. d82445e tune2fs: more respect for quota config option by Eric Sandeen · 12 years ago
  46. f5589f4 mke2fs: remove quota docs if not configured in by Eric Sandeen · 12 years ago
  47. 76d84ff contrib/populate-extfs.sh: use debugfs to populate extX fs by Robert Yang · 12 years ago
  48. c756ec4 debugfs.c: do sparse copy when src is a sparse file by Robert Yang · 12 years ago
  49. 355ffb2 debugfs.c: the max length of debugfs argument is too short by Robert Yang · 12 years ago
  50. 128c943 tests: remove version number dependency in r_min_itable by Theodore Ts'o · 12 years ago
  51. 832cb61 e2fsprogs: add (optional) sparse checking to the build by Darrick J. Wong · 12 years ago
  52. 6c327e9 e2image: complain if running e2image -r or -Q on a mounted filesystem by Carlos Maiolino · 12 years ago
  53. 57bde59 libext2fs: openfs() musn't allow bigalloc without EXT2_FLAGS_64BITS by Darrick J. Wong · 12 years ago
  54. 27b2297 e2fsck: enable extents on all 64bit filesystems by Darrick J. Wong · 12 years ago
  55. d11f92a mke2fs: complain about creating 64bit filesystems without extents by Darrick J. Wong · 12 years ago
  56. 2a09142 libext2fs: search all possible blocks in implied_cluster_alloc() by Darrick J. Wong · 12 years ago
  57. 4605a35 libext2fs: fix off-by-one error in file truncation by Darrick J. Wong · 12 years ago
  58. 470ca04 libext2fs: update i_size in ext2fs_file_write() by Niu Yawei · 12 years ago
  59. a25487c e2fsprogs: fix inode and block relocation functions to use blk64_t by Darrick J. Wong · 12 years ago
  60. 4dbfd79 e2fsprogs: fix blk_t <- blk64_t assignment mismatches by Darrick J. Wong · 12 years ago
  61. 581646b libext2fs: ind_punch() must not stop examining blocks prematurely by Darrick J. Wong · 12 years ago
  62. 4ee4ad8 libext2fs: allow callers to punch a single block by Darrick J. Wong · 12 years ago
  63. 5d49403 libext2fs: rewind extent pointer when totally deleting an extent by Darrick J. Wong · 12 years ago
  64. 580d8a0 libext2fs: fix a minor grammatical error in the error catalog by Darrick J. Wong · 12 years ago
  65. 92a7b0d libext2fs: set the large_file feature flag when setting i_size > 2GB by Darrick J. Wong · 12 years ago
  66. 7320cb7 libext2fs: only link an inode into a directory once by Darrick J. Wong · 12 years ago
  67. 7447da0 tests: add test for resize2fs -M with inode table in middle of block group by Theodore Ts'o · 12 years ago
  68. e9736a3 resize2fs: relocate inode table blocks if necessary when shrinking by Theodore Ts'o · 12 years ago
  69. 2215293 resize2fs: fix -M size calculations to avoid cutting off the inode table by Theodore Ts'o · 12 years ago
  70. e231f17 resize2fs: add debugging support for resize2fs -M calcuations by Theodore Ts'o · 12 years ago
  71. d451707 tests: add another test for uninit extents past eof by Eric Whitney · 12 years ago
  72. 085757f e2fsck: don't report uninit extents past EOF invalid by Eric Whitney · 12 years ago
  73. 8ab3955 libext2fs: fix a coding style for EXT2_NO_MTAB_FILE by Zheng Liu · 12 years ago
  74. a88c2fb resize2fs: fix interior extent node corruption by Eric Sandeen · 12 years ago
  75. 0851517 resize2fs: use blk64_t and location getters for free_gdp_blocks() by Darrick J. Wong · 12 years ago
  76. 816d2c9 libext2fs: ext2fs_dup_handle should not alias MMP buffers by Darrick J. Wong · 12 years ago
  77. 7ff040f e2fsck: don't try to stop mmp if there is no superblock set up by Eric Sandeen · 12 years ago
  78. fc40d29 debian: remove old symlinks to /usr/share/doc by Theodore Ts'o · 12 years ago
  79. 7dc67c0 debian: remove old symlinks to /usr/share/doc by Theodore Ts'o · 12 years ago
  80. a17e9f3 debugfs: properly set up extent header in do_write by Eric Sandeen · 12 years ago
  81. c8ec2ba e2fsck: correctly deallocate invalid extent-mapped symlinks by Theodore Ts'o · 12 years ago
  82. dd50ef8 e2fsck: check extent-mapped directories with really large logical blocks by Theodore Ts'o · 12 years ago
  83. 42b61c5 libext2fs, tests: allow /etc/mtab file to be missing by Theodore Ts'o · 12 years ago
  84. 0595812 Update release notes, etc., for final 1.42.8 release by Theodore Ts'o · 12 years ago
  85. fd73a1d mke2fs: calculate journal blocks just after fs initialize by Ashish Sangwan · 12 years ago
  86. 80391dc resize2fs: move bitmaps if shrinking would orphan them by Eric Sandeen · 12 years ago
  87. b49d67d Use ext2fs_cpu_to_be32() instead of cpu_to_be32() in kernel-jbd.h by Theodore Ts'o · 12 years ago
  88. 6e2393f Update Release Notes, Changelogs, version.h, for 1.42.8 release by Theodore Ts'o · 12 years ago
  89. 3df6014 Work around Debian Bug #712530 by Theodore Ts'o · 12 years ago
  90. 1ad3174 Try to use secure_getenv() in preference to __secure_getenv() by Theodore Ts'o · 12 years ago
  91. dc9cc70 mke2fs: don't set root dir UID/GID automatically by Andreas Dilger · 12 years ago
  92. 626a2e7 mke2fs: clarify mke2fs and mke2fs.conf man pages by Theodore Ts'o · 12 years ago
  93. e7f983b e2image: fix crash when using e2image -I with a 64-bit file system by Theodore Ts'o · 12 years ago
  94. 2a83b3c mke2fs: sort option parsing, deprecate "-R" by Andreas Dilger · 12 years ago
  95. f9fd342 tests: clean up sed filtering of test output by Andreas Dilger · 12 years ago
  96. 4718395 libext2fs: optimize ext2fs_bg_has_super() by Theodore Ts'o · 12 years ago
  97. 3ac4201 libext2fs: remove lib/ext2fs/sparse.c by Theodore Ts'o · 12 years ago
  98. e2e389a tests: add new test f_extent_oobounds by Theodore Ts'o · 12 years ago
  99. d3f32c2 e2fsck: detect invalid extents at the end of an extent-block by David Jeffery · 12 years ago
  100. 6847735 e2fsck: fix gcc -Wall nits by Theodore Ts'o · 12 years ago