index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
filemap.c
Age
Commit message (
Expand
)
Author
2021-04-23
mm/filemap: fix mapping_seek_hole_data on THP & 32-bit
Hugh Dickins
2021-04-23
mm/filemap: fix find_lock_entries hang on 32-bit THP
Hugh Dickins
2021-02-26
mm: pass pvec directly to find_get_entries
Matthew Wilcox (Oracle)
2021-02-26
mm: add an 'end' parameter to find_get_entries
Matthew Wilcox (Oracle)
2021-02-26
mm: add and use find_lock_entries
Matthew Wilcox (Oracle)
2021-02-26
iomap: use mapping_seek_hole_data
Matthew Wilcox (Oracle)
2021-02-26
mm/filemap: add mapping_seek_hole_data
Matthew Wilcox (Oracle)
2021-02-26
mm/filemap: add helper for finding pages
Matthew Wilcox (Oracle)
2021-02-26
mm/filemap: rename find_get_entry to mapping_get_entry
Matthew Wilcox (Oracle)
2021-02-26
mm: add FGP_ENTRY
Matthew Wilcox (Oracle)
2021-02-26
mm: make pagecache tagged lookups return only head pages
Matthew Wilcox (Oracle)
2021-02-24
mm: memcontrol: convert NR_SHMEM_THPS account to pages
Muchun Song
2021-02-24
mm: memcontrol: convert NR_FILE_THPS account to pages
Muchun Song
2021-02-24
mm/filemap: simplify generic_file_read_iter
Christoph Hellwig
2021-02-24
mm/filemap: rename generic_file_buffered_read to filemap_read
Christoph Hellwig
2021-02-24
mm/filemap: don't relock the page after calling readpage
Matthew Wilcox (Oracle)
2021-02-24
mm/filemap: restructure filemap_get_pages
Matthew Wilcox (Oracle)
2021-02-24
mm/filemap: split filemap_readahead out of filemap_get_pages
Matthew Wilcox (Oracle)
2021-02-24
mm/filemap: add filemap_range_uptodate
Matthew Wilcox (Oracle)
2021-02-24
mm/filemap: move the iocb checks into filemap_update_page
Matthew Wilcox (Oracle)
2021-02-24
mm/filemap: convert filemap_update_page to return an errno
Matthew Wilcox (Oracle)
2021-02-24
mm/filemap: change filemap_create_page calling conventions
Matthew Wilcox (Oracle)
2021-02-24
mm/filemap: change filemap_read_page calling conventions
Matthew Wilcox (Oracle)
2021-02-24
mm/filemap: don't call ->readpage if IOCB_WAITQ is set
Matthew Wilcox (Oracle)
2021-02-24
mm/filemap: inline __wait_on_page_locked_async into caller
Matthew Wilcox (Oracle)
2021-02-24
mm/filemap: support readpage splitting a page
Matthew Wilcox (Oracle)
2021-02-24
mm/filemap: pass a sleep state to put_and_wait_on_page_locked
Matthew Wilcox (Oracle)
2021-02-24
mm/filemap: use head pages in generic_file_buffered_read
Matthew Wilcox (Oracle)
2021-02-24
mm/filemap: convert filemap_get_pages to take a pagevec
Matthew Wilcox (Oracle)
2021-02-24
mm/filemap: remove dynamically allocated array from filemap_read
Matthew Wilcox (Oracle)
2021-02-24
mm/filemap: rename generic_file_buffered_read subfunctions
Matthew Wilcox (Oracle)
2021-02-24
mm/filemap: don't revert iter on -EIOCBQUEUED
Pavel Begunkov
2021-02-24
mm/filemap: remove unused parameter and change to void type for replace_page_...
Baolin Wang
2021-02-21
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2021-02-10
mm: filemap: Fix microblaze build failure with 'mmu_defconfig'
Will Deacon
2021-02-05
mm/filemap: add missing mem_cgroup_uncharge() to __add_to_page_cache_locked()
Waiman Long
2021-01-21
mm: Pass 'address' to map to do_set_pte() and drop FAULT_FLAG_PREFAULT
Will Deacon
2021-01-20
mm: Allow architectures to request 'old' entries when prefaulting
Will Deacon
2021-01-20
mm: Cleanup faultaround and finish_fault() codepaths
Kirill A. Shutemov
2020-12-18
mm/filemap: fix infinite loop in generic_file_buffered_read()
Kent Overstreet
2020-12-16
Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-12-15
mm: fix some spelling mistakes in comments
Haitao Shi
2020-12-15
mm/lru: revise the comments of lru_lock
Hugh Dickins
2020-12-15
mm: memcontrol: add file_thp, shmem_thp to memory.stat
Johannes Weiner
2020-12-15
mm/filemap.c: remove else after a return
Hailong Liu
2020-12-15
mm/filemap.c: generic_file_buffered_read() now uses find_get_pages_contig
Kent Overstreet
2020-12-15
mm/filemap/c: break generic_file_buffered_read up into multiple functions
Kent Overstreet
2020-12-11
revert "mm/filemap: add static for function __add_to_page_cache_locked"
Andrew Morton
2020-12-06
mm/filemap: add static for function __add_to_page_cache_locked
Alex Shi
2020-12-01
filemap: consistently use ->f_mapping over ->i_mapping
Christoph Hellwig
[next]