1. 832cb61 e2fsprogs: add (optional) sparse checking to the build by Darrick J. Wong · 11 years ago
  2. 6c327e9 e2image: complain if running e2image -r or -Q on a mounted filesystem by Carlos Maiolino · 11 years ago
  3. 57bde59 libext2fs: openfs() musn't allow bigalloc without EXT2_FLAGS_64BITS by Darrick J. Wong · 11 years ago
  4. 27b2297 e2fsck: enable extents on all 64bit filesystems by Darrick J. Wong · 11 years ago
  5. d11f92a mke2fs: complain about creating 64bit filesystems without extents by Darrick J. Wong · 11 years ago
  6. 2a09142 libext2fs: search all possible blocks in implied_cluster_alloc() by Darrick J. Wong · 11 years ago
  7. 4605a35 libext2fs: fix off-by-one error in file truncation by Darrick J. Wong · 11 years ago
  8. 470ca04 libext2fs: update i_size in ext2fs_file_write() by Niu Yawei · 11 years ago
  9. a25487c e2fsprogs: fix inode and block relocation functions to use blk64_t by Darrick J. Wong · 11 years ago
  10. 4dbfd79 e2fsprogs: fix blk_t <- blk64_t assignment mismatches by Darrick J. Wong · 11 years ago
  11. 581646b libext2fs: ind_punch() must not stop examining blocks prematurely by Darrick J. Wong · 11 years ago
  12. 4ee4ad8 libext2fs: allow callers to punch a single block by Darrick J. Wong · 11 years ago
  13. 5d49403 libext2fs: rewind extent pointer when totally deleting an extent by Darrick J. Wong · 11 years ago
  14. 580d8a0 libext2fs: fix a minor grammatical error in the error catalog by Darrick J. Wong · 11 years ago
  15. 92a7b0d libext2fs: set the large_file feature flag when setting i_size > 2GB by Darrick J. Wong · 11 years ago
  16. 7320cb7 libext2fs: only link an inode into a directory once by Darrick J. Wong · 11 years ago
  17. 7447da0 tests: add test for resize2fs -M with inode table in middle of block group by Theodore Ts'o · 11 years ago
  18. e9736a3 resize2fs: relocate inode table blocks if necessary when shrinking by Theodore Ts'o · 11 years ago
  19. 2215293 resize2fs: fix -M size calculations to avoid cutting off the inode table by Theodore Ts'o · 11 years ago
  20. e231f17 resize2fs: add debugging support for resize2fs -M calcuations by Theodore Ts'o · 11 years ago
  21. d451707 tests: add another test for uninit extents past eof by Eric Whitney · 11 years ago
  22. 085757f e2fsck: don't report uninit extents past EOF invalid by Eric Whitney · 11 years ago
  23. 8ab3955 libext2fs: fix a coding style for EXT2_NO_MTAB_FILE by Zheng Liu · 11 years ago
  24. a88c2fb resize2fs: fix interior extent node corruption by Eric Sandeen · 11 years ago
  25. 0851517 resize2fs: use blk64_t and location getters for free_gdp_blocks() by Darrick J. Wong · 11 years ago
  26. 816d2c9 libext2fs: ext2fs_dup_handle should not alias MMP buffers by Darrick J. Wong · 11 years ago
  27. 7ff040f e2fsck: don't try to stop mmp if there is no superblock set up by Eric Sandeen · 11 years ago
  28. fc40d29 debian: remove old symlinks to /usr/share/doc by Theodore Ts'o · 11 years ago
  29. 7dc67c0 debian: remove old symlinks to /usr/share/doc by Theodore Ts'o · 11 years ago
  30. a17e9f3 debugfs: properly set up extent header in do_write by Eric Sandeen · 11 years ago
  31. c8ec2ba e2fsck: correctly deallocate invalid extent-mapped symlinks by Theodore Ts'o · 11 years ago
  32. dd50ef8 e2fsck: check extent-mapped directories with really large logical blocks by Theodore Ts'o · 11 years ago
  33. 42b61c5 libext2fs, tests: allow /etc/mtab file to be missing by Theodore Ts'o · 11 years ago
  34. 0595812 Update release notes, etc., for final 1.42.8 release by Theodore Ts'o · 11 years ago
  35. fd73a1d mke2fs: calculate journal blocks just after fs initialize by Ashish Sangwan · 11 years ago
  36. 80391dc resize2fs: move bitmaps if shrinking would orphan them by Eric Sandeen · 11 years ago
  37. b49d67d Use ext2fs_cpu_to_be32() instead of cpu_to_be32() in kernel-jbd.h by Theodore Ts'o · 11 years ago
  38. 6e2393f Update Release Notes, Changelogs, version.h, for 1.42.8 release by Theodore Ts'o · 11 years ago
  39. 3df6014 Work around Debian Bug #712530 by Theodore Ts'o · 11 years ago
  40. 1ad3174 Try to use secure_getenv() in preference to __secure_getenv() by Theodore Ts'o · 11 years ago
  41. dc9cc70 mke2fs: don't set root dir UID/GID automatically by Andreas Dilger · 11 years ago
  42. 626a2e7 mke2fs: clarify mke2fs and mke2fs.conf man pages by Theodore Ts'o · 11 years ago
  43. e7f983b e2image: fix crash when using e2image -I with a 64-bit file system by Theodore Ts'o · 11 years ago
  44. 2a83b3c mke2fs: sort option parsing, deprecate "-R" by Andreas Dilger · 11 years ago
  45. f9fd342 tests: clean up sed filtering of test output by Andreas Dilger · 11 years ago
  46. 4718395 libext2fs: optimize ext2fs_bg_has_super() by Theodore Ts'o · 11 years ago
  47. 3ac4201 libext2fs: remove lib/ext2fs/sparse.c by Theodore Ts'o · 11 years ago
  48. e2e389a tests: add new test f_extent_oobounds by Theodore Ts'o · 11 years ago
  49. d3f32c2 e2fsck: detect invalid extents at the end of an extent-block by David Jeffery · 11 years ago
  50. 6847735 e2fsck: fix gcc -Wall nits by Theodore Ts'o · 11 years ago
  51. 577c773 misc: fix gcc -Wall warnings by Theodore Ts'o · 11 years ago
  52. e48bf25 libext2fs: fix gcc -Wall warnings by Theodore Ts'o · 11 years ago
  53. 2539908 chattr: clarify that the compression flags are not supported by ext4 by Theodore Ts'o · 11 years ago
  54. 26991d0 e2fsck: don't use IO_FLAG_EXCLUSIVE for read-only root file systems by Theodore Ts'o · 11 years ago
  55. cc68e8a configure: update configure script to be in sync with the configure.in file by Theodore Ts'o · 11 years ago
  56. 5dfd5ef tests: add new test f_zero_xattr by Theodore Ts'o · 11 years ago
  57. 10fc3a6 e2fsprogs: allow 0-length xattr values in e2fsck by Eric Sandeen · 11 years ago
  58. 9bd95a4 crcsum: remove the -b option since ext2fs_crc32c_be is dropped in 1.43.x by Theodore Ts'o · 11 years ago
  59. 572ef60 libext2fs: only use override function when reading an 128 byte inode by Theodore Ts'o · 11 years ago
  60. 8034d9f e2image: fix flag settings in e2image.h by Tomas Racek · 11 years ago
  61. fdaf34f e2image: require that -a option is used only with raw or QCOW2 image by Tomas Racek · 11 years ago
  62. ef21356 e2image: man: fix typo by Tomas Racek · 11 years ago
  63. d55e68a e2image: remove useless exit call by Tomas Racek · 11 years ago
  64. fab0d28 tune2fs: disallow tune2fs to set inode size larger than block size by Akira Fujita · 11 years ago
  65. e79a939 tests: add more tests for off-line resizing by Theodore Ts'o · 11 years ago
  66. 28e6662 tests: create crcsum progam to support resizing tests by Theodore Ts'o · 11 years ago
  67. 447da24 mke2fs: don't display bigalloc/quota fs feature warnings in quiet mode by Theodore Ts'o · 11 years ago
  68. f026f1a resize2fs: fix off-line resize of file systems with flex_bg && !resize_inode by Theodore Ts'o · 11 years ago
  69. 871ad94 blkid: remove no-op statement which caused a clang warning by Theodore Ts'o · 11 years ago
  70. 16b1fcf debugfs: fix command failures for extent_inode commands that take arguments by Theodore Ts'o · 11 years ago
  71. d3f58ef e2fsck: fix build failure with --enable-jbd-debug by Theodore Ts'o · 11 years ago
  72. 5084088 libext2fs: Provide prototype for ext2fs_symlink() by Jan Kara · 11 years ago
  73. 9e20cf2 e2p: Fix 's' handling in parse_num_blocks2() by Jan Kara · 11 years ago
  74. bb21ddf chattr: allow clearing the extent flag by Theodore Ts'o · 11 years ago
  75. 7c1384c debugfs: add sanity check to make sure we never shift 64 bits right by Theodore Ts'o · 11 years ago
  76. 1bdc4f3 po: update de.po (from translationproject.org) by Philipp Thomas · 11 years ago
  77. 0d89e5a Fix warnings about functions not returning a value by Philipp Thomas · 11 years ago
  78. b55705e build: quiet build warnings for "gcc -Wall" by Andreas Dilger · 11 years ago
  79. dc18a3b contrib: add missing '-p' to fallocate's usage message by Zheng Liu · 12 years ago
  80. 274d46e libext2fs: fix ext2fs_llseek on i386 by Phillip Susi · 12 years ago
  81. 511ba98 Update Release Notes, Changelogs, version.h, for final 1.42.7 release by Theodore Ts'o · 12 years ago
  82. a713a7f mke2fs, tune2fs, resize2fs: add warning messages for bigalloc and quota by Theodore Ts'o · 12 years ago
  83. c64929d contrib: fix namespace leakage in spd_readdir by Theodore Ts'o · 12 years ago
  84. 0b64f50 contrib: add thread locking and readdir64_r support to spd_readdir by Theodore Ts'o · 12 years ago
  85. 635c7a5 contrib: add safe_getenv() support to spd_readdir by Theodore Ts'o · 12 years ago
  86. d1a1a58 resize2fs: move a cluster at a time with bigalloc file systems by Theodore Ts'o · 12 years ago
  87. 1773c87 resize2fs: correctly account for clusters when calculating summary stats by Theodore Ts'o · 12 years ago
  88. 3e1816b libext2fs: teach the ext2fs_*_block_bitmap_range2() about clusters by Theodore Ts'o · 12 years ago
  89. 8359f62 Update Release Notes, Changelogs, version.h, etc. for 1.42.7 release by Theodore Ts'o · 12 years ago
  90. 921b79b resize2fs: check in test-resize script by Theodore Ts'o · 12 years ago
  91. c253c3b Update config.{guess,sub} to the latest version by Theodore Ts'o · 12 years ago
  92. 6b9722d po: update vi.po (from translationproject.org) by Trần Ngọc Quân · 12 years ago
  93. ad35a91 po: update sv.po (from translationproject.org) by Göran Uddeborg · 12 years ago
  94. b675f58 po: update pl.po (from translationproject.org) by Jakub Bogusz · 12 years ago
  95. 667c54f po: update nl.po (from translationproject.org) by Benno Schulenberg · 12 years ago
  96. 14620a1 po: update fr.po (from translationproject.org) by Samuel Thibault · 12 years ago
  97. d027517 po: update de.po (from translationproject.org) by Philipp Thomas · 12 years ago
  98. 4af1973 po: update cs.po (from translationproject.org) by Petr Pisar · 12 years ago
  99. 3bbb613 Update misc/Makefile.in using "make depend" by Theodore Ts'o · 12 years ago
  100. 0e51f5a e2image: add -a switch to include all data by Phillip Susi · 12 years ago