summaryrefslogtreecommitdiff
path: root/mm/shmem.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-25memfd: Use radix_tree_deref_slot_protected to avoid the warning.zhong jiang1-1/+1
2019-10-29memfd: Fix locking when tagging pinsMatthew Wilcox (Oracle)1-8/+10
2019-03-23tmpfs: fix uninitialized return value in shmem_linkDarrick J. Wong1-1/+1
2019-03-23tmpfs: fix link accounting when a tmpfile is linked inDarrick J. Wong1-3/+7
2018-12-05mm: use swp_offset as key in shmem_replace_page()Yu Zhao1-2/+4
2018-12-05mm/khugepaged: fix crashes due to misaccounted holesHugh Dickins1-1/+5
2018-12-05shmem: introduce shmem_inode_acct_blockMike Rapoport1-40/+42
2018-12-05shmem: shmem_charge: verify max_block is not exceeded before inode updateMike Rapoport1-13/+12
2018-12-01tmpfs: make lseek(SEEK_DATA/SEK_HOLE) return ENXIO with a negative offsetYufen Yu1-3/+1
2018-09-29mm: shmem.c: Correctly annotate new inodes for lockdepJoel Fernandes (Google)1-0/+2
2018-03-28mm/shmem: do not wait for lock_page() in shmem_unused_huge_shrink()Kirill A. Shutemov1-11/+20
2018-02-25shmem: fix compilation warnings on unused functionsJérémy Lefaure1-0/+2
2018-02-25shmem: avoid maybe-uninitialized warningArnd Bergmann1-3/+1
2017-08-30mm, shmem: fix handling /sys/kernel/mm/transparent_hugepage/shmem_enabledKirill A. Shutemov1-2/+2
2017-08-16mm: fix list corruptions on shmem shrinklistCong Wang1-2/+10
2017-06-17shmem: fix sleeping from atomic contextKirill A. Shutemov1-2/+9
2016-12-06shmem: fix shm fallocate() list corruptionLinus Torvalds1-1/+14
2016-11-11shmem: fix pageflags after swapping DMA32 objectHugh Dickins1-0/+2
2016-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-11/+11
2016-10-11Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro1-3/+4
2016-10-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-15/+0
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro1-1/+1
2016-10-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2016-10-08vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-15/+0
2016-10-08mm/shmem.c: constify anon_opsRasmus Villemoes1-1/+1
2016-10-06switch generic_file_splice_read() to use of ->read_iter()Al Viro1-114/+1
2016-09-28fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-10/+10
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi1-1/+1
2016-09-24huge tmpfs: fix Committed_AS leakHugh Dickins1-1/+2
2016-09-24shmem: fix tmpfs to handle the huge= option properlyToshi Kani1-1/+1
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-08-11thp: move shmem_huge_enabled() outside of SYSFS ifdefArnd Bergmann1-1/+3
2016-08-04shmem: Fix link error if huge pages support is disabledGeert Uytterhoeven1-1/+2
2016-07-29mm: move most file-based accounting to the nodeMel Gorman1-7/+7
2016-07-27shmem: split huge pages beyond i_size under memory pressureKirill A. Shutemov1-0/+175
2016-07-27thp: introduce CONFIG_TRANSPARENT_HUGE_PAGECACHEKirill A. Shutemov1-13/+13
2016-07-27khugepaged: add support of collapse for tmpfs/shmem pagesKirill A. Shutemov1-11/+45
2016-07-27shmem: make shmem_inode_info::lock irq-safeKirill A. Shutemov1-24/+26
2016-07-27shmem, thp: respect MADV_{NO,}HUGEPAGE for file mappingsKirill A. Shutemov1-3/+17
2016-07-27shmem: add huge pages supportKirill A. Shutemov1-67/+313
2016-07-27shmem: get_unmapped_area align huge pageHugh Dickins1-0/+98
2016-07-27shmem: prepare huge= mount option and sysfs knobKirill A. Shutemov1-0/+161
2016-07-11tmpfs: fix regression hang in fallocate undoHugh Dickins1-3/+5
2016-06-25tmpfs: don't undo fallocate past its last pageAnthony Romano1-1/+1
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro1-3/+4
2016-05-20tmpfs: mem_cgroup charge fault to vm_mm not current mmAndres Lagar-Cavilla1-27/+34
2016-05-20tmpfs: preliminary minor tidyupsHugh Dickins1-43/+26
2016-05-20mm: use __SetPageSwapBacked and dont ClearPageSwapBackedHugh Dickins1-2/+2
2016-05-03parallel lookups machinery, part 2Al Viro1-1/+2