Age | Commit message (Expand) | Author |
2022-12-13 | Merge tag 'fs.xattr.simple.rework.rbtree.rwlock.v6.2' of git://git.kernel.org... | Linus Torvalds |
2022-12-12 | Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2022-12-09 | Merge branch 'mm-hotfixes-stable' into mm-stable | Andrew Morton |
2022-12-09 | tmpfs: fix data loss from failed fallocate | Hugh Dickins |
2022-11-30 | mm: anonymous shared memory naming | Pasha Tatashin |
2022-11-30 | mm: use pte markers for swap errors | Peter Xu |
2022-11-12 | xattr: use rbtree for simple_xattrs | Christian Brauner |
2022-11-08 | tmpfs: ensure O_LARGEFILE with generic_file_open() | Thomas Weißschuh |
2022-11-08 | mm/shmem: remove unneeded assignments in shmem_get_folio_gfp() | Lukas Bulwahn |
2022-11-08 | filemap: find_get_entries() now updates start offset | Vishal Moola (Oracle) |
2022-11-08 | filemap: find_lock_entries() now updates start offset | Vishal Moola (Oracle) |
2022-10-28 | mm/shmem: ensure proper fallback if page faults | Ira Weiny |
2022-10-19 | fs: pass dentry to set acl method | Christian Brauner |
2022-10-11 | treewide: use get_random_u32() when possible | Jason A. Donenfeld |
2022-10-10 | Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2022-10-03 | mm/shmem: add flag to enforce shmem THP in hugepage_vma_check() | Zach O'Keefe |
2022-10-03 | tmpfs: add support for an i_version counter | Jeff Layton |
2022-10-03 | shmem: remove shmem_getpage() | Matthew Wilcox (Oracle) |
2022-10-03 | khugepaged: call shmem_get_folio() | Matthew Wilcox (Oracle) |
2022-10-03 | shmem: convert shmem_get_link() to use a folio | Matthew Wilcox (Oracle) |
2022-10-03 | shmem: convert shmem_symlink() to use a folio | Matthew Wilcox (Oracle) |
2022-10-03 | shmem: convert shmem_fallocate() to use a folio | Matthew Wilcox (Oracle) |
2022-10-03 | shmem: convert shmem_file_read_iter() to use shmem_get_folio() | Matthew Wilcox (Oracle) |
2022-10-03 | shmem: convert shmem_write_begin() to use shmem_get_folio() | Matthew Wilcox (Oracle) |
2022-10-03 | shmem: convert shmem_get_partial_folio() to use shmem_get_folio() | Matthew Wilcox (Oracle) |
2022-10-03 | shmem: add shmem_get_folio() | Matthew Wilcox (Oracle) |
2022-10-03 | shmem: convert shmem_read_mapping_page_gfp() to use shmem_get_folio_gfp() | Matthew Wilcox (Oracle) |
2022-10-03 | shmem: convert shmem_fault() to use shmem_get_folio_gfp() | Matthew Wilcox (Oracle) |
2022-10-03 | shmem: convert shmem_getpage_gfp() to shmem_get_folio_gfp() | Matthew Wilcox (Oracle) |
2022-10-03 | shmem: eliminate struct page from shmem_swapin_folio() | Matthew Wilcox (Oracle) |
2022-10-03 | shmem: convert shmem_replace_page() to shmem_replace_folio() | Matthew Wilcox (Oracle) |
2022-10-03 | shmem: convert shmem_mfill_atomic_pte() to use a folio | Matthew Wilcox (Oracle) |
2022-10-03 | mm/swap: convert put_swap_page() to put_swap_folio() | Matthew Wilcox (Oracle) |
2022-10-03 | mm/swap: convert add_to_swap_cache() to take a folio | Matthew Wilcox (Oracle) |
2022-10-03 | shmem: convert shmem_replace_page() to use folios throughout | Matthew Wilcox (Oracle) |
2022-10-03 | shmem: convert shmem_delete_from_page_cache() to take a folio | Matthew Wilcox (Oracle) |
2022-10-03 | shmem: convert shmem_writepage() to use a folio throughout | Matthew Wilcox (Oracle) |
2022-10-03 | mm: add split_folio() | Matthew Wilcox (Oracle) |
2022-09-24 | vfs: open inside ->tmpfile() | Miklos Szeredi |
2022-08-28 | shmem: update folio if shmem_replace_page() updates the page | Matthew Wilcox (Oracle) |
2022-08-20 | mm/shmem: shmem_replace_page() remember NR_SHMEM | Hugh Dickins |
2022-08-20 | mm/shmem: tmpfs fallocate use file_modified() | Hugh Dickins |
2022-08-20 | mm/shmem: fix chattr fsflags support in tmpfs | Hugh Dickins |
2022-08-08 | Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2022-08-08 | new iov_iter flavour - ITER_UBUF | Al Viro |
2022-08-05 | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2022-08-03 | Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds |
2022-08-02 | mm/migrate: Convert migrate_page() to migrate_folio() | Matthew Wilcox (Oracle) |
2022-07-29 | mm/shmem: support FS_IOC_[SG]ETFLAGS in tmpfs | Theodore Ts'o |
2022-07-18 | tmpfs: fix the issue that the mount and remount results are inconsistent. | ZhaoLong Wang |