1. 251edc3 libext2fs: fix build errors on bigendian hosts by Eryu Guan · 11 years ago
  2. 28b966d e2fsck: print runs of duplicate blocks instead of all of them by Darrick J. Wong · 11 years ago
  3. acbca26 libext2fs: fix parents when modifying extents by Darrick J. Wong · 11 years ago
  4. a14f0a6 libext2fs: fix memory leak when drastically shrinking extent tree depth by Darrick J. Wong · 11 years ago
  5. 8a6cc1a misc: fix header complaints and resource leaks in e2fsprogs by Darrick J. Wong · 11 years ago
  6. b052dc1 libext2fs: fix 64bit overflow in ext2fs_block_alloc_stats_range by Darrick J. Wong · 11 years ago
  7. 24997f1 misc: cppcheck cleanups by Darrick J. Wong · 11 years ago
  8. f160524 all: Introduce cppcheck static checking for make C=1 by Darrick J. Wong · 11 years ago
  9. d05c9c7 resize2fs: add inline dirs for remapping by Darrick J. Wong · 11 years ago
  10. 8f22fa0 libext2fs: repair side effects when iterating dirents in inline dirs by Darrick J. Wong · 11 years ago
  11. 179e3bd libext2fs: during inlinedata expand, don't corrupt inode by Darrick J. Wong · 11 years ago
  12. cc7d12a e2fsck: zero errcode when checking inline data blocks by Darrick J. Wong · 11 years ago
  13. 97bd89c libext2fs: fix iblocks correctly when expanding an inline_data file by Darrick J. Wong · 11 years ago
  14. cb803fc libext2fs: don't fail when doing a strict rewrite of inline data by Darrick J. Wong · 11 years ago
  15. 81ac00d e2fsck: don't rehash inline directories by Darrick J. Wong · 11 years ago
  16. f9574ad libext2fs: fix build failure on big endian systems by Theodore Ts'o · 11 years ago
  17. 227239b debugfs: create commands to edit extended attributes by Darrick J. Wong · 11 years ago
  18. 2ddcee1 debugfs, libext2fs: minor fixups to xattr support by Darrick J. Wong · 11 years ago
  19. 3aec816 create_inode: fix gcc -Wall complaints by Theodore Ts'o · 11 years ago
  20. b99888a create_inode: handle hard link inum mappings per populate_fs invocation by Darrick J. Wong · 11 years ago
  21. a3111e8 create_inode: move debugfs internal state back to debugfs by Darrick J. Wong · 11 years ago
  22. 9c891f7 create_inode: whitespace fixes by Darrick J. Wong · 11 years ago
  23. 8f8d8a5 create_inode: minor cleanups by Darrick J. Wong · 11 years ago
  24. 117b54c create_inode: clean up return mess in do_write_internal by Darrick J. Wong · 11 years ago
  25. cecc79a Update Makefile dependencies by Theodore Ts'o · 11 years ago
  26. d23b196 Merge branch 'ry/mke2fs-populate' into next by Theodore Ts'o · 11 years ago
  27. 5ad810e mke2fs.8.in: update the manual for the -d option by Robert Yang · 11 years ago
  28. 9aa3aa8 debugfs: use the functions in misc/create_inode.c by Robert Yang · 11 years ago
  29. f84894b misc/create_inode.c: handle hardlinks by Robert Yang · 11 years ago
  30. 217c0bd mke2fs.c: add an option: -d root-directory by Robert Yang · 11 years ago
  31. b696065 misc/create_inode.c: set owner/mode/time for the inode by Robert Yang · 11 years ago
  32. 3068f03 misc/create_inode.c: create directory by Robert Yang · 11 years ago
  33. ce600dc misc/create_inode.c: copy regular file by Robert Yang · 11 years ago
  34. b25ddc5 misc/create_inode.c: create symlink by Robert Yang · 11 years ago
  35. b234611 misc/create_inode.c: create special file by Robert Yang · 11 years ago
  36. 052064b misc/create_inode.c: copy files recursively by Robert Yang · 11 years ago
  37. 0d4deba mke2fs: add the ability to copy files from a given directory by Robert Yang · 11 years ago
  38. 46d2a26 Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  39. 9aef4b6 mke2fs: disable resize_inode feature if 64bit feature is enabled by Eryu Guan · 12 years ago
  40. 93d0db3 e2fsck: don't use e2fsck_global_ctx in e2fsck_set_bitmap_type() by Theodore Ts'o · 11 years ago
  41. dde6333 e2fsck: always make sure e2fsck_global_ctx is set by Theodore Ts'o · 11 years ago
  42. 3125348 libext2fs: add a unit test for inline data by Zheng Liu · 11 years ago
  43. be31a8d libext2fs: export inode cache creation function by Zheng Liu · 11 years ago
  44. 3c1388d mke2fs: enable inline_data feature on ext4dev filesystem by Zheng Liu · 11 years ago
  45. 356b448 tests: change result in f_bad_disconnected_inode by Zheng Liu · 11 years ago
  46. 9676f3a e2fsck: check inline_data in pass3 by Zheng Liu · 11 years ago
  47. 6582dbe e2fsck: check inline_data in pass2 by Zheng Liu · 11 years ago
  48. 042e071 e2fsck: check inline_data in pass1 by Zheng Liu · 11 years ago
  49. 25fed0f e2fsck: add problem descriptions and check inline data feature by Zheng Liu · 11 years ago
  50. b451c8d mke2fs: add inline_data support in mke2fs by Zheng Liu · 11 years ago
  51. 448cc0e libext2fs: add inline_data feature into EXT2_LIB_FEATURE_INCOMPAT_SUPP by Zheng Liu · 11 years ago
  52. 54e880b libext2fs: handle inline data in read/write function by Zheng Liu · 11 years ago
  53. 97581d4 debugfs: handle inline data feature in punch command by Zheng Liu · 11 years ago
  54. f5f6c02 debugfs: handle inline_data feature in bmap command by Zheng Liu · 12 years ago
  55. 8f3428d debugfs: make lsdel command support inline data by Zheng Liu · 11 years ago
  56. 82e77d0 debugfs: make mkdir command support inline data by Zheng Liu · 11 years ago
  57. 46bd6bd debugfs: make expand command support inline data by Zheng Liu · 11 years ago
  58. 133e946 debugfs: make stat command support inline data by Zheng Liu · 11 years ago
  59. 716a3c3 libext2fs: handle inline_data in block iterator function by Zheng Liu · 11 years ago
  60. 416c1de libext2fs: handle inline data in dir iterator function by Zheng Liu · 12 years ago
  61. 11f9374 libext2fs: define new dirent_swab interfaces for inline data by Zheng Liu · 11 years ago
  62. b6902b3 debian: fix udeb package support by Filipe Brandenburger · 11 years ago
  63. 5beff1c debugfs: dump all extended attributes by Darrick J. Wong · 11 years ago
  64. 456b93c libext2fs: free key/value pairs before reading by Darrick J. Wong · 11 years ago
  65. 9224d81 libext2fs: extend xattr api to query number of attrs by Darrick J. Wong · 11 years ago
  66. 6851569 libext2fs: various tweaks to the xattr editor APIs by Darrick J. Wong · 11 years ago
  67. 2077c20 libext2fs: support modifying arbitrary extended attributes by Darrick J. Wong · 11 years ago
  68. 3ba59bf Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  69. 118d3f0 resize2fs: don't free in-use clusters when moving blocks by Darrick J. Wong · 11 years ago
  70. 01d6aa9 resize2fs: during shrink, don't free in-use bg data clusters by Darrick J. Wong · 11 years ago
  71. c22f328 e2fsck: don't add a UUID on a mounted filesystem with csums by Michael Marineau · 12 years ago
  72. fedfb27 Add coverage testing using gcov by Theodore Ts'o · 11 years ago
  73. dc084ab Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  74. 585bca6 Set pointer to NULL after ext2fs_free by Lukas Czerner · 11 years ago
  75. 5fe2bd6 tune2fs: allow removal of dirty journal with two "-f" options by Eric Sandeen · 11 years ago
  76. 4f3ded2 libext2fs: delete unused "handle" variable by jon ernst · 11 years ago
  77. 58229aa e4defrag: remove local sync_file_range and fallocate by Baruch Siach · 11 years ago
  78. a4613d1 ext2fs: declare struct_io_manager at end of file by Andreas Dilger · 11 years ago
  79. 3b97799 tests: skip unsupported tests on MacOS systems by Andreas Dilger · 11 years ago
  80. 4d46e6c build: fix LLVM compiler warnings by Andreas Dilger · 11 years ago
  81. c7c3775 chattr: improve the description for 'j' option in manpage by Zheng Liu · 11 years ago
  82. f3fa568 libe2p: allow libe2p.h to be used in C++ programs by Theodore Ts'o · 11 years ago
  83. d5fc19f Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  84. 156a151 libext2fs: try to roll back when splitting an extent fails by Darrick J. Wong · 11 years ago
  85. 6225a15 libext2fs: don't hang on to unmapped block if extent tree update fails by Darrick J. Wong · 11 years ago
  86. 3c890ee libext2fs: during punch, fix parent extents after modifying extent by Darrick J. Wong · 11 years ago
  87. 80dec4c libext2fs: iterate past lower extents during punch by Darrick J. Wong · 11 years ago
  88. 84593c2 mke2fs: clean up kernel version tests by Darrick J. Wong · 11 years ago
  89. 9e7294d e2fsprogs: Disallow tune2fs enabling sparse_super with ext4 meta_bg enabled by Akira Fujita · 11 years ago
  90. 8cfa640 debian: fix spelling typo in debian/control.in by Theodore Ts'o · 11 years ago
  91. 2b561a6 debian: add make variable to prevent building udeb packages by Theodore Ts'o · 11 years ago
  92. 71d920e mke2fs: minor bugfixes for mk_hugefiles by Theodore Ts'o · 11 years ago
  93. d7fa410 configure: support biarch builds with --multiarch=lib64 by Theodore Ts'o · 11 years ago
  94. f70a347 Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  95. 95480c6 debian: update debian/changelog and e2fslibs.symbols for 1.42.9-3 release by Theodore Ts'o · 11 years ago
  96. d8c4476 debian: fix dpkg-buildpackage for Debian Squeeze by Theodore Ts'o · 11 years ago
  97. 7efd250 mke2fs: add support for hugefiles_align by Theodore Ts'o · 12 years ago
  98. f0996c1 Merge branch 'maint' into next by Theodore Ts'o · 12 years ago
  99. c714d02 Fix up the Makefiles dependencies in lib/ext2fs and lib/quota by Theodore Ts'o · 12 years ago
  100. e5397d7 blkid: suppress Coverity warning by Theodore Ts'o · 12 years ago