1. 9bffad1 ext4: convert instrumentation from markers to tracepoints by Theodore Ts'o · 15 years ago
  2. 6fd058f ext4: Add a comprehensive block validity check to ext4_get_blocks() by Theodore Ts'o · 15 years ago
  3. bc8e674 ext4: Fix spinlock assertions on UP systems by Vincent Minet · 15 years ago
  4. 955ce5f ext4: Convert ext4_lock_group to use sb_bgl_lock by Aneesh Kumar K.V · 15 years ago
  5. f403390 ext4: Make the length of the mb_history file tunable by Curt Wohlgemuth · 15 years ago
  6. 75507ef ext4: Don't avoid using BLOCK_UNINIT block groups in mballoc by Theodore Ts'o · 15 years ago
  7. 8df9675 ext4: Avoid races caused by on-line resizing and SMP memory reordering by Theodore Ts'o · 15 years ago
  8. e7c9e3e ext4: fix locking typo in mballoc which could cause soft lockup hangs by Theodore Ts'o · 15 years ago
  9. a7b1944 ext4: fix typo which causes a memory leak on error path by Dan Carpenter · 15 years ago
  10. cc0fb9a ext4: Rename pa_linear to pa_type by Aneesh Kumar K.V · 15 years ago
  11. 9f24e42 ext4: Use atomic_t's in struct flex_groups by Theodore Ts'o · 15 years ago
  12. b713a5e ext4: remove /proc tuning knobs by Theodore Ts'o · 15 years ago
  13. a491212 ext4: New inode/block allocation algorithms for flex_bg filesystems by Theodore Ts'o · 15 years ago
  14. a269eb1 ext4: Use lowercase names of quota functions by Jan Kara · 15 years ago
  15. 60e58e0 ext4: quota reservation for delayed allocation by Mingming Cao · 15 years ago
  16. d33a197 ext4: fix bb_prealloc_list corruption due to wrong group locking by Eric Sandeen · 15 years ago
  17. 8d03c7a ext4: fix bogus BUG_ONs in in mballoc code by Eric Sandeen · 15 years ago
  18. d794bf8 ext4: Initialize preallocation list_head's properly by Aneesh Kumar K.V · 15 years ago
  19. ba44391 ext4: Fix lockdep warning by Aneesh Kumar K.V · 15 years ago
  20. 9fd9784 ext4: Fix building with EXT4FS_DEBUG by Thadeu Lima de Souza Cascardo · 15 years ago
  21. ba80b10 ext4: Add markers for better debuggability by Theodore Ts'o · 15 years ago
  22. 0087d9f ext4: Fix s_dirty_blocks_counter if block allocation failed with nodelalloc by Aneesh Kumar K.V · 15 years ago
  23. 29eaf02 ext4: Init the complete page while building buddy cache by Aneesh Kumar K.V · 15 years ago
  24. 8556e8f ext4: Don't allow new groups to be added during block allocation by Aneesh Kumar K.V · 15 years ago
  25. 648f587 ext4: mark the blocks/inode bitmap beyond end of group as used by Aneesh Kumar K.V · 15 years ago
  26. 2ccb5fb ext4: Use new buffer_head flag to check uninit group bitmaps initialization by Aneesh Kumar K.V · 15 years ago
  27. 3300bed ext4: code cleanup by Aneesh Kumar K.V · 15 years ago
  28. 560671a ext4: Use high 16 bits of the block group descriptor's free counts fields by Aneesh Kumar K.V · 15 years ago
  29. e8134b2 ext4: Fix race between read_block_bitmap() and mark_diskspace_used() by Aneesh Kumar K.V · 15 years ago
  30. 5d1b1b3 ext4: fix BUG when calling ext4_error with locked block group by Aneesh Kumar K.V · 15 years ago
  31. b7be019 ext4: Fix lockdep recursive locking warning by Aneesh Kumar K.V · 16 years ago
  32. 7a2fcbf ext4: don't use blocks freed but not yet committed in buddy cache init by Aneesh Kumar K.V · 15 years ago
  33. c3a326a ext4: cleanup mballoc header files by Aneesh Kumar K.V · 16 years ago
  34. 920313a ext4: Use EXT4_GROUP_INFO_NEED_INIT_BIT during resize by Aneesh Kumar K.V · 15 years ago
  35. 3a06d77 ext4: sparse fixes by Aneesh Kumar K.V · 16 years ago
  36. 498e5f2 ext4: Change unsigned long to unsigned int by Theodore Ts'o · 16 years ago
  37. a9df9a4 ext4: Make ext4_group_t be an unsigned int by Theodore Ts'o · 15 years ago
  38. 032115f ext4: Don't overwrite allocation_context ac_status by Aneesh Kumar K.V · 15 years ago
  39. fde4d95 ext4: remove extraneous newlines from calls to ext4_error() and ext4_warning() by Theodore Ts'o · 15 years ago
  40. 0390131 ext4: Allow ext4 to run without a journal by Frank Mayhar · 15 years ago
  41. ff7ef32 ext4: Widen type of ext4_sb_info.s_mb_maxs[] by Yasunori Goto · 16 years ago
  42. ae2d9fb ext4: fix missing ext4_unlock_group in error path by Aneesh Kumar K.V · 16 years ago
  43. 3e624fc ext4: Replace hackish ext4_mb_poll_new_transaction with commit callback by Theodore Ts'o · 16 years ago
  44. 0b09923e ext4: Remove compile warnings when building w/o CONFIG_PROC_FS by Manish Katiyar · 16 years ago
  45. 8a0aba7 ext4: let the block device know when unused blocks can be discarded by Theodore Ts'o · 16 years ago
  46. c894058 ext4: Use an rbtree for tracking blocks freed during transaction. by Aneesh Kumar K.V · 16 years ago
  47. 688f05a ext4: Free ext4_prealloc_space using kmem_cache_free by Aneesh Kumar K.V · 16 years ago
  48. c806e68 ext4: fix initialization of UNINIT bitmap blocks by Frederic Bohe · 16 years ago
  49. c2ea3fd ext4: Remove old legacy block allocator by Theodore Ts'o · 16 years ago
  50. 5e8814f ext4: Combine proc file handling into a single set of functions by Theodore Ts'o · 16 years ago
  51. 9f6200b ext4: move /proc setup and teardown out of mballoc.c by Theodore Ts'o · 16 years ago
  52. 730c213 ext4: use percpu data structures for lg_prealloc_list by Eric Sandeen · 16 years ago
  53. 899fc1a ext4: fix #11321: create /proc/ext4/*/stats more carefully by Alexey Dobriyan · 16 years ago
  54. 6bc6e63 ext4: Add percpu dirty block accounting. by Aneesh Kumar K.V · 16 years ago
  55. 030ba6b ext4: Retry block reservation by Aneesh Kumar K.V · 16 years ago
  56. a30d542a ext4: Make sure all the block allocation paths reserve blocks by Aneesh Kumar K.V · 16 years ago
  57. 4776004f ext4: Add printk priority levels to clean up checkpatch warnings by Theodore Ts'o · 16 years ago
  58. 5e745b0 ext4: Fix small file fragmentation by Aneesh Kumar K.V · 16 years ago
  59. 6be2ded ext4: Don't allow lg prealloc list to be grow large. by Aneesh Kumar K.V · 16 years ago
  60. 1320cbc ext4: Convert the usage of NR_CPUS to nr_cpu_ids. by Aneesh Kumar K.V · 16 years ago
  61. ce89f46 ext4: Improve error handling in mballoc by Aneesh Kumar K.V · 16 years ago
  62. b5f10ee ext4: lock block groups when initializing by Eric Sandeen · 16 years ago
  63. d2a1763 ext4: delayed allocation ENOSPC handling by Mingming Cao · 16 years ago
  64. 5f21b0e ext4: fix online resize with mballoc by Frederic Bohe · 16 years ago
  65. 0703143 ext4: mballoc avoid use root reserved blocks for non root allocation by Mingming Cao · 16 years ago
  66. 654b490 ext4: cleanup block allocator by Aneesh Kumar K.V · 16 years ago
  67. 363d425 ext4: remove quota allocation when ext4_mb_new_blocks fails by Shen Feng · 16 years ago
  68. 772cb7c ext4: New inode allocation for FLEX_BG meta-data groups. by Jose R. Santos · 16 years ago
  69. 7e5a8cd ext4: fix error processing in mb_free_blocks by Shen Feng · 16 years ago
  70. cfbe7e4 ext4: error proc entry creation when the fs/ext4 is not correctly created by Shen Feng · 16 years ago
  71. 574ca17 ext4: Rename read_block_bitmap() to ext4_read_block_bitmap() by Theodore Ts'o · 16 years ago
  72. 74767c5 ext4: miscellaneous error checks and coding cleanups for mballoc by Shen Feng · 16 years ago
  73. fdf6c7a ext4: add error processing when calling ext4_mb_init_cache in mballoc by Shen Feng · 16 years ago
  74. 31b481d ext4: Fix ext4_mb_init_cache return error by Mingming Cao · 16 years ago
  75. 91d9982 ext4: switch to seq_files by Alexey Dobriyan · 16 years ago
  76. ed8f9c7 ext4: start searching for the right extent from the goal group. by Aneesh Kumar K.V · 16 years ago
  77. e7dfb24 ext4: Fix mb_find_next_bit not to return larger than max by Aneesh Kumar K.V · 16 years ago
  78. 03cddb8 ext4: Fix use of uninitialized data with debug enabled. by Aneesh Kumar K.V · 16 years ago
  79. 519deca ext4: Retry block allocation if new blocks are allocated from system zone. by Aneesh Kumar K.V · 16 years ago
  80. 1930479 ext4: mballoc fix mb_normalize_request algorithm for 1KB block size filesystems by Valerie Clement · 16 years ago
  81. f36f21e Fix misuses of bdevname() by Jean Delvare · 16 years ago
  82. f1fa334 ext4: fix hot spins in mballoc after err_freebuddy and err_freemeta by Roel Kluin · 16 years ago
  83. 8f6e39a ext4: Move mballoc headers/structures to a seperate header file mballoc.h by Mingming Cao · 16 years ago
  84. 60bd63d ext4: cleanup for compiling mballoc with verification and debugging #defines by Solofo Ramangalahy · 16 years ago
  85. c83617d ext4: Don't do GFP_NOFS allocations after taking ext4_lock_group by Aneesh Kumar K.V · 16 years ago
  86. 3dcf545 ext4: move headers out of include/linux by Christoph Hellwig · 16 years ago
  87. 46e665e ext4: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  88. 14499f3 ext4: remove extra define of ext4_new_blocks_old from mballoc.c by Mingming Cao · 16 years ago
  89. e8546d0 ext4: le*_add_cpu conversion by Marcin Slusarz · 16 years ago
  90. 9a0762c ext4: Convert list_for_each_rcu() to list_for_each_entry_rcu() by Aneesh Kumar K.V · 16 years ago
  91. 4ddfef7 ext4: reduce mballoc stack usage with noinline_for_stack by Eric Sandeen · 16 years ago
  92. 46fe74f ext4: use non-racy method for proc entries creation by Denis V. Lunev · 16 years ago
  93. 36a5aeb proc: remove proc_root_fs by Alexey Dobriyan · 16 years ago
  94. ffad0a4 ext4: ext4_find_next_zero_bit needs an aligned address on some arch by Aneesh Kumar K.V · 16 years ago
  95. e56eb65 ext4: Don't claim block from group which has corrupt bitmap by Aneesh Kumar K.V · 16 years ago
  96. b73fce6 ext4: Fix kernel BUG at fs/ext4/mballoc.c:910! by Valerie Clement · 16 years ago
  97. 26346ff ext4: Don't panic in case of corrupt bitmap by Aneesh Kumar K.V · 16 years ago
  98. 256bdb4 ext4: allocate struct ext4_allocation_context from a kmem cache by Eric Sandeen · 16 years ago
  99. 42a10ad ext4: Fix null bh pointer dereference in mballoc by Aneesh Kumar K.V · 16 years ago
  100. c9de560 ext4: Add multi block allocator for ext4 by Alex Tomas · 16 years ago