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
2024-03-26
mm: cachestat: fix two shmem bugs
Johannes Weiner
1
-0
/
+16
2024-03-15
Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-4
/
+48
2024-03-13
Merge tag 'xfs-6.9-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-0
/
+9
2024-03-11
Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
1
-9
/
+0
2024-03-07
filemap: avoid unnecessary major faults in filemap_fault()
ZhangPeng
1
-0
/
+46
2024-03-05
mm: support order-1 folios in the page cache
Matthew Wilcox (Oracle)
1
-2
/
+0
2024-02-24
merge mm-hotfixes-stable into mm-nonmm-stable to pick up stackdepot changes
Andrew Morton
1
-25
/
+26
2024-02-24
mm: cachestat: fix folio read-after-free in cache walk
Nhat Pham
1
-25
/
+26
2024-02-22
mm: add pfn_swap_entry_folio()
Matthew Wilcox (Oracle)
1
-1
/
+1
2024-02-22
mm/filemap: avoid type conversion
Hongbo Li
1
-1
/
+1
2024-02-21
mm: move mapping_set_update out of <linux/swap.h>
Christoph Hellwig
1
-0
/
+9
2024-01-25
Revert "mm/filemap: avoid buffered read/write race to read inconsistent data"
Baokun Li
1
-9
/
+0
2024-01-19
Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...
Linus Torvalds
1
-0
/
+2
2024-01-11
Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
1
-0
/
+1
2023-12-29
mm/rmap: remove page_remove_rmap()
David Hildenbrand
1
-5
/
+5
2023-12-28
netfs: Implement unbuffered/DIO write support
David Howells
1
-0
/
+1
2023-12-28
netfs: Implement unbuffered/DIO read support
David Howells
1
-0
/
+1
2023-12-27
Kill sched.h dependency on rcupdate.h
Kent Overstreet
1
-0
/
+1
2023-12-21
sync mm-stable with mm-hotfixes-stable to pick up depended-upon changes
Andrew Morton
1
-0
/
+9
2023-12-21
mm/filemap: avoid buffered read/write race to read inconsistent data
Baokun Li
1
-0
/
+9
2023-12-12
mm: filemap: remove unnecessary iitialization of ret
Li zeming
1
-1
/
+1
2023-12-11
mm/filemap: increase usage of folio_next_index() helper
Minjie Du
1
-1
/
+1
2023-12-07
mm: fix oops when filemap_map_pmd() without prealloc_pte
Hugh Dickins
1
-1
/
+1
2023-11-16
mm: more ptep_get() conversion
Ryan Roberts
1
-1
/
+1
2023-10-19
mm: drop the assumption that VM_SHARED always implies writable
Lorenzo Stoakes
1
-1
/
+1
2023-10-19
filemap: remove use of wait bookmarks
Matthew Wilcox (Oracle)
1
-20
/
+1
2023-10-19
memcontrol: only transfer the memcg data for migration
Nhat Pham
1
-1
/
+1
2023-10-19
mm: use folio_xor_flags_has_waiters() in folio_end_writeback()
Matthew Wilcox (Oracle)
1
-12
/
+3
2023-10-19
mm: make __end_folio_writeback() return void
Matthew Wilcox (Oracle)
1
-2
/
+7
2023-10-19
mm: add folio_xor_flags_has_waiters()
Matthew Wilcox (Oracle)
1
-3
/
+11
2023-10-19
mm: delete checks for xor_unlock_is_negative_byte()
Matthew Wilcox (Oracle)
1
-29
/
+1
2023-10-19
bitops: add xor_unlock_is_negative_byte()
Matthew Wilcox (Oracle)
1
-0
/
+5
2023-10-19
mm: add folio_end_read()
Matthew Wilcox (Oracle)
1
-0
/
+22
2023-10-19
filemap: call filemap_get_folios_tag() from filemap_get_folios()
Pankaj Raghav
1
-37
/
+8
2023-10-19
mm: make lock_folio_maybe_drop_mmap() VMA lock aware
Matthew Wilcox (Oracle)
1
-6
/
+7
2023-10-19
mm/filemap: clarify filemap_fault() comments for not uptodate case
Lorenzo Stoakes
1
-6
/
+13
2023-10-17
mm/filemap: remove hugetlb special casing in filemap.c
Sidhartha Kumar
1
-24
/
+10
2023-10-07
mm/filemap: increase usage of folio_next_index() helper
Minjie Du
1
-1
/
+1
2023-09-30
mm: report success more often from filemap_map_folio_range()
Matthew Wilcox (Oracle)
1
-2
/
+2
2023-09-19
filemap: add filemap_map_order0_folio() to handle order0 folio
Yin Fengwei
1
-21
/
+48
2023-09-05
mm: memory-failure: use rcu lock instead of tasklist_lock when collect_procs()
Tong Tiangen
1
-3
/
+0
2023-08-30
Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-79
/
+98
2023-08-25
filemap: batch PTE mappings
Yin Fengwei
1
-14
/
+29
2023-08-25
mm: convert do_set_pte() to set_pte_range()
Yin Fengwei
1
-2
/
+1
2023-08-25
filemap: add filemap_map_folio_range()
Yin Fengwei
1
-54
/
+55
2023-08-25
mm: handle swap page faults under per-VMA lock
Suren Baghdasaryan
1
-9
/
+8
2023-08-25
mm: change folio_lock_or_retry to use vm_fault directly
Suren Baghdasaryan
1
-10
/
+12
2023-08-18
mm: merge folio_has_private()/filemap_release_folio() call pairs
David Howells
1
-0
/
+2
2023-08-18
mm/filemap.c: fix update prev_pos after one read request done
Haibo Li
1
-4
/
+5
2023-08-18
mm: increase usage of folio_next_index() helper
Sidhartha Kumar
1
-4
/
+4
[next]