Age | Commit message (Expand) | Author | Files | Lines |
2022-08-21 | mm/shmem: fix chattr fsflags support in tmpfs | Hugh Dickins | 1 | -9/+4 |
2022-07-30 | mm/shmem: support FS_IOC_[SG]ETFLAGS in tmpfs | Theodore Ts'o | 1 | -0/+11 |
2022-05-13 | mm/shmem: take care of UFFDIO_COPY_MODE_WP | Peter Xu | 1 | -2/+2 |
2022-04-29 | mm: shmem: make shmem_init return void | Miaohe Lin | 1 | -1/+1 |
2022-03-23 | tmpfs: support for file creation time | Xavier Roche | 1 | -0/+1 |
2022-01-22 | mm: simplify try_to_unuse | Christoph Hellwig | 1 | -2/+1 |
2021-09-03 | huge tmpfs: shmem_is_huge(vma, inode, index) | Hugh Dickins | 1 | -3/+6 |
2021-09-03 | huge tmpfs: SGP_NOALLOC to stop collapse_file() on race | Hugh Dickins | 1 | -0/+1 |
2021-09-03 | huge tmpfs: fix split_huge_page() after FALLOC_FL_KEEP_SIZE | Hugh Dickins | 1 | -0/+13 |
2021-09-03 | shmem: use raw_spinlock_t for ->stat_lock | Sebastian Andrzej Siewior | 1 | -1/+1 |
2021-07-02 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -11/+8 |
2021-07-01 | userfaultfd/shmem: combine shmem_{mcopy_atomic,mfill_zeropage}_pte | Axel Rasmussen | 1 | -11/+8 |
2021-04-30 | Reimplement RLIMIT_MEMLOCK on top of ucounts | Alexey Gladkov | 1 | -1/+1 |
2020-12-15 | mm/shmem.c: make shmem_mapping() inline | Hui Su | 1 | -1/+5 |
2020-08-07 | tmpfs: support 64-bit inums per-sb | Chris Down | 1 | -0/+1 |
2020-08-07 | tmpfs: per-superblock i_ino support | Chris Down | 1 | -0/+2 |
2020-04-07 | mm: remove CONFIG_TRANSPARENT_HUGE_PAGECACHE | Matthew Wilcox (Oracle) | 1 | -9/+1 |
2020-02-07 | fs_parse: fold fs_parameter_desc/fs_parameter_spec | Al Viro | 1 | -1/+2 |
2019-09-13 | vfs: Convert ramfs, shmem, tmpfs, devtmpfs, rootfs to use the new mount API | David Howells | 1 | -2/+2 |
2019-09-05 | make shmem_fill_super() static | Al Viro | 1 | -1/+2 |
2019-04-19 | mm: swapoff: shmem_unuse() stop eviction without igrab() | Hugh Dickins | 1 | -0/+1 |
2019-03-06 | mm: rid swapoff of quadratic complexity | Vineeth Remanan Pillai | 1 | -1/+2 |
2018-06-08 | mm: restructure memfd code | Mike Kravetz | 1 | -13/+0 |
2018-02-01 | shmem: rename functions that are memfd-related | Marc-André Lureau | 1 | -2/+2 |
2018-02-01 | shmem: unexport shmem_add_seals()/shmem_get_seals() | Marc-André Lureau | 1 | -2/+0 |
2017-11-16 | Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 1 | -0/+2 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-10-07 | mm/shmem: introduce shmem_file_setup_with_mnt | Matthew Auld | 1 | -0/+2 |
2017-09-07 | userfaultfd: shmem: add shmem_mfill_zeropage_pte for userfaultfd support | Mike Rapoport | 1 | -0/+6 |
2017-02-25 | mm: remove shmem_mapping() shmem_zero_setup() duplicates | Hugh Dickins | 1 | -0/+7 |
2017-02-23 | userfaultfd: shmem: add shmem_mcopy_atomic_pte for userfaultfd support | Mike Rapoport | 1 | -0/+11 |
2016-07-27 | shmem: split huge pages beyond i_size under memory pressure | Kirill A. Shutemov | 1 | -1/+5 |
2016-07-27 | thp: introduce CONFIG_TRANSPARENT_HUGE_PAGECACHE | Kirill A. Shutemov | 1 | -1/+9 |
2016-07-27 | khugepaged: add support of collapse for tmpfs/shmem pages | Kirill A. Shutemov | 1 | -0/+23 |
2016-07-27 | shmem: add huge pages support | Kirill A. Shutemov | 1 | -0/+3 |
2016-07-27 | shmem: get_unmapped_area align huge page | Hugh Dickins | 1 | -0/+2 |
2016-07-27 | shmem: prepare huge= mount option and sysfs knob | Kirill A. Shutemov | 1 | -1/+2 |
2016-01-23 | make sure that freeing shmem fast symlinks is RCU-delayed | Al Viro | 1 | -4/+1 |
2016-01-15 | mm, proc: reduce cost of /proc/pid/smaps for unpopulated shmem mappings | Vlastimil Babka | 1 | -0/+2 |
2016-01-15 | mm, proc: reduce cost of /proc/pid/smaps for shmem mappings | Vlastimil Babka | 1 | -0/+2 |
2014-08-09 | shm: add sealing API | David Herrmann | 1 | -0/+17 |
2014-04-04 | mm + fs: prepare for non-page entries in page cache radix trees | Johannes Weiner | 1 | -0/+1 |
2013-12-02 | security: shmem: implement kernel private shmem inodes | Eric Paris | 1 | -0/+2 |
2012-08-25 | xattr: extract simple_xattr code from tmpfs | Aristeu Rozanski | 1 | -1/+2 |
2012-05-16 | userns: Convert tmpfs to use kuid and kgid where appropriate | Eric W. Biederman | 1 | -2/+2 |
2012-01-23 | SHM_UNLOCK: fix Unevictable pages stranded after swap | Hugh Dickins | 1 | -0/+1 |
2012-01-04 | shmem, ramfs: propagate umode_t, open-coded S_ISREG | Al Viro | 1 | -1/+1 |
2011-08-04 | tmpfs: use kmemdup for short symlinks | Hugh Dickins | 1 | -8/+3 |
2011-08-04 | tmpfs: convert mem_cgroup shmem to radix-swap | Hugh Dickins | 1 | -2/+0 |
2011-08-04 | tmpfs: miscellaneous trivial cleanups | Hugh Dickins | 1 | -1/+1 |