summaryrefslogtreecommitdiff
path: root/mm/shmem.c
AgeCommit message (Expand)Author
2019-12-21mm/shmem.c: cast the type of unmap_start to u64Chen Jun
2019-11-25memfd: Use radix_tree_deref_slot_protected to avoid the warning.zhong jiang
2019-10-29memfd: Fix locking when tagging pinsMatthew Wilcox (Oracle)
2019-03-23tmpfs: fix uninitialized return value in shmem_linkDarrick J. Wong
2019-03-23tmpfs: fix link accounting when a tmpfile is linked inDarrick J. Wong
2018-12-05mm: use swp_offset as key in shmem_replace_page()Yu Zhao
2018-12-05mm/khugepaged: fix crashes due to misaccounted holesHugh Dickins
2018-12-05shmem: introduce shmem_inode_acct_blockMike Rapoport
2018-12-05shmem: shmem_charge: verify max_block is not exceeded before inode updateMike Rapoport
2018-12-01tmpfs: make lseek(SEEK_DATA/SEK_HOLE) return ENXIO with a negative offsetYufen Yu
2018-09-29mm: shmem.c: Correctly annotate new inodes for lockdepJoel Fernandes (Google)
2018-03-28mm/shmem: do not wait for lock_page() in shmem_unused_huge_shrink()Kirill A. Shutemov
2018-02-25shmem: fix compilation warnings on unused functionsJérémy Lefaure
2018-02-25shmem: avoid maybe-uninitialized warningArnd Bergmann
2017-08-30mm, shmem: fix handling /sys/kernel/mm/transparent_hugepage/shmem_enabledKirill A. Shutemov
2017-08-16mm: fix list corruptions on shmem shrinklistCong Wang
2017-06-17shmem: fix sleeping from atomic contextKirill A. Shutemov
2016-12-06shmem: fix shm fallocate() list corruptionLinus Torvalds
2016-11-11shmem: fix pageflags after swapping DMA32 objectHugh Dickins
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro
2016-10-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher
2016-10-07mm/shmem.c: constify anon_opsRasmus Villemoes
2016-10-05switch generic_file_splice_read() to use of ->read_iter()Al Viro
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi
2016-09-24huge tmpfs: fix Committed_AS leakHugh Dickins
2016-09-24shmem: fix tmpfs to handle the huge= option properlyToshi Kani
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-08-10thp: move shmem_huge_enabled() outside of SYSFS ifdefArnd Bergmann
2016-08-03shmem: Fix link error if huge pages support is disabledGeert Uytterhoeven
2016-07-28mm: move most file-based accounting to the nodeMel Gorman
2016-07-26shmem: split huge pages beyond i_size under memory pressureKirill A. Shutemov
2016-07-26thp: introduce CONFIG_TRANSPARENT_HUGE_PAGECACHEKirill A. Shutemov
2016-07-26khugepaged: add support of collapse for tmpfs/shmem pagesKirill A. Shutemov
2016-07-26shmem: make shmem_inode_info::lock irq-safeKirill A. Shutemov
2016-07-26shmem, thp: respect MADV_{NO,}HUGEPAGE for file mappingsKirill A. Shutemov
2016-07-26shmem: add huge pages supportKirill A. Shutemov
2016-07-26shmem: get_unmapped_area align huge pageHugh Dickins
2016-07-26shmem: prepare huge= mount option and sysfs knobKirill A. Shutemov
2016-07-10tmpfs: fix regression hang in fallocate undoHugh Dickins
2016-06-24tmpfs: don't undo fallocate past its last pageAnthony Romano
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro
2016-05-19tmpfs: mem_cgroup charge fault to vm_mm not current mmAndres Lagar-Cavilla
2016-05-19tmpfs: preliminary minor tidyupsHugh Dickins
2016-05-19mm: use __SetPageSwapBacked and dont ClearPageSwapBackedHugh Dickins