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
/
shmem.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-09
Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2022-08-09
new iov_iter flavour - ITER_UBUF
Al Viro
1
-1
/
+1
2022-08-06
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-8
/
+70
2022-08-03
Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-10
/
+9
2022-08-02
mm/migrate: Convert migrate_page() to migrate_folio()
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-07-30
mm/shmem: support FS_IOC_[SG]ETFLAGS in tmpfs
Theodore Ts'o
1
-1
/
+63
2022-07-19
tmpfs: fix the issue that the mount and remount results are inconsistent.
ZhaoLong Wang
1
-5
/
+2
2022-07-04
mm/swap: convert delete_from_swap_cache() to take a folio
Matthew Wilcox (Oracle)
1
-2
/
+2
2022-06-29
shmem: Convert shmem_unlock_mapping() to use filemap_get_folios()
Matthew Wilcox (Oracle)
1
-7
/
+6
2022-06-29
filemap: Remove add_to_page_cache() and add_to_page_cache_locked()
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-06-29
mm: Remove __delete_from_page_cache()
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-06-17
mm/shmem.c: clean up comment of shmem_swapin_folio
Miaohe Lin
1
-5
/
+5
2022-05-27
Merge tag 'mm-stable-2022-05-27' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+40
2022-05-27
mm/shmem.c: suppress shift warning
Andrew Morton
1
-1
/
+1
2022-05-27
mm/shmem: fix infinite loop when swap in shmem error at swapoff time
Miaohe Lin
1
-0
/
+39
2022-05-26
Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-185
/
+168
2022-05-25
mm/shmem: fix shmem folio swapoff hang
Hugh Dickins
1
-2
/
+1
2022-05-20
tmpfs: fix undefined-behaviour in shmem_reconfigure()
Luo Meng
1
-0
/
+4
2022-05-20
mm: mmap: register suitable readonly file vmas for khugepaged
Yang Shi
1
-4
/
+0
2022-05-20
mm: khugepaged: introduce khugepaged_enter_vma() helper
Yang Shi
1
-10
/
+2
2022-05-13
mm/shmem: convert shmem_swapin_page() to shmem_swapin_folio()
Matthew Wilcox (Oracle)
1
-59
/
+51
2022-05-13
mm/shmem: convert shmem_getpage_gfp to use a folio
Matthew Wilcox (Oracle)
1
-52
/
+43
2022-05-13
mm/shmem: convert shmem_alloc_and_acct_page to use a folio
Matthew Wilcox (Oracle)
1
-9
/
+9
2022-05-13
mm/shmem: add shmem_alloc_folio()
Matthew Wilcox (Oracle)
1
-4
/
+10
2022-05-13
mm/shmem: turn shmem_should_replace_page into shmem_should_replace_folio
Matthew Wilcox (Oracle)
1
-4
/
+4
2022-05-13
mm/shmem: convert shmem_add_to_page_cache to take a folio
Matthew Wilcox (Oracle)
1
-26
/
+31
2022-05-13
mm/shmem: use a folio in shmem_unused_huge_shrink
Matthew Wilcox (Oracle)
1
-11
/
+12
2022-05-13
swap: turn get_swap_page() into folio_alloc_swap()
Matthew Wilcox (Oracle)
1
-1
/
+2
2022-05-13
shmem: convert shmem_alloc_hugepage() to use vma_alloc_folio()
Matthew Wilcox (Oracle)
1
-6
/
+4
2022-05-13
mm/shmem: take care of UFFDIO_COPY_MODE_WP
Peter Xu
1
-2
/
+2
2022-05-10
mm: create new mm/swap.h header file
NeilBrown
1
-0
/
+1
2022-05-09
mm,fs: Remove aops->readpage
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-05-08
fs: Remove flags parameter from aops->write_begin
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-04-29
mm: shmem: make shmem_init return void
Miaohe Lin
1
-6
/
+3
2022-04-16
tmpfs: fix regressions from wider use of ZERO_PAGE
Hugh Dickins
1
-11
/
+20
2022-03-23
Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-1
/
+1
2022-03-23
mm: shmem: fix missing cache flush in shmem_mfill_atomic_pte()
Muchun Song
1
-1
/
+3
2022-03-23
fs: allocate inode by using alloc_inode_sb()
Muchun Song
1
-1
/
+1
2022-03-23
mm: shmem: use helper macro __ATTR_RW
Miaohe Lin
1
-2
/
+1
2022-03-23
tmpfs: do not allocate pages on read
Hugh Dickins
1
-14
/
+6
2022-03-23
shmem: mapping_set_exiting() to help mapped resilience
Hugh Dickins
1
-0
/
+1
2022-03-23
tmpfs: support for file creation time
Xavier Roche
1
-3
/
+13
2022-03-16
fs: Convert __set_page_dirty_no_writeback to noop_dirty_folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-01-22
mm: simplify try_to_unuse
Christoph Hellwig
1
-27
/
+6
2022-01-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-24
/
+67
2022-01-15
mm: drop node from alloc_pages_vma
Michal Hocko
1
-2
/
+1
2022-01-15
shmem: fix a race between shmem_unused_huge_shrink and shmem_evict_inode
Gang Li
1
-16
/
+21
2022-01-15
mm: shmem: don't truncate page if memory failure happens
Yang Shi
1
-6
/
+45
2022-01-08
mm: Use multi-index entries in the page cache
Matthew Wilcox (Oracle)
1
-11
/
+8
2022-01-08
truncate,shmem: Handle truncates that split large folios
Matthew Wilcox (Oracle)
1
-63
/
+45
[next]