summaryrefslogtreecommitdiff
path: root/mm/filemap.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-24mm/memory: do not populate page table entries beyond i_sizeKiryl Shutsemau1-5/+15
2025-08-28readahead: fix return value of page_cache_next_miss() when no hole is foundChi Zhiling1-1/+2
2025-04-25mm: fix filemap_get_folios_contig returning batches of identical foliosVishal Moola (Oracle)1-0/+1
2025-03-29mm: fix error handling in __filemap_get_folio() with FGP_NOWAITRaphael S. Carvalho1-1/+12
2025-02-01cachestat: fix page cache statistics permission checkingLinus Torvalds1-0/+19
2025-01-23filemap: avoid truncating 64-bit offset to 32 bitsMarco Nelissen1-1/+1
2024-11-11filemap: Fix bounds checking in filemap_read()Trond Myklebust1-1/+1
2024-09-27mm/filemap: fix filemap_get_folios_contig THP panicSteve Sistare1-0/+4
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+3
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-26/+41
2024-09-21Merge tag 'vfs-6.12.blocksize' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds1-13/+23
2024-09-16Merge tag 'for-6.12/io_uring-discard-20240913' of git://git.kernel.dk/linuxLinus Torvalds1-5/+12
2024-09-16Merge tag 'vfs-6.12.folio' of gitolite.kernel.org:pub/scm/linux/kernel/git/vf...Linus Torvalds1-4/+2
2024-09-11filemap: introduce filemap_invalidate_pagesPavel Begunkov1-5/+12
2024-09-10mm: replace xa_get_order with xas_get_order where appropriateShakeel Butt1-3/+3
2024-09-10filemap: fix the last_index of mm_filemap_get_pagesTakaya Saeki1-1/+1
2024-09-10mm: remove isolate_lru_page()Kefeng Wang1-1/+1
2024-09-04mm: allow read-ahead with IOCB_NOWAIT setYafang Shao1-0/+6
2024-09-04mm: filemap: use xa_get_order() to get the swap entry orderBaolin Wang1-14/+27
2024-09-02filemap: cap PTE range to be created to allowed zero fill in folio_map_range()Pankaj Raghav1-1/+5
2024-09-02filemap: add trace events for get_pages, map_pages, and faultTakaya Saeki1-0/+4
2024-09-02fs: remove calls to set and clear the folio error flagMatthew Wilcox (Oracle)1-8/+0
2024-09-02mm: remove follow_page()David Hildenbrand1-1/+1
2024-08-30mm: Fix filemap_invalidate_inode() to use invalidate_inode_pages2_range()David Howells1-1/+1
2024-08-23filemap: allocate mapping_min_order folios in the page cachePankaj Raghav1-8/+16
2024-08-23fs: Allow fine-grained control of folio sizesMatthew Wilcox (Oracle)1-4/+2
2024-08-13introduce fd_file(), convert all accessors to it.Al Viro1-3/+3
2024-08-07fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)1-3/+1
2024-08-07fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)1-1/+1
2024-07-22Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+4
2024-07-19Merge tag 'nfs-for-6.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-15/+25
2024-07-10filemap: replace pte_offset_map() with pte_offset_map_nolock()ZhangPeng1-1/+2
2024-07-08filemap: Convert generic_perform_write() to support large foliosMatthew Wilcox (Oracle)1-15/+25
2024-07-06Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm: fixAndrew Morton1-7/+10
2024-07-04cachestat: do not flush stats in recency checkNhat Pham1-1/+4
2024-07-04mm/filemap: skip to create PMD-sized page cache if neededGavin Shan1-1/+1
2024-07-04mm: page_ref: remove folio_try_get_rcu()Yang Shi1-5/+5
2024-07-04filemap: fix page_cache_next_miss() when no hole foundJan Kara1-3/+3
2024-07-04mm/filemap: reinitialize folio->_mapcount directlyDavid Hildenbrand1-1/+1
2024-06-06mm: fix xyz_noprof functions calling profiled functionsSuren Baghdasaryan1-1/+1
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-37/+78
2024-05-06mm: filemap: batch mm counter updating in filemap_map_pages()Kefeng Wang1-9/+12
2024-05-06mm: move mm counter updating out of set_pte_range()Kefeng Wang1-0/+4
2024-05-06mm/filemap: use folio_mapcount() in filemap_unaccount_folio()David Hildenbrand1-1/+1
2024-05-01mm: Provide a means of invalidation without using launder_folioDavid Howells1-0/+54
2024-04-29mm: Remove the PG_fscache alias for PG_private_2David Howells1-3/+3
2024-04-26mm: use "GUP-fast" instead "fast GUP" in remaining commentsDavid Hildenbrand1-1/+1
2024-04-26mm/filemap: optimize filemap folio addingKairui Song1-15/+41
2024-04-26mm/filemap: clean up hugetlb exclusion codeKairui Song1-13/+8
2024-04-26mm/filemap: return early if failed to allocate memory for splitKairui Song1-1/+4