1. d3acb15 Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 6 months ago
  2. 04f94e3 mm: charge active memcg when no mm is set by Dan Schatzberg · 3 years, 6 months ago
  3. f0b65f3 iov_iter: replace iov_iter_copy_from_user_atomic() with iterator-advancing variant by Al Viro · 3 years, 8 months ago
  4. bc1bb41 generic_perform_write()/iomap_write_actor(): saner logics for short copy by Al Viro · 3 years, 7 months ago
  5. f0953a1 mm: fix typos in comments by Ingo Molnar · 3 years, 8 months ago
  6. 68d68ff mm/mempool: minor coding style tweaks by Zhiyuan Dai · 3 years, 8 months ago
  7. 7f0e07f dax: account DAX entries as nrpages by Matthew Wilcox (Oracle) · 3 years, 8 months ago
  8. 46be67b mm: stop accounting shadow entries by Matthew Wilcox (Oracle) · 3 years, 8 months ago
  9. 4b17f03 mm/filemap: update stale comment by Rui Sun · 3 years, 8 months ago
  10. 79e3094 mm/filemap: drop check for truncated page after I/O by Matthew Wilcox (Oracle) · 3 years, 8 months ago
  11. d31fa86 mm/filemap: use filemap_read_page in filemap_fault by Matthew Wilcox (Oracle) · 3 years, 8 months ago
  12. 7a60d6d mm: use filemap_range_needs_writeback() for O_DIRECT reads by Jens Axboe · 3 years, 8 months ago
  13. 63135aa mm: provide filemap_range_needs_writeback() helper by Jens Axboe · 3 years, 8 months ago
  14. 820c4ba Merge tag 'netfs-lib-20210426' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 3 years, 8 months ago
  15. ed98b01 mm/filemap: fix mapping_seek_hole_data on THP & 32-bit by Hugh Dickins · 3 years, 8 months ago
  16. 2d11e73 mm/filemap: fix find_lock_entries hang on 32-bit THP by Hugh Dickins · 3 years, 8 months ago
  17. fcd9ae4 mm/filemap: Pass the file_ra_state in the ractl by Matthew Wilcox (Oracle) · 3 years, 9 months ago
  18. 73e10de mm: Add set/end/wait functions for PG_private_2 by David Howells · 4 years, 11 months ago
  19. cf2039a mm: pass pvec directly to find_get_entries by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  20. ca122fe4 mm: add an 'end' parameter to find_get_entries by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  21. 5c211ba mm: add and use find_lock_entries by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  22. 54fa39a iomap: use mapping_seek_hole_data by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  23. 41139aa mm/filemap: add mapping_seek_hole_data by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  24. c7bad63 mm/filemap: add helper for finding pages by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  25. bc5a301 mm/filemap: rename find_get_entry to mapping_get_entry by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  26. 44835d2 mm: add FGP_ENTRY by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  27. c49f50d mm: make pagecache tagged lookups return only head pages by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  28. 57b2847 mm: memcontrol: convert NR_SHMEM_THPS account to pages by Muchun Song · 3 years, 10 months ago
  29. bf9ecea mm: memcontrol: convert NR_FILE_THPS account to pages by Muchun Song · 3 years, 10 months ago
  30. 826ea86 mm/filemap: simplify generic_file_read_iter by Christoph Hellwig · 3 years, 10 months ago
  31. 87fa0f3 mm/filemap: rename generic_file_buffered_read to filemap_read by Christoph Hellwig · 3 years, 10 months ago
  32. aa1ec2f mm/filemap: don't relock the page after calling readpage by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  33. 2642fca mm/filemap: restructure filemap_get_pages by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  34. 5963fe0 mm/filemap: split filemap_readahead out of filemap_get_pages by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  35. fce70da mm/filemap: add filemap_range_uptodate by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  36. 87d1d7b mm/filemap: move the iocb checks into filemap_update_page by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  37. 4612aee mm/filemap: convert filemap_update_page to return an errno by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  38. f253e18 mm/filemap: change filemap_create_page calling conventions by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  39. 6843030 mm/filemap: change filemap_read_page calling conventions by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  40. 33a0f5c mm/filemap: don't call ->readpage if IOCB_WAITQ is set by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  41. f32b5dd mm/filemap: inline __wait_on_page_locked_async into caller by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  42. bd8a1f3 mm/filemap: support readpage splitting a page by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  43. 4805462 mm/filemap: pass a sleep state to put_and_wait_on_page_locked by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  44. cbd59c4 mm/filemap: use head pages in generic_file_buffered_read by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  45. ff993ba mm/filemap: convert filemap_get_pages to take a pagevec by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  46. 0c7c575 mm/filemap: remove dynamically allocated array from filemap_read by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  47. 3a6bae4 mm/filemap: rename generic_file_buffered_read subfunctions by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  48. ab2125d mm/filemap: don't revert iter on -EIOCBQUEUED by Pavel Begunkov · 3 years, 10 months ago
  49. 1f7ef65 mm/filemap: remove unused parameter and change to void type for replace_page_cache_page() by Baolin Wang · 3 years, 10 months ago
  50. 99ca0ed Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 3 years, 10 months ago
  51. de591a8 mm: filemap: Fix microblaze build failure with 'mmu_defconfig' by Will Deacon · 3 years, 11 months ago
  52. da74240 mm/filemap: add missing mem_cgroup_uncharge() to __add_to_page_cache_locked() by Waiman Long · 3 years, 11 months ago
  53. 9d3af4b mm: Pass 'address' to map to do_set_pte() and drop FAULT_FLAG_PREFAULT by Will Deacon · 4 years ago
  54. 46bdb42 mm: Allow architectures to request 'old' entries when prefaulting by Will Deacon · 4 years, 1 month ago
  55. f9ce0be mm: Cleanup faultaround and finish_fault() codepaths by Kirill A. Shutemov · 4 years ago
  56. 3644e2d mm/filemap: fix infinite loop in generic_file_buffered_read() by Kent Overstreet · 4 years ago
  57. ac7ac46 Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years ago
  58. 8958b24 mm: fix some spelling mistakes in comments by Haitao Shi · 4 years ago
  59. 15b4473 mm/lru: revise the comments of lru_lock by Hugh Dickins · 4 years ago
  60. b8eddff mm: memcontrol: add file_thp, shmem_thp to memory.stat by Johannes Weiner · 4 years, 1 month ago
  61. 800bca7 mm/filemap.c: remove else after a return by Hailong Liu · 4 years, 1 month ago
  62. 06c0444 mm/filemap.c: generic_file_buffered_read() now uses find_get_pages_contig by Kent Overstreet · 4 years, 1 month ago
  63. 723ef24 mm/filemap/c: break generic_file_buffered_read up into multiple functions by Kent Overstreet · 4 years, 1 month ago
  64. 16c0cc0 revert "mm/filemap: add static for function __add_to_page_cache_locked" by Andrew Morton · 4 years, 1 month ago
  65. 3351b16 mm/filemap: add static for function __add_to_page_cache_locked by Alex Shi · 4 years, 1 month ago
  66. 5df1a67 filemap: consistently use ->f_mapping over ->i_mapping by Christoph Hellwig · 4 years, 1 month ago
  67. 073861e mm: fix VM_BUG_ON(PageTail) and BUG_ON(PageWriteback) by Hugh Dickins · 4 years, 1 month ago
  68. 0abed7c mm: never attempt async page lock if we've transferred data already by Jens Axboe · 4 years, 1 month ago
  69. c4728cf Merge tag 'vfs-5.10-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years, 2 months ago
  70. 13bd691 mm: mark async iocb read as NOWAIT once some data has been copied by Jens Axboe · 4 years, 2 months ago
  71. c4cf498 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 2 months ago
  72. 0e9aa67 mm: fix some broken comments by Miaohe Lin · 4 years, 3 months ago
  73. db660d4 mm/filemap: fold ra_submit into do_sync_mmap_readahead by David Howells · 4 years, 3 months ago
  74. 887b22c mm/filemap: fix page cache removal for arbitrary sized THPs by Matthew Wilcox (Oracle) · 4 years, 3 months ago
  75. 198b62f mm/filemap: fix storing to a THP shadow entry by Matthew Wilcox (Oracle) · 4 years, 3 months ago
  76. 9ff9b0d Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 3 months ago
  77. 407e9c6 vfs: move the generic write and copy checks out of mm by Darrick J. Wong · 4 years, 3 months ago
  78. 02e83f4 vfs: move generic_remap_checks out of mm by Darrick J. Wong · 4 years, 3 months ago
  79. 27a83a6 mm/filemap: fix filemap_map_pages for THP by Matthew Wilcox (Oracle) · 4 years, 3 months ago
  80. a8cf7f2 mm: add find_lock_head by Matthew Wilcox (Oracle) · 4 years, 3 months ago
  81. 63ec197 mm/shmem: return head page from find_lock_entry by Matthew Wilcox (Oracle) · 4 years, 3 months ago
  82. a6de4b4 mm: convert find_get_entry to return the head page by Matthew Wilcox (Oracle) · 4 years, 3 months ago
  83. 9dfc8ff i915: use find_lock_page instead of find_lock_entry by Matthew Wilcox (Oracle) · 4 years, 3 months ago
  84. 3ad11d7 Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
  85. 8b0308f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 3 months ago
  86. 702bfc8 Merge tag 'io_uring-5.9-2020-10-02' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
  87. c8d317a io_uring: fix async buffered reads when readahead is disabled by Hao Xu · 4 years, 3 months ago
  88. f56753a bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flag by Christoph Hellwig · 4 years, 3 months ago
  89. 3ab0a7a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 3 months ago
  90. 5868ec2 mm: fix wake_page_function() comment typos by Linus Torvalds · 4 years, 3 months ago
  91. 5ef64cc mm: allow a controlled amount of unfairness in the page lock by Linus Torvalds · 4 years, 4 months ago
  92. 76cd617 mm/error_inject: Fix allow_error_inject function signatures. by Alexei Starovoitov · 4 years, 4 months ago
  93. e630bfa mm/filemap.c: fix a data race in filemap_fault() by Kirill A. Shutemov · 4 years, 5 months ago
  94. 6c35784 mm: replace hpage_nr_pages with thp_nr_pages by Matthew Wilcox (Oracle) · 4 years, 5 months ago
  95. ce89fddf mm/filemap.c: delete duplicated word by Randy Dunlap · 4 years, 5 months ago
  96. 605cad8 mm: filemap: add missing FGP_ flags in kerneldoc comment for pagecache_get_page by Yang Shi · 4 years, 5 months ago
  97. b9306a7 mm: filemap: clear idle flag for writes by Yang Shi · 4 years, 5 months ago
  98. cdc8fcb Merge tag 'for-5.9/io_uring-20200802' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 5 months ago
  99. c6fe44d list: add "list_del_init_careful()" to go with "list_empty_careful()" by Linus Torvalds · 4 years, 5 months ago
  100. 2a9127f mm: rewrite wait_on_page_bit_common() logic by Linus Torvalds · 4 years, 5 months ago