1. ef00e08 readahead: clean up and simplify the code for filemap page fault readahead by Linus Torvalds · 15 years ago
  2. f7e839d readahead: move max_sane_readahead() calls into force_page_cache_readahead() by Wu Fengguang · 15 years ago
  3. e767e05 memcg: fix deadlock between lock_page_cgroup and mapping tree_lock by Daisuke Nishimura · 15 years ago
  4. f699558 Export filemap_write_and_wait_range by Chris Mason · 15 years ago
  5. 697f619 filemap: fix kernel-doc warnings by Randy Dunlap · 15 years ago
  6. 18bc0bb Staging: pohmelfs: kconfig/makefile and vfs changes. by Evgeniy Polyakov · 15 years ago
  7. 385e1ca5f CacheFiles: Permit the page lock state to be monitored by David Howells · 15 years ago
  8. 266cf65 FS-Cache: Recruit a page flags for cache management by David Howells · 15 years ago
  9. f180053 x86, mm: dont use non-temporal stores in pagecache accesses by Ingo Molnar · 15 years ago
  10. 3255aa2 x86, mm: pass in 'total' to __copy_from_user_*nocache() by Ingo Molnar · 15 years ago
  11. 6673e0c [CVE-2009-0029] System call wrapper special cases by Heiko Carstens · 15 years ago
  12. 2ed7c03 [CVE-2009-0029] Convert all system calls to return a long by Heiko Carstens · 15 years ago
  13. 2c26fdd memcg: revert gfp mask fix by KAMEZAWA Hiroyuki · 15 years ago
  14. 67d58ac mm: pagecache gfp flags fix by Nick Piggin · 15 years ago
  15. 48b47c5 mm: direct IO starvation improvement by Nick Piggin · 15 years ago
  16. 05fe478 mm: write_cache_pages integrity fix by Nick Piggin · 15 years ago
  17. bf3f3bc mm: don't mark_page_accessed in fault path by Nick Piggin · 15 years ago
  18. 520c853 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  19. 7f5ff76 kill suid bit only for regular files by Dmitri Monakhov · 16 years ago
  20. 54566b2 fs: symlink write_begin allocation context fix by Nick Piggin · 15 years ago
  21. 4e02ed4 fs: remove prepare_write/commit_write by Nick Piggin · 16 years ago
  22. b7abea9 memcg: make page->mapping NULL before uncharge by KAMEZAWA Hiroyuki · 16 years ago
  23. 8413ac9 mm: page lock use lock bitops by Nick Piggin · 16 years ago
  24. 4f98a2f vmscan: split LRU lists into anon & file sets by Rik van Riel · 16 years ago
  25. e533b22 Merge branch 'core-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  26. 0c6aa26 mm: do_generic_file_read() never gets a NULL 'filp' argument by Krishna Kumar · 16 years ago
  27. 8546232 do_generic_file_read: s/EINTR/EIO/ if lock_page_killable() fails by Oleg Nesterov · 16 years ago
  28. 6ccfa80 VFS: fix dio write returning EIO when try_to_release_page fails by Hisashi Hifumi · 16 years ago
  29. 529ae9a mm: rename page trylock by Nick Piggin · 16 years ago
  30. 94ad374 Fix off-by-one error in iov_iter_advance() by Linus Torvalds · 16 years ago
  31. 8ab22b9 vfs: pagecache usage optimization for pagesize!=blocksize by Hisashi Hifumi · 16 years ago
  32. 2f1936b [patch 3/5] vfs: change remove_suid() to file_remove_suid() by Miklos Szeredi · 16 years ago
  33. 19fd623 mm: spinlock tree_lock by Nick Piggin · 16 years ago
  34. a60637c mm: lockless pagecache by Nick Piggin · 16 years ago
  35. e286781 mm: speculative page references by Nick Piggin · 16 years ago
  36. 69029cd memcg: remove refcnt from page_cgroup by KAMEZAWA Hiroyuki · 16 years ago
  37. 3f31fdd jbd: fix race between free buffer and commit transaction by Mingming Cao · 16 years ago
  38. 11fa977 generic_file_aio_read() cleanups by Hugh Dickins · 16 years ago
  39. a969e90 kill generic_file_direct_IO() by Christoph Hellwig · 16 years ago
  40. f4c0a0f vfs: export filemap_fdatawrite_range() by Jan Kara · 16 years ago
  41. 3ef0f72 mm: fix infinite loop in filemap_fault by Miklos Szeredi · 16 years ago
  42. 7f3d4ee vfs: splice remove_suid() cleanup by Miklos Szeredi · 16 years ago
  43. ac6aadb mm: rotate_reclaimable_page() cleanup by Miklos Szeredi · 16 years ago
  44. 7682486 mm: fix various kernel-doc comments by Randy Dunlap · 16 years ago
  45. f700926 iov_iter_advance() fix by Nick Piggin · 16 years ago
  46. 3426fad Do not include linux/backing-dev.h twice by Jesper Juhl · 16 years ago
  47. b5606c2 remove final fastcall users by Harvey Harrison · 16 years ago
  48. 36e7891 kill do_generic_mapping_read by Christoph Hellwig · 16 years ago
  49. 2004dc8 Use pgoff_t instead of unsigned long by Jan Kara · 16 years ago
  50. 4c6bc8d mem-controller gfp-mask fix by Badari Pulavarty · 16 years ago
  51. 35c754d memory controller BUG_ON() by Balbir Singh · 16 years ago
  52. e1a1cd5 Memory controller: make charging gfp mask aware by Balbir Singh · 16 years ago
  53. 8697d33 Memory controller: add switch to control what type of pages to limit by Balbir Singh · 16 years ago
  54. 8a9f3cc Memory controller: memory accounting by Balbir Singh · 16 years ago
  55. 920c7a5 mm: remove fastcall from mm/ by Harvey Harrison · 16 years ago
  56. e2848a0 radix-tree: avoid atomic allocations for preloaded insertions by Nick Piggin · 16 years ago
  57. 124d3b7 fix writev regression: pan hanging unkillable and un-straceable by Nick Piggin · 16 years ago
  58. 75659ca Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc by Linus Torvalds · 16 years ago
  59. 3a69279 Do dirty page accounting when removing a page from the page cache by Linus Torvalds · 16 years ago
  60. 0b94e97 Use lock_page_killable by Matthew Wilcox · 17 years ago
  61. 2687a35 Add lock_page_killable by Matthew Wilcox · 17 years ago
  62. 5307cc1 Remove broken ptrace() special-case code from file mapping by Linus Torvalds · 17 years ago
  63. bdb76ef dio: fix cache invalidation after sync writes by Zach Brown · 17 years ago
  64. 3a424f2 Fix a build error when BLOCK=n by Emil Medve · 17 years ago
  65. 8f731f7 kernel-api docbook: fix content problems by Randy Dunlap · 17 years ago
  66. 5325338 Include <linux/backing-dev.h> in mm/filemap.c by Linus Torvalds · 17 years ago
  67. b537677 Implement file posix capabilities by Serge E. Hallyn · 17 years ago
  68. 7a40507 mm: document tree_lock->zone.lock lockorder by Nick Piggin · 17 years ago
  69. 5514476 fs: remove some AOP_TRUNCATED_PAGE by Nick Piggin · 17 years ago
  70. 89e1078 fs: new cont helpers by Nick Piggin · 17 years ago
  71. 674b892 mm: restore KERNEL_DS optimisations by Nick Piggin · 17 years ago
  72. afddba4 fs: introduce write_begin, write_end, and perform_write aops by Nick Piggin · 17 years ago
  73. 2f718ff mm: buffered write iterator by Nick Piggin · 17 years ago
  74. 0829142 mm: fix pagecache write deadlocks by Nick Piggin · 17 years ago
  75. 4a9e5ef mm: write iovec cleanup by Nick Piggin · 17 years ago
  76. eb2be18 mm: buffered write cleanup by Nick Piggin · 17 years ago
  77. 64649a5 mm: trim more holes by Nick Piggin · 17 years ago
  78. 5fe1723 mm: debug write deadlocks by Nick Piggin · 17 years ago
  79. ae37461 mm: clean up buffered write code by Andrew Morton · 17 years ago
  80. 6814d7a Revert "[PATCH] generic_file_buffered_write(): deadlock on vectored write" by Andrew Morton · 17 years ago
  81. 4b49643 Revert "[PATCH] generic_file_buffered_write(): handle zero-length iovec segments" by Andrew Morton · 17 years ago
  82. 41cb8ac mm: revert KERNEL_DS buffered write optimisation by Nick Piggin · 17 years ago
  83. 45726cb mm: improve find_lock_page by Nick Piggin · 17 years ago
  84. 57f6b96 filemap: convert some unsigned long to pgoff_t by Fengguang Wu · 17 years ago
  85. b2c3843 filemap: trivial code cleanups by Fengguang Wu · 17 years ago
  86. 7ff8107 readahead: remove the local copy of ra in do_generic_mapping_read() by Fengguang Wu · 17 years ago
  87. f4e6b49 readahead: combine file_ra_state.prev_index/prev_offset into prev_pos by Fengguang Wu · 17 years ago
  88. 0bb7ba6 readahead: mmap read-around simplification by Fengguang Wu · 17 years ago
  89. 745ad48 fix page release issue in filemap_fault by Yan Zheng · 17 years ago
  90. dc8a7b1 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 17 years ago
  91. f0b85c0 readahead: docbook fix by Stephen Hemminger · 17 years ago
  92. ec05b29 [PATCH] remove mm/filemap.c:file_send_actor() by Adrian Bunk · 17 years ago
  93. bfe0d68 fix filemap.c kernel-doc by Randy Dunlap · 17 years ago
  94. cf914a7 readahead: split ondemand readahead interface into two functions by Rusty Russell · 17 years ago
  95. 3ea89ee readahead: convert filemap invocations by Fengguang Wu · 17 years ago
  96. 83c5407 mm: fault feedback #2 by Nick Piggin · 17 years ago
  97. d0217ac mm: fault feedback #1 by Nick Piggin · 17 years ago
  98. 54cb882 mm: merge populate and nopage into fault (fixes nonlinear) by Nick Piggin · 17 years ago
  99. d00806b mm: fix fault vs invalidate race for linear mappings by Nick Piggin · 17 years ago
  100. a32ea1e Fix read/truncate race by NeilBrown · 17 years ago