1. 85fe402 fs: do not assign default i_ino in new_inode by Christoph Hellwig · 14 years ago
  2. dd3932e block: remove BLKDEV_IFL_WAIT by Christoph Hellwig · 14 years ago
  3. 61002f7 ext4: do not send discards as barriers by Christoph Hellwig · 14 years ago
  4. 2cf6d26 block: pass gfp_mask and flags to sb_issue_discard by Christoph Hellwig · 14 years ago
  5. 09dc942 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 14 years ago
  6. 6c7a120 ext4: Adding error check after calling ext4_mb_regular_allocator() by Aditya Kali · 14 years ago
  7. 73b2c71 fix comment typo "choosed" -> "chosen" by Uwe Kleine-König · 14 years ago
  8. e357063 ext4: don't print scary messages for allocation failures post-abort by Eric Sandeen · 14 years ago
  9. 506bf2d ext4: allocate stripe-multiple IOs on stripe boundaries by Eric Sandeen · 14 years ago
  10. 5c52183 ext4: Support discard requests when running in no-journal mode by Jiaying Zhang · 14 years ago
  11. a271fe8 ext4: Remove unnecessary casts of private_data by Joe Perches · 14 years ago
  12. e5880d7 ext4: fix potential NULL dereference while tracing by Theodore Ts'o · 14 years ago
  13. e29136f ext4: Enhance ext4_grp_locked_error() to take block and function numbers by Theodore Ts'o · 14 years ago
  14. 5a0790c ext4: remove initialized but not read variables by Andi Kleen · 14 years ago
  15. a037515 ext4: Clean up s_dirt handling by Theodore Ts'o · 14 years ago
  16. 60e6679 ext4: Drop whitespace at end of lines by Theodore Ts'o · 14 years ago
  17. f307333 ext4: Add new tracepoints to track mballoc's buddy bitmap loads by Theodore Ts'o · 14 years ago
  18. 12e9b89 ext4: Use bitops to read/modify i_flags in struct ext4_inode_info by Dmitry Monakhov · 14 years ago
  19. 291dae4 ext4: Fix for ext4_mb_collect_stats() by Curt Wohlgemuth · 14 years ago
  20. 8a57d9d ext4: check for a good block group before loading buddy pages by Curt Wohlgemuth · 14 years ago
  21. a30eec2 ext4: stop issuing discards if not supported by device by Eric Sandeen · 14 years ago
  22. e39e07f ext4: rename ext4_mb_release_desc() to ext4_mb_unload_buddy() by Jing Zhang · 14 years ago
  23. 62e823a ext4: Remove unnecessary call to ext4_get_group_desc() in mballoc by Jing Zhang · 14 years ago
  24. 202f2bb Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 14 years ago
  25. b90f687 ext4: Issue the discard operation *before* releasing the blocks to be reused by Theodore Ts'o · 14 years ago
  26. 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
  27. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  28. 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
  29. 64e290e ext4: fix up rb_root initializations to use RB_ROOT by Venkatesh Pallipadi · 14 years ago
  30. 5dd4056 dquot: cleanup space allocation / freeing routines by Christoph Hellwig · 14 years ago
  31. bda00de ext4: cleanup to use ext4_grp_offs_to_block() by Akinobu Mita · 14 years ago
  32. 5661bd6 ext4: cleanup to use ext4_group_first_block_no() by Akinobu Mita · 14 years ago
  33. cc483f1 ext4: Fix fencepost error in chosing choosing group vs file preallocation. by Tao Ma · 14 years ago
  34. 12062dd ext4: move __func__ into a macro for ext4_warning, ext4_error by Eric Sandeen · 14 years ago
  35. 1537a36 tree-wide: fix 'lenght' typo in comments and code by Daniel Mack · 14 years ago
  36. d21cd8f ext4: Fix potential quota deadlock by Dmitry Monakhov · 15 years ago
  37. d031655 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  38. 4515c30 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 15 years ago
  39. 1f2acb6 ext4: Add block validity check when truncating indirect block mapped inodes by Theodore Ts'o · 14 years ago
  40. b844167 ext4: remove blocks from inode prealloc list on failure by Curt Wohlgemuth · 15 years ago
  41. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  42. 9084d47 ext4: use ext4_data_block_valid() in ext4_free_blocks() by Theodore Ts'o · 15 years ago
  43. e636260 ext4: call ext4_forget() from ext4_free_blocks() by Theodore Ts'o · 15 years ago
  44. 4433871 ext4: fold ext4_free_blocks() and ext4_mb_free_blocks() by Theodore Ts'o · 15 years ago
  45. 5328e63 ext4: make trim/discard optional (and off by default) by Eric Sandeen · 15 years ago
  46. ca0c958 this_cpu: Straight transformations by Christoph Lameter · 15 years ago
  47. 296c355 ext4: Use tracepoints for mb_history trace file by Theodore Ts'o · 15 years ago
  48. 90576c0 ext4, jbd2: Drop unneeded printks at mount and unmount time by Theodore Ts'o · 15 years ago
  49. 7178057 ext4: Fix hueristic which avoids group preallocation for closed files by Theodore Ts'o · 15 years ago
  50. fb0a387 ext4: limit block allocations for indirect-block files to < 2^32 by Eric Sandeen · 15 years ago
  51. 08c3a81 ext4: Clarify the locking details in mballoc by Aneesh Kumar K.V · 15 years ago
  52. f41c075 ext4: check for need init flag in ext4_mb_load_buddy by Aneesh Kumar K.V · 15 years ago
  53. b6a758e ext4: move ext4_mb_init_group() function earlier in the mballoc.c by Aneesh Kumar K.V · 15 years ago
  54. 7f1346a ext4: Declare seq_operations and file_operations structures as const by Tobias Klauser · 15 years ago
  55. a36b449 ext4: use ext4_grpblk_t more extensively by Eric Sandeen · 15 years ago
  56. 1927805 ext4: use variables not types in sizeofs() for allocations by Eric Sandeen · 15 years ago
  57. 38877f4 simplify some logic in ext4_mb_normalize_request by Eric Sandeen · 15 years ago
  58. 0373130 ext4: open-code ext4_mb_update_group_info by Eric Sandeen · 15 years ago
  59. 5079748 ext4: Avoid group preallocation for closed files by Theodore Ts'o · 15 years ago
  60. 4ba74d0 ext4: Fix bugs in mballoc's stream allocation mode by Theodore Ts'o · 15 years ago
  61. 0ef90db ext4: Display the mballoc flags in mb_history in hex instead of decimal by Theodore Ts'o · 15 years ago
  62. 6ba495e ext4: Add configurable run-time mballoc debugging by Theodore Ts'o · 15 years ago
  63. 1c71850 ext4: Fix compile warnings with MB_DEBUG by Akira Fujita · 15 years ago
  64. 5a4a798 ext4: Remove unnecessary semicolons in mballoc.c by Joe Perches · 15 years ago
  65. 024eab4 ext4: Fix memory leak fix when mounting an ext4 filesystem by Aneesh Kumar K.V · 15 years ago
  66. 833576b ext4: Fix ext4_mb_initialize_context() to initialize all fields by Theodore Ts'o · 15 years ago
  67. 3e03f9c ext4: Use rcu_barrier() on module unload. by Jesper Dangaard Brouer · 15 years ago
  68. 089ceec ext4: mark several more functions in mballoc.c as noinline by Eric Sandeen · 15 years ago
  69. 0610b6e ext4: Fix 64-bit block type problem on 32-bit platforms by Theodore Ts'o · 15 years ago
  70. 9bffad1 ext4: convert instrumentation from markers to tracepoints by Theodore Ts'o · 15 years ago
  71. 6fd058f ext4: Add a comprehensive block validity check to ext4_get_blocks() by Theodore Ts'o · 15 years ago
  72. bc8e674 ext4: Fix spinlock assertions on UP systems by Vincent Minet · 15 years ago
  73. 955ce5f ext4: Convert ext4_lock_group to use sb_bgl_lock by Aneesh Kumar K.V · 15 years ago
  74. f403390 ext4: Make the length of the mb_history file tunable by Curt Wohlgemuth · 15 years ago
  75. 75507ef ext4: Don't avoid using BLOCK_UNINIT block groups in mballoc by Theodore Ts'o · 15 years ago
  76. 8df9675 ext4: Avoid races caused by on-line resizing and SMP memory reordering by Theodore Ts'o · 15 years ago
  77. e7c9e3e ext4: fix locking typo in mballoc which could cause soft lockup hangs by Theodore Ts'o · 15 years ago
  78. a7b1944 ext4: fix typo which causes a memory leak on error path by Dan Carpenter · 15 years ago
  79. cc0fb9a ext4: Rename pa_linear to pa_type by Aneesh Kumar K.V · 15 years ago
  80. 9f24e42 ext4: Use atomic_t's in struct flex_groups by Theodore Ts'o · 15 years ago
  81. b713a5e ext4: remove /proc tuning knobs by Theodore Ts'o · 15 years ago
  82. a491212 ext4: New inode/block allocation algorithms for flex_bg filesystems by Theodore Ts'o · 15 years ago
  83. a269eb1 ext4: Use lowercase names of quota functions by Jan Kara · 15 years ago
  84. 60e58e0 ext4: quota reservation for delayed allocation by Mingming Cao · 15 years ago
  85. d33a197 ext4: fix bb_prealloc_list corruption due to wrong group locking by Eric Sandeen · 15 years ago
  86. 8d03c7a ext4: fix bogus BUG_ONs in in mballoc code by Eric Sandeen · 15 years ago
  87. d794bf8 ext4: Initialize preallocation list_head's properly by Aneesh Kumar K.V · 15 years ago
  88. ba44391 ext4: Fix lockdep warning by Aneesh Kumar K.V · 15 years ago
  89. 9fd9784 ext4: Fix building with EXT4FS_DEBUG by Thadeu Lima de Souza Cascardo · 15 years ago
  90. ba80b10 ext4: Add markers for better debuggability by Theodore Ts'o · 15 years ago
  91. 0087d9f ext4: Fix s_dirty_blocks_counter if block allocation failed with nodelalloc by Aneesh Kumar K.V · 15 years ago
  92. 29eaf02 ext4: Init the complete page while building buddy cache by Aneesh Kumar K.V · 15 years ago
  93. 8556e8f ext4: Don't allow new groups to be added during block allocation by Aneesh Kumar K.V · 15 years ago
  94. 648f587 ext4: mark the blocks/inode bitmap beyond end of group as used by Aneesh Kumar K.V · 15 years ago
  95. 2ccb5fb ext4: Use new buffer_head flag to check uninit group bitmaps initialization by Aneesh Kumar K.V · 15 years ago
  96. 3300bed ext4: code cleanup by Aneesh Kumar K.V · 15 years ago
  97. 560671a ext4: Use high 16 bits of the block group descriptor's free counts fields by Aneesh Kumar K.V · 15 years ago
  98. e8134b2 ext4: Fix race between read_block_bitmap() and mark_diskspace_used() by Aneesh Kumar K.V · 15 years ago
  99. 5d1b1b3 ext4: fix BUG when calling ext4_error with locked block group by Aneesh Kumar K.V · 15 years ago
  100. b7be019 ext4: Fix lockdep recursive locking warning by Aneesh Kumar K.V · 16 years ago