index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
filemap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm/: remove caller signal_pending branch predictions
Davidlohr Bueso
2019-01-04
1
-1
/
+1
*
mm, fault_around: do not take a reference to a locked page
Michal Hocko
2018-12-28
1
-0
/
+7
*
mm/filemap.c: remove useless check in pagecache_get_page()
Kirill Tkhai
2018-12-28
1
-1
/
+1
*
mm: put_and_wait_on_page_locked() while page is migrated
Hugh Dickins
2018-12-28
1
-13
/
+74
*
Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2018-11-02
1
-27
/
+119
|
\
|
*
vfs: enable remap callers that can handle short operations
Darrick J. Wong
2018-10-30
1
-4
/
+7
|
*
vfs: make remap_file_range functions take and return bytes completed
Darrick J. Wong
2018-10-30
1
-1
/
+1
|
*
vfs: pass remap flags to generic_remap_checks
Darrick J. Wong
2018-10-30
1
-2
/
+2
|
*
vfs: strengthen checking of file range inputs to generic_remap_checks
Darrick J. Wong
2018-10-30
1
-32
/
+52
|
*
vfs: check file ranges before cloning files
Darrick J. Wong
2018-10-30
1
-0
/
+69
*
|
Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
2018-11-01
1
-1
/
+1
|
\
\
|
*
|
iov_iter: Use accessor function
David Howells
2018-10-24
1
-1
/
+1
|
|
/
*
|
Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax
Linus Torvalds
2018-10-28
1
-414
/
+310
|
\
\
|
*
|
page cache: Convert filemap_range_has_page to XArray
Matthew Wilcox
2018-10-21
1
-8
/
+19
|
*
|
page cache: Remove stray radix comment
Matthew Wilcox
2018-10-21
1
-1
/
+1
|
*
|
page cache: Convert delete_batch to XArray
Matthew Wilcox
2018-10-21
1
-15
/
+13
|
*
|
page cache: Convert filemap_map_pages to XArray
Matthew Wilcox
2018-10-21
1
-29
/
+13
|
*
|
page cache: Convert find_get_entries_tag to XArray
Matthew Wilcox
2018-10-21
1
-30
/
+24
|
*
|
page cache; Convert find_get_pages_range_tag to XArray
Matthew Wilcox
2018-10-21
1
-42
/
+26
|
*
|
page cache: Convert find_get_pages_contig to XArray
Matthew Wilcox
2018-10-21
1
-31
/
+22
|
*
|
page cache: Convert find_get_pages_range to XArray
Matthew Wilcox
2018-10-21
1
-33
/
+19
|
*
|
page cache: Convert find_get_entries to XArray
Matthew Wilcox
2018-10-21
1
-28
/
+23
|
*
|
page cache: Convert find_get_entry to XArray
Matthew Wilcox
2018-10-21
1
-35
/
+28
|
*
|
page cache: Convert page deletion to XArray
Matthew Wilcox
2018-10-21
1
-18
/
+13
|
*
|
page cache: Add and replace pages using the XArray
Matthew Wilcox
2018-10-21
1
-82
/
+57
|
*
|
page cache: Convert hole search to XArray
Matthew Wilcox
2018-10-21
1
-60
/
+50
|
*
|
xarray: Replace exceptional entries
Matthew Wilcox
2018-09-29
1
-5
/
+5
|
|
/
*
|
mm/filemap.c: use vmf_error()
Souptick Joarder
2018-10-26
1
-3
/
+1
*
|
mm/filemap.c: Use existing variable
haiqing.shq
2018-10-26
1
-1
/
+1
*
|
psi: pressure stall information for CPU, memory, and IO
Johannes Weiner
2018-10-26
1
-4
/
+11
*
|
delayacct: track delays from thrashing cache pages
Johannes Weiner
2018-10-26
1
-0
/
+11
*
|
mm: workingset: tell cache transitions from workingset thrashing
Johannes Weiner
2018-10-26
1
-6
/
+3
*
|
mm: convert to use vm_fault_t
Souptick Joarder
2018-10-26
1
-2
/
+2
|
/
*
mm: use new return type vm_fault_t
Souptick Joarder
2018-06-07
1
-4
/
+4
*
mm/filemap.c: fix NULL pointer in page_cache_tree_insert()
Matthew Wilcox
2018-04-20
1
-5
/
+4
*
mm/filemap.c: provide dummy filemap_page_mkwrite() for NOMMU
Arnd Bergmann
2018-04-13
1
-1
/
+5
*
page cache: use xa_lock
Matthew Wilcox
2018-04-11
1
-43
/
+41
*
mm/filemap.c: remove include of hardirq.h
Yang Shi
2018-01-31
1
-1
/
+0
*
Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-11-16
1
-0
/
+1
|
\
|
*
afs: Get rid of the afs_writeback record
David Howells
2017-11-13
1
-0
/
+1
*
|
mm: remove __GFP_COLD
Mel Gorman
2017-11-15
1
-3
/
+3
*
|
mm, pagevec: remove cold parameter for pagevecs
Mel Gorman
2017-11-15
1
-1
/
+1
*
|
mm, truncate: do not check mapping for every page being truncated
Mel Gorman
2017-11-15
1
-3
/
+4
*
|
mm: batch radix tree operations when truncating pages
Jan Kara
2017-11-15
1
-0
/
+83
*
|
mm: factor out checks and accounting from __delete_from_page_cache()
Jan Kara
2017-11-15
1
-31
/
+41
*
|
mm: move clearing of page->mapping to page_cache_tree_delete()
Jan Kara
2017-11-15
1
-3
/
+3
*
|
mm: move accounting updates before page_cache_tree_delete()
Jan Kara
2017-11-15
1
-24
/
+25
*
|
mm: factor out page cache page freeing into a separate function
Jan Kara
2017-11-15
1
-13
/
+18
*
|
mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()
Jan Kara
2017-11-15
1
-1
/
+1
*
|
mm: use pagevec_lookup_range_tag() in __filemap_fdatawait_range()
Jan Kara
2017-11-15
1
-8
/
+6
[next]