1. 8e24eea fs: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  2. f1e3af7 make fs/buffer.c:cont_expand_zero() static by Adrian Bunk · 16 years ago
  3. 946a57b remove generic_commit_write() by Adrian Bunk · 16 years ago
  4. 061e974 Add balance_dirty_pages_ratelimited() to cont_expand_zero() by OGAWA Hirofumi · 16 years ago
  5. 19770b3 mm: filter based on a nodemask as well as a gfp_mask by Mel Gorman · 16 years ago
  6. dd1a239 mm: have zonelist contains structs with both a zone pointer and zone_idx by Mel Gorman · 16 years ago
  7. 54a6eb5 mm: use two zonelist that are filtered by GFP mask by Mel Gorman · 16 years ago
  8. 0e88460 mm: introduce node_zonelist() for accessing the zonelist for a GFP mask by Mel Gorman · 16 years ago
  9. dac1d27 mm: use zonelists instead of zones when direct reclaiming pages by Mel Gorman · 16 years ago
  10. 488514d Remove set_migrateflags() by Christoph Lameter · 16 years ago
  11. 1be62dc Be more careful about marking buffers dirty by Linus Torvalds · 16 years ago
  12. 5b41e74 vfs: fix data leak in nobh_write_end() by Dmitri Monakhov · 16 years ago
  13. a6b9191 fs: fix kernel-doc notation warnings by Randy Dunlap · 16 years ago
  14. e389229 vfs: fix NULL pointer dereference in fsync_buffers_list() by Jan Kara · 16 years ago
  15. 78a4a50 docbook: fix filesystems.tmpl source files by Randy Dunlap · 16 years ago
  16. 535ee2f buffer_head: fix private_list handling by Jan Kara · 16 years ago
  17. fc9b52c fs: remove fastcall, it is always empty by Harvey Harrison · 16 years ago
  18. 9db5579 rewrite rd by Nick Piggin · 16 years ago
  19. b98938c bufferhead: revert constructor removal by Christoph Lameter · 16 years ago
  20. eebd2aa Pagecache zeroing: zero_user_segment, zero_user_segments and zero_user by Christoph Lameter · 16 years ago
  21. 389d1b0 Add buffer head related helper functions by Aneesh Kumar K.V · 16 years ago
  22. efdc313 nobh: nobh_write_end fix by Nick Piggin · 17 years ago
  23. 1f7decf writeback: remove pages_skipped accounting in __block_write_full_page() by Fengguang Wu · 17 years ago
  24. c9e51e4 mm: count reclaimable pages per BDI by Peter Zijlstra · 17 years ago
  25. e12ba74 Group short-lived and reclaimable kernel allocations by Mel Gorman · 17 years ago
  26. 03158cd fs: restore nobh by Nick Piggin · 17 years ago
  27. a20fa20 With reiserfs no longer using the weird generic_cont_expand, remove it completely. by Nick Piggin · 17 years ago
  28. 89e1078 fs: new cont helpers by Nick Piggin · 17 years ago
  29. afddba4 fs: introduce write_begin, write_end, and perform_write aops by Nick Piggin · 17 years ago
  30. 637aff4 fs: fix data-loss on error by Nick Piggin · 17 years ago
  31. a4b0672 fs: fix nobh error handling by Nick Piggin · 17 years ago
  32. 68671f3 mm: add end_buffer_read helper function by Dmitry Monakhov · 17 years ago
  33. 6712ecf Drop 'size' argument from bio_endio and bi_end_io by NeilBrown · 17 years ago
  34. 1833633 fix some conversion overflows by Nick Piggin · 17 years ago
  35. 5417169 [FS] Implement block_page_mkwrite. by David Chinner · 17 years ago
  36. 787d221 fs: introduce some page/buffer invariants by Nick Piggin · 17 years ago
  37. 5ad333e Lumpy Reclaim V4 by Andy Whitcroft · 17 years ago
  38. 769848c Add __GFP_MOVABLE for callers to flag allocations from high memory that may be migrated by Mel Gorman · 17 years ago
  39. 4a2d445 buffer: kill old incorrect comment by Eric W. Biederman · 17 years ago
  40. ff1be9a Fix "fs: convert core functions to zero_user_page" by OGAWA Hirofumi · 17 years ago
  41. ea12589 Fix page allocation flags in grow_dev_page() by Christoph Lameter · 17 years ago
  42. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 17 years ago
  43. 8bb7844 Add suspend-related notifications for CPU hotplug by Rafael J. Wysocki · 17 years ago
  44. 01f2705 fs: convert core functions to zero_user_page by Nate Diller · 17 years ago
  45. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  46. 7e4c369 block_write_full_page(): report ENOSPC by Andrew Morton · 17 years ago
  47. 50953fe slab allocators: Remove SLAB_DEBUG_INITIAL flag by Christoph Lameter · 17 years ago
  48. f9a1439 mm: optimize kill_bdev() by Peter Zijlstra · 17 years ago
  49. f98393a mm: remove destroy_dirty_buffers from invalidate_bdev() by Peter Zijlstra · 17 years ago
  50. 3d67f2d fs: buffer don't PageUptodate without page locked by Nick Piggin · 17 years ago
  51. 57bf63d [PATCH] fs: nobh_truncate_page() fix by Dave Kleikamp · 17 years ago
  52. 22c8ca7 [PATCH] fs: fix nobh data leak by Nick Piggin · 17 years ago
  53. ffda9d3 [PATCH] fs: fix __block_write_full_page error case buffer submission by Nick Piggin · 17 years ago
  54. 3991d3b [PATCH] warning fix: unsigned->signed by Tomasz Kvarsin · 17 years ago
  55. 33a266d [PATCH] Make BH_Unwritten a first class bufferhead flag V2 by David Chinner · 17 years ago
  56. 72ed3d0 [PATCH] buffer: memorder fix by Nick Piggin · 17 years ago
  57. fc0ecff [PATCH] remove invalidate_inode_pages() by Andrew Morton · 17 years ago
  58. 87df724 [PATCH] Fix try_to_free_buffer() locking by Nick Piggin · 17 years ago
  59. ecdfc97 Resurrect 'try_to_free_buffers()' VM hackery by Linus Torvalds · 17 years ago
  60. f73ca1b [PATCH] Revert bd_mount_mutex back to a semaphore by David Chinner · 17 years ago
  61. 46d2277 Clean up and make try_to_free_buffers() not race with dirty pages by Linus Torvalds · 17 years ago
  62. e08748ce [PATCH] io-accounting: write-cancel accounting by Andrew Morton · 17 years ago
  63. 55e829a [PATCH] io-accounting: write accounting by Andrew Morton · 17 years ago
  64. 8c08540 [PATCH] clean up __set_page_dirty_nobuffers() by Andrew Morton · 17 years ago
  65. 02316067 [PATCH] hotplug CPU: clean up hotcpu_notifier() use by Ingo Molnar · 18 years ago
  66. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  67. 58ff407 [PATCH] Fix IO error reporting on fsync() by Jan Kara · 18 years ago
  68. 8c58165 [PATCH] D-cache aliasing issue in __block_prepare_write by Monakhov Dmitriy · 18 years ago
  69. e565793 [PATCH] grow_buffers() infinite loop fix by Andrew Morton · 18 years ago
  70. ebf7a22 [PATCH] mm: bug in set_page_dirty_buffers by Nick Piggin · 18 years ago
  71. cf9a2ae [PATCH] BLOCK: Move functions out of buffer code [try #6] by David Howells · 18 years ago
  72. d08b385 [PATCH] mm: tracking shared dirty pages by Peter Zijlstra · 18 years ago
  73. 0e1dfc6 [PATCH] invalidate_bdev() speedup by Andrew Morton · 18 years ago
  74. 22a3e23 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 18 years ago
  75. b1e7a8f [PATCH] zoned vm counters: conversion of nr_dirty to per zone counter by Christoph Lameter · 18 years ago
  76. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  77. f5e54d6 [PATCH] mark address_space_operations const by Christoph Hellwig · 18 years ago
  78. b6cd0b7 [PATCH] fs/buffer.c: cleanups by Adrian Bunk · 18 years ago
  79. b31dc66 [PATCH] Kill PF_SYNCWRITE flag by Jens Axboe · 18 years ago
  80. ec936fc [PATCH] for_each_online_pgdat: renaming for_each_pgdat by KAMEZAWA Hiroyuki · 18 years ago
  81. 9ae21d1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 18 years ago
  82. b0cf232 [PATCH] pass b_size to ->get_block() by Badari Pulavarty · 18 years ago
  83. 205f87f [PATCH] change buffer_head.b_size to size_t by Badari Pulavarty · 18 years ago
  84. 2ff28e2 [PATCH] Make address_space_operations->invalidatepage return void by NeilBrown · 18 years ago
  85. 3978d717 [PATCH] Make address_space_operations->sync_page return void by NeilBrown · 18 years ago
  86. e827f92 BUG_ON() Conversion in fs/buffer.c by Eric Sesterhenn · 18 years ago
  87. d25b9a1 [PATCH] freeze_bdev() cleanup by OGAWA Hirofumi · 18 years ago
  88. 18e79b4 [PATCH] fsync: extract internal code by Andrew Morton · 18 years ago
  89. 4741c9f [PATCH] set_page_dirty() return value fixes by Andrew Morton · 18 years ago
  90. 8a14342 [PATCH] HOTPLUG_CPU: avoid hitting too many cachelines in recalc_bh_state() by Eric Dumazet · 18 years ago
  91. b019600 [PATCH] cpuset memory spread slab cache hooks by Paul Jackson · 18 years ago
  92. c039e31 [PATCH] sem2mutex: blockdev #2 by Arjan van de Ven · 18 years ago
  93. b20a350 [PATCH] page migration reorg by Christoph Lameter · 18 years ago
  94. 4983da0 [PATCH] page migration: fail if page is in a vma flagged VM_LOCKED by Christoph Lameter · 18 years ago
  95. e60e5c5 [PATCH] Trivial optimization of ll_rw_block() by OGAWA Hirofumi · 18 years ago
  96. fc5cd58 [PATCH] reiserfs: zero b_private when allocating buffer heads by Chris Mason · 18 years ago
  97. e965f96 [PATCH] Direct Migration V9: Avoid writeback / page_migrate() method by Christoph Lameter · 18 years ago
  98. 01ffe33 Make alloc_page_buffers() initialise buffer_heads using init_buffer(), by Nathan Scott · 18 years ago
  99. 858119e [PATCH] Unlinline a bunch of other functions by Arjan van de Ven · 18 years ago
  100. 16f7e0f [PATCH] capable/capability.h (fs/) by Randy Dunlap · 18 years ago