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.12.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-11-09
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-0
/
+8
2021-11-09
vfs: keep inodes with page cache off the inode shrinker LRU
Johannes Weiner
1
-0
/
+8
2021-11-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-38
/
+40
2021-11-06
mm/vmscan: throttle reclaim until some writeback completes if congested
Mel Gorman
1
-0
/
+1
2021-11-06
mm: filemap: coding style cleanup for filemap_map_pmd()
Yang Shi
1
-6
/
+6
2021-11-06
mm: introduce pmd_install() helper
Qi Zheng
1
-9
/
+2
2021-11-06
mm: move more expensive part of XA setup out of mapping check
Jens Axboe
1
-18
/
+25
2021-11-06
mm/filemap.c: remove bogus VM_BUG_ON
Matthew Wilcox (Oracle)
1
-1
/
+0
2021-11-06
mm: don't read i_size of inode unless we need it
Jens Axboe
1
-4
/
+3
2021-11-06
mm: stop filemap_read() from grabbing a superfluous page
David Howells
1
-0
/
+3
2021-11-02
Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-2
/
+2
2021-11-01
Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+0
2021-10-18
iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readable
Andreas Gruenbacher
1
-1
/
+1
2021-10-18
gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}
Andreas Gruenbacher
1
-1
/
+1
2021-10-18
mm: remove spurious blkdev.h includes
Christoph Hellwig
1
-1
/
+0
2021-10-18
mm/filemap: Add FGP_STABLE
Matthew Wilcox (Oracle)
1
-22
/
+3
2021-10-18
mm/filemap: Add filemap_get_folio
Matthew Wilcox (Oracle)
1
-48
/
+44
2021-10-18
mm/filemap: Convert mapping_get_entry to return a folio
Matthew Wilcox (Oracle)
1
-21
/
+14
2021-10-18
mm/filemap: Add filemap_add_folio()
Matthew Wilcox (Oracle)
1
-36
/
+34
2021-10-18
mm/filemap: Add filemap_alloc_folio
Matthew Wilcox (Oracle)
1
-7
/
+7
2021-10-18
mm/workingset: Convert workingset_refault() to take a folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2021-10-18
mm/writeback: Add __folio_end_writeback()
Matthew Wilcox (Oracle)
1
-1
/
+1
2021-09-27
mm/memcg: Convert mem_cgroup_migrate() to take folios
Matthew Wilcox (Oracle)
1
-1
/
+3
2021-09-27
mm/memcg: Convert mem_cgroup_uncharge() to take a folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2021-09-27
mm/memcg: Convert mem_cgroup_charge() to take a folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2021-09-27
mm/filemap: Add folio private_2 functions
Matthew Wilcox (Oracle)
1
-23
/
+18
2021-09-27
mm/filemap: Convert page wait queues to be folios
Matthew Wilcox (Oracle)
1
-19
/
+19
2021-09-27
mm/filemap: Add folio_wake_bit()
Matthew Wilcox (Oracle)
1
-11
/
+12
2021-09-27
mm/filemap: Add folio_wait_bit()
Matthew Wilcox (Oracle)
1
-41
/
+36
2021-09-27
mm/filemap: Add folio_end_writeback()
Matthew Wilcox (Oracle)
1
-22
/
+21
2021-09-27
mm/swap: Add folio_rotate_reclaimable()
Matthew Wilcox (Oracle)
1
-1
/
+2
2021-09-27
mm/filemap: Add __folio_lock_or_retry()
Matthew Wilcox (Oracle)
1
-12
/
+10
2021-09-27
mm/filemap: Add folio_wait_locked()
Matthew Wilcox (Oracle)
1
-2
/
+2
2021-09-27
mm/filemap: Add __folio_lock_async()
Matthew Wilcox (Oracle)
1
-13
/
+14
2021-09-27
mm/filemap: Add folio_lock_killable()
Matthew Wilcox (Oracle)
1
-8
/
+9
2021-09-27
mm/filemap: Add folio_lock()
Matthew Wilcox (Oracle)
1
-14
/
+15
2021-09-27
mm/filemap: Add folio_unlock()
Matthew Wilcox (Oracle)
1
-17
/
+12
2021-09-27
mm: Add folio_try_get_rcu()
Matthew Wilcox (Oracle)
1
-0
/
+20
2021-09-03
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-9
/
+6
2021-09-03
mm: remove irqsave/restore locking from contexts with irqs enabled
Johannes Weiner
1
-9
/
+6
2021-08-31
Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
1
-9
/
+27
2021-08-23
fs: add a filemap_fdatawrite_wbc helper
Josef Bacik
1
-9
/
+27
2021-07-13
mm: Add functions to lock invalidate_lock for two mappings
Jan Kara
1
-0
/
+38
2021-07-13
mm: Protect operations adding pages to page cache with invalidate_lock
Jan Kara
1
-18
/
+79
2021-07-12
mm: Fix comments mentioning i_mutex
Jan Kara
1
-5
/
+5
2021-07-03
Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-21
/
+15
2021-06-29
mm: charge active memcg when no mm is set
Dan Schatzberg
1
-1
/
+1
2021-06-10
iov_iter: replace iov_iter_copy_from_user_atomic() with iterator-advancing va...
Al Viro
1
-8
/
+8
2021-06-03
generic_perform_write()/iomap_write_actor(): saner logics for short copy
Al Viro
1
-15
/
+9
2021-05-07
mm: fix typos in comments
Ingo Molnar
1
-1
/
+1
[next]