summaryrefslogtreecommitdiffstats
path: root/block/disk-events.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-07-04readahead: drop dead code in page_cache_ra_order()Jan Kara1-5/+0
2024-07-04readahead: drop index argument of page_cache_async_readahead()Jan Kara3-7/+5
2024-07-04readahead: drop pointless index from force_page_cache_ra()Jan Kara1-4/+1
2024-07-04readahead: properly shorten readahead when falling back to do_page_cache_ra()Jan Kara1-2/+3
2024-07-04filemap: fix page_cache_next_miss() when no hole foundJan Kara1-3/+3
2024-07-04readahead: make sure sync readahead reads needed pageJan Kara1-1/+1
2024-07-04mm/migrate: move NUMA hinting fault folio isolation + checks under PTLDavid Hildenbrand4-51/+56
2024-07-04mm/migrate: make migrate_misplaced_folio() return 0 on successDavid Hildenbrand3-6/+5
2024-07-04mm: mmap_lock: replace get_memcg_path_buf() with on-stack bufferTetsuo Handa1-155/+20
2024-07-04kmsan: do not pass NULL pointers as 0Ilya Leoshkevich2-9/+10
2024-07-04kmsan: add missing __user tagsIlya Leoshkevich3-6/+6
2024-07-04kmsan: enable on s390Ilya Leoshkevich1-0/+1