index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
filemap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-15
filemap: kill page_cache_read usage in filemap_fault
Josef Bacik
1
-60
/
+15
2019-03-14
filemap: pass vm_fault to the mmap ra helpers
Josef Bacik
1
-14
/
+14
2019-03-05
mm: remove zone_lru_lock() function, access ->lru_lock directly
Andrey Ryabinin
1
-2
/
+2
2019-03-05
mm/shmem: make find_get_pages_range() work for huge page
Yu Zhao
1
-2
/
+2
2019-03-05
docs/core-api/mm: fix return value descriptions in mm/
Mike Rapoport
1
-11
/
+62
2019-03-05
mm/filemap: pass inclusive 'end_byte' parameter to filemap_range_has_page
zhengbin
1
-1
/
+1
2019-03-05
mm/filemap.c: remove redundant test from find_get_pages_contig
Matthew Wilcox
1
-10
/
+0
2019-01-04
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-01
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-26
mm/filemap.c: use vmf_error()
Souptick Joarder
1
-3
/
+1
2018-10-26
mm/filemap.c: Use existing variable
haiqing.shq
1
-1
/
+1
2018-10-26
psi: pressure stall information for CPU, memory, and IO
Johannes Weiner
1
-4
/
+11
2018-10-26
delayacct: track delays from thrashing cache pages
Johannes Weiner
1
-0
/
+11
2018-10-26
mm: workingset: tell cache transitions from workingset thrashing
Johannes Weiner
1
-6
/
+3
2018-10-26
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-29
xarray: Replace exceptional entries
Matthew Wilcox
1
-5
/
+5
2018-06-07
mm: use new return type vm_fault_t
Souptick Joarder
1
-4
/
+4
2018-04-20
mm/filemap.c: fix NULL pointer in page_cache_tree_insert()
Matthew Wilcox
1
-5
/
+4
2018-04-13
mm/filemap.c: provide dummy filemap_page_mkwrite() for NOMMU
Arnd Bergmann
1
-1
/
+5
2018-04-11
page cache: use xa_lock
Matthew Wilcox
1
-43
/
+41
2018-01-31
mm/filemap.c: remove include of hardirq.h
Yang Shi
1
-1
/
+0
2017-11-16
Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+1
2017-11-15
mm: remove __GFP_COLD
Mel Gorman
1
-3
/
+3
2017-11-15
mm, pagevec: remove cold parameter for pagevecs
Mel Gorman
1
-1
/
+1
2017-11-15
mm, truncate: do not check mapping for every page being truncated
Mel Gorman
1
-3
/
+4
2017-11-15
mm: batch radix tree operations when truncating pages
Jan Kara
1
-0
/
+83
[next]