index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
filemap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-26
mm: pass pvec directly to find_get_entries
Matthew Wilcox (Oracle)
1
-12
/
+9
2021-02-26
mm: add an 'end' parameter to find_get_entries
Matthew Wilcox (Oracle)
1
-4
/
+5
2021-02-26
mm: add and use find_lock_entries
Matthew Wilcox (Oracle)
1
-0
/
+59
2021-02-26
iomap: use mapping_seek_hole_data
Matthew Wilcox (Oracle)
1
-5
/
+32
2021-02-26
mm/filemap: add mapping_seek_hole_data
Matthew Wilcox (Oracle)
1
-0
/
+76
2021-02-26
mm/filemap: add helper for finding pages
Matthew Wilcox (Oracle)
1
-55
/
+42
2021-02-26
mm/filemap: rename find_get_entry to mapping_get_entry
Matthew Wilcox (Oracle)
1
-3
/
+4
2021-02-26
mm: add FGP_ENTRY
Matthew Wilcox (Oracle)
1
-36
/
+8
2021-02-26
mm: make pagecache tagged lookups return only head pages
Matthew Wilcox (Oracle)
1
-5
/
+6
2021-02-25
mm: memcontrol: convert NR_SHMEM_THPS account to pages
Muchun Song
1
-1
/
+1
2021-02-25
mm: memcontrol: convert NR_FILE_THPS account to pages
Muchun Song
1
-1
/
+1
2021-02-25
mm/filemap: simplify generic_file_read_iter
Christoph Hellwig
1
-6
/
+4
2021-02-25
mm/filemap: rename generic_file_buffered_read to filemap_read
Christoph Hellwig
1
-19
/
+16
2021-02-25
mm/filemap: don't relock the page after calling readpage
Matthew Wilcox (Oracle)
1
-14
/
+7
2021-02-25
mm/filemap: restructure filemap_get_pages
Matthew Wilcox (Oracle)
1
-43
/
+28
2021-02-25
mm/filemap: split filemap_readahead out of filemap_get_pages
Matthew Wilcox (Oracle)
1
-5
/
+14
2021-02-25
mm/filemap: add filemap_range_uptodate
Matthew Wilcox (Oracle)
1
-26
/
+39
2021-02-25
mm/filemap: move the iocb checks into filemap_update_page
Matthew Wilcox (Oracle)
1
-14
/
+10
2021-02-25
mm/filemap: convert filemap_update_page to return an errno
Matthew Wilcox (Oracle)
1
-21
/
+17
2021-02-25
mm/filemap: change filemap_create_page calling conventions
Matthew Wilcox (Oracle)
1
-26
/
+27
2021-02-25
mm/filemap: change filemap_read_page calling conventions
Matthew Wilcox (Oracle)
1
-47
/
+42
2021-02-25
mm/filemap: don't call ->readpage if IOCB_WAITQ is set
Matthew Wilcox (Oracle)
1
-12
/
+2
2021-02-25
mm/filemap: inline __wait_on_page_locked_async into caller
Matthew Wilcox (Oracle)
1
-31
/
+22
2021-02-25
mm/filemap: support readpage splitting a page
Matthew Wilcox (Oracle)
1
-53
/
+23
2021-02-25
mm/filemap: pass a sleep state to put_and_wait_on_page_locked
Matthew Wilcox (Oracle)
1
-2
/
+5
2021-02-25
mm/filemap: use head pages in generic_file_buffered_read
Matthew Wilcox (Oracle)
1
-37
/
+85
2021-02-25
mm/filemap: convert filemap_get_pages to take a pagevec
Matthew Wilcox (Oracle)
1
-44
/
+38
2021-02-25
mm/filemap: remove dynamically allocated array from filemap_read
Matthew Wilcox (Oracle)
1
-13
/
+2
2021-02-25
mm/filemap: rename generic_file_buffered_read subfunctions
Matthew Wilcox (Oracle)
1
-29
/
+15
2021-02-25
mm/filemap: don't revert iter on -EIOCBQUEUED
Pavel Begunkov
1
-2
/
+4
2021-02-25
mm/filemap: remove unused parameter and change to void type for replace_page_...
Baolin Wang
1
-6
/
+1
2021-02-22
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-44
/
+135
2021-02-10
mm: filemap: Fix microblaze build failure with 'mmu_defconfig'
Will Deacon
1
-0
/
+1
2021-02-05
mm/filemap: add missing mem_cgroup_uncharge() to __add_to_page_cache_locked()
Waiman Long
1
-0
/
+4
2021-01-21
mm: Pass 'address' to map to do_set_pte() and drop FAULT_FLAG_PREFAULT
Will Deacon
1
-14
/
+7
2021-01-20
mm: Allow architectures to request 'old' entries when prefaulting
Will Deacon
1
-4
/
+10
2021-01-20
mm: Cleanup faultaround and finish_fault() codepaths
Kirill A. Shutemov
1
-43
/
+134
2020-12-19
mm/filemap: fix infinite loop in generic_file_buffered_read()
Kent Overstreet
1
-0
/
+3
2020-12-16
Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-7
/
+6
2020-12-16
mm: fix some spelling mistakes in comments
Haitao Shi
1
-1
/
+1
2020-12-16
mm/lru: revise the comments of lru_lock
Hugh Dickins
1
-2
/
+2
2020-12-15
mm: memcontrol: add file_thp, shmem_thp to memory.stat
Johannes Weiner
1
-2
/
+2
2020-12-15
mm/filemap.c: remove else after a return
Hailong Liu
1
-11
/
+12
2020-12-15
mm/filemap.c: generic_file_buffered_read() now uses find_get_pages_contig
Kent Overstreet
1
-138
/
+175
2020-12-15
mm/filemap/c: break generic_file_buffered_read up into multiple functions
Kent Overstreet
1
-222
/
+261
2020-12-12
revert "mm/filemap: add static for function __add_to_page_cache_locked"
Andrew Morton
1
-1
/
+1
2020-12-06
mm/filemap: add static for function __add_to_page_cache_locked
Alex Shi
1
-1
/
+1
2020-12-02
filemap: consistently use ->f_mapping over ->i_mapping
Christoph Hellwig
1
-7
/
+6
2020-11-25
mm: fix VM_BUG_ON(PageTail) and BUG_ON(PageWriteback)
Hugh Dickins
1
-0
/
+8
2020-11-16
mm: never attempt async page lock if we've transferred data already
Jens Axboe
1
-4
/
+14
[next]