1. 65b7a46 libext2fs: fix size check in tst_inode_size by Theodore Ts'o · 13 years ago
  2. 75405ff Merge branch 'maint' into next by Theodore Ts'o · 13 years ago
  3. d2bfdc7 e2fsprogs: Use punch hole as "discard" on regular files by Lukas Czerner · 13 years ago
  4. c859cb1 e2fsprogs: create open() and stat() helpers by Lukas Czerner · 13 years ago
  5. db8bbf2 libext2fs: Add crc32c implementation for metadata checksumming by Darrick J. Wong · 13 years ago
  6. 15749d7 libext2fs: fix the range validation in bitmap_range2 funcs by Amir Goldstein · 13 years ago
  7. 3fbfad5 libext2fs: fix binary and source compatibility with the dump program by Theodore Ts'o · 13 years ago
  8. 6316513 libe2p: fix bug so that MNTOPT_ options can be successfully parsed by Theodore Ts'o · 13 years ago
  9. 449c87a libquota: fix "make install" so it works in with a VPATH build directory by Theodore Ts'o · 13 years ago
  10. 897fbaa libext2fs: add new test: tst_inode_size by Theodore Ts'o · 13 years ago
  11. 9f6ba88 resize2fs: add support for new in-kernel online resize ioctl by Yongqiang Yang · 13 years ago
  12. 624e4a6 e2fsck: add support for checking the built-in quota files by Aditya Kali · 13 years ago
  13. f239fef e2fsprogs: add quota library to e2fsprogs by Aditya Kali · 13 years ago
  14. a4aff9c libext2fs: fix binary search for the icount and badblocks stores by Theodore Ts'o · 13 years ago
  15. 9c79612 libext2fs: copy cluster_bits in ext2fs_copy_generic_bmap by Eric Sandeen · 13 years ago
  16. d8fae3c libext2fs: fix block iterator when the callback function modifies an extent by Theodore Ts'o · 13 years ago
  17. 0bd0e59 misc: use EXT2_I_SIZE() consistently to get size by Andreas Dilger · 13 years ago
  18. 81c6377 libext2fs: don't hang in ext2fs_new_block2() on a full bigalloc file system by Theodore Ts'o · 13 years ago
  19. 8e8a190 libext2fs: teach ext2fs_bmap2() about bigalloc by Theodore Ts'o · 13 years ago
  20. 551e2e4 libext2fs: move ext2fs_bmap2()'s the extent handling to a separate function by Theodore Ts'o · 13 years ago
  21. b98d3e8 libext2fs: teach ext2fs_block_alloc_stats2() about bigalloc by Theodore Ts'o · 13 years ago
  22. c4d2d43 libext2fs: replace missing flexbg initialization in flexbg_offset by Theodore Ts'o · 13 years ago
  23. d32c915 libext2fs: Fix gcc -Wall warnings by Theodore Ts'o · 13 years ago
  24. 062cc47 libext2fs: fix 64-bit support in ext2fs_bmap2() by Theodore Ts'o · 13 years ago
  25. 41e102a libext2fs: fix 64-bit support in ext2fs_{read,write}_inode_full() by Theodore Ts'o · 13 years ago
  26. 25567a7 e2fsck, libext2fs: support for bigalloc file systems with a blocksize of 1024 by Theodore Ts'o · 13 years ago
  27. 1ca8779 libext2fs: fix makefile dependency problem by Theodore Ts'o · 13 years ago
  28. b2e6c86 mke2fs, e2fsck: fix i_blocks handling for bigalloc file systems by Theodore Ts'o · 13 years ago
  29. fe75afb Fix superblock field s_blocks_count for bigalloc file systems by Theodore Ts'o · 13 years ago
  30. 96367ad misc: quiet "unused variable" compiler warnings by Andreas Dilger · 13 years ago
  31. 5f2e1a8 libext2fs: fix regression in ext2fs_new_block2() for uninit_bg file systems by Theodore Ts'o · 13 years ago
  32. 8f36e69 Merge branch 'maint' into next by Theodore Ts'o · 13 years ago
  33. 388b66f ext2fs: fix error handling in ext2fs_add_dir_block by Andreas Dilger · 13 years ago
  34. 6c54689 mke2fs: skip zeroing journal blocks by Andreas Dilger · 13 years ago
  35. 931b58e ext2fs: Handle internal journal over 2^32 bytes by Andreas Dilger · 13 years ago
  36. 534a4c3 ext2fs: don't use O_DIRECT if not available by Andreas Dilger · 13 years ago
  37. a1a7699 misc: fix compile warnings on OSX by Andreas Dilger · 13 years ago
  38. 65d05ce ext2fs: fix ext2fs_warn_bitmap32() return warning by Andreas Dilger · 13 years ago
  39. 1ac2aa2 ext2fs: fix undeclared posix_memalign() warning by Andreas Dilger · 13 years ago
  40. cf5301d misc: clean up compiler warnings by Andreas Dilger · 13 years ago
  41. 44fe08f e2fsck: add basic bigalloc support to check (but not yet repair) file systems by Theodore Ts'o · 13 years ago
  42. c6ed60c mke2fs: support creating bigalloc file systems by Theodore Ts'o · 13 years ago
  43. 4a2a9b7 libext2fs: allocate clusters to files in expand_dir.c and mkjournal.c by Theodore Ts'o · 13 years ago
  44. b0ecb78 libext2fs: teach block allocation functions about bigalloc/clusters by Theodore Ts'o · 13 years ago
  45. 94968e7 libext2fs: teach bitmap functions about bigalloc/cluster by Theodore Ts'o · 13 years ago
  46. 1afb468 libext2fs: create extent-based directories if the extents feature is enabled by Theodore Ts'o · 13 years ago
  47. 6a6337c Merge branch 'maint' into next by Theodore Ts'o · 13 years ago
  48. b92fbed libext2fs: Teach block bitmap read, write, and allocation funcs about clusters by Theodore Ts'o · 13 years ago
  49. 1da5ef7 libext2fs: change fs->clustersize to fs->cluster_ratio_bits by Theodore Ts'o · 13 years ago
  50. ae9e37c libext2fs: change EXT2_MAX_BLOCKS_PER_GROUP() to be cluster size aware by Theodore Ts'o · 13 years ago
  51. 6220b67 libext2fs: require cluster size == block_size when opening a !bigalloc fs by Theodore Ts'o · 13 years ago
  52. 1e082c6 libcom_err: Fix install rule if installing with hard links by Theodore Ts'o · 13 years ago
  53. bf0449b e2image: Add support for qcow2 format by Lukas Czerner · 13 years ago
  54. ffec46f e2fsprogs: Add memory allocation and zero-out helpers by Lukas Czerner · 13 years ago
  55. 598d20c mke2fs: make s_inodes_per_group >= 8 in ext2fs_initialize by Tao Ma · 13 years ago
  56. 5fff975 e2fsprogs: fix memory leak in ext2fs_free_generic_bmap() by Lukas Czerner · 13 years ago
  57. ba7cb5d e2fsprogs: fix freeing bitmap in allocation error path by Lukas Czerner · 13 years ago
  58. 5af9eea Merge branch 'maint' into next by Theodore Ts'o · 13 years ago
  59. 4df1618 add new superblock field: s_overhead_blocks by Theodore Ts'o · 13 years ago
  60. aa07cb7 mke2fs: If the device supports discard, don't print an error message by Theodore Ts'o · 13 years ago
  61. 829d999 Merge branch 'maint' into next by Theodore Ts'o · 13 years ago
  62. 412376e Add basic BIGALLOC support for cluster-based allocation by Theodore Ts'o · 13 years ago
  63. 0edcc27 e2fsprogs: reserving code points for new ext4 quota feature by Aditya Kali · 13 years ago
  64. 214580a Merge branch 'maint' into next by Theodore Ts'o · 13 years ago
  65. 6a426c9 e2fsprogs: enable user namespace xattrs by default by Eric Sandeen · 13 years ago
  66. 3daf592 e2fsprogs: turn off enforced fsck intervals by default by Eric Sandeen · 13 years ago
  67. b6d274f e2fsprogs: create com_err.h link in includedir by Eric Sandeen · 13 years ago
  68. da2a5a4 Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  69. a4fdf09 libext2fs: Don't use the extended rec_len encoding for standard file systems by Theodore Ts'o · 14 years ago
  70. 91dc3f0 libext2fs: fix possible memory leak in write_journal_inode() by Namhyung Kim · 14 years ago
  71. 58caabc ext2fs: fix memory leak in an error case in inode_open() by Theodore Ts'o · 14 years ago
  72. 2150278 libext2fs: fix potential free() of garbage in ext2fs_update_bb_inode() by Theodore Ts'o · 14 years ago
  73. f57e64a libext2fs: fix dubious code in ext2fs_unmark_generic_bitmap() by Namhyung Kim · 14 years ago
  74. 877d1dc libext2fs: remove unnecessary casts to ext2fs_generic_bitmap by Namhyung Kim · 14 years ago
  75. 3ece37e libext2fs: fix dubious code in ext2fs_numeric_progress_init() by Namhyung Kim · 14 years ago
  76. beb4295 libext2fs: fix potential build failure with OMIT_COM_ERR by Namhyung Kim · 14 years ago
  77. 562f264 Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  78. 9098c98 libext2fs: Fix compile bug on big-endian architectures by Theodore Ts'o · 14 years ago
  79. 94ded6c libext2fs: fix ref_offset callback with sparse files in ext2fs_block_iterate2() by Theodore Ts'o · 14 years ago
  80. c816ecb e2fsprogs: fix type-punning warnings by Eric Sandeen · 14 years ago
  81. efa1a35 e2fsck: Discard free data and inode blocks. by Lukas Czerner · 14 years ago
  82. d866599 e2fsprogs: Add CHANNEL_FLAGS_DISCARD_ZEROES flag for io_manager by Lukas Czerner · 14 years ago
  83. e90a59e e2fsprogs: Add discard function into struct_io_manager by Lukas Czerner · 14 years ago
  84. 4fca2b9 Fix EXT4_FEATURE_RO_COMPAT_HUGE_FILE check by Justin Maggard · 14 years ago
  85. 9d92a20 Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  86. 73fbe23 libext2fs: Change EXT2_FLAG_DIRECT_IO to avoid conflict with devel branch by Theodore Ts'o · 14 years ago
  87. 00f0b14 ext2fs: Optimize for Direct I/O by Theodore Ts'o · 14 years ago
  88. 7f1a1fb ext2fs: Add Direct I/O support to the ext2fs library by Theodore Ts'o · 14 years ago
  89. faafdb7 libext2fs: Fix memory leak in the Unix I/O layer when changing block size by Theodore Ts'o · 14 years ago
  90. 023a1df ext2fs: add ext2fs_get_memalign() function by Theodore Ts'o · 14 years ago
  91. 9345f02 tune2fs, debugfs, libext2fs: Add support for ext4 default mount options by Theodore Ts'o · 14 years ago
  92. ccc7cf0 libext2fs: fix obvious big-endian bugs introduced by 64-bit changes by Theodore Ts'o · 14 years ago
  93. 27a0e95 libext2fs: Add ext2fs_file_size_size2() and truncate the file if necessary by Theodore Ts'o · 14 years ago
  94. 6dc058b libext2fs: Add new function ext2fs_file_get_inode() by Renzo Davoli · 14 years ago
  95. 3adb937 libext2fs: Add new function ext2fs_punch() by Theodore Ts'o · 14 years ago
  96. f03bb73 libext2fs: Don't make a copy of the inode in ext2fs_extent_open2() by Theodore Ts'o · 14 years ago
  97. 47e155d libext2fs: Fix ext2fs_iblk_{add,sub}_blocks() when the i_blocks_hi is non-zero by Theodore Ts'o · 14 years ago
  98. 92e2d79 tst_extents: Fix 64-bit bugs in do_goto_block() by Theodore Ts'o · 14 years ago
  99. db0bdb4 Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  100. c5726f1 Enhance tst_super_size so that it checks the superblock fields as well by Theodore Ts'o · 14 years ago