1. 3d392b2 ext4: add prefetch_block_bitmaps mount option by Theodore Ts'o · 4 years, 6 months ago
  2. c1d2c7d ext4: skip non-loaded groups at cr=0/1 when scanning for good groups by Alex Zhuravlev · 4 years, 7 months ago
  3. cfd7323 ext4: add prefetching for block allocation bitmaps by Alex Zhuravlev · 4 years, 9 months ago
  4. 3cb77bd ext4: fix spelling typos in ext4_mb_initialize_context by brookxu · 4 years, 6 months ago
  5. 8119853 ext4: mballoc: Use this_cpu_read instead of this_cpu_ptr by Ritesh Harjani · 4 years, 7 months ago
  6. 9937783 ext4: mballoc: use lock for checking free blocks while retrying by Ritesh Harjani · 4 years, 8 months ago
  7. 8ef123fe ext4: mballoc: refactor ext4_mb_good_group() by Ritesh Harjani · 4 years, 8 months ago
  8. 07b5b8e ext4: mballoc: introduce pcpu seqcnt for freeing PA to improve ENOSPC handling by Ritesh Harjani · 4 years, 8 months ago
  9. cf5e2ca ext4: mballoc: refactor ext4_mb_discard_preallocations() by Ritesh Harjani · 4 years, 8 months ago
  10. 53f86b1 ext4: mballoc: add blocks to PA list under same spinlock after allocating blocks by Ritesh Harjani · 4 years, 8 months ago
  11. d3df145 ext4: mballoc: make mb_debug() implementation to use pr_debug() by Ritesh Harjani · 4 years, 8 months ago
  12. eb2b8eb ext4: mballoc: fix possible NULL ptr & remove BUG_ONs from DOUBLE_CHECK by Ritesh Harjani · 4 years, 8 months ago
  13. a345021 ext4: mballoc: refactor code inside DOUBLE_CHECK into separate function by Ritesh Harjani · 4 years, 8 months ago
  14. 4fca8f0 ext4: mballoc: make ext4_mb_use_preallocated() return type as bool by Ritesh Harjani · 4 years, 8 months ago
  15. f283529 ext4: mballoc: simplify error handling in ext4_init_mballoc() by Ritesh Harjani · 4 years, 8 months ago
  16. 004379d ext4: mballoc: fix few other format specifier in mb_debug() by Ritesh Harjani · 4 years, 8 months ago
  17. 36bad42 ext4: mballoc: correct the mb_debug() format specifier for pa_len var by Ritesh Harjani · 4 years, 8 months ago
  18. bbc4ec7 ext4: mballoc: add more mb_debug() msgs by Ritesh Harjani · 4 years, 8 months ago
  19. e68cf40 ext4: mballoc: refactor ext4_mb_show_ac() by Ritesh Harjani · 4 years, 8 months ago
  20. 212da3e ext4: mballoc: print bb_free info even when it is 0 by Ritesh Harjani · 4 years, 8 months ago
  21. 907ea52 ext4: convert BUG_ON's to WARN_ON's in mballoc.c by Theodore Ts'o · 4 years, 9 months ago
  22. 54d3adb ext4: save all error info in save_error_info() and drop ext4_set_errno() by Theodore Ts'o · 4 years, 10 months ago
  23. eb57608 ext4: mark block bitmap corrupted when found instead of BUGON by Dmitry Monakhov · 4 years, 10 months ago
  24. 92e9c58 ext4: use built-in RCU list checking in mballoc by Madhuparna Bhowmik · 5 years ago
  25. 7c99072 ext4: fix potential race between s_flex_groups online resizing and access by Suraj Jitindar Singh · 4 years, 11 months ago
  26. df3da4e ext4: fix potential race between s_group_info online resizing and access by Suraj Jitindar Singh · 4 years, 11 months ago
  27. 878520a ext4: save the error code which triggered an ext4_error() in the superblock by Theodore Ts'o · 5 years ago
  28. c60990b ext4: clean up kerneldoc warnigns when building with W=1 by Theodore Ts'o · 6 years ago
  29. 4b99faa ext4: cond_resched in work-heavy group loops by Khazhismel Kumykov · 6 years ago
  30. 31562b9 ext4: make sanity check in mballoc more strict by Jan Kara · 6 years ago
  31. 82dd124 ext4: replace opencoded i_writecount usage with inode_is_open_for_write() by Nikolay Borisov · 6 years ago
  32. 9fe6714 ext4: adjust reserved cluster count when removing extents by Eric Whitney · 6 years ago
  33. 863c37f ext4: remove unneeded variable "err" in ext4_mb_release_inode_pa() by zhong jiang · 6 years ago
  34. 1a5d5e5 ext4: fix spectre gadget in ext4_mb_regular_allocator() by Jeremy Cline · 6 years ago
  35. 70a2dc6 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 7 years ago
  36. 8844618 ext4: only look at the bg_flags field if it is valid by Theodore Ts'o · 7 years ago
  37. 1434763 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 7 years ago
  38. 21c580d ext4: remove NULL check before calling kmem_cache_destroy() by Sean Fu · 7 years ago
  39. 247dbed ext4: simplify procfs code by Christoph Hellwig · 7 years ago
  40. 736dedb ext4: mark block bitmap corrupted when found by Wang Shilong · 7 years ago
  41. db79e6d ext4: add new ext4_mark_group_bitmap_corrupted() helper by Wang Shilong · 7 years ago
  42. 49598e0 ext4: use 'sbi' instead of 'EXT4_SB(sb)' by Jun Piao · 7 years ago
  43. f516676 ext4: fix up remaining files with SPDX cleanups by Theodore Ts'o · 7 years ago
  44. d77147f ext4: add support for online resizing with bigalloc by harshads · 7 years ago
  45. b80b32b ext4: fix clang build regression by Theodore Ts'o · 7 years ago
  46. 2df2c34 ext4: fix warning about stack corruption by Arnd Bergmann · 7 years ago
  47. e451057 ext4: release discard bio after sending discard commands by Daeho Jeong · 7 years ago
  48. ff95015 ext4: fix spelling mistake: "prellocated" -> "preallocated" by Colin Ian King · 8 years ago
  49. a015434 ext4: send parallel discards on commit completions by Daeho Jeong · 8 years ago
  50. 02749a4 ext4: add ext4_is_quota_file() by Tahsin Erdogan · 8 years ago
  51. 9651e6b ext4: handle the rest of ext4_mb_load_buddy() ENOMEM errors by Konstantin Khlebnikov · 8 years ago
  52. bf5f894 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  53. a7c3e90 mm: introduce kv[mz]alloc helpers by Michal Hocko · 8 years ago
  54. 0c9ec4b ext4: support GETFSMAP ioctls by Darrick J. Wong · 8 years ago
  55. d600618 ext4: constify static data that is never modified by Eric Biggers · 8 years ago
  56. 9340747 fs: add i_blocksize() by Fabian Frederick · 8 years ago
  57. d9b22cf ext4: fix stripe-unaligned allocations by Jan Kara · 8 years ago
  58. cd648b8 ext4: trim allocation requests to group size by Jan Kara · 8 years ago
  59. 43c7322 ext4: replace BUG_ON with WARN_ON in mb_find_extent() by Theodore Ts'o · 8 years ago
  60. 30a9d7a ext4: fix stack memory corruption with 64k block size by Chandan Rajendra · 8 years ago
  61. 69e43e8 ext4: fix mballoc breakage with 64k block size by Chandan Rajendra · 8 years ago
  62. 6784725 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  63. 554a5cc ext4: fix reference counting bug on block allocation error by Vegard Nossum · 8 years ago
  64. d08854f ext4: optimize ext4_should_retry_alloc() to improve ENOSPC performance by Theodore Ts'o · 9 years ago
  65. 84c60b1 drop redundant ->owner initializations by Al Viro · 9 years ago
  66. 935244c ext4: silence UBSAN in ext4_mb_init() by Nicolai Stange · 9 years ago
  67. b5cb316 ext4: address UBSAN warning in mb_find_order_for_block() by Nicolai Stange · 9 years ago
  68. 8d2ae1c ext4: remove trailing \n from ext4_warning/ext4_error calls by Jakub Wilk · 9 years ago
  69. ea1754a mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage by Kirill A. Shutemov · 9 years ago
  70. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  71. adb7ef6 ext4: use __GFP_NOFAIL in ext4_free_blocks() by Konstantin Khlebnikov · 9 years ago
  72. b8a07463 ext4: fix misspellings in comments. by Adam Buchbinder · 9 years ago
  73. f96c450 ext4: make sure to revoke all the freeable blocks in ext4_free_blocks by Daeho Jeong · 9 years ago
  74. 802cf1f ext4: add a line break for proc mb_groups display by Huaitong Han · 9 years ago
  75. 79211c8 remove abs64() by Andrew Morton · 9 years ago
  76. 1617503 ext4: fix abs() usage in ext4_mb_check_group_pa by John Stultz · 9 years ago
  77. 9c02ac9 ext4: fix xfstest generic/269 double revoked buffer bug with bigalloc by Daeho Jeong · 9 years ago
  78. 9008a58 ext4: make the bitmap read routines return real error codes by Darrick J. Wong · 9 years ago
  79. ebd173b ext4: move procfs registration code to fs/ext4/sysfs.c by Theodore Ts'o · 9 years ago
  80. 1c4c715 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  81. 7444a07 ext4: replace open coded nofail allocation in ext4_free_blocks() by Michal Hocko · 10 years ago
  82. e4bc13a Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  83. 97b4af2 ext4: mballoc: avoid 20-argument function call by Rasmus Villemoes · 10 years ago
  84. 42ac184 ext4: return error code from ext4_mb_good_group() by Lukas Czerner · 10 years ago
  85. bbdc322 ext4: try to initialize all groups we can in case of failure on ppc64 by Lukas Czerner · 10 years ago
  86. 66114ca writeback: separate out include/linux/backing-dev-defs.h by Tejun Heo · 10 years ago
  87. bfcba2d ext4: Remove an unnecessary check for NULL before iput() by Markus Elfring · 10 years ago
  88. 4fdb554 ext4: cleanup GFP flags inside resize path by Dmitry Monakhov · 10 years ago
  89. b93b41d ext4: kill ext4_kvfree() by Al Viro · 10 years ago
  90. c2661b8 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  91. 0429fbc Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
  92. dfe076c ext4: get rid of code duplication by Dmitry Monakhov · 10 years ago
  93. 754cfed ext4: drop the EXT4_STATE_DELALLOC_RESERVED flag by Theodore Ts'o · 10 years ago
  94. e3cf5d5 ext4: prepare to drop EXT4_STATE_DELALLOC_RESERVED by Theodore Ts'o · 10 years ago
  95. a0b6bc6 block: Replace __this_cpu_ptr with raw_cpu_ptr by Christoph Lameter · 10 years ago
  96. c99d1e6 ext4: fix BUG_ON in mb_free_blocks() by Theodore Ts'o · 10 years ago
  97. 86f0afd ext4: fix ext4_discard_allocated_blocks() if we can't allocate the pa struct by Theodore Ts'o · 10 years ago
  98. b27b153 ext4: fix wrong size computation in ext4_mb_normalize_request() by Xiaoguang Wang · 10 years ago
  99. 71d4f7d ext4: remove metadata reservation checks by Theodore Ts'o · 10 years ago
  100. 94d4c06 ext4: clarify ext4_error message in ext4_mb_generate_buddy_error() by Theodore Ts'o · 11 years ago