1. c8c06ef mm: convert i_mmap_mutex to rwsem by Davidlohr Bueso · 9 years ago
  2. 99dadfd mm/filemap.c: remove trailing whitespace by Paul McQuade · 10 years ago
  3. 25641c0 Merge tag 'nfs-for-3.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  4. 28596c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  5. a4796e3 MM: export page_wakeup functions by NeilBrown · 10 years ago
  6. cbbce82 SCHED: add some "wait..on_bit...timeout()" interfaces. by NeilBrown · 10 years ago
  7. da3dae5 Documentation: Docbook: Fix generated DocBook/kernel-api.xml by Masanari Iida · 10 years ago
  8. f6f9933 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  9. 60bb452 __generic_file_write_iter(): fix handling of sync error after DIO by Al Viro · 10 years ago
  10. 0a31bc9 mm: memcontrol: rewrite uncharge API by Johannes Weiner · 10 years ago
  11. 00501b5 mm: memcontrol: rewrite charge API by Johannes Weiner · 10 years ago
  12. 9a95f3c mm: describe mmap_sem rules for __lock_page_or_retry() and callers by Paul Cassella · 10 years ago
  13. eb39d61 mm: replace init_page_accessed by __SetPageReferenced by Hugh Dickins · 10 years ago
  14. 9895994 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  15. 7532518 mm: fix filemap.c pagecache_get_page() kernel-doc warnings by Randy Dunlap · 10 years ago
  16. 7431620 sched: Remove proliferation of wait_on_bit() action functions by NeilBrown · 10 years ago
  17. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  18. 9c1d528 Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linus by Al Viro · 10 years ago
  19. 888cf2d mm: avoid unnecessary atomic operations during end_page_writeback() by Mel Gorman · 10 years ago
  20. 2457aec mm: non-atomically mark page accessed during page cache allocation where possible by Mel Gorman · 10 years ago
  21. 57d9984 fs/mpage.c: factor page_endio() out of mpage_end_io() by Matthew Wilcox · 10 years ago
  22. 776edb5 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  23. 7fcbbaf mm/filemap.c: avoid always dirtying mapping->flags on O_DIRECT by Jens Axboe · 10 years ago
  24. 6abd232 bury generic_file_aio_{read,write} by Al Viro · 10 years ago
  25. a8f3550 bury __generic_file_aio_write() by Al Viro · 10 years ago
  26. 8174202 write_iter variants of {__,}generic_file_aio_write() by Al Viro · 10 years ago
  27. 0c94933 iov_iter_truncate() by Al Viro · 10 years ago
  28. 71d8e53 start adding the tag to iov_iter by Al Viro · 10 years ago
  29. ed978a8 new helper: generic_file_read_iter() by Al Viro · 10 years ago
  30. 26978b8 give ->direct_IO() a copy of iov_iter by Al Viro · 10 years ago
  31. a6cbcd4 get rid of pointless iov_length() in ->direct_IO() by Al Viro · 10 years ago
  32. d8d3d94 pass iov_iter to ->direct_IO() by Al Viro · 10 years ago
  33. cb66a7a kill generic_segment_checks() by Al Viro · 10 years ago
  34. f8579f8 generic_file_direct_write(): switch to iov_iter by Al Viro · 10 years ago
  35. 139b6a6 mm: filemap: update find_get_pages_tag() to deal with shadow entries by Johannes Weiner · 10 years ago
  36. b59b8cb mm: fix new kernel-doc warning in filemap.c by Randy Dunlap · 10 years ago
  37. 4e857c5 arch: Mass conversion of smp_mb__*() by Peter Zijlstra · 10 years ago
  38. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  39. d715ae0 memcg: rename high level charging functions by Michal Hocko · 10 years ago
  40. 99e3e53 mm: cleanup size checks in filemap_fault() and filemap_map_pages() by Kirill A. Shutemov · 10 years ago
  41. f182036 mm: implement ->map_pages for page cache by Kirill A. Shutemov · 10 years ago
  42. 67f9fd9 mm: remove read_cache_page_async() by Sasha Levin · 10 years ago
  43. 449dd69 mm: keep page cache radix tree nodes in check by Johannes Weiner · 10 years ago
  44. a528910 mm: thrash detection-based file cache sizing by Johannes Weiner · 10 years ago
  45. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 10 years ago
  46. 0cd6144 mm + fs: prepare for non-page entries in page cache radix trees by Johannes Weiner · 10 years ago
  47. e7b563b mm: filemap: move radix tree hole searching here by Johannes Weiner · 10 years ago
  48. d26914d mm: optimize put_mems_allowed() usage by Mel Gorman · 10 years ago
  49. ccad236 kill generic_file_buffered_write() by Al Viro · 10 years ago
  50. 3b93f91 export generic_perform_write(), start getting rid of generic_file_buffer_write() by Al Viro · 10 years ago
  51. 5cb6c6c generic_file_direct_write(): get rid of ppos argument by Al Viro · 10 years ago
  52. fcacafd kill the 5th argument of generic_file_buffered_write() by Al Viro · 10 years ago
  53. 41fc56d kill the 4th argument of __generic_file_aio_write() by Al Viro · 10 years ago
  54. 4f18cd3 take iov_iter stuff to mm/iov_iter.c by Al Viro · 10 years ago
  55. 6e58e79 introduce copy_page_to_iter, kill loop over iovec in generic_file_aio_read() by Al Viro · 10 years ago
  56. 9e8c2af callers of iov_copy_from_user_atomic() don't need pagecache_disable() by Al Viro · 10 years ago
  57. c186afb4 switch ->is_partially_uptodate() to saner arguments by Al Viro · 10 years ago
  58. d311d79 fix O_SYNC|O_APPEND syncing the wrong range on write() by Al Viro · 10 years ago
  59. bf3d846 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  60. 9fe55ee Fix race when checking i_size on direct i/o read by Steven Whitehouse · 10 years ago
  61. 309381fea mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE by Sasha Levin · 10 years ago
  62. b77d88d mm: drop actor argument of do_generic_file_read() by Kirill A. Shutemov · 11 years ago
  63. 4942642 mm: memcg: handle non-error OOM situations more gracefully by Johannes Weiner · 11 years ago
  64. 66a0c8e mm: cleanup add_to_page_cache_locked() by Kirill A. Shutemov · 11 years ago
  65. 519e524 mm: memcg: enable memcg OOM killer only for user faults by Johannes Weiner · 11 years ago
  66. 5e4c0d97 lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interrupt by Jan Kara · 11 years ago
  67. 02afc27 direct-io: Handle O_(D)SYNC AIO by Christoph Hellwig · 11 years ago
  68. 64363aa mm: remove unused VM_<READfoo> macros and expand other in-place by Joe Perches · 11 years ago
  69. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  70. 865ffef3 fs: fix fsync() error reporting by Dmitry Monakhov · 11 years ago
  71. fe0bfaa mm: trace filemap add and del by Robert Jarzmik · 11 years ago
  72. 8d71db4 lift sb_start_write/sb_end_write out of ->aio_write() by Al Viro · 11 years ago
  73. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  74. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  75. 1d1d1a7 mm: only enforce stable page writes if the backing device requires it by Darrick J. Wong · 11 years ago
  76. d28574e mm: minor cleanup of iov_iter_single_seg_count() by Maxim Patlasov · 12 years ago
  77. 45cac65 readahead: fault retry breaks mmap file read random detection by Shaohua Li · 12 years ago
  78. 0b173bc mm: kill vma flag VM_CAN_NONLINEAR by Konstantin Khlebnikov · 12 years ago
  79. 647d1e4 block: move down direct IO plugging by Fengguang Wu · 12 years ago
  80. 8430f97 block: remove plugging at buffered write time by Fengguang Wu · 12 years ago
  81. 14da920 fs: Protect write paths by sb_start_write - sb_end_write by Jan Kara · 12 years ago
  82. 4fcf1c6 mm: Make default vm_ops provide ->page_mkwrite handler by Jan Kara · 12 years ago
  83. 1193755 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  84. c3b2da3 fs: introduce inode operation ->update_time by Josef Bacik · 12 years ago
  85. 3ed3764 fs: move file_remove_suid() to fs/inode.c by Cong Wang · 12 years ago
  86. 782182e mm: move readahead syscall to mm/readahead.c by Cong Wang · 12 years ago
  87. 0fc9d10 radix-tree: use iterators in find_get_pages* functions by Konstantin Khlebnikov · 12 years ago
  88. aab008d Merge tag 'stable/for-linus-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/mm by Linus Torvalds · 12 years ago
  89. cc9a6c8 cpuset: mm: reduce large amounts of memory barrier related damage v3 by Mel Gorman · 12 years ago
  90. 9a3c531 mm: update stale lock ordering comment for memory-failure.c by Andi Kleen · 12 years ago
  91. 1010bb1 mm: don't set __GFP_WRITE on ramfs/sysfs writes by Fengguang Wu · 12 years ago
  92. 9b04c5f mm: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  93. 16c0cfa Merge branch 'stable/cleancache.v13' into linux-next by Konrad Rzeszutek Wilk · 12 years ago
  94. 3deaa71 readahead: fix pipeline break caused by block plug by Shaohua Li · 12 years ago
  95. 3167760 mm: cleancache: s/flush/invalidate/ by Dan Magenheimer · 13 years ago
  96. ab936cb memcg: add mem_cgroup_replace_page_cache() to fix LRU issue by KAMEZAWA Hiroyuki · 12 years ago
  97. 0faa70c mm: filemap: pass __GFP_WRITE from grab_cache_page_write_begin() by Johannes Weiner · 12 years ago
  98. 649fc7b should_remove_suid(): inode->i_mode is umode_t by Al Viro · 13 years ago
  99. e6f67b8 vfs: __read_cache_page should use gfp argument rather than GFP_KERNEL by Dave Kleikamp · 12 years ago
  100. a50527b fs: Make write(2) interruptible by a fatal signal by Jan Kara · 13 years ago