1. 543ade1 [PATCH] Streamline generic_file_* interfaces and filemap cleanups by Badari Pulavarty · 18 years ago
  2. ee0b3e6 [PATCH] Remove readv/writev methods and use aio_read/aio_write instead by Badari Pulavarty · 18 years ago
  3. 027445c [PATCH] Vectorize aio_read/aio_write fileop methods by Badari Pulavarty · 18 years ago
  4. 9361401 [PATCH] BLOCK: Make it possible to disable the block layer [try #6] by David Howells · 18 years ago
  5. cf9a2ae [PATCH] BLOCK: Move functions out of buffer code [try #6] by David Howells · 18 years ago
  6. 79f5acf [PATCH] mm: make filemap_nopage use NOPAGE_SIGBUS by Adam Litke · 18 years ago
  7. da6052f [PATCH] update some mm/ comments by Nick Piggin · 18 years ago
  8. db37648 [PATCH] mm: non syncing lock_page() by Nick Piggin · 18 years ago
  9. b83a8e6 [PATCH] MM: Remove rogue readahead printk by Andi Kleen · 18 years ago
  10. 22a3e23 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 18 years ago
  11. f8891e5 [PATCH] Light weight event counters by Christoph Lameter · 18 years ago
  12. 347ce43 [PATCH] zoned vm counters: conversion of nr_pagecache to per zone counter by Christoph Lameter · 18 years ago
  13. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  14. 81b0c87 [PATCH] generic_file_buffered_write(): handle zero-length iovec segments by Andrew Morton · 18 years ago
  15. f5e54d6 [PATCH] mark address_space_operations const by Christoph Hellwig · 18 years ago
  16. 6527c2b [PATCH] generic_file_buffered_write(): deadlock on vectored write by Vladimir V. Saveliev · 18 years ago
  17. 76d42bd [PATCH] readahead: backoff on I/O error by Wu Fengguang · 18 years ago
  18. 01408c4 [PATCH] Prepare for __copy_from_user_inatomic to not zero missed bytes by NeilBrown · 18 years ago
  19. c22ce14 [PATCH] x86: cache pollution aware __copy_from_user_ll() by Hiro Yoshioka · 18 years ago
  20. 485bb99 [PATCH] kernel-doc for mm/filemap.c by Randy Dunlap · 18 years ago
  21. 111ebb6 [PATCH] writeback: fix range handling by OGAWA Hirofumi · 18 years ago
  22. ebf4350 [PATCH] Add find_get_pages_contig(): contiguous variant of find_get_pages() by Jens Axboe · 18 years ago
  23. ebcf28e [PATCH] fadvise(): write commands by Andrew Morton · 18 years ago
  24. 469eb4d [PATCH] filemap_fdatawrite_range() api: clarify -end parameter by Andrew Morton · 18 years ago
  25. 44110fe [PATCH] cpuset memory spread page cache implementation and hooks by Paul Jackson · 18 years ago
  26. 0f8053a [PATCH] mm: make __put_page internal by Nick Piggin · 18 years ago
  27. 053837f [PATCH] mm: migration page refcounting fix by Nick Piggin · 19 years ago
  28. c59ede7 [PATCH] move capable() to capability.h by Randy.Dunlap · 19 years ago
  29. 870f481 [PATCH] replace inode_update_time with file_update_time by Christoph Hellwig · 19 years ago
  30. 1b1dcc1 [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem by Jes Sorensen · 19 years ago
  31. 28fd129 [PATCH] Fix and add EXPORT_SYMBOL(filemap_write_and_wait) by OGAWA Hirofumi · 19 years ago
  32. 268fc16 [PATCH] export/change sync_page_range/_nolock() by OGAWA Hirofumi · 19 years ago
  33. bbfbb7c [PATCH] find_lock_page(): call __lock_page() directly. by Nikita Danilov · 19 years ago
  34. 994fc28c [PATCH] add AOP_TRUNCATED_PAGE, prepend AOP_ to WRITEPAGE_ACTIVATE by Zach Brown · 19 years ago
  35. 07808b7 [PATCH] x86_64: Remove obsolete ARCH_HAS_ATOMIC_UNSIGNED and page_flags_t by Andi Kleen · 19 years ago
  36. 39e88ca [PATCH] fs: error case fix in __generic_file_aio_read by Tejun Heo · 19 years ago
  37. b145946 [PATCH] mm/filemap.c:filemap_populate(): move export. by Nikita Danilov · 19 years ago
  38. b8072f0 [PATCH] mm: update comments to pte lock by Hugh Dickins · 19 years ago
  39. 4c21e2f [PATCH] mm: split page table lock by Hugh Dickins · 19 years ago
  40. 65500d2 [PATCH] mm: page fault handlers tidyup by Hugh Dickins · 19 years ago
  41. 6daa0e2 [PATCH] gfp_t: mm/* (easy parts) by Al Viro · 19 years ago
  42. 5ce7852 [PATCH] mm/filemap.c: make two functions static by Adrian Bunk · 19 years ago
  43. d44ed4f [PATCH] shmem_populate: avoid an useless check, and some comments by Paolo 'Blaisorblade' Giarrusso · 19 years ago
  44. 5d337b9 [PATCH] swap: swap_lock replace list+device by Hugh Dickins · 19 years ago
  45. b0cfbd9 [PATCH] fix for generic_file_write iov problem by Badari Pulavarty · 19 years ago
  46. 1e8a81c [PATCH] Fix the error handling in direct I/O by Hifumi Hisashi · 19 years ago
  47. ceffc07 [PATCH] xip: fs/mm: execute in place by Carsten Otte · 19 years ago
  48. 45778ca [PATCH] Remove f_error field from struct file by Christoph Lameter · 19 years ago
  49. a511718 [PATCH] broken fault_in_pages_readable call in generic_file_buffered_write() by Martin Schwidefsky · 19 years ago
  50. b5c44c2 [PATCH] fix for __generic_file_aio_read() to return 0 on EOF by Suparna Bhattacharya · 19 years ago
  51. 91bb524 [PATCH] remove outdated comments from filemap.c by Christoph Hellwig · 19 years ago
  52. 67be2dd [PATCH] DocBook: fix some descriptions by Martin Waitz · 19 years ago
  53. cd7619d [PATCH] Exterminate PAGE_BUG by Matt Mackall · 19 years ago
  54. dd1d5af [PATCH] sync_page() smp_mb() comment by William Lee Irwin III · 19 years ago
  55. f021e92 [PATCH] generic_file_buffered_write fixes by akpm@osdl.org · 19 years ago
  56. d345734 [PATCH] filemap_getpage can block when MAP_NONBLOCK specified by Jeff Moyer · 19 years ago
  57. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago