1. 14207cf Merge branch 'maint' into next by Theodore Ts'o · 10 years ago
  2. 07c479d libext2fs: when appending to a file, don't split an index block in equal halves by Darrick J. Wong · 10 years ago
  3. baa3544 libext2fs: have UNIX IO manager use pread/pwrite by Darrick J. Wong · 10 years ago
  4. 643fd7e Merge branch 'maint' into next by Theodore Ts'o · 10 years ago
  5. 9c2c1e9 tune2fs: update journal users while updating fs UUID (with external journal) by Azat Khuzhin · 10 years ago
  6. 7f33024 journal: use consts instead of 1024 and add helper for journal with 1k blocksize by Azat Khuzhin · 10 years ago
  7. c84da2e misc: copy extended attributes in populate_fs by Ross Burton · 10 years ago
  8. 22302aa Merge branch 'maint' into next by Theodore Ts'o · 10 years ago
  9. 97c607b libext2fs: provide a function to set inode size by Darrick J. Wong · 10 years ago
  10. 50972e1 Merge branch 'maint' into next by Theodore Ts'o · 10 years ago
  11. a30a4e9 libext2fs: fix free block accounting for 64-bit file systems by Theodore Ts'o · 10 years ago
  12. 1e33a8b Fix 32/64-bit overflow when multiplying by blocks/clusters per group by Theodore Ts'o · 10 years ago
  13. d4ecec4 libext2fs: use C99 initializers for the io_manager structure by Theodore Ts'o · 10 years ago
  14. 2dbf34e libext2fs: fix rb_resize_bmap to handle the padding bits by Theodore Ts'o · 10 years ago
  15. 8b90ab2 build: fix unused/uninitialized variable warnings by Andreas Dilger · 10 years ago
  16. 60203cb Merge branch 'maint' into next by Theodore Ts'o · 10 years ago
  17. 203e13c libext2fs: fix bounds check of the bitmap test range in get_free_blocks2 by Darrick J. Wong · 10 years ago
  18. f9f3050 Merge branch 'maint' into next by Theodore Ts'o · 10 years ago
  19. a34c72a lib/ext2fs: Only build tst_libext2fs for make check by Theodore Ts'o · 10 years ago
  20. 599915f Use sys/syscall.h instead of syscall.h by Theodore Ts'o · 10 years ago
  21. 7f7d1cb Merge branch 'maint' into next by Theodore Ts'o · 10 years ago
  22. d988201 mke2fs: prevent creation of unmountable ext4 with large flex_bg count by Akira Fujita · 10 years ago
  23. f7a51a1 mke2fs: handle flex_bg collision with backup descriptors by Andreas Dilger · 11 years ago
  24. 47fee2e e2fsprogs: introduce ext2fs_close_free() helper by Lukas Czerner · 10 years ago
  25. 5023510 blkid,ext2fs: avoid name clash with __u{8,16,32,64} by Andreas Dilger · 10 years ago
  26. 5105054 blkid: remove unnecessary header and comment by Andreas Dilger · 10 years ago
  27. 2f8d025 e2fsprogs: remove checker infrastructure by Eric Sandeen · 11 years ago
  28. 9361395 aclocal.m4: update to newer versions of autoconf macros by Theodore Ts'o · 10 years ago
  29. 3120a50 misc: quiet minor build warnings, ignore generated files by Andreas Dilger · 10 years ago
  30. ab74c09 debugfs: fix two warning messages when compiling with LLVM by Zheng Liu · 10 years ago
  31. bbccc6f misc: fix compile warnings on master branch by Andreas Dilger · 10 years ago
  32. ec3a42b Misc coverity fixes by Darrick J. Wong · 10 years ago
  33. 6bb8845 Merge branch 'maint' into next by Theodore Ts'o · 10 years ago
  34. 1f15ba0 lib/ext2fs: clean and build ext2_types.h as necessary by Theodore Ts'o · 10 years ago
  35. ceff962 tst_libext2fs: add new debug program which used for libext2fs unit tests by Theodore Ts'o · 10 years ago
  36. ba08cb9 Merge branch 'maint' into next by Theodore Ts'o · 10 years ago
  37. cbc1280 quota: support storing the quota file handles in the quota context by Theodore Ts'o · 10 years ago
  38. d37178b quota: integrate mkquota.h into quotaio.h by Theodore Ts'o · 10 years ago
  39. 4af2b15 quota: fix memory leak in quota_compare_and_update() by Theodore Ts'o · 10 years ago
  40. 68ba77c quota: fix e2fsck to notice missing quota entries by Theodore Ts'o · 10 years ago
  41. ac7ea7b quota: fix e2fsck so we update the quota file correctly by Theodore Ts'o · 10 years ago
  42. a0811c1 quota: add debugging code to print the dquot structure by Theodore Ts'o · 10 years ago
  43. 1bad6f4 misc: coverity fixes by Darrick J. Wong · 10 years ago
  44. a46300f misc: create better-packaged static analysis reports by Darrick J. Wong · 10 years ago
  45. c9bc748 Merge branch 'maint' into next by Theodore Ts'o · 10 years ago
  46. 4cf0b0f libquota: fix dict_uint_cmp() by Niu Yawei · 10 years ago
  47. 4e2d9f7 Add a make variable for the pkgconfig install dir by David Michael · 10 years ago
  48. 2de2628 mke2fs: check for a partition table and warn if present by Theodore Ts'o · 10 years ago
  49. d51072a libext2fs: fix alloc_allocate_group_table() if the flexbg_offset wraps by Theodore Ts'o · 10 years ago
  50. bd1413d e2fsprogs/filefrag: print shared extent flag by Mark Fasheh · 10 years ago
  51. 71715a5 Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  52. d8f401b fix miscellaneous build warnings by Andreas Dilger · 11 years ago
  53. 251edc3 libext2fs: fix build errors on bigendian hosts by Eryu Guan · 11 years ago
  54. acbca26 libext2fs: fix parents when modifying extents by Darrick J. Wong · 11 years ago
  55. a14f0a6 libext2fs: fix memory leak when drastically shrinking extent tree depth by Darrick J. Wong · 11 years ago
  56. 8a6cc1a misc: fix header complaints and resource leaks in e2fsprogs by Darrick J. Wong · 11 years ago
  57. b052dc1 libext2fs: fix 64bit overflow in ext2fs_block_alloc_stats_range by Darrick J. Wong · 11 years ago
  58. 24997f1 misc: cppcheck cleanups by Darrick J. Wong · 11 years ago
  59. f160524 all: Introduce cppcheck static checking for make C=1 by Darrick J. Wong · 11 years ago
  60. 8f22fa0 libext2fs: repair side effects when iterating dirents in inline dirs by Darrick J. Wong · 11 years ago
  61. 179e3bd libext2fs: during inlinedata expand, don't corrupt inode by Darrick J. Wong · 11 years ago
  62. 97bd89c libext2fs: fix iblocks correctly when expanding an inline_data file by Darrick J. Wong · 11 years ago
  63. cb803fc libext2fs: don't fail when doing a strict rewrite of inline data by Darrick J. Wong · 11 years ago
  64. f9574ad libext2fs: fix build failure on big endian systems by Theodore Ts'o · 11 years ago
  65. 2ddcee1 debugfs, libext2fs: minor fixups to xattr support by Darrick J. Wong · 11 years ago
  66. cecc79a Update Makefile dependencies by Theodore Ts'o · 11 years ago
  67. 3125348 libext2fs: add a unit test for inline data by Zheng Liu · 11 years ago
  68. be31a8d libext2fs: export inode cache creation function by Zheng Liu · 11 years ago
  69. 042e071 e2fsck: check inline_data in pass1 by Zheng Liu · 11 years ago
  70. 448cc0e libext2fs: add inline_data feature into EXT2_LIB_FEATURE_INCOMPAT_SUPP by Zheng Liu · 11 years ago
  71. 54e880b libext2fs: handle inline data in read/write function by Zheng Liu · 11 years ago
  72. 97581d4 debugfs: handle inline data feature in punch command by Zheng Liu · 11 years ago
  73. f5f6c02 debugfs: handle inline_data feature in bmap command by Zheng Liu · 11 years ago
  74. 82e77d0 debugfs: make mkdir command support inline data by Zheng Liu · 11 years ago
  75. 46bd6bd debugfs: make expand command support inline data by Zheng Liu · 11 years ago
  76. 133e946 debugfs: make stat command support inline data by Zheng Liu · 11 years ago
  77. 716a3c3 libext2fs: handle inline_data in block iterator function by Zheng Liu · 11 years ago
  78. 416c1de libext2fs: handle inline data in dir iterator function by Zheng Liu · 11 years ago
  79. 11f9374 libext2fs: define new dirent_swab interfaces for inline data by Zheng Liu · 11 years ago
  80. 456b93c libext2fs: free key/value pairs before reading by Darrick J. Wong · 11 years ago
  81. 9224d81 libext2fs: extend xattr api to query number of attrs by Darrick J. Wong · 11 years ago
  82. 6851569 libext2fs: various tweaks to the xattr editor APIs by Darrick J. Wong · 11 years ago
  83. 2077c20 libext2fs: support modifying arbitrary extended attributes by Darrick J. Wong · 11 years ago
  84. 3ba59bf Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  85. fedfb27 Add coverage testing using gcov by Theodore Ts'o · 11 years ago
  86. dc084ab Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  87. 585bca6 Set pointer to NULL after ext2fs_free by Lukas Czerner · 11 years ago
  88. 4f3ded2 libext2fs: delete unused "handle" variable by jon ernst · 11 years ago
  89. a4613d1 ext2fs: declare struct_io_manager at end of file by Andreas Dilger · 11 years ago
  90. 3b97799 tests: skip unsupported tests on MacOS systems by Andreas Dilger · 11 years ago
  91. 4d46e6c build: fix LLVM compiler warnings by Andreas Dilger · 11 years ago
  92. f3fa568 libe2p: allow libe2p.h to be used in C++ programs by Theodore Ts'o · 11 years ago
  93. d5fc19f Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  94. 156a151 libext2fs: try to roll back when splitting an extent fails by Darrick J. Wong · 11 years ago
  95. 6225a15 libext2fs: don't hang on to unmapped block if extent tree update fails by Darrick J. Wong · 11 years ago
  96. 3c890ee libext2fs: during punch, fix parent extents after modifying extent by Darrick J. Wong · 11 years ago
  97. 80dec4c libext2fs: iterate past lower extents during punch by Darrick J. Wong · 11 years ago
  98. f0996c1 Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  99. c714d02 Fix up the Makefiles dependencies in lib/ext2fs and lib/quota by Theodore Ts'o · 11 years ago
  100. 9b36ce0 libss: fix potential buffer overrun in list_rqs by Theodore Ts'o · 11 years ago