1. c2aa1a4 Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 6 years ago
  2. 9931a07 Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  3. eca3654 vfs: enable remap callers that can handle short operations by Darrick J. Wong · 6 years ago
  4. 42ec3d4 vfs: make remap_file_range functions take and return bytes completed by Darrick J. Wong · 6 years ago
  5. 3d28193 vfs: pass remap flags to generic_remap_checks by Darrick J. Wong · 6 years ago
  6. 9fd91a90cb vfs: strengthen checking of file range inputs to generic_remap_checks by Darrick J. Wong · 6 years ago
  7. 1383a7e vfs: check file ranges before cloning files by Darrick J. Wong · 6 years ago
  8. dad4f14 Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax by Linus Torvalds · 6 years ago
  9. 3c05132 mm/filemap.c: use vmf_error() by Souptick Joarder · 6 years ago
  10. 3cb7b12 mm/filemap.c: Use existing variable by haiqing.shq · 6 years ago
  11. eb41468 psi: pressure stall information for CPU, memory, and IO by Johannes Weiner · 6 years ago
  12. b1d29ba delayacct: track delays from thrashing cache pages by Johannes Weiner · 6 years ago
  13. 1899ad1 mm: workingset: tell cache transitions from workingset thrashing by Johannes Weiner · 6 years ago
  14. 4b96a37 mm: convert to use vm_fault_t by Souptick Joarder · 6 years ago
  15. 00e2370 iov_iter: Use accessor function by David Howells · 6 years ago
  16. 8fa8e53 page cache: Convert filemap_range_has_page to XArray by Matthew Wilcox · 7 years ago
  17. 22ecdb4 page cache: Remove stray radix comment by Matthew Wilcox · 7 years ago
  18. ef8e571 page cache: Convert delete_batch to XArray by Matthew Wilcox · 7 years ago
  19. 070e807 page cache: Convert filemap_map_pages to XArray by Matthew Wilcox · 7 years ago
  20. c1901cd page cache: Convert find_get_entries_tag to XArray by Matthew Wilcox · 7 years ago
  21. a690697 page cache; Convert find_get_pages_range_tag to XArray by Matthew Wilcox · 7 years ago
  22. 3ece58a page cache: Convert find_get_pages_contig to XArray by Matthew Wilcox · 7 years ago
  23. fd1b3ce page cache: Convert find_get_pages_range to XArray by Matthew Wilcox · 7 years ago
  24. f280bf0 page cache: Convert find_get_entries to XArray by Matthew Wilcox · 7 years ago
  25. 4c7472c page cache: Convert find_get_entry to XArray by Matthew Wilcox · 7 years ago
  26. 5c024e6a page cache: Convert page deletion to XArray by Matthew Wilcox · 7 years ago
  27. 74d6095 page cache: Add and replace pages using the XArray by Matthew Wilcox · 7 years ago
  28. 0d3f929 page cache: Convert hole search to XArray by Matthew Wilcox · 7 years ago
  29. 3159f94 xarray: Replace exceptional entries by Matthew Wilcox · 7 years ago
  30. 2bcd645 mm: use new return type vm_fault_t by Souptick Joarder · 7 years ago
  31. abc1be1 mm/filemap.c: fix NULL pointer in page_cache_tree_insert() by Matthew Wilcox · 7 years ago
  32. 4539722 mm/filemap.c: provide dummy filemap_page_mkwrite() for NOMMU by Arnd Bergmann · 7 years ago
  33. b93b016 page cache: use xa_lock by Matthew Wilcox · 7 years ago
  34. 2b9fceb mm/filemap.c: remove include of hardirq.h by Yang Shi · 7 years ago
  35. 487e2c9 Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 7 years ago
  36. 453f85d mm: remove __GFP_COLD by Mel Gorman · 7 years ago
  37. 8667982 mm, pagevec: remove cold parameter for pagevecs by Mel Gorman · 7 years ago
  38. c7df8ad mm, truncate: do not check mapping for every page being truncated by Mel Gorman · 7 years ago
  39. aa65c29 mm: batch radix tree operations when truncating pages by Jan Kara · 7 years ago
  40. 5ecc4d8 mm: factor out checks and accounting from __delete_from_page_cache() by Jan Kara · 7 years ago
  41. 2300638 mm: move clearing of page->mapping to page_cache_tree_delete() by Jan Kara · 7 years ago
  42. 76253fb mm: move accounting updates before page_cache_tree_delete() by Jan Kara · 7 years ago
  43. 59c66c5 mm: factor out page cache page freeing into a separate function by Jan Kara · 7 years ago
  44. 67fd707 mm: remove nr_pages argument from pagevec_lookup_{,range}_tag() by Jan Kara · 7 years ago
  45. 312e9d2 mm: use pagevec_lookup_range_tag() in __filemap_fdatawait_range() by Jan Kara · 7 years ago
  46. 72b045a mm: implement find_get_pages_range_tag() by Jan Kara · 7 years ago
  47. 4343d00 afs: Get rid of the afs_writeback record by David Howells · 7 years ago
  48. f4e222c mm: have filemap_check_and_advance_wb_err clear AS_EIO/AS_ENOSPC by Jeff Layton · 7 years ago
  49. 332391a fs: Fix page cache inconsistency when mixing buffered and AIO DIO by Lukas Czerner · 7 years ago
  50. e253d98 Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  51. 11a19c7 sched/wait: Introduce wakeup boomark in wake_up_page_bit by Tim Chen · 7 years ago
  52. d34fc1a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  53. f7b6804 mm: use find_get_pages_range() in filemap_range_has_page() by Jan Kara · 7 years ago
  54. b947cee mm: implement find_get_pages_range() by Jan Kara · 7 years ago
  55. d72dc8a mm: make pagevec_lookup() update index by Jan Kara · 7 years ago
  56. d01ad19 dax: remove DAX code from page_cache_tree_insert() by Ross Zwisler · 7 years ago
  57. ec3604c Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 7 years ago
  58. 3239d83 fs: support IOCB_NOWAIT in generic_file_buffered_read by Milosz Tanski · 7 years ago
  59. 47c27bc fs: pass iocb to do_generic_file_read by Christoph Hellwig · 7 years ago
  60. 9c3a815 page waitqueue: always add new entries at the end by Linus Torvalds · 7 years ago
  61. a8b169a Avoid page waitqueue race leaving possible page locker waiting by Linus Torvalds · 7 years ago
  62. 3510ca2 Minor page waitqueue cleanups by Linus Torvalds · 7 years ago
  63. ffb959b mm: remove optimizations based on i_size in mapping writeback waits by Jeff Layton · 7 years ago
  64. a823e45 mm: add file_fdatawait_range and file_write_and_wait by Jeff Layton · 7 years ago
  65. 9326c9b mm: consolidate dax / non-dax checks for writeback by Jeff Layton · 7 years ago
  66. 3acdfd2 errseq: rename __errseq_set to errseq_set by Jeff Layton · 7 years ago
  67. 09612fa mm: hugetlb: return immediately for hugetlb page in __delete_from_page_cache() by Naoya Horiguchi · 7 years ago
  68. 088737f Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 7 years ago
  69. 2262185 mm: per-cgroup memory reclaim stats by Roman Gushchin · 7 years ago
  70. 5660e13 fs: new infrastructure for writeback error handling and reporting by Jeff Layton · 7 years ago
  71. 5e8fcc1 mm: don't TestClearPageError in __filemap_fdatawait_range by Jeff Layton · 7 years ago
  72. cbeaf95 mm: clear AS_EIO/AS_ENOSPC when writeback initiation fails by Jeff Layton · 7 years ago
  73. 76341ca jbd2: don't clear and reset errors after waiting on writeback by Jeff Layton · 7 years ago
  74. 9bd4218 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  75. 6be96d3 fs: return if direct I/O will trigger writeback by Goldwyn Rodrigues · 8 years ago
  76. 7fc9e47 fs: Introduce filemap_range_has_page() by Goldwyn Rodrigues · 8 years ago
  77. 2055da9 sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list naming by Ingo Molnar · 8 years ago
  78. ac6424b sched/wait: Rename wait_queue_t => wait_queue_entry_t by Ingo Molnar · 8 years ago
  79. 339fbf6 Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  80. c718a97 fs: semove set but not checked AOP_FLAG_UNINTERRUPTIBLE flag by Tetsuo Handa · 8 years ago
  81. 5b47d59 fix braino in generic_file_read_iter() by Al Viro · 8 years ago
  82. 55635ba fs: fix data invalidation in the cleancache during direct IO by Andrey Ryabinin · 8 years ago
  83. 9ab2594 mm: tighten up the fault path a little by Matthew Wilcox · 8 years ago
  84. 5b13475 Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  85. 5ecda13 generic_file_read_iter(): make use of iov_iter_revert() by Al Viro · 8 years ago
  86. 639a93a5 generic_file_direct_write(): make use of iov_iter_revert() by Al Viro · 8 years ago
  87. 0e056eb kernel-api.rst: fix a series of errors when parsing C files by mchehab@s-opensource.com · 8 years ago
  88. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  89. dd8416c mm: do not access page->mapping directly on page_endio by Minchan Kim · 8 years ago
  90. 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 8 years ago
  91. 8706675 mm: fix filemap.c kernel-doc warnings by Randy Dunlap · 8 years ago
  92. 74d81bf mm: un-export wake_up_page functions by Nicholas Piggin · 8 years ago
  93. 5abf186 mm, fs: check for fatal signals in do_generic_file_read() by Michal Hocko · 8 years ago
  94. 965d004 dax: fix deadlock with DAX 4k holes by Ross Zwisler · 8 years ago
  95. 98473f9 mm/filemap: fix parameters to test_bit() by Olof Johansson · 8 years ago
  96. b91e130 mm: optimize PageWaiters bit use for unlock_page() by Linus Torvalds · 8 years ago
  97. 6290602 mm: add PageWaiters indicating tasks are waiting for a page bit by Nicholas Piggin · 8 years ago
  98. a57cb1c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  99. 82b0f8c mm: join struct fault_env and vm_fault by Jan Kara · 8 years ago
  100. d05c5f7 vfs,mm: fix return value of read() at s_maxbytes by Linus Torvalds · 8 years ago