1. fece156 E2fsprogs: fix ODR issue by Andreas Gampe · 5 years ago
  2. 554d04f Update generated files for Android by David Anderson · 6 years ago
  3. 5ad467a Update e2fsprogs to 1.44.4 from upstream. by David Anderson · 6 years ago
  4. cf5587d Merge branch 'maint' into next by Theodore Ts'o · 6 years ago
  5. 98c6113 Define __GNUC_PREREQ if necessary by Theodore Ts'o · 6 years ago
  6. 62dfbc0 Merge branch 'maint' into next by Theodore Ts'o · 6 years ago
  7. b0ec76d libe2p: avoid segfault when s_nr_users is too high by Lukas Czerner · 6 years ago
  8. bcca987 libext2fs: try to always use PUNCH_HOLE for unix_discard by Darrick J. Wong · 6 years ago
  9. 3f6a978 libext2fs: use ZERO_RANGE before PUNCH_HOLE in unix_zeroout by Darrick J. Wong · 6 years ago
  10. 0e49172 Merge branch 'maint' into next by Theodore Ts'o · 6 years ago
  11. 76e28a1 libext2fs: add verity flag to EXT2_LIB_FEATURE_RO_COMPAT_SUPP by Eric Biggers · 6 years ago
  12. 7e5a95e libe2p: fix verity flag bit by Eric Biggers · 6 years ago
  13. 6ac81e4 Merge branch 'maint' into next by Theodore Ts'o · 6 years ago
  14. 0c625fe AOSP: blkid: Correct the label name for exfat by Upendra · 6 years ago
  15. dd3b4cc libext2fs: fix uninitialized length in rep_strdup() by Theodore Ts'o · 6 years ago
  16. ef9186e Remove obsolete files from the repository by Theodore Ts'o · 6 years ago
  17. 2ca70c2 Merge branch 'maint' into next by Theodore Ts'o · 6 years ago
  18. faae7aa Reserve codepoints for the fsverity feature. by Theodore Ts'o · 6 years ago
  19. 06a276e remove unused datarootdir by Lukas Czerner · 6 years ago
  20. 5abc041 build: use MKDIR_P instead of MKINSTALLDIRS by Ross Burton · 10 years ago
  21. cdca044 libext2fs: support devices w/ non-512 byte block size on Apple Darwin by Fedor Uporov · 7 years ago
  22. 2fcbcb1 Fix function declarations for ss commands to fix LTO warnings by Theodore Ts'o · 6 years ago
  23. 83d9ffc libext2fs: revamp bitmap types to fix LTO warnings by Theodore Ts'o · 6 years ago
  24. 0958bc6 AOSP: Update Android.bp files. by David Anderson · 6 years ago
  25. 24793da Merge "e2fsprogs: Fix macOS build." am: 8e814b82f3 by David Anderson · 6 years ago
  26. 4dc2456 e2fsprogs: Fix macOS build. by David Anderson · 6 years ago
  27. 5e4f119 Merge changes from topic "e2fsprogs-1.44.3" am: ef07e78bc0 by David Anderson · 6 years ago
  28. 4eca2ae AOSP: e2fsdroid: Fix crash with invalid command line args by David Anderson · 6 years ago
  29. 7f87d3b Update generated files for Android by David Anderson · 6 years ago
  30. af14814 Update Android.bp files. by David Anderson · 6 years ago
  31. 177b0f6 Merge e2fsprogs-1.44.3 from upstream into aosp/master. by David Anderson · 6 years ago
  32. fddc423 Fix compile error and warnings for old gcc versions by Li Dongyang · 6 years ago
  33. e963931 blkid: avoid FPE crash when probing a HFS+ superblock with a zero blocksize by Theodore Ts'o · 6 years ago
  34. 8dd6953 libext2fs: install hashmap.h since it is needed by libext2fs.h by Theodore Ts'o · 6 years ago
  35. e8236b4 libext2fs: call fsync(2) to clear stale errors for a new a unix I/O channel by Theodore Ts'o · 6 years ago
  36. 722b9ca AOSP: e2fsdroid and mke2fs are dynamic executable in recovery partition by Jiyong Park · 6 years ago
  37. 574b714 Update Makefile.in files using "make depend" by Theodore Ts'o · 6 years ago
  38. 1ff009a e2image, libext2fs: check for corrupted qcow2 image by Theodore Ts'o · 6 years ago
  39. e97319e libext2fs: explicitly ignore a possible unlink failure in ext2fs_free_icount by Theodore Ts'o · 6 years ago
  40. ac3256f Fix gcc and clang warnings by Theodore Ts'o · 6 years ago
  41. 60afa1d libext2fs: remove c99 idiom to fix build by Eric Sandeen · 6 years ago
  42. 038e538 libcom_err: handle error case when FD_CLOEXEC can't be set on debug FILE by Theodore Ts'o · 6 years ago
  43. ce4615d libext2fs: simplify extent_fallocate() by Theodore Ts'o · 6 years ago
  44. 7faffcf libsupport: fix (very potential) NULL dereference by Theodore Ts'o · 6 years ago
  45. f23a1b7 libext2fs: fix uninitialized variable dereference in extent_bmap() by Theodore Ts'o · 6 years ago
  46. 98eaa7c libsupport: fix memory leak in error path in quota_compute_usage() by Theodore Ts'o · 6 years ago
  47. 267ff15 libext2fs: fix potential resource leak in ext2fs_file_write by Theodore Ts'o · 6 years ago
  48. 32b8802 misc: add e2mmpstatus utility via dumpe2fs by Shuichi Ihara · 6 years ago
  49. b7454eb tests: remove redundant sed filtering by Andreas Dilger · 6 years ago
  50. 27fc1ff ext2fs: annotate superblock/inode offsets by Andreas Dilger · 6 years ago
  51. 8b5273d libext2fs: don't corrupt an blkmap64_rb when marking a range of size zero by Theodore Ts'o · 6 years ago
  52. 480ccee AOSP: Mark as recovery_available:true by Jiyong Park · 6 years ago
  53. 7c40d7b AOSP: libext2fs: Track the libsparse API change. by Tao Bao · 6 years ago
  54. 12a5866 AOSP: libext2fs: fix indentation whitespace by David Anderson · 6 years ago
  55. e4d5edd AOSP: libext2fs: increment i_blocks for shared blocks by Jin Qian · 6 years ago
  56. 611d341 AOSP: libext2fs: add EXT2_FLAG_SHARE_DUP to de-duplicate data blocks by Jin Qian · 6 years ago
  57. 555a0fc AOSP: e2fsdroid/libext2fs: move hashmap into libext2fs by Jin Qian · 6 years ago
  58. 3167250 Merge "e2fsdroid and mke2fs are dynamic executable in recovery partition" by Jiyong Park · 6 years ago
  59. df1f088 e2fsdroid and mke2fs are dynamic executable in recovery partition by Jiyong Park · 6 years ago
  60. c93b383 ext2fs: don't check s_inodes_count with EXT2_FLAG_IGNORE_SB_ERRORS by Jan Kara · 6 years ago
  61. 35b459f e2fsck: allow to fix some superblock corruptions by Jan Kara · 6 years ago
  62. 42e77d5 libext2fs: don't create filesystems with meta_bg and resize_inode by Jan Kara · 6 years ago
  63. 85f1c93 libext2fs: fix overflow when checking s_inodes_count in ext2fs_open() by Jan Kara · 6 years ago
  64. 1071df8 libext2fs: fix possible inode count overflow when creating fs by Jan Kara · 6 years ago
  65. 4300e16 Merge "e2fsdroid: Fix crash with invalid command line args." am: 054d51e627 by David Anderson · 6 years ago
  66. cedfcf2 libext2fs: allow file systems which have insane values in s_desc_size by Theodore Ts'o · 6 years ago
  67. 0f31d29 e2fsdroid: Fix crash with invalid command line args. by David Anderson · 6 years ago
  68. d5c7da2 Merge "Mark as recovery_available:true" am: 46b6acd5fe am: a2a8f1ae25 by Jiyong Park · 6 years ago
  69. db41ae2 e2fsprogs: Use 32-bit variant of ext2fs_swab to read i_projid by Chandan Rajendra · 6 years ago
  70. 4a9d5f4 Mark as recovery_available:true by Jiyong Park · 6 years ago
  71. b4d907d Merge "libext2fs: Track the libsparse API change." am: 794489fc8b am: 5f84df6a6b by Tao Bao · 6 years ago
  72. 019bed1 libext2fs: Track the libsparse API change. by Tao Bao · 6 years ago
  73. 8785aae e2fsprogs: fix Free Software Foundation address by Lukas Czerner · 6 years ago
  74. c4fe2a7 blkid: Correct the label name for exfat am: 25715073b1 by Upendra · 6 years ago
  75. fa41931 Merge "libext2fs: fix indentation whitespace" am: 521ee8d793 am: d1a4a5b394 by David Anderson · 6 years ago
  76. 384ac97 Merge "libext2fs: increment i_blocks for shared blocks" am: e4abfbb50a by Jin Qian · 6 years ago
  77. bfc1856 e2image: fix metadata image handling on big endian systems by Lukas Czerner · 6 years ago
  78. df538fa libext2fs: fix indentation whitespace by David Anderson · 6 years ago
  79. 632cc1f libext2fs: increment i_blocks for shared blocks by Jin Qian · 6 years ago
  80. 9db53e3 libext2fs: add sanity checks for ea_in_inode by Theodore Ts'o · 6 years ago
  81. 3d7abcc libext2fs: add EXT2_FLAG_SHARE_DUP to de-duplicate data blocks by Jin Qian · 6 years ago
  82. 9491100 e2fsdroid/libext2fs: move hashmap into libext2fs by Jin Qian · 6 years ago
  83. 2571507 blkid: Correct the label name for exfat by Upendra · 6 years ago
  84. 7d79b40 e2fsck: adjust quota counters when clearing orphaned inodes by Darrick J. Wong · 6 years ago
  85. 51ed02b libext2fs: support operating systems that don't have strnlen() by Theodore Ts'o · 6 years ago
  86. 627901b libext2fs: fix reading bitmaps from e2image files by Theodore Ts'o · 6 years ago
  87. 47438fc libext2fs: teach e2image imager to handle bigalloc file systems by Theodore Ts'o · 6 years ago
  88. 8b061a6 libext2fs: fix ext2fs_open2() error for meta_bg image file by Kazuya Mio · 6 years ago
  89. 1d9ec88 e2fsck: fix endianness problem when reading htree nodes by Lukas Czerner · 6 years ago
  90. 4d32184 Fix build problems on the Hurd OS by Theodore Ts'o · 6 years ago
  91. 3a86e7a Merge branch 'maint' into next by Theodore Ts'o · 6 years ago
  92. 198a2d0 libext2fs: make sure the system.data xattr gets created by Eric Biggers · 6 years ago
  93. c88970f libext2fs: forbid creating symlinks using entire block by Eric Biggers · 6 years ago
  94. 50c1e18 Merge branch 'maint' into next by Theodore Ts'o · 6 years ago
  95. eed9d84 blkid: fix building e2fsprogs with internal libblkid by Eric Biggers · 6 years ago
  96. 899425b Update release notes, etc., for the 1.44.0-rc1 release by Theodore Ts'o · 6 years ago
  97. a9d9ff7 libext2fs: declare local functions static to avoid namespace leakage by Theodore Ts'o · 6 years ago
  98. 220c826 remove AOSP's lib/config.h and update util/android_config.h by Theodore Ts'o · 6 years ago
  99. c19b18f AOSP: use e2fsprogs-defaults for ccflags by Theodore Ts'o · 6 years ago
  100. 061b744 AOSP: blkid: sanity check 'end' address must be greater than or equal to 'lable' address. by Dong Jinguang · 6 years ago