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