1. c3b2da3 fs: introduce inode operation ->update_time by Josef Bacik · 12 years ago
  2. 3ed3764 fs: move file_remove_suid() to fs/inode.c by Cong Wang · 12 years ago
  3. 0fc9d10 radix-tree: use iterators in find_get_pages* functions by Konstantin Khlebnikov · 12 years ago
  4. 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
  5. cc9a6c8 cpuset: mm: reduce large amounts of memory barrier related damage v3 by Mel Gorman · 12 years ago
  6. 9a3c531 mm: update stale lock ordering comment for memory-failure.c by Andi Kleen · 12 years ago
  7. 1010bb1 mm: don't set __GFP_WRITE on ramfs/sysfs writes by Fengguang Wu · 12 years ago
  8. 9b04c5f mm: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  9. 16c0cfa Merge branch 'stable/cleancache.v13' into linux-next by Konrad Rzeszutek Wilk · 12 years ago
  10. 3deaa71 readahead: fix pipeline break caused by block plug by Shaohua Li · 12 years ago
  11. 3167760 mm: cleancache: s/flush/invalidate/ by Dan Magenheimer · 13 years ago
  12. ab936cb memcg: add mem_cgroup_replace_page_cache() to fix LRU issue by KAMEZAWA Hiroyuki · 12 years ago
  13. 0faa70c mm: filemap: pass __GFP_WRITE from grab_cache_page_write_begin() by Johannes Weiner · 12 years ago
  14. 649fc7b should_remove_suid(): inode->i_mode is umode_t by Al Viro · 13 years ago
  15. e6f67b8 vfs: __read_cache_page should use gfp argument rather than GFP_KERNEL by Dave Kleikamp · 12 years ago
  16. a50527b fs: Make write(2) interruptible by a fatal signal by Jan Kara · 13 years ago
  17. b95f1b31 mm: Map most files to use export.h instead of module.h by Paul Gortmaker · 13 years ago
  18. 39be79c vfs: iov_iter: have iov_iter_advance decrement nr_segs appropriately by Jeff Layton · 13 years ago
  19. cc39c6a mm: account skipped entries to avoid looping in find_get_pages by Shaohua Li · 13 years ago
  20. 8079b1c mm: clarify the radix_tree exceptional cases by Hugh Dickins · 13 years ago
  21. 31475dd mm: a few small updates for radix-swap by Hugh Dickins · 13 years ago
  22. a2c16d6 mm: let swap use exceptional entries by Hugh Dickins · 13 years ago
  23. 6328650 radix_tree: exceptional entries and indices by Hugh Dickins · 13 years ago
  24. f01ef56 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/writeback by Linus Torvalds · 13 years ago
  25. b85e0ef mm: consistent truncate and invalidate loops by Hugh Dickins · 13 years ago
  26. 5e5358e mm: cleanup descriptions of filler arg by Hugh Dickins · 13 years ago
  27. bd5fe6c fs: kill i_alloc_sem by Christoph Hellwig · 13 years ago
  28. f758eea writeback: split inode_wb_list_lock into bdi_writeback.list_lock by Christoph Hellwig · 13 years ago
  29. 9e1f1de more conservative S_NOSEC handling by Al Viro · 13 years ago
  30. 69b4573 Cache xattr security drop check for write v2 by Andi Kleen · 13 years ago
  31. 3d08bcc mm: Wait for writeback when grabbing pages to begin a write by Darrick J. Wong · 13 years ago
  32. 456f998 memcg: add the pagefault count into memcg stats by Ying Han · 13 years ago
  33. f8d613e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djm/tmem by Linus Torvalds · 13 years ago
  34. c515e1f mm/fs: add hooks to support cleancache by Dan Magenheimer · 13 years ago
  35. 2cbea1d readahead: trigger mmap sequential readahead on PG_readahead by Wu Fengguang · 13 years ago
  36. 207d04b readahead: reduce unnecessary mmap_miss increases by Andi Kleen · 13 years ago
  37. 275b12b readahead: return early when readahead is disabled by Wu Fengguang · 13 years ago
  38. 3d48ae4 mm: Convert i_mmap_lock to a mutex by Peter Zijlstra · 13 years ago
  39. 37b23e0 x86,mm: make pagefault killable by KOSAKI Motohiro · 13 years ago
  40. f62e00c mm: introduce wait_on_page_locked_killable() by KOSAKI Motohiro · 13 years ago
  41. d39dd11 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  42. a66979a fs: move i_wb_list out from under inode_lock by Dave Chinner · 13 years ago
  43. 250df6e fs: protect inode->i_state with inode->i_lock by Dave Chinner · 13 years ago
  44. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  45. 5b280c0 mm: don't return 0 too early from find_get_pages() by Hugh Dickins · 13 years ago
  46. 9d8aa4e mm: remove worrying dead code from find_get_pages() by Hugh Dickins · 13 years ago
  47. e64a782 mm: change __remove_from_page_cache() by Minchan Kim · 13 years ago
  48. 702cfbf mm: goodbye remove_from_page_cache() by Minchan Kim · 13 years ago
  49. 97cecb5 mm: introduce delete_from_page_cache() by Minchan Kim · 13 years ago
  50. ef6a3c6 mm: add replace_page_cache_page() function by Miklos Szeredi · 13 years ago
  51. 318b275 mm: allow GUP to fail instead of waiting on a page by Gleb Natapov · 13 years ago
  52. 55602dd fs: make generic file read/write functions plug by Jens Axboe · 14 years ago
  53. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  54. c585a26 mm: remove likely() from grab_cache_page_write_begin() by Steven Rostedt · 13 years ago
  55. 212260a mm: clear PageError bit in msync & fsync by Rik van Riel · 13 years ago
  56. 9cbb4cb mm: find_get_pages_contig fixlet by Nick Piggin · 13 years ago
  57. b5c84bf fs: dcache remove dcache_lock by Nick Piggin · 13 years ago
  58. 6072d13 Call the filesystem back whenever a page is removed from the page cache by Linus Torvalds · 14 years ago
  59. 27d20fd radix-tree: fix RCU bug by Nick Piggin · 14 years ago
  60. 8d056cb mm/vfs: revalidate page->mapping in do_generic_file_read() by Dave Hansen · 14 years ago
  61. d88c092 Release page reference during page fault retry by Michel Lespinasse · 14 years ago
  62. 0116651 mm: remove temporary variable on generic_file_direct_write() by Namhyung Kim · 14 years ago
  63. d065bd8 mm: retry page fault when blocking on disk transfer by Michel Lespinasse · 14 years ago
  64. b522c94 mm: filemap_fault: unique path for locking page by Michel Lespinasse · 14 years ago
  65. 4e60c86 gcc-4.6: mm: fix unused but set warnings by Andi Kleen · 14 years ago
  66. 003386f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 14 years ago
  67. 105a048 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  68. 91803b4 do_generic_file_read: clear page errors when issuing a fresh read of the page by Jeff Moyer · 14 years ago
  69. c0ff745 cpuset,mm: fix no node to alloc memory when changing cpuset's mems by Miao Xie · 14 years ago
  70. e9d6c15 tmpfs: insert tmpfs cache pages to inactive list at first by KOSAKI Motohiro · 14 years ago
  71. 66f998f fs: allow short direct-io reads to be completed via buffered IO by Josef Bacik · 14 years ago
  72. a52116a mm: export remove_from_page_cache() to modules by Miklos Szeredi · 14 years ago
  73. 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
  74. 59e99e5 mm: use rlimit helpers by Jiri Slaby · 14 years ago
  75. 2ecdc82 kill unused invalidate_inode_pages helper by Christoph Hellwig · 14 years ago
  76. 931e80e mm: flush dcache before writing into page to avoid alias by anfei zhou · 14 years ago
  77. 0531b2a mm: add new 'read_cache_page_gfp()' helper function by Linus Torvalds · 14 years ago
  78. c05c4ed direct I/O fallback sync simplification by Christoph Hellwig · 15 years ago
  79. 94004ed kill wait_on_page_writeback_range by Christoph Hellwig · 15 years ago
  80. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  81. f0f37e2 const: mark struct vm_struct_operations by Alexey Dobriyan · 15 years ago
  82. 6c5daf0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  83. db16826 Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6 by Linus Torvalds · 15 years ago
  84. 25d9e2d truncate: new helpers by npiggin@suse.de · 15 years ago
  85. 4b02108 mm: oom analysis: add shmem vmstat by KOSAKI Motohiro · 15 years ago
  86. 6a46079 HWPOISON: The high level memory error handler in the VM v7 by Andi Kleen · 15 years ago
  87. 18f2ee7 vfs: Remove generic_osync_inode() and sync_page_range{_nolock}() by Jan Kara · 15 years ago
  88. 148f948 vfs: Introduce new helpers for syncing after writing to O_SYNC file or IS_SYNC inode by Jan Kara · 15 years ago
  89. eef9938 vfs: Rename generic_file_aio_write_nolock by Christoph Hellwig · 15 years ago
  90. c7b50db vfs: Remove syncing from generic_file_direct_write() and generic_file_buffered_write() by Jan Kara · 15 years ago
  91. e4dd9de vfs: Export __generic_file_aio_write() and add some comments by Jan Kara · 15 years ago
  92. d3bccb6f vfs: Introduce filemap_fdatawait_range by Jan Kara · 15 years ago
  93. c8236db mm: mark page accessed before we write_end() by Josef Bacik · 15 years ago
  94. 6484eb3 page allocator: do not check NUMA node ID when the caller knows the node is valid by Mel Gorman · 15 years ago
  95. 7ffc59b readahead: enforce full sync mmap readahead size by Wu Fengguang · 15 years ago
  96. 61b7cbd readahead: remove redundant test in shrink_readahead_size_eio() by Wu Fengguang · 15 years ago
  97. d30a110 readahead: record mmap read-around states in file_ra_state by Wu Fengguang · 15 years ago
  98. 2fad6f5 readahead: enforce full readahead size on async mmap readahead by Wu Fengguang · 15 years ago
  99. 70ac23c readahead: sequential mmap readahead by Wu Fengguang · 15 years ago
  100. ef00e08 readahead: clean up and simplify the code for filemap page fault readahead by Linus Torvalds · 15 years ago