1. 4259052 libcom_err: add set_com_err_gettext() by Theodore Ts'o · 13 years ago
  2. da5a6b4 compile_et: generate *_err.c files that have strings marked for xgettext by Theodore Ts'o · 13 years ago
  3. c93c1bc libquota: remove NLS support by Theodore Ts'o · 13 years ago
  4. d6120a2 libquota: use ext2_loff_t instead of loff_t by Theodore Ts'o · 13 years ago
  5. 36e4e21 libquota: remove get_qf_name() by Theodore Ts'o · 13 years ago
  6. edbfd75 libquota: clean up some gcc -Wall warnings by Theodore Ts'o · 13 years ago
  7. dba1429 libquota: remove get_qf_path() by Theodore Ts'o · 13 years ago
  8. 00ea586 libext2fs: fix bad cast which causes problems for file systems > 512EB by Theodore Ts'o · 13 years ago
  9. bfbeec0 e2fsprogs: Fix thinko in ext2fs_initialize bigalloc case by Eric Sandeen · 13 years ago
  10. 8232f2d libext2fs: move #include "ext2fs.h" from crc32c_defs.h to crc32c.c by Theodore Ts'o · 13 years ago
  11. 756690a libext2fs, libquota: fix some makefile dependency issues by Theodore Ts'o · 13 years ago
  12. e43bb12 e2fsprogs: include headers for open() in ext2fs.h by Eric Sandeen · 13 years ago
  13. 9026b3d libext2fs: Always swab the MMP block on big-endian systems machines by Darrick J. Wong · 13 years ago
  14. a7a6367 libext2fs: Fix various bugs from the metadata checksum integration by Darrick J. Wong · 13 years ago
  15. a378bd5 libext2fs: use ext2fs byte swap functions for portability by Theodore Ts'o · 13 years ago
  16. 38a420b libquota: use ext2fs byte swapping functions for portability by Theodore Ts'o · 13 years ago
  17. 0f5eba7 ext2fs: add multi-mount protection (INCOMPAT_MMP) by Andreas Dilger · 13 years ago
  18. 6b56f3d misc: quiet minor compiler errors by Andreas Dilger · 13 years ago
  19. 9d9a53e libext2fs: add flag to ext2fs_flush() and ext2fs_close() to avoid fsync by Richard W.M. Jones · 13 years ago
  20. 8f9d708 libquota: only build a static library by Theodore Ts'o · 13 years ago
  21. d1154eb Shorten compile commands run by the build system by Theodore Ts'o · 13 years ago
  22. 5ea3c82 libext2: Fix leaks in write_bitmaps on error returns by Eric Sandeen · 13 years ago
  23. 624e8eb e2fsprogs: Fix some error cleanup path bugs by Eric Sandeen · 13 years ago
  24. 06e41dd libe2p: reach unreachable code by Eric Sandeen · 13 years ago
  25. 9e30fb2 e2fsprogs: annotate intentional fallthroughs in case statements by Eric Sandeen · 13 years ago
  26. 665563b libext2fs: Potential null ptr deref in undo_err_handler_init by Eric Sandeen · 13 years ago
  27. d0f196d libext2: move buf variable completely under ifdef by Eric Sandeen · 13 years ago
  28. bc28abc libext2: Fix EXT2_LIB_SOFTSUPP masking by Eric Sandeen · 13 years ago
  29. ae96c67 libext2s: fix swapfs.c so it builds on big endian systems by Theodore Ts'o · 13 years ago
  30. cd0b97e libquota: indicate in the ELF library image that it requires libext2fs by Theodore Ts'o · 13 years ago
  31. 16c581d debugfs: add 64-bit support to the set_field commands by Theodore Ts'o · 13 years ago
  32. 89efc88 libext2fs: add metadata checksum and snapshot feature flags by Theodore Ts'o · 13 years ago
  33. f314bb0 libext2fs: remove redundant last-group check in ext2fs_check_desc() by Eric Sandeen · 13 years ago
  34. 98f4547 e2fsprogs: add ext2fs_group_blocks_count helper by Eric Sandeen · 13 years ago
  35. 65b7a46 libext2fs: fix size check in tst_inode_size by Theodore Ts'o · 13 years ago
  36. 75405ff Merge branch 'maint' into next by Theodore Ts'o · 13 years ago
  37. d2bfdc7 e2fsprogs: Use punch hole as "discard" on regular files by Lukas Czerner · 13 years ago
  38. c859cb1 e2fsprogs: create open() and stat() helpers by Lukas Czerner · 13 years ago
  39. db8bbf2 libext2fs: Add crc32c implementation for metadata checksumming by Darrick J. Wong · 13 years ago
  40. 15749d7 libext2fs: fix the range validation in bitmap_range2 funcs by Amir Goldstein · 13 years ago
  41. 3fbfad5 libext2fs: fix binary and source compatibility with the dump program by Theodore Ts'o · 13 years ago
  42. 6316513 libe2p: fix bug so that MNTOPT_ options can be successfully parsed by Theodore Ts'o · 13 years ago
  43. 449c87a libquota: fix "make install" so it works in with a VPATH build directory by Theodore Ts'o · 13 years ago
  44. 897fbaa libext2fs: add new test: tst_inode_size by Theodore Ts'o · 13 years ago
  45. 9f6ba88 resize2fs: add support for new in-kernel online resize ioctl by Yongqiang Yang · 13 years ago
  46. 624e4a6 e2fsck: add support for checking the built-in quota files by Aditya Kali · 13 years ago
  47. f239fef e2fsprogs: add quota library to e2fsprogs by Aditya Kali · 13 years ago
  48. a4aff9c libext2fs: fix binary search for the icount and badblocks stores by Theodore Ts'o · 13 years ago
  49. 9c79612 libext2fs: copy cluster_bits in ext2fs_copy_generic_bmap by Eric Sandeen · 13 years ago
  50. d8fae3c libext2fs: fix block iterator when the callback function modifies an extent by Theodore Ts'o · 13 years ago
  51. 0bd0e59 misc: use EXT2_I_SIZE() consistently to get size by Andreas Dilger · 13 years ago
  52. 81c6377 libext2fs: don't hang in ext2fs_new_block2() on a full bigalloc file system by Theodore Ts'o · 13 years ago
  53. 8e8a190 libext2fs: teach ext2fs_bmap2() about bigalloc by Theodore Ts'o · 13 years ago
  54. 551e2e4 libext2fs: move ext2fs_bmap2()'s the extent handling to a separate function by Theodore Ts'o · 13 years ago
  55. b98d3e8 libext2fs: teach ext2fs_block_alloc_stats2() about bigalloc by Theodore Ts'o · 13 years ago
  56. c4d2d43 libext2fs: replace missing flexbg initialization in flexbg_offset by Theodore Ts'o · 13 years ago
  57. d32c915 libext2fs: Fix gcc -Wall warnings by Theodore Ts'o · 13 years ago
  58. 062cc47 libext2fs: fix 64-bit support in ext2fs_bmap2() by Theodore Ts'o · 13 years ago
  59. 41e102a libext2fs: fix 64-bit support in ext2fs_{read,write}_inode_full() by Theodore Ts'o · 13 years ago
  60. 25567a7 e2fsck, libext2fs: support for bigalloc file systems with a blocksize of 1024 by Theodore Ts'o · 13 years ago
  61. 1ca8779 libext2fs: fix makefile dependency problem by Theodore Ts'o · 13 years ago
  62. b2e6c86 mke2fs, e2fsck: fix i_blocks handling for bigalloc file systems by Theodore Ts'o · 13 years ago
  63. fe75afb Fix superblock field s_blocks_count for bigalloc file systems by Theodore Ts'o · 13 years ago
  64. 96367ad misc: quiet "unused variable" compiler warnings by Andreas Dilger · 13 years ago
  65. 5f2e1a8 libext2fs: fix regression in ext2fs_new_block2() for uninit_bg file systems by Theodore Ts'o · 13 years ago
  66. 8f36e69 Merge branch 'maint' into next by Theodore Ts'o · 13 years ago
  67. 388b66f ext2fs: fix error handling in ext2fs_add_dir_block by Andreas Dilger · 13 years ago
  68. 6c54689 mke2fs: skip zeroing journal blocks by Andreas Dilger · 13 years ago
  69. 931b58e ext2fs: Handle internal journal over 2^32 bytes by Andreas Dilger · 13 years ago
  70. 534a4c3 ext2fs: don't use O_DIRECT if not available by Andreas Dilger · 13 years ago
  71. a1a7699 misc: fix compile warnings on OSX by Andreas Dilger · 13 years ago
  72. 65d05ce ext2fs: fix ext2fs_warn_bitmap32() return warning by Andreas Dilger · 13 years ago
  73. 1ac2aa2 ext2fs: fix undeclared posix_memalign() warning by Andreas Dilger · 13 years ago
  74. cf5301d misc: clean up compiler warnings by Andreas Dilger · 13 years ago
  75. 44fe08f e2fsck: add basic bigalloc support to check (but not yet repair) file systems by Theodore Ts'o · 13 years ago
  76. c6ed60c mke2fs: support creating bigalloc file systems by Theodore Ts'o · 13 years ago
  77. 4a2a9b7 libext2fs: allocate clusters to files in expand_dir.c and mkjournal.c by Theodore Ts'o · 13 years ago
  78. b0ecb78 libext2fs: teach block allocation functions about bigalloc/clusters by Theodore Ts'o · 13 years ago
  79. 94968e7 libext2fs: teach bitmap functions about bigalloc/cluster by Theodore Ts'o · 13 years ago
  80. 1afb468 libext2fs: create extent-based directories if the extents feature is enabled by Theodore Ts'o · 13 years ago
  81. 6a6337c Merge branch 'maint' into next by Theodore Ts'o · 13 years ago
  82. b92fbed libext2fs: Teach block bitmap read, write, and allocation funcs about clusters by Theodore Ts'o · 13 years ago
  83. 1da5ef7 libext2fs: change fs->clustersize to fs->cluster_ratio_bits by Theodore Ts'o · 13 years ago
  84. ae9e37c libext2fs: change EXT2_MAX_BLOCKS_PER_GROUP() to be cluster size aware by Theodore Ts'o · 13 years ago
  85. 6220b67 libext2fs: require cluster size == block_size when opening a !bigalloc fs by Theodore Ts'o · 13 years ago
  86. 1e082c6 libcom_err: Fix install rule if installing with hard links by Theodore Ts'o · 13 years ago
  87. bf0449b e2image: Add support for qcow2 format by Lukas Czerner · 13 years ago
  88. ffec46f e2fsprogs: Add memory allocation and zero-out helpers by Lukas Czerner · 13 years ago
  89. 598d20c mke2fs: make s_inodes_per_group >= 8 in ext2fs_initialize by Tao Ma · 13 years ago
  90. 5fff975 e2fsprogs: fix memory leak in ext2fs_free_generic_bmap() by Lukas Czerner · 13 years ago
  91. ba7cb5d e2fsprogs: fix freeing bitmap in allocation error path by Lukas Czerner · 13 years ago
  92. 5af9eea Merge branch 'maint' into next by Theodore Ts'o · 13 years ago
  93. 4df1618 add new superblock field: s_overhead_blocks by Theodore Ts'o · 13 years ago
  94. aa07cb7 mke2fs: If the device supports discard, don't print an error message by Theodore Ts'o · 13 years ago
  95. 829d999 Merge branch 'maint' into next by Theodore Ts'o · 13 years ago
  96. 412376e Add basic BIGALLOC support for cluster-based allocation by Theodore Ts'o · 13 years ago
  97. 0edcc27 e2fsprogs: reserving code points for new ext4 quota feature by Aditya Kali · 13 years ago
  98. 214580a Merge branch 'maint' into next by Theodore Ts'o · 13 years ago
  99. 6a426c9 e2fsprogs: enable user namespace xattrs by default by Eric Sandeen · 13 years ago
  100. 3daf592 e2fsprogs: turn off enforced fsck intervals by default by Eric Sandeen · 13 years ago