1. 0155e77 e2image: add -n option to show what blocks would have been written by Theodore Ts'o · 10 years ago
  2. 38c771d e2image: add -c option to optimize file system copying for flash devices by Theodore Ts'o · 10 years ago
  3. aa2c743 e2image: only skip writing zero blocks when writing to a new file by Theodore Ts'o · 10 years ago
  4. d28759b e2image: clean up gcc -Wall and sparse nits by Theodore Ts'o · 10 years ago
  5. 80fe25a e2image: refactor calls to ext2fs_llseek() by Theodore Ts'o · 10 years ago
  6. ecc859b e2image: handle SIGINT safely by Phillip Susi · 10 years ago
  7. c40c7ce e2image: add progress indicator by Phillip Susi · 11 years ago
  8. 22b83f6 e2image: perform in-place move by Phillip Susi · 10 years ago
  9. 6b5535f e2image: add offset switches by Phillip Susi · 10 years ago
  10. b3c2a63 libext2fs: checksum bg descriptors larger than 64 bytes by Theodore Ts'o · 10 years ago
  11. aafd361 tests: use the in-tree binaries in the test f_extent_oobounds by Theodore Ts'o · 10 years ago
  12. 45f143c debugfs: fix extent header in do_write for big-endian machines by Theodore Ts'o · 10 years ago
  13. 3c22bf7 Add ext4 man page and update and clean up the other man pages by Theodore Ts'o · 10 years ago
  14. 32541fe debugfs: silence build warning and remove incorrect error message by Eric Whitney · 10 years ago
  15. a8263ca e2fsck: fix printf conversion specs in ea_refcount.c by Eric Whitney · 10 years ago
  16. b769aae mke2fs: further updates for mke2fs(8) man page by Andreas Dilger · 10 years ago
  17. 2bc3041 debugfs, e2fsck: fix s_desc_size handling by Andreas Dilger · 10 years ago
  18. 11d1116 e2fsck: verify s_desc_size is power-of-two value by Andreas Dilger · 10 years ago
  19. fd5e00e tests: delete temporary resize test files by Andreas Dilger · 10 years ago
  20. e9a8c0c e2fsck: read only parameter incorrectly compared by Johan Erlandsson · 10 years ago
  21. 5643a26 Merge "e2fsck: read only parameter incorrectly compared" by Elliott Hughes · 10 years ago
  22. ceb9bb7 e2fsck: read only parameter incorrectly compared by Johan Erlandsson · 12 years ago
  23. f404167 Clean up sparse warnings by Theodore Ts'o · 10 years ago
  24. 4727c67 e2fsprogs: mke2fs manpage updates by Uri Corin · 10 years ago
  25. fbabd5c mke2fs: disallow creating FS on a loop mounted file with no option by Kazuya Mio · 10 years ago
  26. 82896cb mke2fs: fix force option to create filesystem on mounted device by Kazuya Mio · 10 years ago
  27. 0047255 e2fsck: try implied cluster allocation when expanding a dir by Darrick J. Wong · 10 years ago
  28. 69beadc e2fsck: print cluster ranges when encountering bitmap errors by Darrick J. Wong · 10 years ago
  29. 5797cb0 e2fsck: only release clusters when shortening a directory during a rehash by Darrick J. Wong · 10 years ago
  30. 230272c libext2fs: don't update the summary counts when doing implied cluster allocation by Darrick J. Wong · 10 years ago
  31. 8439775 libext2fs: only punch complete clusters by Darrick J. Wong · 10 years ago
  32. eaf4403 ext2fs,blkid: delete unused LIST_HEAD() macro by Andreas Dilger · 10 years ago
  33. 269da3b ext2fs: quiet compiler warnings by Andreas Dilger · 10 years ago
  34. dba2bbd debugfs: clean up debugfs man page and help text by Andreas Dilger · 10 years ago
  35. 45ff69f build: quiet LLVM non-literal string format warning by Andreas Dilger · 10 years ago
  36. 3a941be build: use long long for __u64 by default by Andreas Dilger · 10 years ago
  37. 66457fc tune2fs: forbid changing uuid on an uninit_bg filesystem by Darrick J. Wong · 10 years ago
  38. a9825cf libext2fs: use ext2fs_punch() to truncate quota file by Darrick J. Wong · 10 years ago
  39. 4c6fd9c libext2fs: clamp block-map punch range end to 2^32 blocks by Darrick J. Wong · 10 years ago
  40. 299cc61 libext2fs: zero block contents past EOF when setting size by Darrick J. Wong · 10 years ago
  41. 4b58df1 e2fsck: in rehash, mark newly allocated extent blocks as found by Darrick J. Wong · 10 years ago
  42. 042a0f5 libext2fs: don't error out when punching a totally sparse file by Darrick J. Wong · 10 years ago
  43. dc9673a libext2fs: fix punching extents when there are no left extents by Darrick J. Wong · 10 years ago
  44. 8a86bbb libext2fs: fail fileio write if we can't allocate a block by Darrick J. Wong · 10 years ago
  45. 13b48a0 libext2fs: fix a broken close() test by Darrick J. Wong · 10 years ago
  46. 6a26b38 libext2fs: fix memory leaks (on error paths) by Darrick J. Wong · 10 years ago
  47. 8d74ab7 libext2fs: check return values by Darrick J. Wong · 10 years ago
  48. b2778bc libquota: fix memory leak (on error path) by Darrick J. Wong · 10 years ago
  49. e46c187 libss: fix memory handling errors by Darrick J. Wong · 10 years ago
  50. dc9da63 libss: fix fd error handling by Darrick J. Wong · 10 years ago
  51. 6908c0c dumpe2fs: check return values by Darrick J. Wong · 10 years ago
  52. b399382 e2image: check return value from check_if_mounted() by Darrick J. Wong · 10 years ago
  53. b166742 e4defrag: defensively check results of sysconf(_SC_PAGESIZE) by Darrick J. Wong · 10 years ago
  54. e661d28 e4defrag: don't crash if umounts the filesystem races with us by Darrick J. Wong · 10 years ago
  55. 80a1806 mke2fs: don't leak memory (on error path) by Darrick J. Wong · 10 years ago
  56. e39082e misc: don't leak file descriptors (on error paths) by Darrick J. Wong · 10 years ago
  57. f0131bd e2fsck: fix memory leaks (on error path) by Darrick J. Wong · 10 years ago
  58. 85b8f7a debugfs: don't leak mmp_s memory (on error path) by Darrick J. Wong · 10 years ago
  59. ddbe785 debugfs: don't leak fd when calling dump_file by Darrick J. Wong · 10 years ago
  60. 56fa488 libext2fs: fileio should use 64bit io routines by Darrick J. Wong · 10 years ago
  61. fe56188 debugfs: handle 64bit block numbers by Darrick J. Wong · 10 years ago
  62. 62f17f3 libext2fs: make symlinks safe for 64bit blocks and extents by Darrick J. Wong · 10 years ago
  63. 50295a3 debugfs: fix various minor bogosity by Darrick J. Wong · 10 years ago
  64. ba0230f libext2fs: fix "a" vs "an" in the error catalog by Darrick J. Wong · 10 years ago
  65. 1e74514 libext2fs: don't allow ridiculously large logical block numbers by Darrick J. Wong · 10 years ago
  66. 57d4fb6 debugfs: fix init_filesys help text by Darrick J. Wong · 10 years ago
  67. d20403d mke2fs: load configfile blocksize setting before 64bit checks by Darrick J. Wong · 10 years ago
  68. 3b6c093 libext2fs: fix tests that set LARGE_FILE by Darrick J. Wong · 10 years ago
  69. 341bc5e libext2fs: don't overflow when punching indirect blocks with large blocks by Darrick J. Wong · 10 years ago
  70. 487c9e3 e2fsck: fix problem comments to match actual message by Andreas Dilger · 10 years ago
  71. 26cbfab Update config.{guess,sub} to the latest version by Theodore Ts'o · 10 years ago
  72. 5093775 debugfs: update usage message for open and filefrag by Zheng Liu · 10 years ago
  73. a9b23fc debugfs: fix range mode of freei by Lev Solomonov · 10 years ago
  74. 2fe2d40 mmp: fix 64-bit handling of s_mmp_block by Andreas Dilger · 11 years ago
  75. 17abb05 libext2fs: fix function declarations to match definition by Darrick J. Wong · 11 years ago
  76. 5ad07ac tests: check backing filesystem can handle large file by Andreas Dilger · 11 years ago
  77. 144f4e8 libext2fs: fix printf conversion spec in tst_iscan.c by Eric Whitney · 11 years ago
  78. 3971bfe e2fsck: use dgrp_t for block group numbers by Theodore Ts'o · 11 years ago
  79. 130e961 e2fsck: add support for 64-bit extended attribute block refcounting by Theodore Ts'o · 11 years ago
  80. 27dc24d e2fsck: fix j_maxlen if the file system is exactly 1 << 32 blocks by Theodore Ts'o · 11 years ago
  81. 15a668c libext2fs: add explicit casts to bitops.h by Theodore Ts'o · 11 years ago
  82. b704837 libext2fs: add explicit casts to ext2fs.h by Theodore Ts'o · 11 years ago
  83. 26da661 dumpe2fs: fix printing of block offsets for 64-bit file systems by Theodore Ts'o · 11 years ago
  84. b849f71 e2fsck: use blk_t instead of blk64_t in check_resize_inode() by Theodore Ts'o · 11 years ago
  85. 974d57d e2fsck: use errcode_t to suppress some -Wconversion warnings by Theodore Ts'o · 11 years ago
  86. 3c7c6d7 e2fsck: use problem_t to suppress some -Wconversion warnings by Theodore Ts'o · 11 years ago
  87. 7bef6d5 e2fsck: use ext2fs_write_dir_block3() instead of ext2fs_write_dir_block() by Kit Westneat · 11 years ago
  88. 4962203 libext2fs: fix some memory leaks with image file handling by Theodore Ts'o · 11 years ago
  89. 8b3c52f libext2fs: set the fs block size to new_io in ext2fs_rewrite_to_io() by Kit Westneat · 11 years ago
  90. 4c2ae57 e2image: pass the correct size write_header by Theodore Ts'o · 11 years ago
  91. 5f16f6c Fix optional static code analysis using sparse by Theodore Ts'o · 11 years ago
  92. d87f198 libext2fs: reject 64bit badblocks numbers by Darrick J. Wong · 11 years ago
  93. cecfb4c mke2fs: don't let resize= turn on resize_inode when meta_bg is set by Theodore Ts'o · 11 years ago
  94. d36e027 libext2fs: stop iterating dirents when done linking by Darrick J. Wong · 11 years ago
  95. 147ba43 Fix noquota build by Theodore Ts'o · 11 years ago
  96. 47478a2 Fix blkid time diff bug, build binary. by Jeff Sharkey · 11 years ago
  97. e2883e2 mke2fs: clarify inode ratio in man page by Phillip Susi · 11 years ago
  98. 43075b4 quota: fix disabling quota, add quota tests by Niu Yawei · 11 years ago
  99. d82445e tune2fs: more respect for quota config option by Eric Sandeen · 11 years ago
  100. f5589f4 mke2fs: remove quota docs if not configured in by Eric Sandeen · 11 years ago