1. 188c299 ext4: Support for checksumming from journal triggers by Jan Kara · 3 years, 4 months ago
  2. 8813587 Revert "ext4: consolidate checks for resize of bigalloc into ext4_resize_begin" by Theodore Ts'o · 3 years, 6 months ago
  3. b148918 ext4: add check to prevent attempting to resize an fs with sparse_super2 by Josh Triplett · 3 years, 7 months ago
  4. e9f9f61 ext4: consolidate checks for resize of bigalloc into ext4_resize_begin by Josh Triplett · 3 years, 7 months ago
  5. a3f5cf1 ext4: drop ext4_handle_dirty_super() by Jan Kara · 4 years ago
  6. 05c2c00 ext4: protect superblock modifications with a buffer lock by Jan Kara · 4 years ago
  7. 0a846f4 ext4: use ext4_sb_bread() instead of sb_bread() by zhangyi (F) · 4 years, 3 months ago
  8. 2d069c0 ext4: use common helpers in all places reading metadata buffers by zhangyi (F) · 4 years, 3 months ago
  9. c9e8716 ext4: fix error handling code in add_new_gdb by Dinghao Liu · 4 years, 4 months ago
  10. 7c99072 ext4: fix potential race between s_flex_groups online resizing and access by Suraj Jitindar Singh · 4 years, 10 months ago
  11. 1d0c392 ext4: fix potential race between online resizing and write operations by Theodore Ts'o · 4 years, 11 months ago
  12. 71b565c ext4: drop ext4_kvmalloc() by Theodore Ts'o · 5 years ago
  13. 83448bd ext4: Reserve revoke credits for freed blocks by Jan Kara · 5 years ago
  14. a413036 ext4: Provide function to handle transaction restarts by Jan Kara · 5 years ago
  15. 5abe379 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 6 years ago
  16. 8c380ab ext4: avoid drop reference to iloc.bh twice by Pan Bian · 6 years ago
  17. 72deb45 block: remove CONFIG_LBDAF by Christoph Hellwig · 6 years ago
  18. 6c73284 ext4: report real fs size after failed resize by Lukas Czerner · 6 years ago
  19. d64264d ext4: add missing brelse() in add_new_gdb_meta_bg() by Lukas Czerner · 6 years ago
  20. f96c3ac ext4: fix crash during online resizing by Jan Kara · 6 years ago
  21. 8a36397 ext4: avoid declaring fs inconsistent due to invalid file handles by Theodore Ts'o · 6 years ago
  22. e647e29 ext4: fix EXT4_IOC_GROUP_ADD ioctl by ruippan (潘睿) · 6 years ago
  23. fb265c9 ext4: add ext4_sb_bread() to disambiguate ENOMEM cases by Theodore Ts'o · 6 years ago
  24. 4f32c38 ext4: avoid possible double brelse() in add_new_gdb() on error path by Theodore Ts'o · 6 years ago
  25. db6aee6 ext4: fix possible inode leak in the retry loop of ext4_resize_fs() by Vasily Averin · 6 years ago
  26. f348e22 ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while resizing by Vasily Averin · 6 years ago
  27. ea0abbb ext4: add missing brelse() update_backups()'s error path by Vasily Averin · 6 years ago
  28. 61a9c11 ext4: add missing brelse() add_new_gdb_meta_bg()'s error path by Vasily Averin · 6 years ago
  29. cea5794 ext4: add missing brelse() in set_flexbg_block_bitmap()'s error path by Vasily Averin · 6 years ago
  30. 9e40289 ext4: avoid potential extra brelse in setup_new_flex_group_blocks() by Vasily Averin · 6 years ago
  31. 5f8c109 ext4: fix online resizing for bigalloc file systems with a 1k block size by Theodore Ts'o · 6 years ago
  32. f0a459d ext4: fix online resize's handling of a too-small final block group by Theodore Ts'o · 6 years ago
  33. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  34. 4f2f76f7 ext4: fix fencepost error in check for inode count overflow during resize by Jan Kara · 7 years ago
  35. 49598e0 ext4: use 'sbi' instead of 'EXT4_SB(sb)' by Jun Piao · 7 years ago
  36. ae9a8c4 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 7 years ago
  37. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  38. d77147f ext4: add support for online resizing with bigalloc by harshads · 7 years ago
  39. aec5175 ext4: fix overflow caused by missing cast in ext4_resize_fs() by Jerry Lee · 7 years ago
  40. 9549a16 ext4: rename s_resize_flags to s_ext4_flags by Theodore Ts'o · 8 years ago
  41. 8d2ae1c ext4: remove trailing \n from ext4_warning/ext4_error calls by Jakub Wilk · 9 years ago
  42. 4690176 ext4: fix potential integer overflow by Insu Yun · 9 years ago
  43. 904dad4 [PATCH] fix calculation of meta_bg descriptor backups by Andy Leiserson · 9 years ago
  44. e2b911c ext4: clean up feature test macros with predicate functions by Darrick J. Wong · 9 years ago
  45. 2c869b2 ext4: fix growing of tiny filesystems by Jan Kara · 10 years ago
  46. 011fa99 ext4: prevent online resize with backup superblock by Theodore Ts'o · 10 years ago
  47. b93b41d ext4: kill ext4_kvfree() by Al Viro · 10 years ago
  48. 9378c67 ext4: fix overflow when updating superblock backups after resize by Jan Kara · 10 years ago
  49. c2661b8 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  50. 9aa5d32b ext4: Replace open coded mdata csum feature to helper function by Dmitry Monakhov · 10 years ago
  51. a9cfcd6 ext4: avoid trying to kfree an ERR_PTR pointer by Theodore Ts'o · 10 years ago
  52. f8409ab Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  53. 5d60125 ext4: add missing BUFFER_TRACE before ext4_journal_get_write_access by liang xie · 11 years ago
  54. 4e857c5 arch: Mass conversion of smp_mb__*() by Peter Zijlstra · 11 years ago
  55. 3d2660d ext4: fix online resize with a non-standard blocks per group setting by Theodore Ts'o · 11 years ago
  56. b93c953 ext4: fix online resize with very large inode tables by Theodore Ts'o · 11 years ago
  57. 6ca792e ext4: fix corruption when online resizing a fs with 1K block size by Maarten ter Huurne · 11 years ago
  58. 03b40e3 ext4: delete unused variables by Jon Ernst · 12 years ago
  59. b302ef2 ext4: verify group number in verify_group_input() before using it by Theodore Ts'o · 12 years ago
  60. 3f8a641 ext4: add check for inodes_count overflow in new resize ioctl by Theodore Ts'o · 12 years ago
  61. c5c72d8 ext4: fix online resizing for ext3-compat file systems by Theodore Ts'o · 12 years ago
  62. bd86298 ext4: introduce ext4_get_group_number() by Lukas Czerner · 12 years ago
  63. 90ba983 ext4: use atomic64_t for the per-flexbg free_clusters count by Theodore Ts'o · 12 years ago
  64. 810da24 ext4: convert number of blocks to clusters properly by Lukas Czerner · 12 years ago
  65. 9924a92 ext4: pass context information to jbd2__journal_start() by Theodore Ts'o · 12 years ago
  66. 7f51186 ext4: trigger the lazy inode table initialization after resize by Theodore Ts'o · 12 years ago
  67. aebf024 ext4: use unlikely to improve the efficiency of the kernel by Wang Shilong · 12 years ago
  68. 860d21e ext4: return ENOMEM if sb_getblk() fails by Theodore Ts'o · 12 years ago
  69. 37be2f5 ext4: remove ext4_handle_release_buffer() by Eric Sandeen · 12 years ago
  70. 79f1ba4 ext4: Checksum the block bitmap properly with bigalloc enabled by Tao Ma · 12 years ago
  71. 0acdb88 ext4: don't call update_backups() multiple times for the same bg by Tao Ma · 12 years ago
  72. 7f1468d ext4: fix double unlock buffer mess during fs-resize by Dmitry Monakhov · 12 years ago
  73. bef53b0 ext4: remove erroneous ext4_superblock_csum_set() in update_backups() by Tao Ma · 12 years ago
  74. 59e31c1 ext4: fix online resizing when the # of block groups is constant by Theodore Ts'o · 12 years ago
  75. 4da4a56 ext4: log a resize update to the console every 10 seconds by Theodore Ts'o · 12 years ago
  76. 1c6bd71 ext4: convert file system to meta_bg if needed during resizing by Theodore Ts'o · 12 years ago
  77. 93f9052 ext4: set bg_itable_unused when resizing by Theodore Ts'o · 12 years ago
  78. 01f795f ext4: add online resizing support for meta_bg and 64-bit file systems by Yongqiang Yang · 12 years ago
  79. 28623c2 ext4: grow the s_group_info array as needed by Theodore Ts'o · 12 years ago
  80. 117fff1 ext4: grow the s_flex_groups array as needed when resizing by Theodore Ts'o · 12 years ago
  81. 2ebd170 ext4: avoid duplicate writes of the backup bg descriptor blocks by Yongqiang Yang · 12 years ago
  82. 6df935a ext4: don't copy non-existent gdt blocks when resizing by Yongqiang Yang · 12 years ago
  83. d7574ad ext4: report the original old blocks count in a debug message when resizing by Yongqiang Yang · 12 years ago
  84. 03c1c29 ext4: ignore last group w/o enough space when resizing instead of BUG'ing by Yongqiang Yang · 12 years ago
  85. b50924c ext4: remove unnecessary argument from __ext4_handle_dirty_metadata() by Artem Bityutskiy · 12 years ago
  86. 8a99184 ext4: remove unused variable in ext4_update_super() by Theodore Ts'o · 12 years ago
  87. 952fc18 ext4: fix overhead calculation used by ext4_statfs() by Theodore Ts'o · 12 years ago
  88. 2716b80 ext4: remove redundundant "(char *) bh->b_data" casts by Theodore Ts'o · 13 years ago
  89. 967ac8a ext4: fix potential integer overflow in alloc_flex_gd() by Haogang Chen · 13 years ago
  90. feb0ab3 ext4: make block group checksums use metadata_csum algorithm by Darrick J. Wong · 13 years ago
  91. fa77dcf ext4: calculate and verify block bitmap checksum by Darrick J. Wong · 13 years ago
  92. 41a246d ext4: calculate and verify checksums for inode bitmaps by Darrick J. Wong · 13 years ago
  93. a9c47317 ext4: calculate and verify superblock checksum by Darrick J. Wong · 13 years ago
  94. 636d7e2e ext4: update s_free_{inodes,blocks}_count during online resize by Darrick J. Wong · 13 years ago
  95. 92b9781 ext4: change some printk() calls to use ext4_msg() instead by Theodore Ts'o · 13 years ago
  96. a0ade1d ext4: fix resize when resizing within single group by Lukas Czerner · 13 years ago
  97. 61f296c ext4: let ext4_group_add() use common code by Yongqiang Yang · 13 years ago
  98. d89651c ext4: let ext4_group_extend() use common code by Yongqiang Yang · 13 years ago
  99. 19c5246 ext4: add new online resize interface by Yongqiang Yang · 13 years ago
  100. 4bac1f8 ext4: add a new function which adds a flex group to a fs by Yongqiang Yang · 13 years ago