1. 8dc4704 po: update es.po (from translationproject.org) by Benno Schulenberg · 10 years ago
  2. b753281 po: update cs.po (from translationproject.org) by Petr Pisar · 10 years ago
  3. ba08cb9 Merge branch 'maint' into next by Theodore Ts'o · 10 years ago
  4. 35a7a57 mke2fs: set gdt csum when creating packed fs by Darrick J. Wong · 10 years ago
  5. 1244cac resize2fs: fix sanity check in reserve_sparse_super2_last_group() by Darrick J. Wong · 10 years ago
  6. 1c358e6 quota: remove mke2fs's and tune2fs's warning messages regarding quota by Theodore Ts'o · 10 years ago
  7. 133d9fb tests: add basic e2fsck regression test for fixing the quota inode by Theodore Ts'o · 10 years ago
  8. 75fc42f debugfs: add commands to query the quota information by Theodore Ts'o · 10 years ago
  9. cbc1280 quota: support storing the quota file handles in the quota context by Theodore Ts'o · 10 years ago
  10. d37178b quota: integrate mkquota.h into quotaio.h by Theodore Ts'o · 10 years ago
  11. 4af2b15 quota: fix memory leak in quota_compare_and_update() by Theodore Ts'o · 10 years ago
  12. 68ba77c quota: fix e2fsck to notice missing quota entries by Theodore Ts'o · 10 years ago
  13. ac7ea7b quota: fix e2fsck so we update the quota file correctly by Theodore Ts'o · 10 years ago
  14. a0811c1 quota: add debugging code to print the dquot structure by Theodore Ts'o · 10 years ago
  15. 46272d5 debugfs: force logdump to display (old) journal contents by Darrick J. Wong · 10 years ago
  16. a1ff15f debugfs: teach logdump to deal with 64bit revoke tables by Darrick J. Wong · 10 years ago
  17. c6bab65 mke2fs: always warn if 128-byte inode and inline_data by Darrick J. Wong · 10 years ago
  18. c61e006 libext2fs: create sockets when populating filesystem by Darrick J. Wong · 10 years ago
  19. 1bad6f4 misc: coverity fixes by Darrick J. Wong · 10 years ago
  20. a46300f misc: create better-packaged static analysis reports by Darrick J. Wong · 10 years ago
  21. c9bc748 Merge branch 'maint' into next by Theodore Ts'o · 10 years ago
  22. 4cf0b0f libquota: fix dict_uint_cmp() by Niu Yawei · 10 years ago
  23. 4e2d9f7 Add a make variable for the pkgconfig install dir by David Michael · 10 years ago
  24. 91f0468 Fix cross compilation problem in parse-types.sh by Chen Qi · 10 years ago
  25. 2de2628 mke2fs: check for a partition table and warn if present by Theodore Ts'o · 10 years ago
  26. 352fbed mke2fs: print extra information about existing ext2/3/4 file systems by Theodore Ts'o · 10 years ago
  27. a11cceb mke2fs: print a message when creating a regular file by Theodore Ts'o · 10 years ago
  28. cd84e9a resize2fs: fix inode table move for the backwards move case by Theodore Ts'o · 10 years ago
  29. d51072a libext2fs: fix alloc_allocate_group_table() if the flexbg_offset wraps by Theodore Ts'o · 10 years ago
  30. 45a78b8 resize2fs: refine minimum required blocks for flex_bg file systems by Theodore Ts'o · 10 years ago
  31. b4f30fc resize2fs: fix overly-pessimistic calculation of minimum size required by Theodore Ts'o · 10 years ago
  32. 7664c75 e2fsck: if any problems are fixed in pass 0, check the whole file system by Theodore Ts'o · 10 years ago
  33. bd1413d e2fsprogs/filefrag: print shared extent flag by Mark Fasheh · 10 years ago
  34. 6d82e1f mke2fs: only print the low-level file system stats in verbose mode by Theodore Ts'o · 10 years ago
  35. dbcd617 mke2fs: check for pre-existing file system by Theodore Ts'o · 10 years ago
  36. f83f413 mke2fs: add an option in mke2fs.conf to proceed after a delay by Theodore Ts'o · 10 years ago
  37. 802146c mke2fs: create a regular file if necessary by Theodore Ts'o · 10 years ago
  38. 8273945 mke2fs: don't complain if the regular file is too small by Theodore Ts'o · 10 years ago
  39. d69f43f mke2fs, tune2fs: call proceed_question() from check_plausibility()'s caller by Theodore Ts'o · 10 years ago
  40. 83c469b mke2fs: don't ask the proceed question using a regular file by Theodore Ts'o · 10 years ago
  41. 6f6f567 e2fsck: skip low dtime check if the number of inodes > s_mkfs_time by Theodore Ts'o · 10 years ago
  42. 71715a5 Merge branch 'maint' into next by Theodore Ts'o · 10 years ago
  43. 5bb66e3 tests: fix resize test tmpfs max-file-size checking by Andreas Dilger · 10 years ago
  44. d8f401b fix miscellaneous build warnings by Andreas Dilger · 10 years ago
  45. 2af0221 mke2fs.c: return error when failed to populate fs by Robert Yang · 10 years ago
  46. aa73432 e4defrag: fix error reporting when ext2fs_open fails by Theodore Ts'o · 10 years ago
  47. 4a77520 e4defrag: open fs with EXT2_FLAG_64BITS flag by Jon Ernst · 10 years ago
  48. 7a5081d Merge branch 'maint' into next by Theodore Ts'o · 10 years ago
  49. 251edc3 libext2fs: fix build errors on bigendian hosts by Eryu Guan · 10 years ago
  50. 767183d logsave: make message when process has a non-zero exit code to be less scary by Theodore Ts'o · 10 years ago
  51. 28b966d e2fsck: print runs of duplicate blocks instead of all of them by Darrick J. Wong · 10 years ago
  52. acbca26 libext2fs: fix parents when modifying extents by Darrick J. Wong · 10 years ago
  53. a14f0a6 libext2fs: fix memory leak when drastically shrinking extent tree depth by Darrick J. Wong · 10 years ago
  54. 8a6cc1a misc: fix header complaints and resource leaks in e2fsprogs by Darrick J. Wong · 10 years ago
  55. b052dc1 libext2fs: fix 64bit overflow in ext2fs_block_alloc_stats_range by Darrick J. Wong · 10 years ago
  56. 24997f1 misc: cppcheck cleanups by Darrick J. Wong · 10 years ago
  57. f160524 all: Introduce cppcheck static checking for make C=1 by Darrick J. Wong · 10 years ago
  58. d05c9c7 resize2fs: add inline dirs for remapping by Darrick J. Wong · 10 years ago
  59. 8f22fa0 libext2fs: repair side effects when iterating dirents in inline dirs by Darrick J. Wong · 10 years ago
  60. 179e3bd libext2fs: during inlinedata expand, don't corrupt inode by Darrick J. Wong · 10 years ago
  61. cc7d12a e2fsck: zero errcode when checking inline data blocks by Darrick J. Wong · 10 years ago
  62. 97bd89c libext2fs: fix iblocks correctly when expanding an inline_data file by Darrick J. Wong · 10 years ago
  63. cb803fc libext2fs: don't fail when doing a strict rewrite of inline data by Darrick J. Wong · 10 years ago
  64. 81ac00d e2fsck: don't rehash inline directories by Darrick J. Wong · 10 years ago
  65. f9574ad libext2fs: fix build failure on big endian systems by Theodore Ts'o · 10 years ago
  66. 227239b debugfs: create commands to edit extended attributes by Darrick J. Wong · 10 years ago
  67. 2ddcee1 debugfs, libext2fs: minor fixups to xattr support by Darrick J. Wong · 10 years ago
  68. 3aec816 create_inode: fix gcc -Wall complaints by Theodore Ts'o · 10 years ago
  69. b99888a create_inode: handle hard link inum mappings per populate_fs invocation by Darrick J. Wong · 10 years ago
  70. a3111e8 create_inode: move debugfs internal state back to debugfs by Darrick J. Wong · 10 years ago
  71. 9c891f7 create_inode: whitespace fixes by Darrick J. Wong · 10 years ago
  72. 8f8d8a5 create_inode: minor cleanups by Darrick J. Wong · 10 years ago
  73. 117b54c create_inode: clean up return mess in do_write_internal by Darrick J. Wong · 10 years ago
  74. cecc79a Update Makefile dependencies by Theodore Ts'o · 10 years ago
  75. d23b196 Merge branch 'ry/mke2fs-populate' into next by Theodore Ts'o · 10 years ago
  76. 5ad810e mke2fs.8.in: update the manual for the -d option by Robert Yang · 10 years ago
  77. 9aa3aa8 debugfs: use the functions in misc/create_inode.c by Robert Yang · 10 years ago
  78. f84894b misc/create_inode.c: handle hardlinks by Robert Yang · 10 years ago
  79. 217c0bd mke2fs.c: add an option: -d root-directory by Robert Yang · 10 years ago
  80. b696065 misc/create_inode.c: set owner/mode/time for the inode by Robert Yang · 10 years ago
  81. 3068f03 misc/create_inode.c: create directory by Robert Yang · 10 years ago
  82. ce600dc misc/create_inode.c: copy regular file by Robert Yang · 10 years ago
  83. b25ddc5 misc/create_inode.c: create symlink by Robert Yang · 10 years ago
  84. b234611 misc/create_inode.c: create special file by Robert Yang · 10 years ago
  85. 052064b misc/create_inode.c: copy files recursively by Robert Yang · 10 years ago
  86. 0d4deba mke2fs: add the ability to copy files from a given directory by Robert Yang · 10 years ago
  87. 46d2a26 Merge branch 'maint' into next by Theodore Ts'o · 10 years ago
  88. 9aef4b6 mke2fs: disable resize_inode feature if 64bit feature is enabled by Eryu Guan · 11 years ago
  89. 93d0db3 e2fsck: don't use e2fsck_global_ctx in e2fsck_set_bitmap_type() by Theodore Ts'o · 10 years ago
  90. dde6333 e2fsck: always make sure e2fsck_global_ctx is set by Theodore Ts'o · 10 years ago
  91. 3125348 libext2fs: add a unit test for inline data by Zheng Liu · 10 years ago
  92. be31a8d libext2fs: export inode cache creation function by Zheng Liu · 10 years ago
  93. 3c1388d mke2fs: enable inline_data feature on ext4dev filesystem by Zheng Liu · 10 years ago
  94. 356b448 tests: change result in f_bad_disconnected_inode by Zheng Liu · 10 years ago
  95. 9676f3a e2fsck: check inline_data in pass3 by Zheng Liu · 10 years ago
  96. 6582dbe e2fsck: check inline_data in pass2 by Zheng Liu · 10 years ago
  97. 042e071 e2fsck: check inline_data in pass1 by Zheng Liu · 10 years ago
  98. 25fed0f e2fsck: add problem descriptions and check inline data feature by Zheng Liu · 10 years ago
  99. b451c8d mke2fs: add inline_data support in mke2fs by Zheng Liu · 10 years ago
  100. 448cc0e libext2fs: add inline_data feature into EXT2_LIB_FEATURE_INCOMPAT_SUPP by Zheng Liu · 10 years ago