1. 5036ab8 ext4: flush background discard kwork when retry allocation by Wang Jianchao · 3 years, 4 months ago
  2. 666245d ext4: fix trailing whitespace by Jack Qiu · 3 years, 9 months ago
  3. efc6134 ext4: shrink race window in ext4_should_retry_alloc() by Eric Whitney · 3 years, 10 months ago
  4. 837c23f ext4: use ASSERT() to replace J_ASSERT() by Chunguang Xu · 4 years, 2 months ago
  5. 8016e29 ext4: fast commit recovery path by Harshad Shirwadkar · 4 years, 2 months ago
  6. 2d069c0 ext4: use common helpers in all places reading metadata buffers by zhangyi (F) · 4 years, 3 months ago
  7. d9befed ext4: clear buffer verified flag if read meta block from disk by zhangyi (F) · 4 years, 3 months ago
  8. ab74c7b ext4: indicate via a block bitmap read is prefetched via a tracepoint by Theodore Ts'o · 4 years, 6 months ago
  9. cfd7323 ext4: add prefetching for block allocation bitmaps by Alex Zhuravlev · 4 years, 8 months ago
  10. 9bee577 ext4: balloc: use task_pid_nr() helper by Ritesh Harjani · 4 years, 8 months ago
  11. 9033783 ext4: fix return-value types in several function comments by Josh Triplett · 4 years, 9 months ago
  12. 54d3adb ext4: save all error info in save_error_info() and drop ext4_set_errno() by Theodore Ts'o · 4 years, 9 months ago
  13. 1d0c392 ext4: fix potential race between online resizing and write operations by Theodore Ts'o · 4 years, 11 months ago
  14. 46f870d6 ext4: simulate various I/O and checksum errors when reading metadata by Theodore Ts'o · 5 years ago
  15. 878520a ext4: save the error code which triggered an ext4_error() in the superblock by Theodore Ts'o · 5 years ago
  16. c60990b ext4: clean up kerneldoc warnigns when building with W=1 by Theodore Ts'o · 6 years ago
  17. 5ef2a69 ext4: use ext4_warning() for sb_getblk failure by Wang Shilong · 6 years ago
  18. 8d5a803 ext4: check for allocation block validity with block group locked by Theodore Ts'o · 6 years ago
  19. 8844618 ext4: only look at the bg_flags field if it is valid by Theodore Ts'o · 7 years ago
  20. 819b23f ext4: always check block group bounds in ext4_init_block_bitmap() by Theodore Ts'o · 7 years ago
  21. 736dedb ext4: mark block bitmap corrupted when found by Wang Shilong · 7 years ago
  22. db79e6d ext4: add new ext4_mark_group_bitmap_corrupted() helper by Wang Shilong · 7 years ago
  23. 22be37a ext4: fix bitmap position validation by Lukas Czerner · 7 years ago
  24. 7dac4a1 ext4: add validity checks for bitmap block numbers by Theodore Ts'o · 7 years ago
  25. 044e6e3 ext4: don't update checksum of new initialized bitmaps by Theodore Ts'o · 7 years ago
  26. 49598e0 ext4: use 'sbi' instead of 'EXT4_SB(sb)' by Jun Piao · 7 years ago
  27. ae9a8c4 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 7 years ago
  28. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  29. 68fd975 ext4: retry allocations conservatively by Theodore Ts'o · 7 years ago
  30. 396d109 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  31. 5b9554d ext4: validate s_reserved_gdt_blocks on mount by Theodore Ts'o · 8 years ago
  32. d08854f ext4: optimize ext4_should_retry_alloc() to improve ENOSPC performance by Theodore Ts'o · 9 years ago
  33. 2a222ca fs: have submit_bh users pass in op and flags separately by Mike Christie · 9 years ago
  34. dbc427c ext4: fix race in transient ENOSPC detection by Jan Kara · 9 years ago
  35. 05145bd ext4: fix scheduling in atomic on group checksum failure by Jan Kara · 9 years ago
  36. 9008a58 ext4: make the bitmap read routines return real error codes by Darrick J. Wong · 9 years ago
  37. e2b911c ext4: clean up feature test macros with predicate functions by Darrick J. Wong · 9 years ago
  38. 6a797d2 ext4: call out CRC and corruption errors with specific error codes by Darrick J. Wong · 9 years ago
  39. 41e5b7e ext4: verify block bitmap even after fresh initialization by Lukas Czerner · 10 years ago
  40. 5a4f314 ext4: remove unnecessary lock/unlock of i_block_reservation_lock by Maurizio Lombardi · 10 years ago
  41. 72b8e0f ext4: remove unused header files by Sheng Yong · 10 years ago
  42. aef4885 ext4: move error report out of atomic context in ext4_init_block_bitmap() by Dmitry Monakhov · 10 years ago
  43. e3cf5d5 ext4: prepare to drop EXT4_STATE_DELALLOC_RESERVED by Theodore Ts'o · 10 years ago
  44. 71d4f7d ext4: remove metadata reservation checks by Theodore Ts'o · 10 years ago
  45. e43bb4e ext4: decrement free clusters/inodes counters when block group declared bad by Namjae Jeon · 11 years ago
  46. c197855 ext4: make local functions static by Stephen Hemminger · 11 years ago
  47. e674e5c ext4: fix block bitmap validation when bigalloc, ^flex_bg by Darrick J. Wong · 11 years ago
  48. 1beeef1 ext4: fix block bitmap initialization under sparse_super2 by Darrick J. Wong · 11 years ago
  49. 036acea ext4: fix ext4_count_free_clusters() with EXT4FS_DEBUG and bigalloc enabled by Azat Khuzhin · 11 years ago
  50. 2746f7a ext4: don't count free clusters from a corrupt block group by Darrick J. Wong · 11 years ago
  51. bdfb6ff ext4: mark group corrupt on group descriptor checksum by Darrick J. Wong · 11 years ago
  52. 163a203 ext4: mark block group as corrupt on block bitmap error by Darrick J. Wong · 11 years ago
  53. dbde0ab ext4: fix type declaration of ext4_validate_block_bitmap by Darrick J. Wong · 11 years ago
  54. 48d9eb9 ext4: error out if verifying the block bitmap fails by Darrick J. Wong · 11 years ago
  55. 960fd856 ext4: fix ext4_get_group_number() by Theodore Ts'o · 11 years ago
  56. f4afb4f ext4: optimize test_root() by Theodore Ts'o · 12 years ago
  57. 9f20350 ext4: mark all metadata I/O with REQ_META by Theodore Ts'o · 12 years ago
  58. 27dd438 ext4: introduce reserved space by Lukas Czerner · 12 years ago
  59. bd86298 ext4: introduce ext4_get_group_number() by Lukas Czerner · 12 years ago
  60. 6891100 ext4: make ext4_block_in_group() much more efficient by Lukas Czerner · 12 years ago
  61. 810da24 ext4: convert number of blocks to clusters properly by Lukas Czerner · 12 years ago
  62. 304e220 ext4: fix free clusters calculation in bigalloc filesystem by Lukas Czerner · 12 years ago
  63. 15b4913 ext4: check bh in ext4_read_block_bitmap() by Eryu Guan · 12 years ago
  64. 79f1ba4 ext4: Checksum the block bitmap properly with bigalloc enabled by Tao Ma · 12 years ago
  65. 7a4c5de ext4: don't call ext4_error while block group is locked by Theodore Ts'o · 12 years ago
  66. f6fb99c ext4: pass a char * to ext4_count_free() instead of a buffer_head ptr by Theodore Ts'o · 13 years ago
  67. b0dd6b7 ext4: fix the free blocks calculation for ext3 file systems w/ uninit_bg by Theodore Ts'o · 13 years ago
  68. 4edebed Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 13 years ago
  69. 08cefc7 userns: Convert ext4 to user kuid/kgid where appropriate by Eric W. Biederman · 13 years ago
  70. feb0ab3 ext4: make block group checksums use metadata_csum algorithm by Darrick J. Wong · 13 years ago
  71. fa77dcf ext4: calculate and verify block bitmap checksum by Darrick J. Wong · 13 years ago
  72. d4dc462 ext4: fix balloc.c printk-format-warning by Heiko Carstens · 13 years ago
  73. 813e572 ext4: fix race when setting bitmap_uptodate flag by Theodore Ts'o · 13 years ago
  74. 5f163cc ext4: make more symbols static by Eric Sandeen · 13 years ago
  75. 6e58ad6 ext4: fix up a undefined error in ext4_free_blocks in debugging code by Yongqiang Yang · 13 years ago
  76. df55c99 ext4: rename ext4_has_free_blocks() to ext4_has_free_clusters() by Theodore Ts'o · 13 years ago
  77. e7d5f31 ext4: rename ext4_claim_free_blocks() to ext4_claim_free_clusters() by Theodore Ts'o · 13 years ago
  78. cff1dfd7 ext4: rename ext4_free_blocks_after_init() to ext4_free_clusters_after_init() by Theodore Ts'o · 13 years ago
  79. 5dee543 ext4: rename ext4_count_free_blocks() to ext4_count_free_clusters() by Theodore Ts'o · 13 years ago
  80. 021b65b ext4: Rename ext4_free_blks_{count,set}() to refer to clusters by Theodore Ts'o · 13 years ago
  81. 7b415bf ext4: Fix bigalloc quota accounting and i_blocks value by Aditya Kali · 13 years ago
  82. 5704265 ext4: convert s_{dirty,free}blocks_counter to s_{dirty,free}clusters_counter by Theodore Ts'o · 13 years ago
  83. 3212a80 ext4: convert block group-relative offsets to use clusters by Theodore Ts'o · 13 years ago
  84. d5b8f31 ext4: bigalloc changes to block bitmap initialization functions by Theodore Ts'o · 13 years ago
  85. fd034a8 ext4: split out ext4_free_blocks_after_init() by Theodore Ts'o · 13 years ago
  86. 49f7f9a ext4: factor out block group accounting into functions by Theodore Ts'o · 13 years ago
  87. f86186b ext4: refactor duplicated block placement code by Eric Sandeen · 14 years ago
  88. 55f020d ext4: add flag to ext4_has_free_blocks by Allison Henderson · 14 years ago
  89. 2846e82 ext4: move ext4_add_groupblocks() to mballoc.c by Amir Goldstein · 14 years ago
  90. dc2070a ext4: remove dead code in ext4_has_free_blocks() by Shaohua Li · 14 years ago
  91. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  92. 0562e0b ext4: add more tracepoints and use dev_t in the trace buffer by Jiaying Zhang · 14 years ago
  93. f232109 ext4: replace i_delalloc_reserved_flag with EXT4_STATE_DELALLOC_RESERVED by Theodore Ts'o · 14 years ago
  94. 61d0867 ext4: rename mark_bitmap_end() to ext4_mark_bitmap_end() by Theodore Ts'o · 14 years ago
  95. 1f109d5 ext4: make various ext4 functions be static by Theodore Ts'o · 14 years ago
  96. a037515 ext4: Clean up s_dirt handling by Theodore Ts'o · 15 years ago
  97. 72b8ab9 ext4: don't use quota reservation for speculative metadata by Eric Sandeen · 15 years ago
  98. 731eb1a ext4: consolidate in_range() definitions by Akinobu Mita · 15 years ago
  99. 5661bd6 ext4: cleanup to use ext4_group_first_block_no() by Akinobu Mita · 15 years ago
  100. 12062dd ext4: move __func__ into a macro for ext4_warning, ext4_error by Eric Sandeen · 15 years ago