index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2019-05-14
mm: delete find_get_entries_tag
Matthew Wilcox (Oracle)
1
-61
/
+0
2019-05-14
mm/filemap.c: fix minor typo
Laurent Dufour
1
-1
/
+1
2019-05-14
mm/filemap.c: enable error injection at add_to_page_cache()
Josef Bacik
1
-0
/
+2
2019-05-14
mm: page cache: store only head pages in i_pages
Matthew Wilcox
1
-97
/
+62
2019-03-15
filemap: add a comment about FAULT_FLAG_RETRY_NOWAIT behavior
Linus Torvalds
1
-0
/
+5
2019-03-15
filemap: drop the mmap_sem for all blocking operations
Josef Bacik
1
-19
/
+117
2019-03-15
filemap: kill page_cache_read usage in filemap_fault
Josef Bacik
1
-60
/
+15
2019-03-15
filemap: pass vm_fault to the mmap ra helpers
Josef Bacik
1
-14
/
+14
2019-03-06
mm: remove zone_lru_lock() function, access ->lru_lock directly
Andrey Ryabinin
1
-2
/
+2
2019-03-06
mm/shmem: make find_get_pages_range() work for huge page
Yu Zhao
1
-2
/
+2
2019-03-06
docs/core-api/mm: fix return value descriptions in mm/
Mike Rapoport
1
-11
/
+62
2019-03-06
mm/filemap: pass inclusive 'end_byte' parameter to filemap_range_has_page
zhengbin
1
-1
/
+1
2019-03-06
mm/filemap.c: remove redundant test from find_get_pages_contig
Matthew Wilcox
1
-10
/
+0
2019-01-05
mm/: remove caller signal_pending branch predictions
Davidlohr Bueso
1
-1
/
+1
2018-12-28
mm, fault_around: do not take a reference to a locked page
Michal Hocko
1
-0
/
+7
2018-12-28
mm/filemap.c: remove useless check in pagecache_get_page()
Kirill Tkhai
1
-1
/
+1
2018-12-28
mm: put_and_wait_on_page_locked() while page is migrated
Hugh Dickins
1
-13
/
+74
2018-11-02
Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-27
/
+119
2018-11-02
Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
1
-1
/
+1
2018-10-30
vfs: enable remap callers that can handle short operations
Darrick J. Wong
1
-4
/
+7
2018-10-30
vfs: make remap_file_range functions take and return bytes completed
Darrick J. Wong
1
-1
/
+1
2018-10-30
vfs: pass remap flags to generic_remap_checks
Darrick J. Wong
1
-2
/
+2
2018-10-30
vfs: strengthen checking of file range inputs to generic_remap_checks
Darrick J. Wong
1
-32
/
+52
2018-10-30
vfs: check file ranges before cloning files
Darrick J. Wong
1
-0
/
+69
2018-10-28
Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax
Linus Torvalds
1
-414
/
+310
2018-10-27
mm/filemap.c: use vmf_error()
Souptick Joarder
1
-3
/
+1
2018-10-27
mm/filemap.c: Use existing variable
haiqing.shq
1
-1
/
+1
2018-10-27
psi: pressure stall information for CPU, memory, and IO
Johannes Weiner
1
-4
/
+11
2018-10-27
delayacct: track delays from thrashing cache pages
Johannes Weiner
1
-0
/
+11
2018-10-27
mm: workingset: tell cache transitions from workingset thrashing
Johannes Weiner
1
-6
/
+3
2018-10-27
mm: convert to use vm_fault_t
Souptick Joarder
1
-2
/
+2
2018-10-24
iov_iter: Use accessor function
David Howells
1
-1
/
+1
2018-10-21
page cache: Convert filemap_range_has_page to XArray
Matthew Wilcox
1
-8
/
+19
2018-10-21
page cache: Remove stray radix comment
Matthew Wilcox
1
-1
/
+1
2018-10-21
page cache: Convert delete_batch to XArray
Matthew Wilcox
1
-15
/
+13
2018-10-21
page cache: Convert filemap_map_pages to XArray
Matthew Wilcox
1
-29
/
+13
2018-10-21
page cache: Convert find_get_entries_tag to XArray
Matthew Wilcox
1
-30
/
+24
2018-10-21
page cache; Convert find_get_pages_range_tag to XArray
Matthew Wilcox
1
-42
/
+26
2018-10-21
page cache: Convert find_get_pages_contig to XArray
Matthew Wilcox
1
-31
/
+22
2018-10-21
page cache: Convert find_get_pages_range to XArray
Matthew Wilcox
1
-33
/
+19
2018-10-21
page cache: Convert find_get_entries to XArray
Matthew Wilcox
1
-28
/
+23
2018-10-21
page cache: Convert find_get_entry to XArray
Matthew Wilcox
1
-35
/
+28
2018-10-21
page cache: Convert page deletion to XArray
Matthew Wilcox
1
-18
/
+13
2018-10-21
page cache: Add and replace pages using the XArray
Matthew Wilcox
1
-82
/
+57
2018-10-21
page cache: Convert hole search to XArray
Matthew Wilcox
1
-60
/
+50
2018-09-30
xarray: Replace exceptional entries
Matthew Wilcox
1
-5
/
+5
2018-06-08
mm: use new return type vm_fault_t
Souptick Joarder
1
-4
/
+4
2018-04-21
mm/filemap.c: fix NULL pointer in page_cache_tree_insert()
Matthew Wilcox
1
-5
/
+4
2018-04-14
mm/filemap.c: provide dummy filemap_page_mkwrite() for NOMMU
Arnd Bergmann
1
-1
/
+5
[next]