1. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  2. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  3. e213e26 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 14 years ago
  4. 64e290e ext4: fix up rb_root initializations to use RB_ROOT by Venkatesh Pallipadi · 14 years ago
  5. 5dd4056 dquot: cleanup space allocation / freeing routines by Christoph Hellwig · 14 years ago
  6. bda00de ext4: cleanup to use ext4_grp_offs_to_block() by Akinobu Mita · 14 years ago
  7. 5661bd6 ext4: cleanup to use ext4_group_first_block_no() by Akinobu Mita · 14 years ago
  8. cc483f1 ext4: Fix fencepost error in chosing choosing group vs file preallocation. by Tao Ma · 14 years ago
  9. 12062dd ext4: move __func__ into a macro for ext4_warning, ext4_error by Eric Sandeen · 14 years ago
  10. 1537a36 tree-wide: fix 'lenght' typo in comments and code by Daniel Mack · 14 years ago
  11. d21cd8f ext4: Fix potential quota deadlock by Dmitry Monakhov · 15 years ago
  12. d031655 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  13. 4515c30 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 15 years ago
  14. 1f2acb6 ext4: Add block validity check when truncating indirect block mapped inodes by Theodore Ts'o · 14 years ago
  15. b844167 ext4: remove blocks from inode prealloc list on failure by Curt Wohlgemuth · 15 years ago
  16. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  17. 9084d47 ext4: use ext4_data_block_valid() in ext4_free_blocks() by Theodore Ts'o · 15 years ago
  18. e636260 ext4: call ext4_forget() from ext4_free_blocks() by Theodore Ts'o · 15 years ago
  19. 4433871 ext4: fold ext4_free_blocks() and ext4_mb_free_blocks() by Theodore Ts'o · 15 years ago
  20. 5328e63 ext4: make trim/discard optional (and off by default) by Eric Sandeen · 15 years ago
  21. ca0c958 this_cpu: Straight transformations by Christoph Lameter · 15 years ago
  22. 296c355 ext4: Use tracepoints for mb_history trace file by Theodore Ts'o · 15 years ago
  23. 90576c0 ext4, jbd2: Drop unneeded printks at mount and unmount time by Theodore Ts'o · 15 years ago
  24. 7178057 ext4: Fix hueristic which avoids group preallocation for closed files by Theodore Ts'o · 15 years ago
  25. fb0a387 ext4: limit block allocations for indirect-block files to < 2^32 by Eric Sandeen · 15 years ago
  26. 08c3a81 ext4: Clarify the locking details in mballoc by Aneesh Kumar K.V · 15 years ago
  27. f41c075 ext4: check for need init flag in ext4_mb_load_buddy by Aneesh Kumar K.V · 15 years ago
  28. b6a758e ext4: move ext4_mb_init_group() function earlier in the mballoc.c by Aneesh Kumar K.V · 15 years ago
  29. 7f1346a ext4: Declare seq_operations and file_operations structures as const by Tobias Klauser · 15 years ago
  30. a36b449 ext4: use ext4_grpblk_t more extensively by Eric Sandeen · 15 years ago
  31. 1927805 ext4: use variables not types in sizeofs() for allocations by Eric Sandeen · 15 years ago
  32. 38877f4 simplify some logic in ext4_mb_normalize_request by Eric Sandeen · 15 years ago
  33. 0373130 ext4: open-code ext4_mb_update_group_info by Eric Sandeen · 15 years ago
  34. 5079748 ext4: Avoid group preallocation for closed files by Theodore Ts'o · 15 years ago
  35. 4ba74d0 ext4: Fix bugs in mballoc's stream allocation mode by Theodore Ts'o · 15 years ago
  36. 0ef90db ext4: Display the mballoc flags in mb_history in hex instead of decimal by Theodore Ts'o · 15 years ago
  37. 6ba495e ext4: Add configurable run-time mballoc debugging by Theodore Ts'o · 15 years ago
  38. 1c71850 ext4: Fix compile warnings with MB_DEBUG by Akira Fujita · 15 years ago
  39. 5a4a798 ext4: Remove unnecessary semicolons in mballoc.c by Joe Perches · 15 years ago
  40. 024eab4 ext4: Fix memory leak fix when mounting an ext4 filesystem by Aneesh Kumar K.V · 15 years ago
  41. 833576b ext4: Fix ext4_mb_initialize_context() to initialize all fields by Theodore Ts'o · 15 years ago
  42. 3e03f9c ext4: Use rcu_barrier() on module unload. by Jesper Dangaard Brouer · 15 years ago
  43. 089ceec ext4: mark several more functions in mballoc.c as noinline by Eric Sandeen · 15 years ago
  44. 0610b6e ext4: Fix 64-bit block type problem on 32-bit platforms by Theodore Ts'o · 15 years ago
  45. 9bffad1 ext4: convert instrumentation from markers to tracepoints by Theodore Ts'o · 15 years ago
  46. 6fd058f ext4: Add a comprehensive block validity check to ext4_get_blocks() by Theodore Ts'o · 15 years ago
  47. bc8e674 ext4: Fix spinlock assertions on UP systems by Vincent Minet · 15 years ago
  48. 955ce5f ext4: Convert ext4_lock_group to use sb_bgl_lock by Aneesh Kumar K.V · 15 years ago
  49. f403390 ext4: Make the length of the mb_history file tunable by Curt Wohlgemuth · 15 years ago
  50. 75507ef ext4: Don't avoid using BLOCK_UNINIT block groups in mballoc by Theodore Ts'o · 15 years ago
  51. 8df9675 ext4: Avoid races caused by on-line resizing and SMP memory reordering by Theodore Ts'o · 15 years ago
  52. e7c9e3e ext4: fix locking typo in mballoc which could cause soft lockup hangs by Theodore Ts'o · 15 years ago
  53. a7b1944 ext4: fix typo which causes a memory leak on error path by Dan Carpenter · 15 years ago
  54. cc0fb9a ext4: Rename pa_linear to pa_type by Aneesh Kumar K.V · 15 years ago
  55. 9f24e42 ext4: Use atomic_t's in struct flex_groups by Theodore Ts'o · 15 years ago
  56. b713a5e ext4: remove /proc tuning knobs by Theodore Ts'o · 15 years ago
  57. a491212 ext4: New inode/block allocation algorithms for flex_bg filesystems by Theodore Ts'o · 15 years ago
  58. a269eb1 ext4: Use lowercase names of quota functions by Jan Kara · 15 years ago
  59. 60e58e0 ext4: quota reservation for delayed allocation by Mingming Cao · 15 years ago
  60. d33a197 ext4: fix bb_prealloc_list corruption due to wrong group locking by Eric Sandeen · 15 years ago
  61. 8d03c7a ext4: fix bogus BUG_ONs in in mballoc code by Eric Sandeen · 15 years ago
  62. d794bf8 ext4: Initialize preallocation list_head's properly by Aneesh Kumar K.V · 15 years ago
  63. ba44391 ext4: Fix lockdep warning by Aneesh Kumar K.V · 15 years ago
  64. 9fd9784 ext4: Fix building with EXT4FS_DEBUG by Thadeu Lima de Souza Cascardo · 15 years ago
  65. ba80b10 ext4: Add markers for better debuggability by Theodore Ts'o · 15 years ago
  66. 0087d9f ext4: Fix s_dirty_blocks_counter if block allocation failed with nodelalloc by Aneesh Kumar K.V · 15 years ago
  67. 29eaf02 ext4: Init the complete page while building buddy cache by Aneesh Kumar K.V · 15 years ago
  68. 8556e8f ext4: Don't allow new groups to be added during block allocation by Aneesh Kumar K.V · 15 years ago
  69. 648f587 ext4: mark the blocks/inode bitmap beyond end of group as used by Aneesh Kumar K.V · 15 years ago
  70. 2ccb5fb ext4: Use new buffer_head flag to check uninit group bitmaps initialization by Aneesh Kumar K.V · 15 years ago
  71. 3300bed ext4: code cleanup by Aneesh Kumar K.V · 15 years ago
  72. 560671a ext4: Use high 16 bits of the block group descriptor's free counts fields by Aneesh Kumar K.V · 15 years ago
  73. e8134b2 ext4: Fix race between read_block_bitmap() and mark_diskspace_used() by Aneesh Kumar K.V · 15 years ago
  74. 5d1b1b3 ext4: fix BUG when calling ext4_error with locked block group by Aneesh Kumar K.V · 15 years ago
  75. b7be019 ext4: Fix lockdep recursive locking warning by Aneesh Kumar K.V · 16 years ago
  76. 7a2fcbf ext4: don't use blocks freed but not yet committed in buddy cache init by Aneesh Kumar K.V · 15 years ago
  77. c3a326a ext4: cleanup mballoc header files by Aneesh Kumar K.V · 16 years ago
  78. 920313a ext4: Use EXT4_GROUP_INFO_NEED_INIT_BIT during resize by Aneesh Kumar K.V · 15 years ago
  79. 3a06d77 ext4: sparse fixes by Aneesh Kumar K.V · 16 years ago
  80. 498e5f2 ext4: Change unsigned long to unsigned int by Theodore Ts'o · 16 years ago
  81. a9df9a4 ext4: Make ext4_group_t be an unsigned int by Theodore Ts'o · 15 years ago
  82. 032115f ext4: Don't overwrite allocation_context ac_status by Aneesh Kumar K.V · 15 years ago
  83. fde4d95 ext4: remove extraneous newlines from calls to ext4_error() and ext4_warning() by Theodore Ts'o · 15 years ago
  84. 0390131 ext4: Allow ext4 to run without a journal by Frank Mayhar · 15 years ago
  85. ff7ef32 ext4: Widen type of ext4_sb_info.s_mb_maxs[] by Yasunori Goto · 15 years ago
  86. ae2d9fb ext4: fix missing ext4_unlock_group in error path by Aneesh Kumar K.V · 16 years ago
  87. 3e624fc ext4: Replace hackish ext4_mb_poll_new_transaction with commit callback by Theodore Ts'o · 16 years ago
  88. 0b09923e ext4: Remove compile warnings when building w/o CONFIG_PROC_FS by Manish Katiyar · 16 years ago
  89. 8a0aba7 ext4: let the block device know when unused blocks can be discarded by Theodore Ts'o · 16 years ago
  90. c894058 ext4: Use an rbtree for tracking blocks freed during transaction. by Aneesh Kumar K.V · 16 years ago
  91. 688f05a ext4: Free ext4_prealloc_space using kmem_cache_free by Aneesh Kumar K.V · 16 years ago
  92. c806e68 ext4: fix initialization of UNINIT bitmap blocks by Frederic Bohe · 16 years ago
  93. c2ea3fd ext4: Remove old legacy block allocator by Theodore Ts'o · 16 years ago
  94. 5e8814f ext4: Combine proc file handling into a single set of functions by Theodore Ts'o · 16 years ago
  95. 9f6200b ext4: move /proc setup and teardown out of mballoc.c by Theodore Ts'o · 16 years ago
  96. 730c213 ext4: use percpu data structures for lg_prealloc_list by Eric Sandeen · 16 years ago
  97. 899fc1a ext4: fix #11321: create /proc/ext4/*/stats more carefully by Alexey Dobriyan · 16 years ago
  98. 6bc6e63 ext4: Add percpu dirty block accounting. by Aneesh Kumar K.V · 16 years ago
  99. 030ba6b ext4: Retry block reservation by Aneesh Kumar K.V · 16 years ago
  100. a30d542a ext4: Make sure all the block allocation paths reserve blocks by Aneesh Kumar K.V · 16 years ago