1. 9378c67 ext4: fix overflow when updating superblock backups after resize by Jan Kara · 10 years ago
  2. c2661b8 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  3. 9aa5d32 ext4: Replace open coded mdata csum feature to helper function by Dmitry Monakhov · 10 years ago
  4. a9cfcd6 ext4: avoid trying to kfree an ERR_PTR pointer by Theodore Ts'o · 10 years ago
  5. f8409ab Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  6. 5d60125 ext4: add missing BUFFER_TRACE before ext4_journal_get_write_access by liang xie · 10 years ago
  7. 4e857c5 arch: Mass conversion of smp_mb__*() by Peter Zijlstra · 10 years ago
  8. 3d2660d ext4: fix online resize with a non-standard blocks per group setting by Theodore Ts'o · 10 years ago
  9. b93c953 ext4: fix online resize with very large inode tables by Theodore Ts'o · 10 years ago
  10. 6ca792e ext4: fix corruption when online resizing a fs with 1K block size by Maarten ter Huurne · 11 years ago
  11. 03b40e3 ext4: delete unused variables by Jon Ernst · 11 years ago
  12. b302ef2 ext4: verify group number in verify_group_input() before using it by Theodore Ts'o · 11 years ago
  13. 3f8a641 ext4: add check for inodes_count overflow in new resize ioctl by Theodore Ts'o · 11 years ago
  14. c5c72d8 ext4: fix online resizing for ext3-compat file systems by Theodore Ts'o · 11 years ago
  15. bd86298 ext4: introduce ext4_get_group_number() by Lukas Czerner · 11 years ago
  16. 90ba983 ext4: use atomic64_t for the per-flexbg free_clusters count by Theodore Ts'o · 11 years ago
  17. 810da24 ext4: convert number of blocks to clusters properly by Lukas Czerner · 11 years ago
  18. 9924a92 ext4: pass context information to jbd2__journal_start() by Theodore Ts'o · 11 years ago
  19. 7f51186 ext4: trigger the lazy inode table initialization after resize by Theodore Ts'o · 11 years ago
  20. aebf024 ext4: use unlikely to improve the efficiency of the kernel by Wang Shilong · 11 years ago
  21. 860d21e ext4: return ENOMEM if sb_getblk() fails by Theodore Ts'o · 11 years ago
  22. 37be2f5 ext4: remove ext4_handle_release_buffer() by Eric Sandeen · 12 years ago
  23. 79f1ba4 ext4: Checksum the block bitmap properly with bigalloc enabled by Tao Ma · 12 years ago
  24. 0acdb88 ext4: don't call update_backups() multiple times for the same bg by Tao Ma · 12 years ago
  25. 7f1468d ext4: fix double unlock buffer mess during fs-resize by Dmitry Monakhov · 12 years ago
  26. bef53b0 ext4: remove erroneous ext4_superblock_csum_set() in update_backups() by Tao Ma · 12 years ago
  27. 59e31c1 ext4: fix online resizing when the # of block groups is constant by Theodore Ts'o · 12 years ago
  28. 4da4a56 ext4: log a resize update to the console every 10 seconds by Theodore Ts'o · 12 years ago
  29. 1c6bd71 ext4: convert file system to meta_bg if needed during resizing by Theodore Ts'o · 12 years ago
  30. 93f9052 ext4: set bg_itable_unused when resizing by Theodore Ts'o · 12 years ago
  31. 01f795f ext4: add online resizing support for meta_bg and 64-bit file systems by Yongqiang Yang · 12 years ago
  32. 28623c2 ext4: grow the s_group_info array as needed by Theodore Ts'o · 12 years ago
  33. 117fff1 ext4: grow the s_flex_groups array as needed when resizing by Theodore Ts'o · 12 years ago
  34. 2ebd170 ext4: avoid duplicate writes of the backup bg descriptor blocks by Yongqiang Yang · 12 years ago
  35. 6df935a ext4: don't copy non-existent gdt blocks when resizing by Yongqiang Yang · 12 years ago
  36. d7574ad ext4: report the original old blocks count in a debug message when resizing by Yongqiang Yang · 12 years ago
  37. 03c1c29 ext4: ignore last group w/o enough space when resizing instead of BUG'ing by Yongqiang Yang · 12 years ago
  38. b50924c ext4: remove unnecessary argument from __ext4_handle_dirty_metadata() by Artem Bityutskiy · 12 years ago
  39. 8a99184 ext4: remove unused variable in ext4_update_super() by Theodore Ts'o · 12 years ago
  40. 952fc18 ext4: fix overhead calculation used by ext4_statfs() by Theodore Ts'o · 12 years ago
  41. 2716b80 ext4: remove redundundant "(char *) bh->b_data" casts by Theodore Ts'o · 12 years ago
  42. 967ac8a ext4: fix potential integer overflow in alloc_flex_gd() by Haogang Chen · 12 years ago
  43. feb0ab3 ext4: make block group checksums use metadata_csum algorithm by Darrick J. Wong · 12 years ago
  44. fa77dcf ext4: calculate and verify block bitmap checksum by Darrick J. Wong · 12 years ago
  45. 41a246d ext4: calculate and verify checksums for inode bitmaps by Darrick J. Wong · 12 years ago
  46. a9c47317 ext4: calculate and verify superblock checksum by Darrick J. Wong · 12 years ago
  47. 636d7e2e ext4: update s_free_{inodes,blocks}_count during online resize by Darrick J. Wong · 12 years ago
  48. 92b9781 ext4: change some printk() calls to use ext4_msg() instead by Theodore Ts'o · 12 years ago
  49. a0ade1d ext4: fix resize when resizing within single group by Lukas Czerner · 12 years ago
  50. 61f296c ext4: let ext4_group_add() use common code by Yongqiang Yang · 12 years ago
  51. d89651c ext4: let ext4_group_extend() use common code by Yongqiang Yang · 12 years ago
  52. 19c5246 ext4: add new online resize interface by Yongqiang Yang · 12 years ago
  53. 4bac1f8 ext4: add a new function which adds a flex group to a fs by Yongqiang Yang · 12 years ago
  54. 3fbea4b ext4: add a new function which allocates bitmaps and inode tables by Yongqiang Yang · 12 years ago
  55. c72df9f ext4: pass verify_reserved_gdb() the number of group decriptors by Yongqiang Yang · 12 years ago
  56. 2e10e2f ext4: add a function which updates the super block during online resizing by Yongqiang Yang · 12 years ago
  57. 083f5b2 ext4: add a function which sets up a block group descriptors of a flex bg by Yongqiang Yang · 12 years ago
  58. 33afdcc ext4: add a function which sets up group blocks of a flex bg by Yongqiang Yang · 12 years ago
  59. 28c7bac ext4: add a structure which will be used by 64bit-resize interface by Yongqiang Yang · 12 years ago
  60. bb08c1e ext4: add a function which adds a new group descriptors to a fs by Yongqiang Yang · 12 years ago
  61. 18e3143 ext4: add a function which extends a group without checking parameters by Yongqiang Yang · 12 years ago
  62. 021b65b ext4: Rename ext4_free_blks_{count,set}() to refer to clusters by Theodore Ts'o · 13 years ago
  63. 24aaa8e ext4: convert the free_blocks field in s_flex_groups to be free_clusters by Theodore Ts'o · 13 years ago
  64. 5704265 ext4: convert s_{dirty,free}blocks_counter to s_{dirty,free}clusters_counter by Theodore Ts'o · 13 years ago
  65. f18a5f2 ext4: use ext4_kvzalloc()/ext4_kvmalloc() for s_group_desc and s_group_info by Theodore Ts'o · 13 years ago
  66. c49bafa ext4: add missing kfree() on error return path in add_new_gdb() by Dan Carpenter · 13 years ago
  67. 668f4dc ext4: simplify parameters of reserve_backup_gdb() by Yongqiang Yang · 13 years ago
  68. 2f91971 ext4: simplify parameters of add_new_gdb() by Yongqiang Yang · 13 years ago
  69. e6075e9 ext4: remove lock_buffer in bclean() and setup_new_group_blocks() by Yongqiang Yang · 13 years ago
  70. 6d40bc5 ext4: simplify journal handling in setup_new_group_blocks() by Yongqiang Yang · 13 years ago
  71. c3e94d1 ext4: let setup_new_group_blocks() set multiple bits at a time by Yongqiang Yang · 13 years ago
  72. 2b79b09 ext4: fix a typo in ext4_group_extend() by Yongqiang Yang · 13 years ago
  73. cc7365d ext4: let ext4_group_add_blocks() return an error code by Yongqiang Yang · 13 years ago
  74. 0529155 ext4: rename ext4_add_groupblocks() to ext4_group_add_blocks() by Yongqiang Yang · 13 years ago
  75. ce723c3 ext4: prevent a fs with errors from being resized by Yongqiang Yang · 13 years ago
  76. 8f82f84 ext4: prevent parallel resizers by atomic bit ops by Yongqiang Yang · 13 years ago
  77. 537a031 ext4: unify the ext4_handle_release_buffer() api by Amir Goldstein · 13 years ago
  78. da488945 ext4: fix compile warnings with EXT4FS_DEBUG enabled by Theodore Ts'o · 13 years ago
  79. e9688f6 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 13 years ago
  80. b409714 ext4: add error checking to calls to ext4_handle_dirty_metadata() by Theodore Ts'o · 13 years ago
  81. 8a7411a ext4: fix on-line resizing regression by Theodore Ts'o · 14 years ago
  82. a107e5a Merge branch 'next' into upstream-merge by Theodore Ts'o · 14 years ago
  83. 61d0867 ext4: rename mark_bitmap_end() to ext4_mark_bitmap_end() by Theodore Ts'o · 14 years ago
  84. a31437b ext4: use sb_issue_zeroout in setup_new_group_blocks by Lukas Czerner · 14 years ago
  85. 5a0790c ext4: remove initialized but not read variables by Andi Kleen · 14 years ago
  86. a037515 ext4: Clean up s_dirt handling by Theodore Ts'o · 14 years ago
  87. 42007ef ext4: check s_log_groups_per_flex in online resize code by Eric Sandeen · 14 years ago
  88. 12062dd ext4: move __func__ into a macro for ext4_warning, ext4_error by Eric Sandeen · 14 years ago
  89. c09eef3 ext4: Return the PTR_ERR of the correct pointer in setup_new_group_blocks() by Roel Kluin · 15 years ago
  90. 08c3a81 ext4: Clarify the locking details in mballoc by Aneesh Kumar K.V · 15 years ago
  91. 90c699a block: rename CONFIG_LBD to CONFIG_LBDAF by Bartlomiej Zolnierkiewicz · 15 years ago
  92. bb23c20 ext4: Move fs/ext4/group.h into ext4.h by Theodore Ts'o · 15 years ago
  93. 32ed505 ext4: Replace lock/unlock_super() with an explicit lock for resizing by Theodore Ts'o · 15 years ago
  94. 9f24e42 ext4: Use atomic_t's in struct flex_groups by Theodore Ts'o · 15 years ago
  95. fdff73f ext4: Initialize the new group descriptor when resizing the filesystem by Theodore Ts'o · 15 years ago
  96. 648f587 ext4: mark the blocks/inode bitmap beyond end of group as used by Aneesh Kumar K.V · 15 years ago
  97. 560671a ext4: Use high 16 bits of the block group descriptor's free counts fields by Aneesh Kumar K.V · 15 years ago
  98. 920313a ext4: Use EXT4_GROUP_INFO_NEED_INIT_BIT during resize by Aneesh Kumar K.V · 15 years ago
  99. e21675d ext4: Add blocks added during resize to bitmap by Aneesh Kumar K.V · 15 years ago
  100. a9df9a4 ext4: Make ext4_group_t be an unsigned int by Theodore Ts'o · 15 years ago