1. 2e9d839 e2fsck: correctly preserve fs flags when modifying ignore-csum-error flag by Darrick J. Wong · 10 years ago
  2. 68d7062 e2fsck: offer to clear inode table blocks that are insane by Darrick J. Wong · 10 years ago
  3. 7f43a46 e2fsck: try to salvage corrupt directory entry blocks by Darrick J. Wong · 10 years ago
  4. 49fed79 e2fsck: try to salvage extent blocks with bad checksums by Darrick J. Wong · 10 years ago
  5. 5b9cbd7 libext2fs: check EA block headers when reading in the block by Darrick J. Wong · 10 years ago
  6. 3466e95 dumpe2fs: complain when checksum verification fails by Darrick J. Wong · 10 years ago
  7. 0991896 e2fsck: use root dir for lost+found when really desperate by Darrick J. Wong · 10 years ago
  8. 409f388 e2fsck: never free critical metadata blocks in the block found map by Darrick J. Wong · 10 years ago
  9. 8375a88 e2fuzz: fix fs handle cleanup when closing fails by Darrick J. Wong · 10 years ago
  10. 14207cf Merge branch 'maint' into next by Theodore Ts'o · 10 years ago
  11. bf140bf debugfs: fix argument parsing in do_freefrag() by Artemiy Volkov · 10 years ago
  12. 3b99049 misc: fix Makefile for profiled build by Theodore Ts'o · 10 years ago
  13. 07c479d libext2fs: when appending to a file, don't split an index block in equal halves by Darrick J. Wong · 10 years ago
  14. baa3544 libext2fs: have UNIX IO manager use pread/pwrite by Darrick J. Wong · 10 years ago
  15. af7dbe3 filefrag: minor code fixes and cleanups by Andreas Dilger · 10 years ago
  16. a1363e6 tests: fix f_badcluster output formatting by Andreas Dilger · 10 years ago
  17. 0befec4 misc: quiet signed/unsigned charactr compiler warnings by Andreas Dilger · 10 years ago
  18. 7d0109c tune2fs: fix uninitialized variable in remove_journal_device by Theodore Ts'o · 10 years ago
  19. 5543f45 Merge branch 'next' by Theodore Ts'o · 10 years ago
  20. 643fd7e Merge branch 'maint' into next by Theodore Ts'o · 10 years ago
  21. 9c2c1e9 tune2fs: update journal users while updating fs UUID (with external journal) by Azat Khuzhin · 10 years ago
  22. 7dfefaf tune2fs: update journal super block when changing UUID for fs. by Azat Khuzhin · 10 years ago
  23. 3e077c3 tune2fs: remove_journal_device(): use the correct block to find jsb by Azat Khuzhin · 10 years ago
  24. 7f33024 journal: use consts instead of 1024 and add helper for journal with 1k blocksize by Azat Khuzhin · 10 years ago
  25. 8f5e2b6 Merge branch 'maint' into next by Theodore Ts'o · 10 years ago
  26. d230dc4 tests: add the f_badcluster test by Darrick J. Wong · 10 years ago
  27. c84da2e misc: copy extended attributes in populate_fs by Ross Burton · 10 years ago
  28. 01824c9 filefrag: fix block size value by Rakesh Pandit · 10 years ago
  29. abc4697 filefrag: fix -B option and extents calculation for FIBMAP by Rakesh Pandit · 10 years ago
  30. ae23dd1 e2fsck: don't offer to fix the checksum of fixed extents by Darrick J. Wong · 10 years ago
  31. d3eb150 e2fsck: make insert_dirent_tail more robust by Darrick J. Wong · 10 years ago
  32. 82ad476 e2fsck: leave room for checksum structure when salvaging a directory by Darrick J. Wong · 10 years ago
  33. 492f901 e2fsck: clear badblocks inode when checksum fails by Darrick J. Wong · 10 years ago
  34. eb89a62 e2fsck: write dir blocks after new inode when reconstructing root/lost+found by Darrick J. Wong · 10 years ago
  35. 17641bf e2fsck: insert a missing dirent tail for checksums if possible by Darrick J. Wong · 10 years ago
  36. 5e8fd16 e2fsck: fix the various checksum error messages by Darrick J. Wong · 10 years ago
  37. 87b9f5e Merge branch 'maint' into next by Theodore Ts'o · 10 years ago
  38. 8dd650a e2fsck: during pass1b delete_file, only free a cluster once by Darrick J. Wong · 10 years ago
  39. 9a1d614 e2fsck: fix rule-violating lblk->pblk mappings on bigalloc filesystems by Darrick J. Wong · 10 years ago
  40. ff11309 e2fsck: perform implied cluster allocations when filling a directory hole by Darrick J. Wong · 10 years ago
  41. 5eeb885 e2fsck: fix merge error in "clear uninit flag on directory extents" by Darrick J. Wong · 10 years ago
  42. 22302aa Merge branch 'maint' into next by Theodore Ts'o · 10 years ago
  43. b729b7d e2fsck: reserve blocks for root/lost+found directory repair by Darrick J. Wong · 10 years ago
  44. 97c607b libext2fs: provide a function to set inode size by Darrick J. Wong · 10 years ago
  45. 50972e1 Merge branch 'maint' into next by Theodore Ts'o · 10 years ago
  46. a30a4e9 libext2fs: fix free block accounting for 64-bit file systems by Theodore Ts'o · 10 years ago
  47. 1e33a8b Fix 32/64-bit overflow when multiplying by blocks/clusters per group by Theodore Ts'o · 10 years ago
  48. d4ecec4 libext2fs: use C99 initializers for the io_manager structure by Theodore Ts'o · 10 years ago
  49. baab9f4 resize2fs: radically reduce memory utilization by using rbtree bitmaps by Theodore Ts'o · 10 years ago
  50. 2dbf34e libext2fs: fix rb_resize_bmap to handle the padding bits by Theodore Ts'o · 10 years ago
  51. 188949d tests: use e2fsck -f instead of -p for resize tests by Theodore Ts'o · 10 years ago
  52. 8b90ab2 build: fix unused/uninitialized variable warnings by Andreas Dilger · 10 years ago
  53. bf191f2 e2fuzz: Create a tool to fuzz ext* filesystems by Darrick J. Wong · 10 years ago
  54. c4d5b81 e2fuzz: Create a tool to fuzz ext* filesystems by Darrick J. Wong · 10 years ago
  55. cd32129 mke2fs: set error behavior at initialization time by Darrick J. Wong · 10 years ago
  56. e05a056 Merge branch 'maint' into next by Theodore Ts'o · 10 years ago
  57. 57b7fab e2fsck: clear uninit flag on directory extents by Darrick J. Wong · 10 years ago
  58. c28c274 e2fsck: pass2 should not process directory blocks that are impossibly large by Darrick J. Wong · 10 years ago
  59. 0733835 e2fsck: always submit logical block 0 of a directory for pass 2 by Darrick J. Wong · 10 years ago
  60. 60203cb Merge branch 'maint' into next by Theodore Ts'o · 10 years ago
  61. 9f005a9 e2fsck: collapse holes in extent-based directories by Darrick J. Wong · 10 years ago
  62. c23b2cc e2fsck: don't crash during rehash by Darrick J. Wong · 10 years ago
  63. c3470fc misc: fix problems with strncat by Darrick J. Wong · 10 years ago
  64. 203e13c libext2fs: fix bounds check of the bitmap test range in get_free_blocks2 by Darrick J. Wong · 10 years ago
  65. b4f724c e2fsck: fix off-by-one bounds check on group number by Darrick J. Wong · 10 years ago
  66. b4a4088 e2fsck: force all block allocations to use block_found_map by Darrick J. Wong · 10 years ago
  67. a82d88e e2fsck: free ctx->fs, not fs, at the end of fsck by Darrick J. Wong · 10 years ago
  68. 35c8faa e2fsck: don't clobber critical metadata during check_blocks by Darrick J. Wong · 10 years ago
  69. 7ba5cc7 debugfs: fix printing of inline data during symlink inode dump by Darrick J. Wong · 10 years ago
  70. f9f3050 Merge branch 'maint' into next by Theodore Ts'o · 10 years ago
  71. 23d6dd1 e2fsck: fix inode coherency issue when iterating an inode's blocks by Darrick J. Wong · 10 years ago
  72. 7722961 e2fsck: check error return from ext2fs_extent_fix_parents in pass 1 by Theodore Ts'o · 10 years ago
  73. 27a129f e2fsck: skip clearing bad extents if bitmaps are unreadable by Darrick J. Wong · 10 years ago
  74. c4c93e2 e2fsck: don't offer to recreate the journal if fsck is aborting due to bad block bitmaps by Darrick J. Wong · 10 years ago
  75. 88e172a e2fsck: report correct inode number in pass1b by Darrick J. Wong · 10 years ago
  76. fa633bf debugfs: allow bmap to allocate blocks by Darrick J. Wong · 10 years ago
  77. e13ebfd debugfs: create inode_dump command to dump an inode in hex by Darrick J. Wong · 10 years ago
  78. c7c539e e4defrag: backwards-allocated files should be defragmented too by Darrick J. Wong · 10 years ago
  79. 26dacce e2fsck: free bh on csum verify error in do_one_pass by Eric Sandeen · 10 years ago
  80. 6f3f008 debian: update changelog for 1.42.10-2 release by Theodore Ts'o · 10 years ago
  81. 3adc78a po: update fr.po (from translationproject.org) by Samuel Thibault · 10 years ago
  82. f03788f Use a wildcard for static libs in the git ignore list by Paul Wise · 10 years ago
  83. ef1e7be Add more generated files to the git ignore list by Paul Wise · 10 years ago
  84. a34c72a lib/ext2fs: Only build tst_libext2fs for make check by Theodore Ts'o · 10 years ago
  85. 599915f Use sys/syscall.h instead of syscall.h by Theodore Ts'o · 10 years ago
  86. 30db795 mke2fs: fix fencepost error when calling strncat by Theodore Ts'o · 10 years ago
  87. f10554e Merge remote-tracking branch 'origin/maint' into next by Theodore Ts'o · 10 years ago
  88. de25d9c Update release notes, etc. for final 1.42.11 release by Theodore Ts'o · 10 years ago
  89. a93a4c7 Fix nroff macro issue in chattr man page by Theodore Ts'o · 10 years ago
  90. 5b5bd2c Fix up configure so it finds mkinstalldirs by Theodore Ts'o · 10 years ago
  91. 9ed8d78 Update translation files by Theodore Ts'o · 10 years ago
  92. 7dbe7f6 po: update vi.po (from translationproject.org) by Trần Ngọc Quân · 10 years ago
  93. 4150d0d po: update uk.po (from translationproject.org) by Yuri Chornoivan · 10 years ago
  94. 751b3db po: update pl.po (from translationproject.org) by Jakub Bogusz · 10 years ago
  95. 989f6e8 po: update nl.po (from translationproject.org) by Benno Schulenberg · 10 years ago
  96. 02696b8 po: update es.po (from translationproject.org) by Benno Schulenberg · 10 years ago
  97. 43b15a7 po: update eo.po (from translationproject.org) by Benno Schulenberg · 10 years ago
  98. ab02a74 po: update de.po (from translationproject.org) by Philipp Thomas · 10 years ago
  99. 3e45c08 po: update cs.po (from translationproject.org) by Petr Pisar · 10 years ago
  100. c42de75 mke2fs: add support to align hugefiles relative to beginning of the disk by Theodore Ts'o · 10 years ago